LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Any recommendations for a simple standalone flat-file wiki software (https://www.linuxquestions.org/questions/linux-software-2/any-recommendations-for-a-simple-standalone-flat-file-wiki-software-4175592814/)

slacker_ 11-03-2016 11:14 AM

Any recommendations for a simple standalone flat-file wiki software
 
I'm using arch and debian systems primarily, with a centos remote server. My work and home workstations use arch, but I don't have root access on the work system, and my laptop is debian.

I have been trying to find a reliable wiki engine software that I can use to edit pages view flat text files via vim or whatever editor, and then be able to sync these across locally held copies on the aforementioned platforms. Ideally I'm looking for a more standalone solution which would have a copy on every system, synced via git, which doesn't require a specific editor or web browser to use. Something like, $engine monitors files in $dir or with a specific extension, these files are plain text and can be edited in any editor, linked, etc, then when modify time changes $engine updates links/references, formatting, and all that other behind-the-scenes stuff.

Vimwiki kinda does this, but it's less portable than I would like as it requires one to use vim to manage the wiki. I personally use vim as my primary editor when possible, but this isn't always possible. Does anyone have any suggestions for another alternative?

Thanks

Habitual 11-04-2016 09:03 AM

Quote:

Originally Posted by slacker_ (Post 5626519)
I'm looking for a more standalone solution which would have a copy on every system

Kind of mutually exclusive?

Stick Dokuwiki in Virtualbox and start it headless
create an A Record or /etc/hosts for
192.168.1.x mywiki

and surf on in.

Wikis by definition are centralized.

slacker_ 11-05-2016 01:37 AM

Quote:

Originally Posted by Habitual (Post 5626898)
Kind of mutually exclusive?
{...}
Wikis by definition are centralized.

Absolutely, but I'm looking to have more of a distributed type of thing rather than fully centralized just in case I'm not able to access the central location.

Regarding the VM, I'm looking to have this all accessible on multiple platforms, one of which is a VPS, and besides that the idea is to have a wiki option with as little overhead as possible which goes out the window when a system needs a VM running to use the wiki.

Turbocapitalist 11-05-2016 03:27 AM

"zim" will create a lot of flat files inside its data directory. Those could probably be synchronized via git or something.

Habitual 11-07-2016 09:05 AM

zim is what I used for the first 6 years. :)

chrism01 11-08-2016 01:05 AM

It sounds like you could use foswiki as the wiki, with eg inotify+rsync to update multiple copies across systems.


All times are GMT -5. The time now is 05:27 PM.