Gollum
BookStack
Gollum | BookStack | |
---|---|---|
45 | 316 | |
13,964 | 16,215 | |
0.3% | 1.9% | |
7.9 | 9.6 | |
2 months ago | 7 days ago | |
Ruby | PHP | |
MIT License | MIT |
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.
BookStack
-
I Created API Docs for 5 Open-source Projects Within 10 Minutes
BookStack: A platform for storing and organising information and documentation.
- BookStack: Simple and Free Wiki Software
-
Information flow - how I capture the notes
Joplin open-source tool, with paid Sync service. However, it supports WebDav sync. As a user of Fastmail have a lot lot of storage for it. Those parts work great, links, complexity level, and clear Markdown. Themes, mobile app, tags, everything I needed was there. Unfortunately, again, for short notes, my go-to app becomes memos, for long-form BookStack, seems to be the best solution. Why? Firstly my love for self-hosted solutions boomed, also Joplin even if looks perfect for my use case was some reason hard to describe and did not encourage me to write. Soo.. I back to Obsidian.
-
Show HN: I am building an open-source Confluence and Notion alternative
We use Bookstack[0] for this and I can recommend it. Free and open source.
[0] https://www.bookstackapp.com/
-
15 open-source tools to elevate your software design workflow
Link | Demo | Github | License
-
What wiki platforms are you using and how is it structured?
While I haven't used it, Bookstack is spoken of favourably.
- Solution de documentation local ?
-
Revision numbers?
On another topic, anyone knows anything similar to what's mentioned in this issue? https://github.com/BookStackApp/BookStack/issues/473
- Welche Note taking/Wiki App nutzt ihr, falls überhaupt?
- I am tired of creating documents in WORD. Looking for suggestions
What are some alternatives?
Wiki.js - Wiki.js | A modern and powerful wiki app built on Node.js
Outline - The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.
Dokuwiki - The DokuWiki Open Source Wiki Engine
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.