[tor-commits] r24317: {website} updated the makefile to include translations and copied wmi (in website/trunk: . about/ar about/es about/fr about/pl about/ru docs/ar docs/fr docs/my docs/pl docs/ru donate/pl fr getinvolved/pl pl press/pl projects/fr projects/pl ru torbutton/pl)

Runa Sandvik runa.sandvik at gmail.com
Wed Mar 9 13:06:44 UTC 2011


Author: runa
Date: 2011-03-09 13:06:44 +0000 (Wed, 09 Mar 2011)
New Revision: 24317

Added:
   website/trunk/about/ar/sidenav.wmi
   website/trunk/about/es/sidenav.wmi
   website/trunk/about/fr/sidenav.wmi
   website/trunk/about/pl/sidenav.wmi
   website/trunk/about/ru/sidenav.wmi
   website/trunk/docs/ar/sidenav.wmi
   website/trunk/docs/fr/sidenav.wmi
   website/trunk/docs/my/sidenav.wmi
   website/trunk/docs/pl/sidenav.wmi
   website/trunk/docs/ru/sidenav.wmi
   website/trunk/donate/pl/info.wmi
   website/trunk/donate/pl/sidenav.wmi
   website/trunk/fr/navigation.wmi
   website/trunk/getinvolved/pl/sidenav.wmi
   website/trunk/pl/navigation.wmi
   website/trunk/press/pl/info.wmi
   website/trunk/press/pl/sidenav.wmi
   website/trunk/projects/fr/sidenav.wmi
   website/trunk/projects/pl/sidenav.wmi
   website/trunk/ru/navigation.wmi
   website/trunk/torbutton/pl/sidenav.wmi
Modified:
   website/trunk/Makefile.common
Log:
updated the makefile to include translations and copied wmi files to various language directories

Modified: website/trunk/Makefile.common
===================================================================
--- website/trunk/Makefile.common	2011-03-09 13:01:17 UTC (rev 24316)
+++ website/trunk/Makefile.common	2011-03-09 13:06:44 UTC (rev 24317)
@@ -17,8 +17,8 @@
           -D DEVTAG=$(DEVTAG) \
           -D STABLETAG=$(STABLETAG)
 
-#LANGS=ar bms de en es et fa it fi fr ja ko nl no pl pt ru se tr zh-cn
-LANGS=en
+LANGS=ar bms de en es et fa it fi fr ja ko nl no pl pt ru se tr zh-cn
+#LANGS=en
 
 WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS)))
 WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi )

Copied: website/trunk/about/ar/sidenav.wmi (from rev 24315, website/trunk/about/en/sidenav.wmi)
===================================================================
--- website/trunk/about/ar/sidenav.wmi	                        (rev 0)
+++ website/trunk/about/ar/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,56 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'about/overview',
+       'txt'  => 'Tor Overview',
+      },
+      {'url'  => 'about/torusers',
+       'txt'  => 'Users of Tor',
+      },
+
+      {'url'  => 'about/corepeople',
+       'txt'  => 'Tor People',
+       'subelements' => [
+          {'url'  => 'about/board',
+           'txt'  => 'Board of Directors',
+          }, 
+          {'url'  => 'about/translators',
+           'txt'  => 'Translators',
+          }, 
+          {'url'  => 'about/volunteers',
+           'txt'  => 'Volunteers',
+          },  
+          {'url'  => 'about/contributors',
+           'txt'  => 'Past Contributors',
+          }]
+      },
+      {'url'  => 'about/sponsors',
+       'txt'  => 'Sponsors',
+      },
+      {'url'  => 'about/financials',
+       'txt'  => 'Financial Reports',
+      },
+      {'url'  => 'projects/projects',
+       'txt'  => 'Projects',
+      }, 
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation',
+      },  
+  ];
+:>

Copied: website/trunk/about/es/sidenav.wmi (from rev 24315, website/trunk/about/en/sidenav.wmi)
===================================================================
--- website/trunk/about/es/sidenav.wmi	                        (rev 0)
+++ website/trunk/about/es/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,56 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'about/overview',
+       'txt'  => 'Tor Overview',
+      },
+      {'url'  => 'about/torusers',
+       'txt'  => 'Users of Tor',
+      },
+
+      {'url'  => 'about/corepeople',
+       'txt'  => 'Tor People',
+       'subelements' => [
+          {'url'  => 'about/board',
+           'txt'  => 'Board of Directors',
+          }, 
+          {'url'  => 'about/translators',
+           'txt'  => 'Translators',
+          }, 
+          {'url'  => 'about/volunteers',
+           'txt'  => 'Volunteers',
+          },  
+          {'url'  => 'about/contributors',
+           'txt'  => 'Past Contributors',
+          }]
+      },
+      {'url'  => 'about/sponsors',
+       'txt'  => 'Sponsors',
+      },
+      {'url'  => 'about/financials',
+       'txt'  => 'Financial Reports',
+      },
+      {'url'  => 'projects/projects',
+       'txt'  => 'Projects',
+      }, 
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation',
+      },  
+  ];
+:>

Copied: website/trunk/about/fr/sidenav.wmi (from rev 24315, website/trunk/about/en/sidenav.wmi)
===================================================================
--- website/trunk/about/fr/sidenav.wmi	                        (rev 0)
+++ website/trunk/about/fr/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,56 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'about/overview',
+       'txt'  => 'Tor Overview',
+      },
+      {'url'  => 'about/torusers',
+       'txt'  => 'Users of Tor',
+      },
+
+      {'url'  => 'about/corepeople',
+       'txt'  => 'Tor People',
+       'subelements' => [
+          {'url'  => 'about/board',
+           'txt'  => 'Board of Directors',
+          }, 
+          {'url'  => 'about/translators',
+           'txt'  => 'Translators',
+          }, 
+          {'url'  => 'about/volunteers',
+           'txt'  => 'Volunteers',
+          },  
+          {'url'  => 'about/contributors',
+           'txt'  => 'Past Contributors',
+          }]
+      },
+      {'url'  => 'about/sponsors',
+       'txt'  => 'Sponsors',
+      },
+      {'url'  => 'about/financials',
+       'txt'  => 'Financial Reports',
+      },
+      {'url'  => 'projects/projects',
+       'txt'  => 'Projects',
+      }, 
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation',
+      },  
+  ];
+:>

Copied: website/trunk/about/pl/sidenav.wmi (from rev 24315, website/trunk/about/en/sidenav.wmi)
===================================================================
--- website/trunk/about/pl/sidenav.wmi	                        (rev 0)
+++ website/trunk/about/pl/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,56 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'about/overview',
+       'txt'  => 'Tor Overview',
+      },
+      {'url'  => 'about/torusers',
+       'txt'  => 'Users of Tor',
+      },
+
+      {'url'  => 'about/corepeople',
+       'txt'  => 'Tor People',
+       'subelements' => [
+          {'url'  => 'about/board',
+           'txt'  => 'Board of Directors',
+          }, 
+          {'url'  => 'about/translators',
+           'txt'  => 'Translators',
+          }, 
+          {'url'  => 'about/volunteers',
+           'txt'  => 'Volunteers',
+          },  
+          {'url'  => 'about/contributors',
+           'txt'  => 'Past Contributors',
+          }]
+      },
+      {'url'  => 'about/sponsors',
+       'txt'  => 'Sponsors',
+      },
+      {'url'  => 'about/financials',
+       'txt'  => 'Financial Reports',
+      },
+      {'url'  => 'projects/projects',
+       'txt'  => 'Projects',
+      }, 
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation',
+      },  
+  ];
+:>

Copied: website/trunk/about/ru/sidenav.wmi (from rev 24315, website/trunk/about/en/sidenav.wmi)
===================================================================
--- website/trunk/about/ru/sidenav.wmi	                        (rev 0)
+++ website/trunk/about/ru/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,56 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'about/overview',
+       'txt'  => 'Tor Overview',
+      },
+      {'url'  => 'about/torusers',
+       'txt'  => 'Users of Tor',
+      },
+
+      {'url'  => 'about/corepeople',
+       'txt'  => 'Tor People',
+       'subelements' => [
+          {'url'  => 'about/board',
+           'txt'  => 'Board of Directors',
+          }, 
+          {'url'  => 'about/translators',
+           'txt'  => 'Translators',
+          }, 
+          {'url'  => 'about/volunteers',
+           'txt'  => 'Volunteers',
+          },  
+          {'url'  => 'about/contributors',
+           'txt'  => 'Past Contributors',
+          }]
+      },
+      {'url'  => 'about/sponsors',
+       'txt'  => 'Sponsors',
+      },
+      {'url'  => 'about/financials',
+       'txt'  => 'Financial Reports',
+      },
+      {'url'  => 'projects/projects',
+       'txt'  => 'Projects',
+      }, 
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation',
+      },  
+  ];
+:>

Copied: website/trunk/docs/ar/sidenav.wmi (from rev 24315, website/trunk/docs/en/sidenav.wmi)
===================================================================
--- website/trunk/docs/ar/sidenav.wmi	                        (rev 0)
+++ website/trunk/docs/ar/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,97 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt 
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation Overview',
+      }, 
+      {
+       'url'  => 'docs/installguide',
+       'txt'  => 'Installation Guides',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-windows',
+           'txt'  => 'Installing on Windows',
+          },
+          {'url'  => 'docs/tor-doc-unix',
+           'txt'  => 'Installing on Linux/BSD/Unix',
+          },
+          {'url'  => 'docs/tor-doc-osx',
+           'txt'  => 'Installing on Mac OS X',
+          },
+          {'url'  => 'docs/android',
+           'txt'  => 'Installing on Android',
+          },
+          {'url'  => 'docs/N900',
+           'txt'  => 'Installing on Maemo/N900',
+          },
+          {'url'  => 'docs/verifying-signatures',
+           'txt'  => 'Verify our GPG signatures',
+          },
+          {'url'  => 'docs/tor-doc-web',
+           'txt'  => 'Configuring your browser to use Tor',
+          }],
+      },
+      {'url'  => 'docs/manual',
+       'txt'  => 'Manuals',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-relay',
+           'txt'  => 'Configuring a Relay',
+          },
+          {'url'  => 'docs/tor-hidden-service',
+           'txt'  => 'Configuring a Hidden Service',
+          }, 
+          {'url'  => 'docs/bridges',
+           'txt'  => 'Configuring a Bridge Relay',
+          }, 
+          {'url'  => 'docs/running-a-mirror',
+           'txt'  => 'Configuring a Mirror',
+          },
+#          {'url'  => 'docs/tor-manual',
+#           'txt'  => 'Tor -stable Manual',
+#          },
+          {'url'  => 'docs/tor-manual-dev',
+           'txt'  => 'Tor -alpha Manual',
+          },
+          {'url'  => 'docs/proxychain',
+           'txt'  => 'Configuring Tor to use a Proxy Server',
+          }],
+      },
+      {
+       'url'  => '<wiki>',
+       'txt'  => 'Tor Wiki',
+      }, 
+      {'url'  => 'docs/faq',
+       'txt'  => 'General FAQ',  
+      },
+      {'url'  => 'torbutton/torbutton-faq',
+       'txt'  => 'Torbutton FAQ',
+      },
+      {'url'  => 'docs/faq-abuse',
+       'txt'  => 'Abuse FAQ',
+      },
+      {'url'  => 'docs/trademark-faq',
+       'txt'  => 'Trademark FAQ',
+      },
+      {'url'  => 'eff/tor-legal-faq',
+       'txt'  => 'Tor Legal FAQ',
+      },
+      {'url'  => 'eff/tor-dmca-response',
+       'txt'  => 'Tor DMCA Response',
+      },  
+  ];
+:>

Copied: website/trunk/docs/fr/sidenav.wmi (from rev 24315, website/trunk/docs/en/sidenav.wmi)
===================================================================
--- website/trunk/docs/fr/sidenav.wmi	                        (rev 0)
+++ website/trunk/docs/fr/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,97 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt 
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation Overview',
+      }, 
+      {
+       'url'  => 'docs/installguide',
+       'txt'  => 'Installation Guides',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-windows',
+           'txt'  => 'Installing on Windows',
+          },
+          {'url'  => 'docs/tor-doc-unix',
+           'txt'  => 'Installing on Linux/BSD/Unix',
+          },
+          {'url'  => 'docs/tor-doc-osx',
+           'txt'  => 'Installing on Mac OS X',
+          },
+          {'url'  => 'docs/android',
+           'txt'  => 'Installing on Android',
+          },
+          {'url'  => 'docs/N900',
+           'txt'  => 'Installing on Maemo/N900',
+          },
+          {'url'  => 'docs/verifying-signatures',
+           'txt'  => 'Verify our GPG signatures',
+          },
+          {'url'  => 'docs/tor-doc-web',
+           'txt'  => 'Configuring your browser to use Tor',
+          }],
+      },
+      {'url'  => 'docs/manual',
+       'txt'  => 'Manuals',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-relay',
+           'txt'  => 'Configuring a Relay',
+          },
+          {'url'  => 'docs/tor-hidden-service',
+           'txt'  => 'Configuring a Hidden Service',
+          }, 
+          {'url'  => 'docs/bridges',
+           'txt'  => 'Configuring a Bridge Relay',
+          }, 
+          {'url'  => 'docs/running-a-mirror',
+           'txt'  => 'Configuring a Mirror',
+          },
+#          {'url'  => 'docs/tor-manual',
+#           'txt'  => 'Tor -stable Manual',
+#          },
+          {'url'  => 'docs/tor-manual-dev',
+           'txt'  => 'Tor -alpha Manual',
+          },
+          {'url'  => 'docs/proxychain',
+           'txt'  => 'Configuring Tor to use a Proxy Server',
+          }],
+      },
+      {
+       'url'  => '<wiki>',
+       'txt'  => 'Tor Wiki',
+      }, 
+      {'url'  => 'docs/faq',
+       'txt'  => 'General FAQ',  
+      },
+      {'url'  => 'torbutton/torbutton-faq',
+       'txt'  => 'Torbutton FAQ',
+      },
+      {'url'  => 'docs/faq-abuse',
+       'txt'  => 'Abuse FAQ',
+      },
+      {'url'  => 'docs/trademark-faq',
+       'txt'  => 'Trademark FAQ',
+      },
+      {'url'  => 'eff/tor-legal-faq',
+       'txt'  => 'Tor Legal FAQ',
+      },
+      {'url'  => 'eff/tor-dmca-response',
+       'txt'  => 'Tor DMCA Response',
+      },  
+  ];
+:>

Copied: website/trunk/docs/my/sidenav.wmi (from rev 24315, website/trunk/docs/en/sidenav.wmi)
===================================================================
--- website/trunk/docs/my/sidenav.wmi	                        (rev 0)
+++ website/trunk/docs/my/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,97 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt 
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation Overview',
+      }, 
+      {
+       'url'  => 'docs/installguide',
+       'txt'  => 'Installation Guides',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-windows',
+           'txt'  => 'Installing on Windows',
+          },
+          {'url'  => 'docs/tor-doc-unix',
+           'txt'  => 'Installing on Linux/BSD/Unix',
+          },
+          {'url'  => 'docs/tor-doc-osx',
+           'txt'  => 'Installing on Mac OS X',
+          },
+          {'url'  => 'docs/android',
+           'txt'  => 'Installing on Android',
+          },
+          {'url'  => 'docs/N900',
+           'txt'  => 'Installing on Maemo/N900',
+          },
+          {'url'  => 'docs/verifying-signatures',
+           'txt'  => 'Verify our GPG signatures',
+          },
+          {'url'  => 'docs/tor-doc-web',
+           'txt'  => 'Configuring your browser to use Tor',
+          }],
+      },
+      {'url'  => 'docs/manual',
+       'txt'  => 'Manuals',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-relay',
+           'txt'  => 'Configuring a Relay',
+          },
+          {'url'  => 'docs/tor-hidden-service',
+           'txt'  => 'Configuring a Hidden Service',
+          }, 
+          {'url'  => 'docs/bridges',
+           'txt'  => 'Configuring a Bridge Relay',
+          }, 
+          {'url'  => 'docs/running-a-mirror',
+           'txt'  => 'Configuring a Mirror',
+          },
+#          {'url'  => 'docs/tor-manual',
+#           'txt'  => 'Tor -stable Manual',
+#          },
+          {'url'  => 'docs/tor-manual-dev',
+           'txt'  => 'Tor -alpha Manual',
+          },
+          {'url'  => 'docs/proxychain',
+           'txt'  => 'Configuring Tor to use a Proxy Server',
+          }],
+      },
+      {
+       'url'  => '<wiki>',
+       'txt'  => 'Tor Wiki',
+      }, 
+      {'url'  => 'docs/faq',
+       'txt'  => 'General FAQ',  
+      },
+      {'url'  => 'torbutton/torbutton-faq',
+       'txt'  => 'Torbutton FAQ',
+      },
+      {'url'  => 'docs/faq-abuse',
+       'txt'  => 'Abuse FAQ',
+      },
+      {'url'  => 'docs/trademark-faq',
+       'txt'  => 'Trademark FAQ',
+      },
+      {'url'  => 'eff/tor-legal-faq',
+       'txt'  => 'Tor Legal FAQ',
+      },
+      {'url'  => 'eff/tor-dmca-response',
+       'txt'  => 'Tor DMCA Response',
+      },  
+  ];
+:>

Copied: website/trunk/docs/pl/sidenav.wmi (from rev 24315, website/trunk/docs/en/sidenav.wmi)
===================================================================
--- website/trunk/docs/pl/sidenav.wmi	                        (rev 0)
+++ website/trunk/docs/pl/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,97 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt 
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation Overview',
+      }, 
+      {
+       'url'  => 'docs/installguide',
+       'txt'  => 'Installation Guides',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-windows',
+           'txt'  => 'Installing on Windows',
+          },
+          {'url'  => 'docs/tor-doc-unix',
+           'txt'  => 'Installing on Linux/BSD/Unix',
+          },
+          {'url'  => 'docs/tor-doc-osx',
+           'txt'  => 'Installing on Mac OS X',
+          },
+          {'url'  => 'docs/android',
+           'txt'  => 'Installing on Android',
+          },
+          {'url'  => 'docs/N900',
+           'txt'  => 'Installing on Maemo/N900',
+          },
+          {'url'  => 'docs/verifying-signatures',
+           'txt'  => 'Verify our GPG signatures',
+          },
+          {'url'  => 'docs/tor-doc-web',
+           'txt'  => 'Configuring your browser to use Tor',
+          }],
+      },
+      {'url'  => 'docs/manual',
+       'txt'  => 'Manuals',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-relay',
+           'txt'  => 'Configuring a Relay',
+          },
+          {'url'  => 'docs/tor-hidden-service',
+           'txt'  => 'Configuring a Hidden Service',
+          }, 
+          {'url'  => 'docs/bridges',
+           'txt'  => 'Configuring a Bridge Relay',
+          }, 
+          {'url'  => 'docs/running-a-mirror',
+           'txt'  => 'Configuring a Mirror',
+          },
+#          {'url'  => 'docs/tor-manual',
+#           'txt'  => 'Tor -stable Manual',
+#          },
+          {'url'  => 'docs/tor-manual-dev',
+           'txt'  => 'Tor -alpha Manual',
+          },
+          {'url'  => 'docs/proxychain',
+           'txt'  => 'Configuring Tor to use a Proxy Server',
+          }],
+      },
+      {
+       'url'  => '<wiki>',
+       'txt'  => 'Tor Wiki',
+      }, 
+      {'url'  => 'docs/faq',
+       'txt'  => 'General FAQ',  
+      },
+      {'url'  => 'torbutton/torbutton-faq',
+       'txt'  => 'Torbutton FAQ',
+      },
+      {'url'  => 'docs/faq-abuse',
+       'txt'  => 'Abuse FAQ',
+      },
+      {'url'  => 'docs/trademark-faq',
+       'txt'  => 'Trademark FAQ',
+      },
+      {'url'  => 'eff/tor-legal-faq',
+       'txt'  => 'Tor Legal FAQ',
+      },
+      {'url'  => 'eff/tor-dmca-response',
+       'txt'  => 'Tor DMCA Response',
+      },  
+  ];
+:>

Copied: website/trunk/docs/ru/sidenav.wmi (from rev 24315, website/trunk/docs/en/sidenav.wmi)
===================================================================
--- website/trunk/docs/ru/sidenav.wmi	                        (rev 0)
+++ website/trunk/docs/ru/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,97 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt 
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'docs/documentation',
+       'txt'  => 'Documentation Overview',
+      }, 
+      {
+       'url'  => 'docs/installguide',
+       'txt'  => 'Installation Guides',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-windows',
+           'txt'  => 'Installing on Windows',
+          },
+          {'url'  => 'docs/tor-doc-unix',
+           'txt'  => 'Installing on Linux/BSD/Unix',
+          },
+          {'url'  => 'docs/tor-doc-osx',
+           'txt'  => 'Installing on Mac OS X',
+          },
+          {'url'  => 'docs/android',
+           'txt'  => 'Installing on Android',
+          },
+          {'url'  => 'docs/N900',
+           'txt'  => 'Installing on Maemo/N900',
+          },
+          {'url'  => 'docs/verifying-signatures',
+           'txt'  => 'Verify our GPG signatures',
+          },
+          {'url'  => 'docs/tor-doc-web',
+           'txt'  => 'Configuring your browser to use Tor',
+          }],
+      },
+      {'url'  => 'docs/manual',
+       'txt'  => 'Manuals',
+       'subelements' => [
+          {'url'  => 'docs/tor-doc-relay',
+           'txt'  => 'Configuring a Relay',
+          },
+          {'url'  => 'docs/tor-hidden-service',
+           'txt'  => 'Configuring a Hidden Service',
+          }, 
+          {'url'  => 'docs/bridges',
+           'txt'  => 'Configuring a Bridge Relay',
+          }, 
+          {'url'  => 'docs/running-a-mirror',
+           'txt'  => 'Configuring a Mirror',
+          },
+#          {'url'  => 'docs/tor-manual',
+#           'txt'  => 'Tor -stable Manual',
+#          },
+          {'url'  => 'docs/tor-manual-dev',
+           'txt'  => 'Tor -alpha Manual',
+          },
+          {'url'  => 'docs/proxychain',
+           'txt'  => 'Configuring Tor to use a Proxy Server',
+          }],
+      },
+      {
+       'url'  => '<wiki>',
+       'txt'  => 'Tor Wiki',
+      }, 
+      {'url'  => 'docs/faq',
+       'txt'  => 'General FAQ',  
+      },
+      {'url'  => 'torbutton/torbutton-faq',
+       'txt'  => 'Torbutton FAQ',
+      },
+      {'url'  => 'docs/faq-abuse',
+       'txt'  => 'Abuse FAQ',
+      },
+      {'url'  => 'docs/trademark-faq',
+       'txt'  => 'Trademark FAQ',
+      },
+      {'url'  => 'eff/tor-legal-faq',
+       'txt'  => 'Tor Legal FAQ',
+      },
+      {'url'  => 'eff/tor-dmca-response',
+       'txt'  => 'Tor DMCA Response',
+      },  
+  ];
+:>

Copied: website/trunk/donate/pl/info.wmi (from rev 24315, website/trunk/donate/en/info.wmi)
===================================================================
--- website/trunk/donate/pl/info.wmi	                        (rev 0)
+++ website/trunk/donate/pl/info.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,16 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+<div class="img-shadow">
+  <div class="important-infoblock">
+    <h2>What happens to my donation?</h2>
+    <p>If you've just donated, thank you for your donation. Your funds
+    are deposited into our general fund. You join thousands of other
+    individual <a href="<page about/sponsors>">sponsors</a> in funding
+    the future of Tor and online anonymity. </p>
+    <p>Our <a href="<page about/financials>">financial documents</a>
+    are available for your review.</p>
+  </div>
+</div>
+<!-- END INFOBLOCK --> 

Copied: website/trunk/donate/pl/sidenav.wmi (from rev 24315, website/trunk/donate/en/sidenav.wmi)
===================================================================
--- website/trunk/donate/pl/sidenav.wmi	                        (rev 0)
+++ website/trunk/donate/pl/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,38 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt  
+
+<:
+    my $sidenav;
+    $sidenav = [
+        {'url'  => 'donate/donate',
+         'txt'  => 'Monetary Donations',
+        },
+        {'url'  => 'donate/donate-hardware',
+         'txt'  => 'Hardware Donations',
+        },
+        {'url'  => 'donate/donate-service',
+         'txt'  => 'Service Donations',
+        }, 
+        {'url'  => 'donate/matching-program',
+         'txt'  => 'Matching Program',
+        }, 
+        {'url'  => 'donate/become-sponsor',
+         'txt'  => 'Become a Sponsor',
+        }, 
+    ];
+:>

Copied: website/trunk/fr/navigation.wmi (from rev 24315, website/trunk/en/navigation.wmi)
===================================================================
--- website/trunk/fr/navigation.wmi	                        (rev 0)
+++ website/trunk/fr/navigation.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,24 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 22069 $
+# Translation-Priority: 1-high
+
+<:
+    # path                              link text
+    my @navigation = (
+        'index'                       , 'Home',
+        'about/overview'                 , 'About Tor',
+        'docs/documentation'          , 'Documentation',
+        'projects/projects'         , 'Projects',
+        'press/press'                 , 'Press',
+        '<blog>'                      , 'Blog',
+        'http://printfection.com/torprojectstore' , 'Store',
+    );
+    my @calltoaction = (
+        'download/download'                , 'Download',
+        'donate/donate'                    , 'Donate',
+        'getinvolved/volunteer'          , 'Get Involved',
+    );      
+
+:>

Copied: website/trunk/getinvolved/pl/sidenav.wmi (from rev 24315, website/trunk/getinvolved/en/sidenav.wmi)
===================================================================
--- website/trunk/getinvolved/pl/sidenav.wmi	                        (rev 0)
+++ website/trunk/getinvolved/pl/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,32 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt  
+
+<:
+    my $sidenav;
+    $sidenav = [
+        {'url'  => 'getinvolved/volunteer',
+         'txt'  => 'Get Involved',
+        },
+        {'url'  => 'getinvolved/research',
+         'txt'  => 'Research',
+        },
+        {'url'  => 'donate/donate',
+         'txt'  => 'Donate',
+        },
+    ];
+:>

Copied: website/trunk/pl/navigation.wmi (from rev 24315, website/trunk/en/navigation.wmi)
===================================================================
--- website/trunk/pl/navigation.wmi	                        (rev 0)
+++ website/trunk/pl/navigation.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,24 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 22069 $
+# Translation-Priority: 1-high
+
+<:
+    # path                              link text
+    my @navigation = (
+        'index'                       , 'Home',
+        'about/overview'                 , 'About Tor',
+        'docs/documentation'          , 'Documentation',
+        'projects/projects'         , 'Projects',
+        'press/press'                 , 'Press',
+        '<blog>'                      , 'Blog',
+        'http://printfection.com/torprojectstore' , 'Store',
+    );
+    my @calltoaction = (
+        'download/download'                , 'Download',
+        'donate/donate'                    , 'Donate',
+        'getinvolved/volunteer'          , 'Get Involved',
+    );      
+
+:>

Copied: website/trunk/press/pl/info.wmi (from rev 24315, website/trunk/press/en/info.wmi)
===================================================================
--- website/trunk/press/pl/info.wmi	                        (rev 0)
+++ website/trunk/press/pl/info.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,17 @@
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+#!/usr/bin/env wml
+<div class="img-shadow">
+  <div class="infoblock">
+  	<h2 class="media">Press Contact</h2>
+    <p>
+    <b>Andrew Lewman</b><br>
+    Executive Director<br>
+    execdir at torproject.org<br>
+    +1-781-424-9877<br>
+    </p>
+   </div>
+   <!-- END INFOBLOCK -->              
+</div>
+<!-- END IMG-SHADOW -->

Copied: website/trunk/press/pl/sidenav.wmi (from rev 24315, website/trunk/press/en/sidenav.wmi)
===================================================================
--- website/trunk/press/pl/sidenav.wmi	                        (rev 0)
+++ website/trunk/press/pl/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,32 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt  
+
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'press/press',
+       'txt'  => 'Press Releases',
+      }, 
+      {'url'  => 'press/inthemedia',
+       'txt'  => 'Tor in the Media',
+      }, 
+      {'url'  => 'https://blog.torproject.org/',
+       'txt'  => 'Tor Blog',
+      }, 
+  ];
+:>

Copied: website/trunk/projects/fr/sidenav.wmi (from rev 24315, website/trunk/projects/en/sidenav.wmi)
===================================================================
--- website/trunk/projects/fr/sidenav.wmi	                        (rev 0)
+++ website/trunk/projects/fr/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,52 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the
+# page because at build-time it is used to determine what view of the
+# navigation menu to generate
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt 
+ 
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'projects/projects',
+       'txt'  => 'Software &amp; Services',
+       'subelements' => [
+          {'url'  => 'torbutton/index',
+           'txt'  => 'TorButton',
+          },
+          {'url' => 'projects/torbrowser',
+           'txt' => 'Tor Browser Bundle',
+          },
+          {'url' => 'projects/vidalia',
+           'txt' => 'Vidalia',
+          },
+          {'url'  => 'projects/arm',
+           'txt'  => 'Arm',
+          },
+          {'url'  => '<wiki>projects/TorBulkExitlist',
+           'txt'  => 'TorBEL',
+          },
+          {'url'  => 'https://check.torproject.org',
+           'txt'  => 'TorCheck',
+          },
+          {'url'  => 'projects/gettor',
+           'txt'  => 'GetTor',
+          }
+          ]
+        }];
+:>

Copied: website/trunk/projects/pl/sidenav.wmi (from rev 24315, website/trunk/projects/en/sidenav.wmi)
===================================================================
--- website/trunk/projects/pl/sidenav.wmi	                        (rev 0)
+++ website/trunk/projects/pl/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,52 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the
+# page because at build-time it is used to determine what view of the
+# navigation menu to generate
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt 
+ 
+<:
+  my $sidenav;
+  $sidenav = [
+      {'url'  => 'projects/projects',
+       'txt'  => 'Software &amp; Services',
+       'subelements' => [
+          {'url'  => 'torbutton/index',
+           'txt'  => 'TorButton',
+          },
+          {'url' => 'projects/torbrowser',
+           'txt' => 'Tor Browser Bundle',
+          },
+          {'url' => 'projects/vidalia',
+           'txt' => 'Vidalia',
+          },
+          {'url'  => 'projects/arm',
+           'txt'  => 'Arm',
+          },
+          {'url'  => '<wiki>projects/TorBulkExitlist',
+           'txt'  => 'TorBEL',
+          },
+          {'url'  => 'https://check.torproject.org',
+           'txt'  => 'TorCheck',
+          },
+          {'url'  => 'projects/gettor',
+           'txt'  => 'GetTor',
+          }
+          ]
+        }];
+:>

Copied: website/trunk/ru/navigation.wmi (from rev 24315, website/trunk/en/navigation.wmi)
===================================================================
--- website/trunk/ru/navigation.wmi	                        (rev 0)
+++ website/trunk/ru/navigation.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,24 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 22069 $
+# Translation-Priority: 1-high
+
+<:
+    # path                              link text
+    my @navigation = (
+        'index'                       , 'Home',
+        'about/overview'                 , 'About Tor',
+        'docs/documentation'          , 'Documentation',
+        'projects/projects'         , 'Projects',
+        'press/press'                 , 'Press',
+        '<blog>'                      , 'Blog',
+        'http://printfection.com/torprojectstore' , 'Store',
+    );
+    my @calltoaction = (
+        'download/download'                , 'Download',
+        'donate/donate'                    , 'Donate',
+        'getinvolved/volunteer'          , 'Get Involved',
+    );      
+
+:>

Copied: website/trunk/torbutton/pl/sidenav.wmi (from rev 24315, website/trunk/torbutton/en/sidenav.wmi)
===================================================================
--- website/trunk/torbutton/pl/sidenav.wmi	                        (rev 0)
+++ website/trunk/torbutton/pl/sidenav.wmi	2011-03-09 13:06:44 UTC (rev 24317)
@@ -0,0 +1,36 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 0 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the
+# page because at build-time it is used to determine what view of the
+# navigation menu to generate
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version 
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt 
+ 
+<:
+  my $sidenav;
+  $sidenav = [
+          {'url'  => 'torbutton/index',
+           'txt'  => 'Torbutton',
+           'subelements' => [
+              {'url' => 'torbutton/torbutton-options',
+               'txt' => 'Torbutton Options',
+              },
+              {'url' => 'torbutton/torbutton-faq',
+               'txt' => 'Torbutton FAQ',
+              }]
+          }]
+:>



More information about the tor-commits mailing list