1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: slm
Section: web
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
python3-all,
dh-python,
cleancss,
pelican,
python3-django,
gettext,
bash (>= 5.2),
python3-levenshtein,
python3-pypinyin,
python3-strictyaml,
Build-Depends-Indep:
python3-six,
Standards-Version: 4.7.0
#Homepage:
Vcs-Browser: https://salsa.debian.org/debian/slm
Vcs-Git: https://salsa.debian.org/debian/slm.git
Package: slm
Architecture: all
Multi-Arch: foreign
Pre-Depends:
apache2,
systemd,
locales,
Depends:
${misc:Depends},
${python3:Depends},
python3,
python3-django,
gnome-colors-common,
python3-reportlab,
python3-lxml,
fonts-liberation,
fonts-liberation2,
python3-svglib,
sound-icons,
pelican,
python3-levenshtein,
python3-termcolor,
python3-pyqrcode,
python3-odf ,
libjs-jquery,
libjs-jquery-ui,
libjs-jquery-ui-touch-punch,
qrencode,
python3-pandas,
python3-pylabels,
node-html5-qrcode,
python3-unidecode,
python3-trml2pdf,
python3-pypinyin,
node-svgdotjs-svg.js,
node-svgdotjs-svg.draggable.js,
graphviz,
libapache2-mod-wsgi-py3,
python3-matplotlib,
fonts-dejavu-extra,
pwgen,
acl,
gettext,
Description: school library management
SLM stands for "school library management". It provides a web service
useful for teams who lend school books to students. Here are some
features:
.
- defining constants for the school, like name, logo, manager's name
- creating a catalogue of available books
- managing the inventory of books, each one identified by a unique barcode
- importing lists of students, with their optional curricula
- lending quickly a few books to every student, with the help of a
barcode reader
- managing the book returns, with the help of a barcode reader
- replying to some request, like "whom is this book?", list of
students which still owe books, list of students who have no book
lended, and so on.
- every web page comes with a contextual help
|