GithubHelp home page GithubHelp logo

isabella232 / httpd-flood Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/httpd-flood

0.0 0.0 0.0 402 KB

Mirror of Apache Flood

License: Apache License 2.0

Makefile 1.15% Shell 3.06% C 90.63% C++ 5.16%

httpd-flood's Introduction

* How to build flood documentation

1. Get DocBook DTD and XSL

   For DTD go to:

      http://www.oasis-open.org/docbook/xml/

   ...and download recent DocBook DTD (v4.2 at the time of writting).

   For XSL part go to:

      http://sourceforge.net/projects/docbook/

   and download recent docbook-xsl (1.61.3 at the time of writting).

   Unpack tarballs and move to suitable directory. Most Linux distros use
   /usr/share/sgml/docbook for that, but it can be anywhere.

   To make things simple, please declare enviroment variable DOCBOOK, that
   points to XSL root directory.

2. Get recent toolchain

   You'll need decent XSLT procesor, since DocBook stylesheets are complex.
   Just pick one:

   Xalan	-- http://xml.apache.org/xalan-j/
   Saxon	-- http://saxon.sf.net/
   xsltproc	-- http://www.xmlsoft.org/
   sablotron	-- http://www.gingerall.org/charlie/ga/xml/p_sab.xml
   XT		-- http://www.jclark.com/xml/xt.html
   
   Author of this document uses xsltproc most of the time, and because
   of that Makefile is tailored at this software. If you happen to like
   other XSLT engine -- please post a patch.

3. Change DTD location

   Source XML file (docbook/flood.xml) needs to be tweaked a bit. You have
   to change DTD location there (which reflects my development enviroment)
   to match your system. Just edit line number 2 with your favourite editor.

3. Translate files

   Just use your XSLT engine. Feed it:

   1. DocBook source -- docbook/flood.xml
   2. DocBook XSL -- $DOCBOOK/xhtml/chunked.xsl

   Of course, you can substitute another format instead of xhtml. Look at XSL
   root directory to see what formats are available.

4. Read docs, find bugs, post patches

   You might look for FIXME strings in XML source if you need an issue to
   work on. When adding new configration element, look for template near end
   of XML source.

   You might find following resources handy when preparing patches:

   http://www.docbook.org/tdg/
   http://www.dpawson.co.uk/docbook/
   http://docbook.org/wiki/

httpd-flood's People

Contributors

abannert avatar royfielding avatar wrowe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.