STATUS revision 5e75346739dad2c8ac256ade167b0859b962b63a
1715N/AApache HTTP Server Trunk Documentation Status File.
448N/ALast modified: $Date$
448N/A
448N/AFor more information on how to contribute to the Apache Documentation
448N/AProject, please see http://httpd.apache.org/docs-project/ and
448N/Ahttp://httpd.apache.org/docs-project/docsformat.html
448N/A
448N/A ------------------------------
448N/A
448N/ATo Do List
448N/A=======================
448N/A
448N/A- The dns-caveats document is largely rubbish, and needs to be
448N/A completely rewritten. Many of the points stopped being true over a
448N/A decade ago.
448N/A
448N/A- The 1.3 docs need to have links from each directive forward to the
448N/A /docs/current/ version of that directive, or a note that it's not
448N/A avaialble in this century. See core.html for examples of how this
448N/A might be done. This is a large undertaking, and involves a lot of
448N/A grunt work, but will be greatly appreciated by the folks that make it
448N/A to the wrong doc via Google.
1907N/A
1907N/A- Adding to the discussion of conditional logging, which I think
1907N/A could be turned into more of a howto than the one paragraph it's
448N/A got now.
503N/A
503N/A- Update the http://httpd.apache.org/docs-project/docsformat.html
1715N/A document to be useful. In particular:
1715N/A - Document the various macros that can be used in documents.
1715N/A - Document the translation process.
1715N/A - Generally update it to make it reflect the current reality of how
503N/A we work.
1715N/A - Improving the documentation of the documentations' build system
503N/A itself (requirements, procedures)
503N/A
503N/A- Identify which documents are grossly out of date, and fix.
503N/A
503N/A- The FAQ never amounted to much. Review the current FAQ, which is
1715N/A 1.3-era, and bring it into this century.
1715N/A
1715N/A- Security docs are unhelpful, and assume that the reader knows nothing.
1715N/A Need something a little more advanced, which either discusses
1715N/A application-level security, or links to something that does. I'm not
1715N/A even sure what to say needs done. Can we get someone to elaborate on
1715N/A what, exactly, needs written? Ivan Ristic has said maybe he would be
1715N/A willing to contribute.
1715N/A - More content and better organisation
1715N/A - mod_dav resources are owned by the httpd. Perhaps write up the
1715N/A two-httpd dav setup covered in Rich Bowen's DAV Apachecon
1715N/A presentation.
448N/A
1715N/A- Performance doc is way too low-level. Several people have said that
448N/A they might help out here, but it's a significant undertaking, and more
448N/A than a little daunting.
448N/A
1513N/A- Windows platform docs are in desperate need of rewrites/updates for 2.x.
448N/A - Bill Rowe and Bill Stoddard are good contacts for tech questions.
448N/A - "using apache" has been done, "compiling apache" is still open
503N/A - hints on uninstalling apache (exit monitor, close directories,
448N/A registry entries etc) (PR 10154)
1715N/A - FAQ: UTF-8 config and URL encoding for non-ascii characters.
448N/A
1715N/A- New Auth system
1715N/A - Much clean-up and enhancement of aaa howto
1715N/A - Independent note on how to upgrade to new auth system
448N/A - Discussion of DBD auth, and, in particular, examples of how to set
448N/A up auth using each of the supported databases.
448N/A
448N/A- modules docs
448N/A - the follwing modules added since 2.2 lack documentation
448N/A - mod_serf
448N/A - mod_watchdog
448N/A - mod_heartbeat
448N/A - mod_heartmonitor
448N/A - mod_lbmethod_bybusyness
448N/A - mod_lbmethod_byrequests
1302N/A - mod_lbmethod_bytraffic
1302N/A - mod_lbmethod_heartbeat
448N/A - mod_socache_dbm
448N/A - mod_socache_memcache
448N/A - mod_socache_shmcb
448N/A - mpm_simple
448N/A the list may be incomplete
1715N/A maybe some of the modules will not be included in 2.4
1715N/A - The following modules have new docs added since 2.2, but are
571N/A grossly lacking in details and examples.
1513N/A - mod_dialup
1421N/A - mod_suexec: very little documentation
1421N/A - mod_rewrite: explain, when which variables are actually available
571N/A (PR 16402)
571N/A
571N/A- MPM documentation
571N/A - explain what the following command line options do
571N/A (perhaps in the developer/debugging docs):
571N/A -D DEBUG
571N/A -D ONE_PROCESS
571N/A one-process-mode == no threads, i.e. only one
571N/A process handling the requests in a single loop?
571N/A
571N/A- Individual docs will need some cleanup.
571N/A - misc/rewriteguide.html - needs cleaning in 1.3 and 2.0
1715N/A - platform/ebcdic.xml - needs major rework for 2.0
1715N/A - dso.xml - Reads as though this is a nifty new thing we just came
1715N/A up with recently.
1715N/A
503N/A- API documentation
448N/A - Ben Laurie has written some hooks documentation
503N/A - authn provider API documentation could be useful
503N/A
503N/A- SSL docs need serious update and enhancement
1715N/A - compat docs are wrong
1715N/A - no basic how to setup ssl doc
1715N/A mads said he was working on this, but...
1715N/A
1715N/A- How does <Proxy> fit into sections.html?
1715N/A
1715N/A- Missing documentation for the support program checkgid
503N/A
503N/A- New user docs: Directory Handling (mod_dir/mod_autoindex/etc)
503N/A (draft available in wiki)
503N/A
503N/A- Enhancements to the DTD/XSL:
1715N/A - New index: directives by context, including listing which directives
1715N/A are available for each AllowOverride setting.
1715N/A - New index: backout modules by type (aaa, mappers, loggers etc.)
503N/A probably by introducing a <category> element in modulesynopsis
503N/A - Use a tag like <var> in place of <em> for things like the
503N/A <syntax> listing.
1715N/A - in progress
503N/A - add letter links to glossary and quickreference,
1715N/A perhaps also a term overview (sidebar)
1715N/A - remove <pre> elements. Use <br /> and <indent> elements to get
1715N/A a similar effect.
1715N/A
1715N/A- Provide example solutions for the mapping of encodings, especially
1715N/A for .gz etc. (also in regard to our default configuration)
1715N/A
571N/A- How-To style documents for more of the daily tasks
571N/A - Logging, log rotation, and log reporting
571N/A - ?
571N/A
503N/A- Writing modules - Can we provide a basic intro to writing modules,
571N/A perhaps based around mod_example, or one of the other simple example
503N/A modules?
571N/A
571N/A- http://httpd.apache.org/docs/trunk/developer/ is a graveyard, and a
1715N/A profound embarrassment.
1715N/A - Purge all the dead links
1715N/A - API docs are generated via 'make dox'. Find somewhere that we can
1715N/A do this on a schedule, and link to that from the documentation.
571N/A - Introductory module authoring doc
571N/A - Verify links to external resources at least every year
571N/A
571N/A- Update the list of translations at
571N/A http://httpd.apache.org/docs-project/translations.html Some of those
571N/A are accurate, and others are way outdated.
571N/A
571N/A- I'd like to expand the discussion of conditional logging, and add a
571N/A few more useful exmaples.
1421N/A That would be a good place to document logging of cache hit/miss:
1421N/A https://issues.apache.org/bugzilla/show_bug.cgi?id=48241#c2
1421N/A
1421N/A- The mod_usertrack docs should describe what the module does, now,
1513N/A rather than spending so much time comparing it to what a long-gone
1513N/A module, which our readers never used, used to do. Examples would be
1513N/A helpful. Additionally, a significant part of the doc consists of a
1513N/A quoted email message. This seems somewhat unprofessional.
571N/A
571N/A- Is it worth having a doc that discusses recommended (what does this
1715N/A mean?) third-party modules like mod_security, mod_php, and so on - the
571N/A things that we all assume everyone uses, but some folks might not know
571N/A about.
571N/A
571N/ALaTeX Todo list
571N/A==================
448N/A
448N/A- Dozens of other little problems with presentation, cross-referencing,
448N/A etc.
1513N/A
1421N/A- Cleanup xsl to make it more readable. Almost everything
1513N/A that is currently in latex.xsl should probably be moved to common.xsl.
1421N/A There may be a license problem with the atbeginend.sty file, since
1715N/A latex style files rarely have explict licenses. At worst, we can
1715N/A drop this and manually adjust the relevant spacing.
1715N/A
1715N/A- Reduce the size of the pdf (both bytes and pages) in any way possible.
1715N/A
1715N/A- Translations.
1715N/A
1715N/A