Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cabalamat/catwiki_p3
CatWiki (using Python 3)
https://github.com/cabalamat/catwiki_p3
Last synced: 6 days ago
JSON representation
CatWiki (using Python 3)
- Host: GitHub
- URL: https://github.com/cabalamat/catwiki_p3
- Owner: cabalamat
- Created: 2021-10-16T16:04:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T10:36:55.000Z (6 months ago)
- Last Synced: 2024-05-13T11:48:29.821Z (6 months ago)
- Language: SCSS
- Size: 5.04 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About CatWiki
![Catwiki colour icon](data/catwiki/cw_icon_b.png)
**CatWiki** (aka Catwiki) is very simple wiki software that stores its articles as text files.
Catwiki was originally written for Python 2.8. This version (`catwiki_p3`) is Catwiki for
Python 3.5 and later.## 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.
* If your wiki pages contain source code, it is highlighted using [Pygments](https://pygments.org/).
* 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 (both 4.7 and 5.15) 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)