moin
moin copied to clipboard
Missing macros
There are some macros in moin1.9 that are not yet implemented. I found these in an existing moin1.9 wiki:
- Action
- FullSearch ( :white_check_mark: partially done )
- GoTo
- Navigation
- RandomQuote ( :white_check_mark: done )
- ShowSmileys ( :white_check_mark: done )
- SlideShow ( :white_check_mark: done )
- SystemAdmin
- TitleIndex ( :white_check_mark: done )
I will add a PR to log missing macros in the migration with moin import19.
I would like to create a simple SlideShow Macro as replacement for <<Action(SlideShow)>>.
The idea is to have single page slide shows as described in HelpOnSlideShows.
I would be pleased to get some hints and suggestions for the implementation.
Actions went away in moin2 before I started working on the project. Looked, but could not find a relevant discussion in the old Google Summer of Code logs. I found this history of enhancements: http://moinmo.in/RichardFlieger/Ideas/SlideShow
I assume SlideShow should be implemented as a macro copying code from the 1.9 action/SlideShow.py. Do not implement the <<Action..>> macro.