gserver

command
v0.0.0-...-8274545 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2025 License: BSD-2-Clause Imports: 10 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL