WikiContentSharing
<< Change PmWiki URL | Cookbook-V1 | Credits Block >>
Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
Goal
If you have a friend with a pmwiki, you can share special pages, that are located on one server only. The page content will be displayed with your skin and so on, but the content is always the same.
Question
Will this only share content with another wiki with this script enabled? And if so is there a more universal script out there? - Thanks
Solution
The current version fetches the wikicontent of a page with an action command and includes it in your wikipage. That's all - caching would be nice to avoid too much traffic.
If you've implemented the given code, you can include other wikipages that offer this "service", too with this syntax:
[[wikisharing:httpadress]]
Discussion
Just include the code from here (cube3d.de) in one file that is included in your config.php file.
See Also
If you include this script in your wiki, you can include this page in your wiki somewher with the given syntax.
http://www.strange-phenomenom.de/pmwiki-0.4.25/index.php/WikiRing/WikiRing
History
28.4.2004: Started Wikisharing project
Comments & Bugs
- Any links are currently problematic: They are not replaced so any local links (also wikiwords) and local images are not included in your site.
Contributors
- Eike Decker - http://www.cube3d.de
To Do
- Strings: Replacing strings and layout code with varialbes and internationalisation stuff
- Caching: Check version before transmitting and cache current versions
- Editing: Add a button to edit Wikicontent of the shareholder
- Linking: Local attachments and other local links should be replaced with hardlinks.
- Versioncontroll: Add a parameter to the wikisharerequest to check the sharingversion of the script
pmwiki-2.3.38 -- Last modified by {{}}?