/deps/mochiweb/README

http://github.com/zotonic/zotonic · #! · 15 lines · 11 code · 4 blank · 0 comment · 0 complexity · bcf4c7187d936576596c397cbc53f7cf MD5 · raw file

  1. MochiWeb is an Erlang library for building lightweight HTTP servers.
  2. The latest version of MochiWeb is available at http://github.com/mochi/mochiweb
  3. R12B compatibility:
  4. The master of MochiWeb is tested with R13B04 and later. A branch compatible
  5. with R12B is maintained separately at http://github.com/lemenkov/mochiweb
  6. The R12B branch of that repository is mirrored in the official repository
  7. occasionally for convenience.
  8. To create a new mochiweb using project:
  9. make app PROJECT=project_name
  10. To create a new mochiweb using project in a specific directory:
  11. make app PROJECT=project_name PREFIX=$HOME/projects/