Apache Wave Docs retired.

Clone this repo:

Branches

  1. 9873ed9 Retiring wave. by John D. Ament · 6 years ago master
  2. b84caa1 Add building section to readme by Ali Lown · 9 years ago
  3. 88861bf Update help command in makefile by Ali Lown · 9 years ago
  4. c6196d0 The "documentation" project has been started, has minimum information to be able to be built on a linux operating system by Evan Hughes · 9 years ago
  5. ad7ca4d Added Apache License Header to source files by Evan Hughes · 9 years ago

Apache Wave Documentation

The Apache Wave project is a stand alone wave server and rich web client that serves as a Wave reference implementation. Apache Wave site: http://incubator.apache.org/wave/ This project lets developers and enterprise users run wave servers and host waves on their own hardware. And then share those waves with other wave servers.

Here you will find (eventually) all the documentation on building, installing, running, managing and contributing to Apache Wave.

In the meantime, please continue to use the existing documentation that can be found on our website, in the wiki, and at Wave Protocol (old website).

Building the Documentation

You will need Python and Sphinx installed for HTML documentation. If you would also like the PDF formats, you will need a LaTeX distribution installed as well.

On a Debian-based distribution, you can probably just run:

apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended

To build the actual documentation, you should run make doc-html or make doc-pdf, depending on which type you want. To see all commands, please run make help.