"id" property in member_status resource now required.
[kic.git] / README
blobffdec98f6e703846c4122a2de4b147093194210d
1 Specification: member status resource
2 =====================================
3 New ECS resource providing enrolment status for users enroled to
4 external courses (via courselinks).
6 At [1] you can get always the latest version of the document.
8 Creating the document
9 ---------------------
10 make pdf     ... create PDF representation
11 make ps      ... create PS representation
12 make clean   ... cleans all previously cretaed files
14 Prerequisites
15 -------------
16 To successfully build the document you need at least the following
17 software packages[2]:
19   apt-get install make texlive-latex-base texlive-latex-extra texlive-latex-recommended \
20   plotutils transfig git ghostscript
23 FYI:
25 pic2plot
26 ========
27 This program translate *.pic files to various graphic formats. To
28 translate a PIC file to PDF:
30   export file=enrolment_status
31   pic2plot -Tps --page-size a4  --rotation 90 ${file}.pic > ${file}.ps
32   ps2pdf ${file}.ps ${file}.pdf
34 Then you can view the translated file with a common PDF viewer like
35 mupdf:
37   mupdf enrolment_status.pdf
39 http://www.umlgraph.org/doc/seq-intro.html ... Introduction in PIC-Makros
41 [1] http://FreeIT.de/pub/member_status.pdf
42 [2] Softwarpackages related to Debian Wheezy