A simple, self-contained Wiki engine
Find a file
Magnus Hoff 0a3cb53a66 Add NewArticleResource
Serve placeholder page for non-existing articles.
Redirect user-generated slugs to canonical slugs.
2017-09-21 10:58:54 +02:00
assets Style tweaks 2017-09-21 10:19:03 +02:00
libs/static_resource_derive Remove all usage of futures::BoxFuture, which is deprecated 2017-09-17 12:08:42 +02:00
migrations Fix buggy slugs_index 2017-09-20 23:30:50 +02:00
src Add NewArticleResource 2017-09-21 10:58:54 +02:00
templates Add NewArticleResource 2017-09-21 10:58:54 +02:00
.gitignore Ignore working file for SQLite 2017-09-21 10:07:25 +02:00
.travis.yml Travis 2017-08-21 16:08:22 +02:00
build.rs Cleanup based on new version of Diesel 2017-09-17 12:19:48 +02:00
Cargo.lock Automatically generate slugs for articles based on title 2017-09-20 23:31:25 +02:00
Cargo.toml Automatically generate slugs for articles based on title 2017-09-20 23:31:25 +02:00
README.md README.md 2017-08-21 16:49:31 +02:00