Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VevoxDigital/Skribki
Simple and free NodeJS wiki engine
https://github.com/VevoxDigital/Skribki
git nodejs wiki
Last synced: about 1 month ago
JSON representation
Simple and free NodeJS wiki engine
- Host: GitHub
- URL: https://github.com/VevoxDigital/Skribki
- Owner: VevoxDigital
- License: gpl-3.0
- Created: 2016-10-08T18:59:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T05:41:15.000Z (over 7 years ago)
- Last Synced: 2024-08-01T12:32:30.484Z (4 months ago)
- Topics: git, nodejs, wiki
- Language: JavaScript
- Homepage: http://wiki.vevox.io/projects/skribki
- Size: 949 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - VevoxDigital/Skribki - Simple and free NodeJS wiki engine (nodejs)
README
![Skribki](/public/img/brand.png)
**A free and open-source wiki, based on git. No databases, no hassle.**
[![Travis](https://img.shields.io/travis/VevoxDigital/Skribki/master.svg?style=flat-square&label=stable)](https://travis-ci.org/VevoxDigital/Skribki)
[![Travis](https://img.shields.io/travis/VevoxDigital/Skribki/dev.svg?style=flat-square&label=latest)](https://travis-ci.org/VevoxDigital/Skribki)
[![Code Climate](https://img.shields.io/codeclimate/github/VevoxDigital/Skribki.svg?style=flat-square)](https://codeclimate.com/github/VevoxDigital/Skribki)
[![Code Climate](https://img.shields.io/codeclimate/issues/github/VevoxDigital/Skribki.svg?style=flat-square)](https://codeclimate.com/github/VevoxDigital/Skribki/issues)
[![Code Style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com)
[![GitHub release](https://img.shields.io/github/release/VevoxDigital/Skribki.svg?style=flat-square)](https://github.com/VevoxDigital/Skribki/releases)
[![Gratipay Team](https://img.shields.io/gratipay/user/CynicalBusiness.svg?style=flat-square)](https://gratipay.com/Skribki/)# A Powerful New Wiki
Skribki stands apart from most wiki software in its simplicity without sacraficing functionality; it runs entirely without external databases or login systems, making it super simple to install. Just download it and its ready to go.## Quick Install
Skribki can be quickly installed by simply cloning the repository and installing its dependencies. You will need `npm` and NodeJS 6 or later for this.```
$ git clone https://github.com/VevoxDigital/Skribki --branch=master && npm install
$ npm start
```For a more in-depth guide, [check this out](http://wiki.vevox.io/projects/skribki/install).
## Something Different
Skribki runs completely without a database, meaning you do not have to install an entire separate database (which usually comes with a daemon) to maintain, it just works out of the box.The pages themselves are managed by a `git` repository within the app, so you could in theory modify pages from sources outside the wiki. For authentication, Skribki utilizes OAuth providers to store user account data elsewhere; you can either integrate with your pre-existing system and/or use any number of OAuth providers available.
## Flexibility and Simplicity
What sets Skribki apart from other software is its extreme flexibility without over-complicating its functionality. Themes, custom parsers, new authentication strategies, and more can all be added, but Skribki is ready to go without any fidgeting. Included in this repository is the [Vevox Blue](http://workshop.vevox.io/p/vevox-blue) theme, a GitHub authentication option, and a simple markdown parser.Read up [here](http://wiki.vevox.io/projects/skribki/customization) if you want to add more.
### What's The Name?
The name Skribki is a compound word from [Sulang](http://wiki.vevox.io/lore/shadows-of-maya/sulang), meaning 'Writing by the People'.```
skrib (n.)
written information; lit. writing, text-ki (suff.)
by/of people
```----
Made for all by [@CynicalBusiness](https://github.com/CynicalBusiness) with [Vevox Digital](http://vevox.io)
[GPL v3.0](/LICENSE). Copyright © [Matthew Struble](https://github.com/CynicalBusiness).
*To My Warrior, Half the World Away*