New Apache 2.0 Documentation Site
rbowen writes "The Apache Server Documentation Team is pleased to announce an overhaul of the Apache 2.0 documentation web site. I addition to new page layout and better navigation, there are a number of new documents, and all of the directive documentation now has helpful examples. Special kudos to Joshua Slive for all of his hard work and leadership."
I'd like to see more sites done the way phpbuiler has been done. Especially perl, and apache things like that.
/* oops I accidentally made a comment, sorry */
I agree somwhat with *no comment*, but I think the best documentation on any site has to go to php.net. The main thing that makes it easy to use is the ability to type your query at the end of the domain and after the slash like php.net/mysql_query and it goes directly to the functions' definition. If apache's site did this like httpd.apache.org/mod_ssl or httpd.apache.org/htacces, I would definitely be pleased. Also the ability for user comments is great. Sometimes the developers (I am guilty of this as well) are not very use friendly and have a hard time expressing themselves therefore leading to bad documentation, not saying apache is guilty of this.
This is the Internet. You can say "fuck" here. - AC
If you'd like to contribute your vast expertise in this field towards the effort to improve the xml-to-html conversion process in order to make these pages more in line with your pedantry^Wpassion for correctness, we are always on the lookout for fresh victims^W^Wnew volunteers.
Apache guy, Open Source enthusiast, runner
He probably only tried the main page, which
is quick hack and doesn't validate as xhtml
for a couple little reasons.
The vast majority of the xml generated pages
do validate as correct.
You are absolutely correct. I should shut my pie-hole and step up to bat.
t ml page. Who can tell my what the issues are with the front page, as compared to the other sub pages? Is this a generic vs. custom template issue, or a it-just-hasn't-been-done issue?
I've been spending about the last 3 weeks or so entrenched in AxKit goodness, up to my elbows in XML->XSL/XSLT->XHTML mess, so at least it's a little fresh in the brain.
I've read the http://httpd.apache.org/docs-project/docsformat.h
It's just that the front page is in pure xhtml because it has completely different requirements than the rest of the docs. Rather than hack up a one-time format and transformation I just did a five-minute xhtml hack.
The only way to tell that is to checkout the docs tree and note that there isn't an index.xml correspoding to the index.html.en.