Documentation
¶
Overview ¶
Gserver is a web server.
Summary of features
- Any path of the form /[user]/file/* is served as static (StaticHandler) and converted to /files/user/*
- Any other path is handled by Handler as follows.
- Path elements of the form @rev are taken as revisions.
- Path elements of the form _t (t != number) are taken as variables
- Extensions of files are optional (if the file name is unique)
- index.* (if found) is returned for paths that point to directories.
- OGDL templates are processed
- Markdown is processed
- The root directory must be a standard directory. Below there can be versioned repositories
- The path can continue into data files and documents (markdown)
Authentication and sessions ¶
- htpasswd, SVN Auth, ACL
Templates ¶
TODO ¶
- relative paths (for images, etc)
- math notebook / wiki / forms
- resumable file uploader
Click to show internal directories.
Click to hide internal directories.