client
Last change
on this file since 9369254 was
9369254,
checked in by Alex Dehnert <adehnert@…>, 11 years ago
|
README describing use of downloader.py
|
-
Property mode set to
100644
|
File size:
678 bytes
|
Line | |
---|
1 | downloader.py will download RFP LaTeX from a Remit site, compile it, and allow you to print it. |
---|
2 | |
---|
3 | Configuration is with a settings.py file in the same directory. It should |
---|
4 | define: |
---|
5 | - `baseurl`: the base of your Remit install (eg, baseurl + 'admin/' should give |
---|
6 | the admin) |
---|
7 | - `pathtpl`: path into which to write output files (LaTeX and PDFs); this |
---|
8 | should be a printf-style string with named parameters `label` and `ext` |
---|
9 | - `django_username` (optional): username to log in with; the script uses |
---|
10 | "downloader" if you don't override it |
---|
11 | - `password`: password to log in with |
---|
12 | - `pdfviewer` (optional): PDF viewer to automatically launch after compiling |
---|
13 | the LaTeX (default: evince) |
---|
Note: See
TracBrowser
for help on using the repository browser.