Fix .rst syntax errors - 2013

This commit is contained in:
slumlord
2019-02-16 15:23:12 +00:00
parent 7ff0e086ab
commit 3bee917862
5 changed files with 16 additions and 14 deletions

View File

@@ -18,10 +18,10 @@ with i2psnark. If this doesn't work, it should fall back to standard in-network
{%- endtrans %}
{% trans -%}
Files are available on the `download page`_.
Files are available on the `download page`__.
{%- endtrans %}
.. _{% trans %}`download page`{% endtrans %}: {{ get_url('downloads_list') }}
__ {{ get_url('downloads_list') }}
**{% trans %}RELEASE DETAILS{% endtrans %}**

View File

@@ -18,10 +18,10 @@ to update via torrent in the 0.9.7 update cycle.
{%- endtrans %}
{% trans -%}
Files are available on the `download page`_.
Files are available on the `download page`__.
{%- endtrans %}
.. _{% trans %}`download page`{% endtrans %}: {{ get_url('downloads_list') }}
__ {{ get_url('downloads_list') }}
**{% trans %}Important fix for Windows Eepsites, first install 0.9.5 only{% endtrans %}**
@@ -33,10 +33,10 @@ is 0.9.5-0-win1, you already have the fix and need not take any action.
{%- endtrans %}
{% trans -%}
See `this page`_ for instructions.
See `this page`__ for instructions.
{%- endtrans %}
.. _{% trans %}`this page`{% endtrans %}: {{ site_url('misc/ticket919') }}
__ {{ site_url('misc/ticket919') }}
**{% trans %}Jetty 7 Migration Details{% endtrans %}**

View File

@@ -33,7 +33,7 @@ We fixed a major streaming timer bug that contributed to frequent IRC disconnect
{%- endtrans %}
{% trans -%}
This release contains additional mitigations for the `"practical attacks" paper`_.
This release contains additional mitigations for the `"practical attacks" paper`__.
However, we have a lot more work to do to resist Sybil attacks on the floodfills, and resist
traffic analysis at the gateways and endpoints of exploratory tunnels.
It's a good reminder for everybody that our network is still relatively small and vulnerable.
@@ -41,7 +41,7 @@ We don't currently recommend any uses that would put anybody in serious jeopardy
We'll keep working to improve it... please keep working to spread the word. A bigger network is a better network.
{%- endtrans %}
.. _{% trans %}`"practical attacks" paper`{% endtrans %}: http://wwwcip.informatik.uni-erlangen.de/~spjsschl/i2p.pdf
__ http://wwwcip.informatik.uni-erlangen.de/~spjsschl/i2p.pdf
**{% trans %}RELEASE DETAILS{% endtrans %}**

View File

@@ -9,18 +9,20 @@
{% trans %}0.9.8.1 fixes a problem with updating to 0.9.8 on Windows for some people. New installs and non-Windows platforms are not affected, however all platforms will automatically update even if running 0.9.8.{% endtrans %}
{% trans -%}
See the `Trac ticket`_ for details and workarounds. See
`the 0.9.8 release notes`_ for information on IPv6 and other changes.
See the `Trac ticket`__ for details and workarounds. See
`the 0.9.8 release notes`__ for information on IPv6 and other changes.
{%- endtrans %}
__ {{ url_for('blog_post', slug='2013/09/30/0.9.8-Release') }}
__ http://{{ i2pconv('trac.i2p2.i2p') }}/ticket/1056
{% trans -%}
Due to recent attacks, logins are disabled on `Trac`_ and new registrations are
disabled on `zzz.i2p`_. Until those services are restored, please report all
bugs on IRC freenode or IRC2P #i2p-dev.
{%- endtrans %}
.. _{% trans %}`Trac ticket`{% endtrans %}: http://{{ i2pconv('trac.i2p2.i2p') }}/ticket/1056
.. _{% trans %}`the 0.9.8 release notes`{% endtrans %}: {{ url_for('blog_post', slug='2013/09/30/0.9.8-Release') }}
.. _`Trac`: http://{{ i2pconv('trac.i2p2.i2p') }}/
.. _`zzz.i2p`: http://{{ i2pconv('zzz.i2p') }}/

View File

@@ -10,10 +10,10 @@
{% trans -%}
We now support SSL between your router and your servers for security.
See `this development thread`_ for more information.
See `this development thread`__ for more information.
{%- endtrans %}
.. _{% trans %}`this development thread`{% endtrans %}: http://{{ i2pconv('zzz.i2p') }}/topics/1495
__ http://{{ i2pconv('zzz.i2p') }}/topics/1495
{% trans -%}
As usual, we recommend that you update to this release.