Here is a list of things to do and to test on the R Wiki and R Wiki engine
If you want to contribute, please, append your name to the item(s) you are working on, and comment it according to your progression. Many thanks to all contributors!
Implement a discussion plugin to allow adding comments to these man pages (this would be a much better mechanism as the INCLUDE solution currently in test
test_include).
Make an R exportation format of Wiki pages (indeed, all Wiki stuff is just commented out with “#”, and the R code appears in a way it can be directly sourced in R. This should use the scheme
doku.php?do=export_R, as there is already
doku.php?do=export_XHTML for instance.
Make a plugin that exports one or several pages compiled into a
PDF manual.
Modify
indexmenu to return the title of the pages instead of their names in
tips (suggested by BB)
Get rid of most of client-side javascript, so that browsers with disabled javascript can still read and navigate in the R Wiki. The two main features to change are: (1) replace the javascript version of ASCIIMathML with a php version on the server, and (2) expand folded areas by default (with folding done at page loading using javascript). so, if javascript is disabled, all regions are unfolded and people can still click on the links even if they cannot fold/unfold these regions.
— Philippe Grosjean 2006/01/27, revised 2006/06/19