rust-leipzig / wiki

Markdown based wiki written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiki Build Status Build status Coverage Status Join the chat at https://gitter.im/rust-leipzig License MIT

Possible features

  • Statically generated HTML pages written in markdown
  • Basic templating
    • Menu generation
    • Background colors
    • Fonts
  • General source code support
  • Full text search with indexing support (autocompletion)
  • Runtime documentation
  • Resource management (images, pdfs)
    • Uploading, resizing images
    • Auto linking by keyword or category
  • Local HTTP server support
  • Plugin API and manager
    • Auto generated index (title, creation date, certain word)
    • Git backend for visioning
  • User management with certain access rights

Minimal implementation

  1. You have a collection of markdown files
  2. Generate static html partials from them
  3. Generate the indexes including their links

Meeting date at gitter

We decided to meet every thursday at 21:00 on gitter.

About

Markdown based wiki written in Rust

License:MIT License


Languages

Language:Rust 93.2%Language:Shell 3.6%Language:Batchfile 1.9%Language:HTML 1.4%