Tor Browser User Manual
=======================

Written using Mallard.

Original (English) source lies in `C`.

Building the HTML version
-------------------------

Required dependencies on Debian:

    git autoconf yelp-tools yelp-xsl intltool

Bootstrap:

    autoreconf -vif

Build:

    ./configure
    make html

Generating the .POT file for localization
-----------------------------------------
xml2po -o tor-browser-user-manual.pot -m mallard ./C/*.page

Ressources
----------

Mallard cheat sheet:
<http://blogs.gnome.org/shaunm/files/2012/01/mallardcheatsheet.png>