Slashdot Mirror


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."

14 comments

  1. phpbuilder by nocomment · · Score: 1

    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 */
    /* http://allyourbasearebelongto.us */
    1. Re:phpbuilder by rbowen · · Score: 1

      Can you be a little more specific about what it is that you'd like to see? We're very interested in user feedback, but this is just a little too vague.

      --
      Apache guy, Open Source enthusiast, runner
    2. Re:phpbuilder by nocomment · · Score: 1

      absolutley!!!
      I like the way it has the top bar at the top with a section to search the documentation or you can search the forum. The forum is like an old school chat room. Someone has trouble they post a question, someone going by notices your plea, and knows the answer so they post back. Maybe adding a Q&A for newbies, like

      Q>"How do I add php/mysql/imap support to my older setup?"

      A>"type this this and the other and replace httpd blah blah"

      you can also just browse the doc file and list of commands alphabetically if you are bored by using the << >> at the bottom of the page.
      it's an excellently done site, I think it should be the model for documentation sites. CPAN was good, but it took a little bit to get the hang of where things were and what they were called....phpbuilder i was able to figure out immediatelly, and make sense of php back when i was still learning it (which i guess never stops)
      yes it's not so simplistic that experienced users get bored there.

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
  2. php.net/substr by sglane81 · · Score: 1

    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
    1. Re:php.net/substr by nocomment · · Score: 1

      I agree 100% here. I am soooo bad at writing documentation about something, because I usually assume that someone already knows _something_ about it, and the end result is no one knows what I said, and they don't have a decent starting point. I'm getting better at this, but this is one reason why the user forum at phpbuilder is so great.

      --
      /* oops I accidentally made a comment, sorry */
      /* http://allyourbasearebelongto.us */
  3. Nice...but... by Anonymous Coward · · Score: 0

    WHile I commend their effort...their pages don't confirm to their DOCTYPE, nor do they validate as such...

    1. Re:Nice...but... by Anonymous Coward · · Score: 0

      Of course , this IS slashdot, where trying to validate the html via http://www.w3c.org/ yields "403 Forbidden"

      Nice. Can anybody code a flippin valid page anymore?

      I'm as guilty sometimes, but at least give it a shot with a new site.

    2. Re:Nice...but... by rbowen · · Score: 1

      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
    3. Re:Nice...but... by slive · · Score: 1

      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.

    4. Re:Nice...but... by ThatDamnMurphyGuy · · Score: 1

      You are absolutely correct. I should shut my pie-hole and step up to bat.

      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.ht 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?

    5. Re:Nice...but... by slive · · Score: 1

      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.

    6. Re:Nice...but... by ThatDamnMurphyGuy · · Score: 1
      - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd ">
      + <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transition al.dtd">

      :-)

  4. But... by roly · · Score: 0

    What about Apache 1.3?

    --
    "With Microsoft, you get Windows. With Linux, you get the full house" - unknown
    1. Re:But... by jmrjmrjmr · · Score: 0

      Stick with the old docs, they aren't bad either :-)