summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add section on downloading, and TODO fileHEADmasterHarmony2015-06-25
|
* Add screenshots/make changes based on feedbackHarmony2015-05-18
|
* Include updated manual textHarmony2015-04-07
|
* Fix locale discovery in configureLunar2015-03-05
|
* Use the new git-tb-version script to find Tor Browser versionLunar2015-03-05
|
* Restore compatibility with yelp-tools 3.4Lunar2014-05-28
| | | | | Unfortunately, this requires us to add a en-US lingua (because we can't create a C directory without breaking out-of-tree builds).
* Import 'Tor and HTTPS' visual and add LICENSE informationLunar2014-05-28
|
* Add missing build dependency to READMELunar2014-05-28
|
* Enable out-of-source-tree buildsLunar2014-05-28
| | | | | | | | | | | | | | | | | | | | | | | One can now do: mkdir build-tree && cd build-tree ../user-manual/configure --with-tor-browser-bundle=../tor-browser-bundle make html Easy part was sprinkling Makefile.am with appropriate $(srcdir). Symlinks to the media needs to be done to localized version or to C version as a fallback. Less funny was how to deal with <xi:include /> for the version number. We use the `-p` option of yelp-build to specify a search path. Works great. But there's no such option to `itstool` and it errors out if it's unable to find `type="text"` includes (to get include them in translation strings, I presume). So we now include the Tor Browser version in an XML file instead. Gotcha: yelp rules uses the presence of the C directory to detect if it's an out-of-tree build. So we must not create a C directory when building. Let's also re-add a missing variable substitution in configure.ac.
* whitespaceLunar2014-05-27
|
* Rework page about Tor to include warnings and the Tor and HTTPS visualLunar2014-05-27
|
* Stop abusing sort title and use groups insteadLunar2014-05-27
| | | | | | | | | | | | | According to Mallard's specification: Sort titles allow you to specify alternate text to be used when sorting the page or section. Certain automatic link sections will sort the nodes they link to. When this happens, providing a sort title allows you to control how the node is collated. This is useful for excluding leading articles such as “an” and “the”. The order of topic pages on the main index is better controlled by using grouping capabilities of automatic links.
* Change main title to the name of the documentLunar2014-05-27
|
* Retrieve Tor Browser version and locales from its repositoryLunar2014-05-18
|
* Added a note about system clock and timezone.Matt Pagan2014-05-16
|
* Add half-working PDF build using mal2latexLunar2014-05-15
|
* Import build system from proof-of-conceptLunar2014-05-15
|
* Added a Known Issues page.Matt Pagan2014-05-14
| | | | Changed page order.
* Added 6 pages with images.Matt Pagan2014-04-23