Fixing broken <page> tag
Damian Johnson

Damian Johnson commited on 2013-01-19 23:50:56
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


Neat, I didn't realize that someone added arm to the page. Unfortunately though
the addition broke the site build...

../$lang -D LANG=$lang en/tor-doc-osx.wml -o tor-doc-osx.html.en
mp4h: ERROR:en/tor-doc-osx.wml:29: EOF when reading argument of the <page> tag
** WML:Break: Error in Pass 2 (rc=1).
make[1]: *** [tor-doc-osx.html.en] Error 1
make[1]: Leaving directory `/home/atagar/Desktop/tor/website/trunk/docs'
make: *** [docs] Error 2


... ...
@@ -26,7 +26,7 @@
26 26
     <br>
27 27
     
28 28
     <p>
29
-    The advanced Tor without any graphical user interface can be installed using <a href="http://mxcl.github.com/homebrew">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm">ARM</a>, a command-line Tor monitor and alternative to the Vidalia GUI.. 
29
+    The advanced Tor without any graphical user interface can be installed using <a href="http://mxcl.github.com/homebrew">the Homebrew package manager</a>. It is most suitable if you want to use Tor as a SOCKS proxy for applications other than web browsing, or run a Tor relay/bridge to help other Tor users. If you use the command-line Tor, you might be interested in <a href="<page projects/arm>">arm</a>, a command-line Tor monitor and alternative to the Vidalia GUI.. 
30 30
     </p>
31 31
     
32 32
     <p>If you don't have Homebrew installed, open a terminal window and run:</p>
33 33