Differences between revisions 4 and 5
Revision 4 as of 2009-05-29 16:51:23
Size: 2738
Editor: HolgerLevsen
Comment: better FIXME
Revision 5 as of 2009-10-31 17:16:35
Size: 2241
Editor: HolgerLevsen
Comment: one fixme gone
Deletions are marked like this. Additions are marked like this.
Line 36: Line 36:
== Installing swi-prolog on etch == == Installing swi-prolog ==
Line 38: Line 38:
/!\ FIXME: this paragraph about swi-prolog is written for etch...

{{{swi-prolog}}} was available in sarge, but was not part of etch. But you can just install the version from sarge on a etch system.

/!\ '''Warning''': The software you install has no trust path. Software installed with {{{apt-get}}} is cryptographically signed to ensure a trust path.

{{{
# swi-prolog depends on libreadline4, also not in etch
wget http://ftp.de.debian.org/debian/pool/main/r/readline4/libreadline4_4.3-11_i386.deb
dpkg -i libreadline4_4.3-11_i386.deb

wget http://ftp.de.debian.org/debian/pool/main/s/swi-prolog/swi-prolog_5.2.13-1_i386.deb
dpkg -i swi-prolog_5.2.13-1_i386.deb
}}}

{{{swi-prolog-doc}}} is part of etch :-)
{{{swi-prolog}}} was available in sarge, but was not part of etch, but it was possible to install the sarge version on etch. Lenny again ships {{{swi-prolog}}} so installing is very easy. Just {{{apt-get install swi-prolog}}} and be done :-)

HowTos for teaching and learning

Moodle

Run aptitude install moodle as root to install moodle.

Moodle is a course management system (CMS) - a free, Open Source software package designed using sound pedagogical principles, to help educators create effective online learning communities. You can download and use it on any computer you have handy (including webhosts), yet it can scale from a single-teacher site to a University with 200,000 students. Some schools in France use moodle to keep track of students' facilities and credit points.

FIXME: more examples where moodle is used, how it can be used and a link to a good starter documentation is missing here

See http://moodle.org for more information on Moodle.

Monitoring pupils

Some schools use control tools like Controlaula or Italc to supervise their students.

Take a look at their wiki: http://italc.sourceforge.net/wiki/index.php?title=Main_Page

FIXME: explain how to install and use italc

apt-get install italc-client italc-master

/!\ Warning: monitoring humans might be unethical and illegal in your jurisdiction.

Restricting pupils network access

Some schools use squidguard or dansguardian to restrict internet access. FIXME: explain how to install and use squidgard and/or dansguardian

/!\ Warning: restricting access to information or freedom of speech might be unethical and illegal in your jurisdiction.

Installing swi-prolog

swi-prolog was available in sarge, but was not part of etch, but it was possible to install the sarge version on etch. Lenny again ships swi-prolog so installing is very easy. Just apt-get install swi-prolog and be done :-)

HowTos from wiki.debian.org

The HowTos from http://wiki.debian.org/DebianEdu/HowTo/ are either user- or developer-specific. Let's move the user-specific HowTos over here (and delete them over there)! (But first ask the authors (see the history of those pages to find them) if they are fine with moving the howto and putting it under the GPL.)

CategoryPermalink