Simple status box for the sidebar.
[elgg_plugins.git] / presentation / INSTALL
blobd4f59690a7ab649a9fc14dbfee674f36ec0b0af7
1 \r
2 Elgg presentation tool\r
3 Curverider <info@curverider.co.uk>\r
4 Initial concept: Dave Tosh and Ben Werdmuller\r
5 Programming and development: Sven Edge\r
6 \r
7 \r
8 To use, the 'presentation' folder must sit in the 'mod' folder of your Elgg\r
9 installation.\r
11 To go in .htaccess:\r
13 RewriteRule ^([A-Za-z0-9]+)\/presentations\/$ mod/presentation/index.php?user=$1\r
14 RewriteRule ^([A-Za-z0-9]+)\/presentations\/([0-9]+)$ mod/presentation/view.php?id=$2\r
15 RewriteRule ^([A-Za-z0-9]+)\/presentations\/([0-9]+)/edit$ mod/presentation/edit.php?user=$1&id=$2&view=$3\r
16 RewriteRule ^([A-Za-z0-9]+)\/presentations\/([0-9]+)/(clean)$ mod/presentation/view.php?user=$1&id=$2&view=$3\r