Chris McDonough 15 år sedan
förälder
incheckning
a0d29991d6
2 ändrade filer med 34 tillägg och 0 borttagningar
  1. 33 0
      docs/glossary.rst
  2. 1 0
      docs/index.rst

+ 33 - 0
docs/glossary.rst

@@ -0,0 +1,33 @@
+.. _glossary:
+
+Glossary
+========
+
+.. glossary::
+   :sorted:
+
+   daemontools
+     A `process control system by D.J. Bernstein
+     <http://cr.yp.to/daemontools.html>`_.
+
+   runit
+     A `process control system <http://smarden.org/runit/>`_.
+
+   launchd
+     A `process control system used by Apple
+     <http://en.wikipedia.org/wiki/Launchd>`_ as process 1 under Mac
+     OS X.
+
+   umask
+     Abbreviation of *user mask*: sets the file mode creation mask of
+     the current process.  See `http://en.wikipedia.org/wiki/Umask
+     <http://en.wikipedia.org/wiki/Umask>`_.
+
+   Superlance
+     A package which provides various event listener implementations
+     that plug into Supervisor which can help monitor process memory
+     usage and crash status: `http://pypi.python.org/pypi/superlance
+     <http://pypi.python.org/pypi/superlance>`_.
+
+
+

+ 1 - 0
docs/index.rst

@@ -28,6 +28,7 @@ Narrative Documentation
    upgrading.rst
    faq.rst
    development.rst
+   glossary.rst
 
 API Documentation
 -----------------