May 03 2009
∞
cookbook recipes to install
Coocbook recipes to study and use for pmwiki:
- hg: hierarchical groups. http://www.pmwiki.org/wiki/Cookbook/Hg. See also http://www.pmwiki.org/wiki/Cookbook/HierarchicalGroups (highly recommended reading!)
- hg-urls: making hierarchical groups show / instead of - separators in url’s: http://www.pmwiki.org/wiki/Cookbook/HgUrls
- AuthUser: user-name and password authentication scheme, with user groups: http://www.pmwiki.org/wiki/PmWiki/AuthUser IMPORTANT!
- CleanUrls. url’s that look like / separated paths instead of php arguments. The basic setup for clean urls is just one line in the config.php file:
$EnablePathInfo = 1;
This page page gives more detailed info: http://www.pmwiki.org/wiki/Cookbook/CleanUrls This is complicated background, but may be very useful in the future to simplify paths. - Applet: Embed java applets in pmwiki pages. http://www.pmwiki.org/wiki/Cookbook/Applet
- mp3 playback: (compare the following two methods, and write a report with conclusion)
- FlashMediaPlayer: Embedding Flash media players (also plays back mp3 !?): http://www.pmwiki.org/wiki/Cookbook/FlashMediaPlayer
- DeliciousPlaytagger: mp3 playback with on-off button and progress bar, via DeliciousPlaytagger website: http://www.pmwiki.org/wiki/Cookbook/DeliciousPlaytagger
- Flash: Embedding Flash movies (compare the following two methods, and write a repoert with conclusion:)
- See FlashMediaPlayer above. …
- Flash recipe: http://www.pmwiki.org/wiki/Cookbook/Flash
- Flowplayer (hot!). http://flowplayer.org/ : “Flowplayer is an Open Source (GPL 3) video player for the Web. Use it to embed video streams into your web pages.”. http://www.pmwiki.org/wiki/Cookbook/Flowplayer
- Flickr: Flickr integration (but we should look for Picasa too!) http://www.pmwiki.org/wiki/Cookbook/Flickr
Additional recipes, for later:
- Categories: http://www.pmwiki.org/wiki/PmWiki/Categories
- Trails: http://www.pmwiki.org/wiki/PmWiki/WikiTrails
- Fox: Allow readers to add comments to pages. http://www.pmwiki.org/wiki/Cookbook/Fox
- BlogIt: For bloggging inside pmwiki. http://www.pmwiki.org/wiki/Cookbook/BlogIt The themes available are clean and clear: http://davidgilbert.org/ http://solidgone.org/
- Quiz: May be useful in designing educational material on the wiki, for AVARTS or else: http://www.pmwiki.org/wiki/Cookbook/Quiz
- InputDraw: Simple online dawing tool. http://www.pmwiki.org/wiki/Cookbook/InputDraw
- ??? MindJet Map integration?