diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-02 04:10:51 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-07-02 04:10:51 +0100 |
commit | 5baddea474b068ece9d6b93bcc90f4d76f97e5a3 (patch) | |
tree | 8d6513d80f13bc2ea278e4a925c11c1db2bdf53d /README.txt | |
parent | 3e377eb32ebd1b3b4d1663655c26ab25c75afe84 (diff) | |
download | troggle-5baddea474b068ece9d6b93bcc90f4d76f97e5a3.tar.gz troggle-5baddea474b068ece9d6b93bcc90f4d76f97e5a3.tar.bz2 troggle-5baddea474b068ece9d6b93bcc90f4d76f97e5a3.zip |
[svn] Add photos wiki syntaxes: e.g.
[[display:centre photo:andyc.jpg]] where centre is a class applied to image, and andyc.jpg is the filename of a Photo model instance. Image will be displayed as thumbnail with link to full size image.
[[photo:andyc.jpg]] will produce a link to the admin page for the andyc.jpg Photo model instance.
[[photo:andyc.jpg Title of the link]] will produce a link to the admin page for the andyc.jpg Photo model instance with link text "Title of the link"
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -23,4 +23,9 @@ svn co http://troggle.googlecode.com/svn/ If you want to work on the source code and be able to commit, you will need to use https instead of http, and your google account will need to be added to the troggle project members list. Contact aaron dot curtis at cantab dot net to get this set up.
-Next, you need to fill in your local settings. Copy either localsettingsubuntu.py or localsettingsserver.py to a new file called localsettings.py. Follow the instructions contained in the file to fill out your settings.
\ No newline at end of file +Next, you need to fill in your local settings. Copy either localsettingsubuntu.py or localsettingsserver.py to a new file called localsettings.py. Follow the instructions contained in the file to fill out your settings.
+
+
+Importing legacy data
+---------------------
+Once troggle is running, log in and then go to "Import / export" data under "admin" on the menu
\ No newline at end of file |