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
8 To use, the 'presentation' folder must sit in the 'mod' folder of your Elgg
\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