An open API service indexing awesome lists of open source software.

https://github.com/j0ack/flikiss

mirrored from https://git.joakode.fr/flikiss
https://github.com/j0ack/flikiss

Last synced: 10 months ago
JSON representation

mirrored from https://git.joakode.fr/flikiss

Awesome Lists containing this project

README

          

FliKISS
=======

A `KISS `_ wiki engine inspired by `BlazeKISS `_ a fork of `Wikiss `_.

FliKISS does not require any database. Pages are stored in flat files using the `Markdown `_ syntax.

Features
--------

- Namespaces
- Render WikiLinks
- Render tables
- Code syntax hilighting

Techonologies used
------------------

- `Python `_
- `Flask `_
- `Flask-WTF `_ extension
- `Lepture's Markdown editor `_
- `Python Markdown `_
- `CherryPy `_ wsgi server
- `Lockfile `_
- `Pygments `_
- `Skeleton `_ CSS framework