404
+Page not found
+diff --git a/.gitignore b/.gitignore index df77c89..4e928a6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /*.db /config.json -/documentation/site/js/base.js diff --git a/documentation/docs/api_overview.md b/docs/docs/api_overview.md similarity index 100% rename from documentation/docs/api_overview.md rename to docs/docs/api_overview.md diff --git a/documentation/docs/errors.md b/docs/docs/errors.md similarity index 100% rename from documentation/docs/errors.md rename to docs/docs/errors.md diff --git a/documentation/docs/img/screenshot.png b/docs/docs/img/screenshot.png similarity index 100% rename from documentation/docs/img/screenshot.png rename to docs/docs/img/screenshot.png diff --git a/documentation/docs/index.md b/docs/docs/index.md similarity index 100% rename from documentation/docs/index.md rename to docs/docs/index.md diff --git a/documentation/docs/validation.md b/docs/docs/validation.md similarity index 100% rename from documentation/docs/validation.md rename to docs/docs/validation.md diff --git a/documentation/mkdocs.yml b/docs/mkdocs.yml similarity index 100% rename from documentation/mkdocs.yml rename to docs/mkdocs.yml diff --git a/docs/site/404.html b/docs/site/404.html new file mode 100644 index 0000000..1041bdf --- /dev/null +++ b/docs/site/404.html @@ -0,0 +1,125 @@ + + +
+ + + + + + + +Page not found
+See also: the GitHub repository.
+BBJ is heavily inspired by image boards like 4chan, but it offers a simple +account system to allow users to identify themselves and set profile +attributes like a more traditional forum. Registration is optional and there +are only minimal restrictions on anonymous participation.
+ +Being a command-line-oriented text board, BBJ has no avatars or file sharing +capabilties, so its easier to administrate and can't be used to distribute illegal +content like imageboards. It has very few dependancies and is easy to set up.
+The API is simple and doesn't use require complex authorization schemes or session management. +It is fully documented on this site.