From 3bee91786259f5667310d0547b2eb9543e925c69 Mon Sep 17 00:00:00 2001 From: slumlord Date: Sat, 16 Feb 2019 15:23:12 +0000 Subject: [PATCH] Fix .rst syntax errors - 2013 --- i2p2www/blog/2013/03/08/0.9.5-Release.rst | 4 ++-- i2p2www/blog/2013/05/28/0.9.6-Release.rst | 8 ++++---- i2p2www/blog/2013/07/15/0.9.7-Release.rst | 4 ++-- i2p2www/blog/2013/10/02/0.9.8.1-Release.rst | 10 ++++++---- i2p2www/blog/2013/12/07/0.9.9-Release.rst | 4 ++-- 5 files changed, 16 insertions(+), 14 deletions(-) diff --git a/i2p2www/blog/2013/03/08/0.9.5-Release.rst b/i2p2www/blog/2013/03/08/0.9.5-Release.rst index 86d09158..10e61691 100644 --- a/i2p2www/blog/2013/03/08/0.9.5-Release.rst +++ b/i2p2www/blog/2013/03/08/0.9.5-Release.rst @@ -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 %}** diff --git a/i2p2www/blog/2013/05/28/0.9.6-Release.rst b/i2p2www/blog/2013/05/28/0.9.6-Release.rst index 9bf69022..6b476031 100644 --- a/i2p2www/blog/2013/05/28/0.9.6-Release.rst +++ b/i2p2www/blog/2013/05/28/0.9.6-Release.rst @@ -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 %}** diff --git a/i2p2www/blog/2013/07/15/0.9.7-Release.rst b/i2p2www/blog/2013/07/15/0.9.7-Release.rst index 3d30aa23..66168296 100644 --- a/i2p2www/blog/2013/07/15/0.9.7-Release.rst +++ b/i2p2www/blog/2013/07/15/0.9.7-Release.rst @@ -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 %}** diff --git a/i2p2www/blog/2013/10/02/0.9.8.1-Release.rst b/i2p2www/blog/2013/10/02/0.9.8.1-Release.rst index 552355ca..b4f84b05 100644 --- a/i2p2www/blog/2013/10/02/0.9.8.1-Release.rst +++ b/i2p2www/blog/2013/10/02/0.9.8.1-Release.rst @@ -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') }}/ diff --git a/i2p2www/blog/2013/12/07/0.9.9-Release.rst b/i2p2www/blog/2013/12/07/0.9.9-Release.rst index d8255f50..29810976 100644 --- a/i2p2www/blog/2013/12/07/0.9.9-Release.rst +++ b/i2p2www/blog/2013/12/07/0.9.9-Release.rst @@ -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.