https://git.schokokeks.org/tor-tb-manual.git/tree/98790699b50f0166de032ea5076872ec0b2db40bRecent commits to tor-tb-manual.git (98790699b50f0166de032ea5076872ec0b2db40b)2015-05-18T15:10:25+02:00tag:gitlist.org,2012:commit/98790699b50f0166de032ea5076872ec0b2db40bAdd screenshots/make changes based on feedback2015-05-18T15:10:25+02:00Harmonyharmony@torproject.org
<pre></pre>
tag:gitlist.org,2012:commit/83a99998a98165df00d03d8a325a2d614c7ce1e4Include updated manual text2015-04-07T15:45:57+02:00Harmonyharmony@torproject.org
<pre></pre>
tag:gitlist.org,2012:commit/05d366bd7840a0ecfa8368786a286b0ff72a0261Fix locale discovery in configure2015-03-05T18:46:30+01:00Lunarlunar@torproject.org
<pre></pre>
tag:gitlist.org,2012:commit/6e95e27712a1a65c9f97caf8933184d495712579Use the new git-tb-version script to find Tor Browser version2015-03-05T18:26:42+01:00Lunarlunar@torproject.org
<pre></pre>
tag:gitlist.org,2012:commit/298acf26d0fdb323caf44355b332e1c2144f60acRestore compatibility with yelp-tools 3.42014-05-28T14:44:00+02:00Lunarlunar@torproject.org
<pre>Unfortunately, this requires us to add a en-US lingua (because
we can't create a C directory without breaking out-of-tree builds).
</pre>
tag:gitlist.org,2012:commit/0affda17d18d48a589ae3e4dbd5079b57fe9dbc5Import 'Tor and HTTPS' visual and add LICENSE information2014-05-28T10:56:32+02:00Lunarlunar@torproject.org
<pre></pre>
tag:gitlist.org,2012:commit/dc9826402be19fd8822932e79851364911555ef5Add missing build dependency to README2014-05-28T10:08:07+02:00Lunarlunar@torproject.org
<pre></pre>
tag:gitlist.org,2012:commit/44a3777eb38d94319871ba97b25af8b8aa60e50eEnable out-of-source-tree builds2014-05-28T09:39:36+02:00Lunarlunar@torproject.org
<pre>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.
</pre>
tag:gitlist.org,2012:commit/54a268114098cd111acb188a7c91be329cc173a0whitespace2014-05-27T22:46:11+02:00Lunarlunar@torproject.org
<pre></pre>
tag:gitlist.org,2012:commit/d97c9d6f1702e66dc719d697214cfcdf65cb5c2cRework page about Tor to include warnings and the Tor and HTTPS visual2014-05-27T18:04:48+02:00Lunarlunar@torproject.org
<pre></pre>