Gollum
Dokuwiki
Gollum | Dokuwiki | |
---|---|---|
45 | 20 | |
13,987 | 4,289 | |
0.3% | 0.9% | |
7.5 | 9.4 | |
19 days ago | 8 days ago | |
Ruby | PHP | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Gollum
-
WordPress Is in Trouble
Depends on your target user. If you want something really simple for developers, https://github.com/gollum/gollum is pretty neat (is what powers the Wiki system on GitHub), while if you want something simple for people who aren't developers, something like Mediawiki would fit better. Although Mediawiki requires a database, you can use SQLite (which is basically a file on disk as a DB) for it.
Dokuwiki is also a neat old-school alternative that basically treats files on disk as articles/pages, so no (other) DB needed.
- My Simple Knowledge Management and Time Tracking System
-
Otter Wiki: A minimalistic wiki powered by Python, Markdown and git
Not many wiki site engines based on Markdown work directly from git as cleanly as this.
There's a few of them though, such as this old Ruby lang standby with a decade's worth of features that a decade ago was a way to host your same GitHub Pages site locally, supporting SSO:
https://github.com/gollum/gollum
https://github.com/gollum/gollum/wiki/Gollum-via-Rack-and-CA...
-
Howm: Personal Wiki for Emacs
I think the web interface for the gollum wiki (which used to power GitHub wikis, but I think they have diverged) supports org mode files.
https://github.com/gollum/gollum
-
TIL about the "gollum" GitHub Action event
One of the cool things with the update adding git support to GitHub Wiki was that it was using gollum (https://github.com/gollum/gollum) and GitHub wanted to become more open source themselves (https://github.blog/2010-08-12-making-github-more-open-git-b...). Sadly, it seems like they have diverged by now, according to the GitHub Wiki on the gollum repository.
Seems there is still some historical artifacts from it left.
-
Can Git or any other VCS be used as a database instead of SQL/NoSQL ones? Have you ever seen such a thing?
Arguably something like ikiwiki or gollum is doing this. These are both wikis that use git as their backend 'database'. I happen to like wikis like this a lot better over wikis that store their data in mysql or some other traditional SQL backend.
-
Looking for notion/jira alternatives (self-hosted) (JavaScript free)
Gollum is self-hosted and uses git for version control https://github.com/gollum/gollum
-
How do you host documentation for your spouse or other users?
https://github.com/gollum/gollum ?
-
Atlassian prepares to abandon on-prem server products
For something quick and easy consider https://github.com/gollum/gollum#markups which powers Github Wikis.
Note that multi-user auth is NOT supported out of the box however.
-
Hermes, an Open Source Document Management System
That seems something in the ballpark of my favorite wiki software:
https://github.com/gollum/gollum
Edit and view pages as a normal markdown wiki. But the backend is just a git repository of markdown files so you can also just use your text editor and git pull/push. Usable by any novice but with the ideal power user interface.
Dokuwiki
-
Ask HN: Which "open-source alternatives" have succeeded?
DokuWiki.
This database-free FOSS wiki engine [1] with a focus on simplicity is 19 years old, still gets updated, has useful extensions for additional features, is a great choice for many uses, has adopters that use and love it, and has an estimated 50,000-250,000 installations [2].
As someone said, "DokuWiki is and will remain king for many simple reasons" [3].
[1] https://www.dokuwiki.org
-
Dokuwiki VS WackoWiki - a user suggested alternative
2 projects | 21 Jun 2024
-
List of your reverse proxied services
Dokuwiki for Documentation
-
Is it Common Practice to use a “Dev Wiki”?
I have used DokuWiki in few personal and work (non-gamedev) projects. Seems to work well. https://www.dokuwiki.org/
-
Looking for a Feature-Rich, Self-Hosted Note-Taking and Productivity App - Need Recommendations!
While considering alternatives, I thought about DokuWiki, which looks like an unlikely solution, and Nextcloud, which I've already used in the past. Both seem a good option in their own right, though I favor Nextcloud because it's a more direct approach. However, I'm inclined towards a solution that's leaner and less bloated. Nevertheless, if any of those is the one that is most likely to solve my dilemma, I'm open towards using any of those two. I'm also investigating Anytype.io, which seems like the best option, but it seems it works with an invitation.
-
DokuWiki update released, but be careful
FYI, the PR is https://github.com/dokuwiki/dokuwiki/pull/3798 if you want to read about it
-
Looking for a notes and todo app
The oldest and still supported software that will cover all your list - is: DokuWiKi It is web based, but there on site you can even find portable installation on flash drive. No database, plain files as backend.
-
What do you use to keep track of parts inventory?
I already have a Dokuwiki set up on my home server, which would make it easy to attach notes and datasheets to the various items. But I wonder if there are some purpose made solutions for this. Not too complicated or it won't be updated very often...
-
What is a good self hosted container or app to document tutorials and manuals?
joplin or DokuWiKi
-
What’s the prettiest yet most lightweight self-hosted wiki service out there?
DocuWiKi - one of the oldest one, no need for database and it even has thumbdrive version
What are some alternatives?
Wiki.js - Wiki.js | A modern and powerful wiki app built on Node.js
Mediawiki - 🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing.
Gitit - A wiki using HAppS, pandoc, and git
BookStack - A platform to create documentation/wiki content built with PHP & Laravel