P2P Wiki: Difference between revisions
No edit summary |
(added Categories) |
||
Line 5: | Line 5: | ||
There has also been research done on allowing Wikipedia to be run as a decentralized wiki,<ref>[http://www.globule.org/publi/DWECWH_webist2007.html A Decentralized Wiki Engine for Collaborative Wikipedia Hosting], Guido Urdaneta, Guillaume Pierre and Maarten van Steen, ''Proceedings of the 3rd International Conference on Web Information Systems and Technology (WEBIST)'', March 2007</ref><ref>[http://www.globule.org/publi/WWADH_comnet2009.html Wikipedia Workload Analysis for Decentralized Hosting], Guido Urdaneta, Guillaume Pierre, Maarten van Steen, ''Elsevier Computer Networks 53(11)'', pp. 1830-1845, July 2009</ref> and on modifying the application XWiki to function in this way.<ref>[http://concerto.xwiki.com/xwiki/bin/view/Main/WebHome XWiki Concerto Project homepage]</ref> | There has also been research done on allowing Wikipedia to be run as a decentralized wiki,<ref>[http://www.globule.org/publi/DWECWH_webist2007.html A Decentralized Wiki Engine for Collaborative Wikipedia Hosting], Guido Urdaneta, Guillaume Pierre and Maarten van Steen, ''Proceedings of the 3rd International Conference on Web Information Systems and Technology (WEBIST)'', March 2007</ref><ref>[http://www.globule.org/publi/WWADH_comnet2009.html Wikipedia Workload Analysis for Decentralized Hosting], Guido Urdaneta, Guillaume Pierre, Maarten van Steen, ''Elsevier Computer Networks 53(11)'', pp. 1830-1845, July 2009</ref> and on modifying the application XWiki to function in this way.<ref>[http://concerto.xwiki.com/xwiki/bin/view/Main/WebHome XWiki Concerto Project homepage]</ref> | ||
There are other approaches to creating p2p-wikis, and new p2p-type ways to publishing content, including, modifying Apache (formerly Google Wave), Etherpad and other collaborative editing software. | There are other approaches to creating p2p-wikis, and new p2p-type ways to publishing content, including, modifying Apache (formerly Google Wave), Etherpad and other collaborative editing software. | ||
==== External Links ==== | ==== External Links ==== | ||
Line 15: | Line 15: | ||
*[http://bouillon.math.usu.ru/index.html%3Fp=128.html Project Boullion] | *[http://bouillon.math.usu.ru/index.html%3Fp=128.html Project Boullion] | ||
*[https://en.wikipedia.org/wiki/Ikiwiki A serverless wiki] | *[https://en.wikipedia.org/wiki/Ikiwiki A serverless wiki] | ||
[[Category:P2P Infrastructure]] | |||
[[Category:NextNet]] | |||
[[Category:Application Layer]] |
Revision as of 02:20, 9 July 2012
A peer-to-peer wiki is a serverless decentralized wiki, hosted, edited, administrated and operated by its users.
One approach to doing this is using a distributed revision control system as a backend of the wiki, in peer-to-peer style. With this approach, there is no central store of the wiki's content; instead, every user can keep a complete copy of the wiki locally, and the software handles merging and propagating of changes when they are made. This is the approach taken by the ikiwiki engine (which can use the distributed revision control system Git as its back-end), and Code Co-op (a distributed revision control system that includes a wiki component).
There has also been research done on allowing Wikipedia to be run as a decentralized wiki,[1][2] and on modifying the application XWiki to function in this way.[3]
There are other approaches to creating p2p-wikis, and new p2p-type ways to publishing content, including, modifying Apache (formerly Google Wave), Etherpad and other collaborative editing software.
External Links
- Meatball on P2P wikis
- C2 wiki's article and discussion
- A research paper on decentralized wikis
- On decentralizing Wikipedia
- A Mercurial extension enabling p2p-type wiki functions
- Project Boullion
- A serverless wiki
- ↑ A Decentralized Wiki Engine for Collaborative Wikipedia Hosting, Guido Urdaneta, Guillaume Pierre and Maarten van Steen, Proceedings of the 3rd International Conference on Web Information Systems and Technology (WEBIST), March 2007
- ↑ Wikipedia Workload Analysis for Decentralized Hosting, Guido Urdaneta, Guillaume Pierre, Maarten van Steen, Elsevier Computer Networks 53(11), pp. 1830-1845, July 2009
- ↑ XWiki Concerto Project homepage