commit 6716b35669ff8979b0c66f078aeb0875c0fac33b
Author: traumschule <traumschuleriebau(a)riseup.net>
Date: Fri Aug 31 14:04:32 2018 +0200
update links in README and include/README
---
README.md | 2 ++
include/README | 12 +++++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 1d29e191..6fea7568 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,8 @@ You should now be able to point your browser at the locally generated site...
file:///home/atagar/Desktop/tor/webwml/getinvolved/volunteer.html.en
+For details on WML see
+http://www.shlomifish.org/open-source/projects/website-meta-language/
### Troubleshooting the build
diff --git a/include/README b/include/README
index 580b20fb..676e8387 100644
--- a/include/README
+++ b/include/README
@@ -2,7 +2,8 @@ Here's a brief overview of how our wml set-up works.
----------------------------------------------------
Here's a typical wml file:
-https://svn.torproject.org/svn/website/trunk/en/bridges.wml
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/docs/en/bridges.wml
+https://gitweb.torproject.org/project/web/webwml.git/docs/en/bridges.wml
The top of the file has:
@@ -25,12 +26,13 @@ and the middle is standard html, plus a few extra tags like
pages when they exist. So that wml page produces this html page:
https://www.torproject.org/bridges aka
https://www.torproject.org/bridges.html.en
+http://expyuzz4wqqyqhjn.onion/docs/bridges
Then head.wmi and foot.wmi are just other mostly-html files you import
to handle the repeat parts of each page (well, that plus some embedded
perl scripts to generate some of the static content).
-https://svn.torproject.org/svn/website/trunk/include/head.wmi
-https://svn.torproject.org/svn/website/trunk/en/foot.wmi
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/include/head.wmi
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/include/foot.wmi
You can basically ignore the wml part of them, and to a first
approximation just think of them as more html.
@@ -40,12 +42,12 @@ So in summary, wml is like html with a bit more markup.
----------------------------------------------------
Where it gets interesting is the download page:
-https://svn.torproject.org/svn/website/trunk/en/easy-download.wml
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/download/en/download-easy.wml
It has the standard header and footer section, but in the body of the page
it includes links like <a href="<package-osx-bundle-stable>". Rather than
putting URLs and Tor versions into every wml page, and then requiring
the translators to update their page whenever we bump a version number,
we instead define each URL and version as a new wml element:
-https://svn.torproject.org/svn/website/trunk/include/versions.wmi
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/include/versions.wmi
commit 455b29bfb3e8e806971e34739b93ef151704ea6d
Author: traumschule <traumschuleriebau(a)riseup.net>
Date: Tue Sep 4 18:41:41 2018 +0200
fix links in include/README
---
include/README | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/include/README b/include/README
index 676e8387..05a00f3c 100644
--- a/include/README
+++ b/include/README
@@ -2,8 +2,8 @@ Here's a brief overview of how our wml set-up works.
----------------------------------------------------
Here's a typical wml file:
-http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/docs/en/bridges.wml
-https://gitweb.torproject.org/project/web/webwml.git/docs/en/bridges.wml
+https://gitweb.torproject.org/project/web/webwml.git/tree/docs/en/bridges.wml
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/tree/docs/en/bridges.wml
The top of the file has:
@@ -26,13 +26,16 @@ and the middle is standard html, plus a few extra tags like
pages when they exist. So that wml page produces this html page:
https://www.torproject.org/bridges aka
https://www.torproject.org/bridges.html.en
+https://www.torproject.org/docs/bridges
http://expyuzz4wqqyqhjn.onion/docs/bridges
Then head.wmi and foot.wmi are just other mostly-html files you import
to handle the repeat parts of each page (well, that plus some embedded
perl scripts to generate some of the static content).
-http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/include/head.wmi
-http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/include/foot.wmi
+https://gitweb.torproject.org/project/web/webwml.git/tree/include/head.wmi
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/tree/include/head.wmi
+https://gitweb.torproject.org/project/web/webwml.git/tree/include/foot.wmi
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/tree/include/foot.wmi
You can basically ignore the wml part of them, and to a first
approximation just think of them as more html.
@@ -42,12 +45,13 @@ So in summary, wml is like html with a bit more markup.
----------------------------------------------------
Where it gets interesting is the download page:
-http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/download/en/download-easy.wml
+https://gitweb.torproject.org/project/web/webwml.git/tree/download/en/download-easy.wml
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/tree/download/en/download-easy.wml
It has the standard header and footer section, but in the body of the page
it includes links like <a href="<package-osx-bundle-stable>". Rather than
putting URLs and Tor versions into every wml page, and then requiring
the translators to update their page whenever we bump a version number,
we instead define each URL and version as a new wml element:
-http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/include/versions.wmi
-
+https://gitweb.torproject.org/project/web/webwml.git/tree/include/versions.wmi
+http://jqs44zhtxl2uo6gk.onion/project/web/webwml.git/tree/include/versions.wmi
commit 723c08ab01f0b7faaa8563b074174e922bbe941b
Author: hiro <hiro(a)torproject.org>
Date: Thu Sep 6 20:39:09 2018 +0200
Add changes to various download pages
---
download/en/download.wml | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/download/en/download.wml b/download/en/download.wml
index fef0f9d6..e2759985 100644
--- a/download/en/download.wml
+++ b/download/en/download.wml
@@ -150,7 +150,7 @@ custom configurations. All an apt-get or yum install away.</p>
</div>
<!-- END UNIX -->
<!-- START ANDROID -->
- <!--<div id="android" class="accordionButton on">
+ <div id="android" class="accordionButton on">
<span class="android24">Android</span>
</div>
<div class="accordionContent">
@@ -169,14 +169,12 @@ custom configurations. All an apt-get or yum install away.</p>
Introducing Tor Browser for Android, the mobile browser with the
highest privacy protections ever available and on par with Tor
Browser for desktop. You can download the alpha release on
- <a href="https://play.google.com/store/apps/details?id=org.torproject.torbrowser_alp…">GooglePlay</a>
- or <a href="">FDroid</a>, or you can get the apk by clicking on the
- button bellow.
+ <a href="https://play.google.com/store/apps/details?id=org.torproject.torbrowser_alp…">GooglePlay</a>,
+ or you can get the apk by clicking on the button bellow.
</p>
<p>
Note: For this release, <b>you also need to install Orbot</b>, you can
- learn more about it
- <a href="/docs/android.html.en">here</a>.
+ learn more about it <a href="https://guardianproject.info/apps/orbot">here</a>.
</p>
<p>
Known issue: Our Security Slider is now under ‘Security Settings,
@@ -184,10 +182,9 @@ custom configurations. All an apt-get or yum install away.</p>
the app. We plan on fixing it for the next release.
</p>
</div>
- </div>-->
+ </div>
<!-- END ANDROID -->
-<!-- START SMARTPHONE -->
-<!-- END SMARTPHONE -->
+<!-- START SMARTPHONE
<div id="smartphone" class="accordionButton on">
<span class="smartphone24">Smartphone</span>
</div>
@@ -196,6 +193,7 @@ custom configurations. All an apt-get or yum install away.</p>
<div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;">
</div>
</div>
+END SMARTPHONE -->
<!-- BEGIN SOURCE -->
<div id="source" class="accordionButton on">
<span class="sourcecode24">Source Code</span></div>