]> granicus.if.org Git - apache/blob - docs/STATUS
Remove some stuff that's already been done.
[apache] / docs / STATUS
1 Apache HTTP Server Trunk Documentation Status File.
2 Last modified: $Date$
3
4 For more information on how to contribute to the Apache Documentation
5 Project, please see http://httpd.apache.org/docs-project/ and
6 http://httpd.apache.org/docs-project/docsformat.html
7
8               ------------------------------
9
10 To Do List
11 =======================
12
13 - The 1.3 docs need to have links from each directive forward to the
14   /docs/current/ version of that directive, or a note that it's not
15   avaialble in this century. See core.html for examples of how this
16   might be done. This is a large undertaking, and involves a lot of
17   grunt work, but will be greatly appreciated by the folks that make it
18   to the wrong doc via Google. (Update: This is clearly going to take
19   many months of effort, due to the volume of work and the mind-numbing
20   tediousness.)
21
22 - Update the http://httpd.apache.org/docs-project/docsformat.html
23   document to be useful. In particular:
24     - Document the various macros that can be used in documents.
25     - Document the translation process.
26     - Generally update it to make it reflect the current reality of how
27       we work.
28     -  Improving the documentation of the documentations' build system
29        itself (requirements, procedures)
30
31 - Identify which documents are grossly out of date, and fix.
32
33 - Continue to enhance the FAQ, which is in the wiki:
34   http://wiki.apache.org/httpd/FAQ
35
36 - Security docs are unhelpful, and assume that the reader knows nothing.
37   Need something a little more advanced, which either discusses
38   application-level security, or links to something that does. I'm not
39   even sure what to say needs done. Can we get someone to elaborate on
40   what, exactly, needs written? Ivan Ristic has said maybe he would be
41   willing to contribute.
42   - More content and better organisation
43   - mod_dav resources are owned by the httpd. Perhaps write up the
44     two-httpd dav setup covered in Rich Bowen's DAV Apachecon
45     presentation.
46
47 - Performance doc "drop-in replace" wikified by Igor from Sander's
48   presentation: http://wiki.apache.org/httpd/PerformanceScalingUp
49   What's missing are reviews regarding statements made about Windows,
50   as well as: http://wiki.apache.org/httpd/PerformanceScalingOut for
51   a follow up -- these days it's *all* about scaling, really.
52
53
54 - Windows platform docs are in desperate need of rewrites/updates for 2.x.
55     - Bill Rowe is a good contact for tech questions.
56     - "using apache" has been done, "compiling apache" is still open
57     - hints on uninstalling apache (exit monitor, close directories,
58       registry entries etc) (PR 10154)
59     - FAQ: UTF-8 config and URL encoding for non-ascii characters.
60
61 - New Auth system
62     - Much clean-up and enhancement of aaa howto
63     - Independent note on how to upgrade to new auth system
64     - Discussion of DBD auth, and, in particular, examples of how to set
65       up auth using each of the supported databases.
66
67 - Expression syntax for <If>, Require expr, SetEnvIfExpr, CustomLog, ...
68   Start is in expr.xml, igalic is working on this
69
70 - modules docs
71     - the follwing modules added since 2.2 lack documentation
72         - mod_serf
73         - mod_watchdog
74         - mod_heartbeat
75         - mod_heartmonitor
76         - mod_lbmethod_bybusyness
77         - mod_lbmethod_byrequests
78         - mod_lbmethod_bytraffic
79         - mod_lbmethod_heartbeat
80         - mod_socache_dbm
81         - mod_socache_memcache
82         - mod_socache_shmcb
83         - mpm_simple
84       the list may be incomplete
85       maybe some of the modules will not be included in 2.4
86     - mod_suexec: very little documentation
87
88 - mod_substitute and reverse proxies: Add example using mod_filter
89   (see: http://marc.info/?l=apache-httpd-users&m=128830729603423&w=2)
90
91 - MPM documentation
92      - explain what the following command line options do
93        (perhaps in the developer/debugging docs):
94         -D DEBUG
95         -D ONE_PROCESS
96               one-process-mode == no threads, i.e. only one
97               process handling the requests in a single loop?
98
99 - Individual docs will need some cleanup.
100      - platform/ebcdic.xml - needs major rework for 2.0
101      - dso.xml - Reads as though this is a nifty new thing we just came
102        up with recently.
103
104 - API documentation
105     - Ben Laurie has written some hooks documentation
106     - authn provider API documentation could be useful
107
108 - SSL docs need serious update and enhancement
109     - compat docs are wrong
110     - no basic how to setup ssl doc
111     mads said he was working on this, but...
112
113 - How does <Proxy> fit into sections.html?
114
115 - Missing documentation for the support program checkgid
116
117 - New user docs: Directory Handling (mod_dir/mod_autoindex/etc)
118   (draft available in wiki)
119
120 - Enhancements to the DTD/XSL:
121   - New index: directives by context, including listing which directives
122     are available for each AllowOverride setting.
123   - New index: backout modules by type (aaa, mappers, loggers etc.)
124     probably by introducing a <category> element in modulesynopsis
125   - Use a tag like <var> in place of <em> for things like the
126     <syntax> listing.
127     - in progress
128   - add letter links to glossary and quickreference,
129     perhaps also a term overview (sidebar)
130   - remove <pre> elements. Use <br /> and <indent> elements to get
131     a similar effect.
132
133 - Provide example solutions for the mapping of encodings, especially
134   for .gz etc. (also in regard to our default configuration)
135
136 - How-To style documents for more of the daily tasks
137     - Logging, log rotation, and log reporting
138     - Secure mod_dav configuration
139
140 - Writing modules - Can we provide a basic intro to writing modules,
141   perhaps based around mod_example, or one of the other simple example
142   modules?
143
144 - http://httpd.apache.org/docs/trunk/developer/ is a graveyard, and a
145   profound embarrassment.
146     - Purge all the dead links
147     - Introductory module authoring doc
148     - Verify links to external resources at least every year
149
150 - Update the list of translations at
151   http://httpd.apache.org/docs-project/translations.html  Some of those
152   are accurate, and others are way outdated.
153
154 - I'd like to expand the discussion of conditional logging, and add a
155   few more useful exmaples.
156   That would be a good place to document logging of cache hit/miss:
157   https://issues.apache.org/bugzilla/show_bug.cgi?id=48241#c2
158
159 - Is it worth having a doc that discusses recommended (what does this
160   mean?) third-party modules like mod_security, mod_php, and so on - the
161   things that we all assume everyone uses, but some folks might not know
162   about.
163
164 - Clarify which directives only affect requests when they're handled
165   by the default handler.  (e.g. ForceType, TraceEnable, etc.)
166
167 - Order directives alphabetically. Some modules, particularly in
168   translations, have directives in random order, rather than
169   alphabetically.
170
171 - Run review_translations.pl on each of the files in the mod directory,
172   and determine which directives are missing from the translation docs.
173   Add them. This makes them show up in the directives listing for that
174   language, and also encourages translators to provide translations for
175   those directives.
176
177 LaTeX Todo list
178 ==================
179
180 - Dozens of other little problems with presentation, cross-referencing,
181   etc.
182
183 - Cleanup xsl to make it more readable.  Almost everything
184   that is currently in latex.xsl should probably be moved to common.xsl.
185   There may be a license problem with the atbeginend.sty file, since
186   latex style files rarely have explict licenses.  At worst, we can
187   drop this and manually adjust the relevant spacing.
188
189 - Reduce the size of the pdf (both bytes and pages) in any way possible.
190
191 - Translations.
192