Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cabalamat/catwiki
CatWiki is a simple wiki that stores its articles as text files
https://github.com/cabalamat/catwiki
python27 wiki
Last synced: about 1 month ago
JSON representation
CatWiki is a simple wiki that stores its articles as text files
- Host: GitHub
- URL: https://github.com/cabalamat/catwiki
- Owner: cabalamat
- Created: 2016-01-17T23:17:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:37:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T22:27:31.497Z (about 1 month ago)
- Topics: python27, wiki
- Language: SCSS
- Size: 1.98 MB
- Stars: 41
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About CatWiki
CatWiki is very simple wiki software that stores its articles as text files.
## Features
* Stores articles as text files, so they are easy to back up and manipulate. Even if the wiki software goes down, you can still get at your notes.
* Uses an enhanced version of the the Markdown markup language.
* Allows multiple wikis per installation, each one in its own directory.
* Allows subdirectories. You can navigate through the directories using the web interface. If the directory includes image files, the web page shows thumbnails of them.
* You can add Font Awesome icons in your wiki pages.## Technology Used
CatWiki is written in Python and uses the Flask lightweight web framework.
## Screenshots
Here are some screenshots of CatWiki in action.
### An article
Here is an article in CatWiki:
![](data/catwiki/article.png)
### The article editor
Here is the same article in CatWiki's text editor:
![](data/catwiki/article_editor.png)
### Folder view
This shows all the articles, other files, and sub-folders in a folder.
![](data/catwiki/folder_view.png)