All Projects → cooper → quiki

cooper / quiki

Licence: ISC license
a file-based web engine and server featuring a productive source language, markdown, image generation, categories, templates, and revision tracking

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to quiki

pile
Personal website generator based on Org mode
Stars: ✭ 20 (+0%)
Mutual labels:  blog-engine, wiki-engine
Dokuwiki
The DokuWiki Open Source Wiki Engine
Stars: ✭ 3,297 (+16385%)
Mutual labels:  wiki, wiki-engine
mycorrhiza
🍄📑 Filesystem and git-based wiki engine written in Go using Mycomarkup as its primary markup language.
Stars: ✭ 142 (+610%)
Mutual labels:  wiki, wiki-engine
Amusewiki
Text::Amuse-based publishing platform
Stars: ✭ 95 (+375%)
Mutual labels:  wiki, blog-engine
fluence
WYSIWYG wiki powered by Crystal, markdown, and Git
Stars: ✭ 44 (+120%)
Mutual labels:  wiki, wiki-engine
Matterwiki
A simple and beautiful wiki for teams
Stars: ✭ 2,089 (+10345%)
Mutual labels:  wiki, wiki-engine
kitsu-wiki
📑 The wiki frontend for Kitsu
Stars: ✭ 12 (-40%)
Mutual labels:  wiki
rurusetto
A wiki that contain all osu! rulesets
Stars: ✭ 31 (+55%)
Mutual labels:  wiki
matador
Take your appclication by the horns
Stars: ✭ 59 (+195%)
Mutual labels:  http-server
hub
好用的工具、资源收集库, 好记性不如破键盘
Stars: ✭ 63 (+215%)
Mutual labels:  wiki
kakoune-wiki
Personal wiki plugin for Kakoune
Stars: ✭ 53 (+165%)
Mutual labels:  wiki
backend-server
📠 The backend of the Fairfield Programming Association website.
Stars: ✭ 26 (+30%)
Mutual labels:  http-server
WikiChron
Data visualization tool for wikis evolution
Stars: ✭ 19 (-5%)
Mutual labels:  wiki
edap
No description or website provided.
Stars: ✭ 22 (+10%)
Mutual labels:  http-server
WebServer
High-performance multi-threaded tcp network server in c++11
Stars: ✭ 58 (+190%)
Mutual labels:  http-server
mirror-http-server
A dummy HTTP server that responds whatever you told it to
Stars: ✭ 35 (+75%)
Mutual labels:  http-server
matic-docs
The official documentation for all Polygon products.
Stars: ✭ 181 (+805%)
Mutual labels:  wiki
HttpServerLite
TCP-based simple HTTP and HTTPS server, written in C#.
Stars: ✭ 44 (+120%)
Mutual labels:  http-server
InternalSteamWebAPI
Documenting the unofficial and internal Steam Web API
Stars: ✭ 126 (+530%)
Mutual labels:  wiki
wine
A lightweight and flexible framework to help build elegant web API
Stars: ✭ 39 (+95%)
Mutual labels:  http-server

quiki

quiki is a fully-featured wiki suite and standalone web server that is completely file-based. instead of storing content in a database, each page is represented by a text file written in the clean and productive quiki source language.

it sports caching, image generation, category management, templates, markdown integration, git-based revision tracking, a web-based editor, and much more.

install

go get github.com/cooper/quiki

configure

quiki ships with a working example configuration and detailed configuration spec.

cp quiki.conf.example quiki.conf
nano -w quiki.conf

run

quiki quiki.conf    # ($GOPATH/bin/quiki if PATH not configured for go)

Did you expect this page to be longer?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].