Welcome to Sveedocuments’s documentation!

Sveetchies-documents is a Django application to manage text documents. It work almost like a Wiki.

Features

  • Usage of the ReStructuredText docutils parser;
  • Templates builded with Foundation5;
  • Rich editor djangocodemirror;
  • Nice forms with django-crispy-forms;
  • Usage of autobreadcrumbs;
  • Optional usage of Assets bundles with django-assets;
  • Usage of the Django cache system for Markup parser and renderer;
  • A management board ready to use in frontend;
  • Two kind of documents :
    • Page : For full page documents with children pages in a sitemap tree;
    • Insert : For documents to insert as fragment in your templates;
  • Simple collaborative way (History, authoring) for Pages;
  • Templatetags to use documents in your templates;
  • Internationalized interface (English and French for now);
  • Optional usage of django-sendfile for page’s attachments when page are restricted to loggued users;