/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Teddy Hogeborn
  • Date: 2008-08-30 19:05:15 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080830190515-l7e6vu81yyw5kcku
* mandos.xml (SYNOPSIS): Use <option> and <replaceable> tags.  Unify
                         short and long options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
** Enable client
89
89
 
90
90
* Man pages
 
91
** Tags
 
92
   Go through all man pages to conform to the style of tags chosen in
 
93
   [[http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl/trunk/debian/examples/foo.1.example_manpage.xml?op=file&rev=0&sc=0][foo.1.example_manpage.xml]].  In particular:
 
94
*** SYNOPSIS
 
95
    <arg> with inner <replaceable> and <option> tags
 
96
**** DONE mandos-clients.conf.xml
 
97
**** DONE mandos-keygen.xml
 
98
**** DONE mandos.conf.xml
 
99
**** DONE mandos.xml
 
100
**** TODO plugin-runner.xml
 
101
**** TODO plugins.d/password-prompt.xml
 
102
**** DONE plugins.d/password-request.xml
 
103
*** OPTIONS
 
104
    Separate <term> tags with <option> and <replaceable> tags
 
105
**** DONE mandos-clients.conf.xml
 
106
**** TODO mandos-keygen.xml
 
107
**** DONE mandos.conf.xml
 
108
**** TODO mandos.xml
 
109
**** TODO plugin-runner.xml
 
110
**** TODO plugins.d/password-prompt.xml
 
111
**** TODO plugins.d/password-request.xml
91
112
** Use xinclude for common sections
92
113
   Like copyright, authors, etc.
93
114