<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/harmony/user-manual, branch new-text</title>
<subtitle>Harmony's tor browser user manual repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/'/>
<entry>
<title>Include updated manual text</title>
<updated>2015-04-07T13:45:57+00:00</updated>
<author>
<name>Harmony</name>
<email>harmony@torproject.org</email>
</author>
<published>2015-04-07T13:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=83a99998a98165df00d03d8a325a2d614c7ce1e4'/>
<id>83a99998a98165df00d03d8a325a2d614c7ce1e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix locale discovery in configure</title>
<updated>2015-03-05T17:46:30+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2015-03-05T17:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=05d366bd7840a0ecfa8368786a286b0ff72a0261'/>
<id>05d366bd7840a0ecfa8368786a286b0ff72a0261</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the new git-tb-version script to find Tor Browser version</title>
<updated>2015-03-05T17:26:42+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2015-03-05T17:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=6e95e27712a1a65c9f97caf8933184d495712579'/>
<id>6e95e27712a1a65c9f97caf8933184d495712579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore compatibility with yelp-tools 3.4</title>
<updated>2014-05-28T12:44:00+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2014-05-28T12:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=298acf26d0fdb323caf44355b332e1c2144f60ac'/>
<id>298acf26d0fdb323caf44355b332e1c2144f60ac</id>
<content type='text'>
Unfortunately, this requires us to add a en-US lingua (because
we can't create a C directory without breaking out-of-tree builds).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<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>
</div>
</content>
</entry>
<entry>
<title>Import 'Tor and HTTPS' visual and add LICENSE information</title>
<updated>2014-05-28T08:56:32+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2014-05-28T08:56:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=0affda17d18d48a589ae3e4dbd5079b57fe9dbc5'/>
<id>0affda17d18d48a589ae3e4dbd5079b57fe9dbc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing build dependency to README</title>
<updated>2014-05-28T08:08:07+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2014-05-28T08:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=dc9826402be19fd8822932e79851364911555ef5'/>
<id>dc9826402be19fd8822932e79851364911555ef5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable out-of-source-tree builds</title>
<updated>2014-05-28T07:39:36+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2014-05-28T07:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=44a3777eb38d94319871ba97b25af8b8aa60e50e'/>
<id>44a3777eb38d94319871ba97b25af8b8aa60e50e</id>
<content type='text'>
One can now do:

    mkdir build-tree &amp;&amp; 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 &lt;xi:include /&gt; 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One can now do:

    mkdir build-tree &amp;&amp; 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 &lt;xi:include /&gt; 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>
</div>
</content>
</entry>
<entry>
<title>whitespace</title>
<updated>2014-05-27T20:46:11+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2014-05-27T20:46:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=54a268114098cd111acb188a7c91be329cc173a0'/>
<id>54a268114098cd111acb188a7c91be329cc173a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework page about Tor to include warnings and the Tor and HTTPS visual</title>
<updated>2014-05-27T16:04:48+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2014-05-27T16:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=d97c9d6f1702e66dc719d697214cfcdf65cb5c2c'/>
<id>d97c9d6f1702e66dc719d697214cfcdf65cb5c2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop abusing sort title and use groups instead</title>
<updated>2014-05-27T09:07:39+00:00</updated>
<author>
<name>Lunar</name>
<email>lunar@torproject.org</email>
</author>
<published>2014-05-27T09:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/harmony/user-manual.git/commit/?id=4da906a523e95d45aeb6efdf9d8f04f6d169c622'/>
<id>4da906a523e95d45aeb6efdf9d8f04f6d169c622</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
