Browse code

Fix dropdown padding and language nav

hiromipaw authored on 17/11/2017 14:37:54
Showing 1 changed files
... ...
@@ -12,6 +12,7 @@
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'press/press'                 , 'Press',
14 14
         '<blog>'                      , 'Blog',
15
+	'<newsletter>'                , 'Newsletter',
15 16
         'about/contact'               , 'Contact',
16 17
     );
17 18
     my @donatenav = (
Browse code

Bug 20734: Fix links and redirects for new donation site

Arthur Edelstein authored on 22/11/2016 07:02:06
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@
22 22
     my @calltoaction = (
23 23
         'download/download-easy'           , 'Download',
24 24
         'getinvolved/volunteer'            , 'Get Involved',
25
-        'donate/donate'                    , 'Donate',
25
+        'donate/donate-button'             , 'Donate',
26 26
     );
27 27
 
28 28
 :>
Browse code

New donate page draft

Sebastian Hahn authored on 18/09/2015 21:09:56
Showing 1 changed files
... ...
@@ -14,6 +14,11 @@
14 14
         '<blog>'                      , 'Blog',
15 15
         'about/contact'               , 'Contact',
16 16
     );
17
+    my @donatenav = (
18
+        'index'                        , 'Home',
19
+        'about/overview'              , 'About Tor',
20
+        'about/contact'               , 'Contact',
21
+    );
17 22
     my @calltoaction = (
18 23
         'download/download-easy'           , 'Download',
19 24
         'getinvolved/volunteer'            , 'Get Involved',
Browse code

remove tor store from the top nav

Andrew Lewman authored on 16/04/2014 18:25:02
Showing 1 changed files
... ...
@@ -12,7 +12,6 @@
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'press/press'                 , 'Press',
14 14
         '<blog>'                      , 'Blog',
15
-        'http://www.printfection.com/torprojectstore' , 'Store',
16 15
         'about/contact'               , 'Contact',
17 16
     );
18 17
     my @calltoaction = (
Browse code

change the wording to 'get involved'.

Andrew Lewman authored on 29/12/2012 05:52:03
Showing 1 changed files
... ...
@@ -17,7 +17,7 @@
17 17
     );
18 18
     my @calltoaction = (
19 19
         'download/download-easy'           , 'Download',
20
-        'getinvolved/volunteer'            , 'Volunteer',
20
+        'getinvolved/volunteer'            , 'Get Involved',
21 21
         'donate/donate'                    , 'Donate',
22 22
     );
23 23
 
Browse code

fix the main nav too.

Andrew Lewman authored on 28/11/2012 16:33:56
Showing 1 changed files
... ...
@@ -10,13 +10,13 @@
10 10
         'index'                        , 'Home',
11 11
         'about/overview'              , 'About Tor',
12 12
         'docs/documentation'          , 'Documentation',
13
-        'projects/projects'           , 'Projects',
14 13
         'press/press'                 , 'Press',
15 14
         '<blog>'                      , 'Blog',
16 15
         'http://www.printfection.com/torprojectstore' , 'Store',
16
+        'about/contact'               , 'Contact',
17 17
     );
18 18
     my @calltoaction = (
19
-        'download/download-easy'                , 'Download',
19
+        'download/download-easy'           , 'Download',
20 20
         'getinvolved/volunteer'            , 'Volunteer',
21 21
         'donate/donate'                    , 'Donate',
22 22
     );
Browse code

fix the link to the store.

Andrew Lewman authored on 19/01/2012 22:55:54
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
         'projects/projects'           , 'Projects',
14 14
         'press/press'                 , 'Press',
15 15
         '<blog>'                      , 'Blog',
16
-        'http://printfection.com/torprojectstore' , 'Store',
16
+        'http://www.printfection.com/torprojectstore' , 'Store',
17 17
     );
18 18
     my @calltoaction = (
19 19
         'download/download-easy'                , 'Download',
Browse code

make download-easy the default.

Andrew Lewman authored on 04/09/2011 15:42:33
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@
16 16
         'http://printfection.com/torprojectstore' , 'Store',
17 17
     );
18 18
     my @calltoaction = (
19
-        'download/download'                , 'Download',
19
+        'download/download-easy'                , 'Download',
20 20
         'getinvolved/volunteer'            , 'Volunteer',
21 21
         'donate/donate'                    , 'Donate',
22 22
     );
Browse code

Add cta-buttons.jpg, change the floating call to action buttons, modify the css to match the changes.

Andrew Lewman authored on 06/06/2011 02:54:21
Showing 1 changed files
... ...
@@ -17,8 +17,8 @@
17 17
     );
18 18
     my @calltoaction = (
19 19
         'download/download'                , 'Download',
20
+        'getinvolved/volunteer'            , 'Volunteer',
20 21
         'donate/donate'                    , 'Donate',
21
-        'getinvolved/volunteer'            , 'Get Involved',
22 22
     );
23 23
 
24 24
 :>
Browse code

but when it *is* used, it references a page that doesn't exist

Roger Dingledine authored on 09/03/2011 19:57:30
Showing 1 changed files
... ...
@@ -7,7 +7,7 @@
7 7
 <:
8 8
     # path                              link text
9 9
     my @navigation = (
10
-        'home'                        , 'Home',
10
+        'index'                        , 'Home',
11 11
         'about/overview'              , 'About Tor',
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
... ...
@@ -19,6 +19,6 @@
19 19
         'download/download'                , 'Download',
20 20
         'donate/donate'                    , 'Donate',
21 21
         'getinvolved/volunteer'            , 'Get Involved',
22
-    );      
22
+    );
23 23
 
24 24
 :>
Browse code

i take it back. it is used mysteriously in ways i do not understand.

Roger Dingledine authored on 09/03/2011 19:56:59
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Revision: $Revision: 22069 $
5
+# Translation-Priority: 1-high
6
+
7
+<:
8
+    # path                              link text
9
+    my @navigation = (
10
+        'home'                        , 'Home',
11
+        'about/overview'              , 'About Tor',
12
+        'docs/documentation'          , 'Documentation',
13
+        'projects/projects'           , 'Projects',
14
+        'press/press'                 , 'Press',
15
+        '<blog>'                      , 'Blog',
16
+        'http://printfection.com/torprojectstore' , 'Store',
17
+    );
18
+    my @calltoaction = (
19
+        'download/download'                , 'Download',
20
+        'donate/donate'                    , 'Donate',
21
+        'getinvolved/volunteer'            , 'Get Involved',
22
+    );      
23
+
24
+:>
Browse code

remove a copy of navigation.wmi that is never used as far as i can tell

Roger Dingledine authored on 09/03/2011 19:52:22
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,24 +0,0 @@
1
-#!/usr/bin/wml
2
-
3
-## translation metadata
4
-# Revision: $Revision: 22069 $
5
-# Translation-Priority: 1-high
6
-
7
-<:
8
-    # path                              link text
9
-    my @navigation = (
10
-        'home'                        , 'Home',
11
-        'about/overview'              , 'About Tor',
12
-        'docs/documentation'          , 'Documentation',
13
-        'projects/projects'           , 'Projects',
14
-        'press/press'                 , 'Press',
15
-        '<blog>'                      , 'Blog',
16
-        'http://printfection.com/torprojectstore' , 'Store',
17
-    );
18
-    my @calltoaction = (
19
-        'download/download'                , 'Download',
20
-        'donate/donate'                    , 'Donate',
21
-        'getinvolved/volunteer'            , 'Get Involved',
22
-    );      
23
-
24
-:>
Browse code

fix spacing for fun.

Andrew Lewman authored on 08/10/2010 05:41:45
Showing 1 changed files
... ...
@@ -12,13 +12,13 @@
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
14 14
         'press/press'                 , 'Press',
15
-        '<blog>' , 'Blog',
15
+        '<blog>'                      , 'Blog',
16 16
         'http://printfection.com/torprojectstore' , 'Store',
17 17
     );
18 18
     my @calltoaction = (
19 19
         'download/download'                , 'Download',
20 20
         'donate/donate'                    , 'Donate',
21
-        'getinvolved/getinvolved'          , 'Get Involved',
21
+        'getinvolved/volunteer'            , 'Get Involved',
22 22
     );      
23 23
 
24 24
 :>
Browse code

rename the press index page to press to make the navbar work correctly.

Andrew Lewman authored on 07/10/2010 23:00:36
Showing 1 changed files
... ...
@@ -8,10 +8,10 @@
8 8
     # path                              link text
9 9
     my @navigation = (
10 10
         'home'                        , 'Home',
11
-        'about/overview'                 , 'About Tor',
11
+        'about/overview'              , 'About Tor',
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
14
-        'press/'                      , 'Press',
14
+        'press/press'                 , 'Press',
15 15
         '<blog>' , 'Blog',
16 16
         'http://printfection.com/torprojectstore' , 'Store',
17 17
     );
Browse code

fix up a broken bracket, add new tags for blog and wiki, start projects.

Andrew Lewman authored on 30/09/2010 17:11:06
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
14 14
         'press/'                      , 'Press',
15
-        'https://blog.torproject.org/' , 'Blog',
15
+        '<blog>' , 'Blog',
16 16
         'http://printfection.com/torprojectstore' , 'Store',
17 17
     );
18 18
     my @calltoaction = (
Browse code

fix up the info blurb, update navigation for about links, remove 3 pages replaced by the general overview, fix up download warning.

Andrew Lewman authored on 27/09/2010 22:31:47
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@
8 8
     # path                              link text
9 9
     my @navigation = (
10 10
         'home'                        , 'Home',
11
-        'about/about'                 , 'About Tor',
11
+        'about/overview'                 , 'About Tor',
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
14 14
         'press/'                      , 'Press',
Browse code

fix the press links so they work correctly, update the affected pages.

Andrew Lewman authored on 24/09/2010 17:34:31
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@
11 11
         'about/about'                 , 'About Tor',
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
14
-        'press/index'                 , 'Press',
14
+        'press/'                      , 'Press',
15 15
         'https://blog.torproject.org/' , 'Blog',
16 16
         'http://printfection.com/torprojectstore' , 'Store',
17 17
     );
Browse code

fix up some of the press links.

Andrew Lewman authored on 20/09/2010 19:35:42
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@
11 11
         'about/about'                 , 'About Tor',
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
14
-        'press'                 , 'Press',
14
+        'press/index'                 , 'Press',
15 15
         'https://blog.torproject.org/' , 'Blog',
16 16
         'http://printfection.com/torprojectstore' , 'Store',
17 17
     );
Browse code

finish cleaning up the press links

Andrew Lewman authored on 20/09/2010 19:30:06
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@
11 11
         'about/about'                 , 'About Tor',
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
14
-        'press/press'                 , 'Press',
14
+        'press'                 , 'Press',
15 15
         'https://blog.torproject.org/' , 'Blog',
16 16
         'http://printfection.com/torprojectstore' , 'Store',
17 17
     );
Browse code

work on the new website a bit more.

Andrew Lewman authored on 06/08/2010 14:42:45
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@
12 12
         'docs/documentation'          , 'Documentation',
13 13
         'projects/projects'           , 'Projects',
14 14
         'press/press'                 , 'Press',
15
-        'https://blog.torproject.org' , 'Blog',
15
+        'https://blog.torproject.org/' , 'Blog',
16 16
         'http://printfection.com/torprojectstore' , 'Store',
17 17
     );
18 18
     my @calltoaction = (
Browse code

first cut of the new, shiny tor website as wml.

Andrew Lewman authored on 09/07/2010 03:55:22
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Revision: $Revision: 22069 $
5
+# Translation-Priority: 1-high
6
+
7
+<:
8
+    # path                              link text
9
+    my @navigation = (
10
+        'home'                        , 'Home',
11
+        'about/about'                 , 'About Tor',
12
+        'docs/documentation'          , 'Documentation',
13
+        'projects/projects'           , 'Projects',
14
+        'press/press'                 , 'Press',
15
+        'https://blog.torproject.org' , 'Blog',
16
+        'http://printfection.com/torprojectstore' , 'Store',
17
+    );
18
+    my @calltoaction = (
19
+        'download/download'                , 'Download',
20
+        'donate/donate'                    , 'Donate',
21
+        'getinvolved/getinvolved'          , 'Get Involved',
22
+    );      
23
+
24
+:>