Project

wikisys

0.0
Low commit activity in last 3 years
No release in over a year
A poor man's wiki (currently unmaintained).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.2, >= 1.2.2
~> 0.2, >= 0.2.10
~> 1.6, >= 1.6.2
~> 0.8, >= 0.8.1
 Project Readme

Introducing the wiksys gem

require 'wikisys'

wiki = Wikisys::Wiki.new
s = wiki.page 'Amazon Echo'
#=> "Amazon Echo\n\n\n+ amazon echo" 

wiki.page = "Bicycle\n\nI own a folding bike.\n\n+ bicycle"

In the above example a couple of new wiki entries are created and stored to Markdown files. The entry titles are stored in a file called *entries.json".

Note: When retrieving a page, if the title doesn't exist, then it's created.

Resources

wikisys wiki gem