Skip to content
verify
Switch branches/tags
Code
This branch is 2 commits ahead of master.
Contribute

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
C
 
 
ar
 
 
 
 
de
 
 
 
 
 
 
fa
 
 
fr
 
 
 
 
it
 
 
 
 
ko
 
 
nl
 
 
pl
 
 
 
 
ru
 
 
tr
 
 
vi
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
-----------------------------------------
Generate .pot file from .page files:
(From the C/ directory) itstool -o ../tor-browser-manual.pot *.page

Remove the itstool spam from .pot file:
(From the base directory) sed -i '/itstool/d' tor-browser-manual.pot

Resources
----------

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