-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes
25 lines (14 loc) · 901 Bytes
/
notes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
mkdir run
cd run
../hello.wt --docroot='.' --http-address 127.0.0.1 --http-port 8080
./hello.wt --docroot='.;t' --deploy-path '/' --http-address 127.0.0.1 --http-port 8080
./gap.wt --docroot='.;/resources' --deploy-path '/' --http-address 127.0.0.1 --http-port 8080
/gap.wt --docroot='.;/resources,/grammar' --deploy-path '/' --http-address 127.0.0.1 --http-port 8080
./gap.wt --docroot='.;/app/resources,/resources,/grammar' --deploy-path '/app/' --http-address 127.0.0.1 --http-port 8080
bibtex2html -t Publications --no-keys --nodoc -o literature gapp.bib
tidy -utf8 -asxhtml literature.html | sed -e '0,/<body>/d' -e '/<\/body>/,$d' > pages/literature
bibtex2html -t Publications --no-keys -o literature gapp.bib
tidy -utf8 -asxhtml literature.html | sed -e '0,/<body>/d' -e '/<\/body>/,$d' > pages/literature
url bibtex style -> siehe mail
== Features ==
mehrere examles zur auswahl