git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
24c66a74e
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
press
en
sidenav.wmi
fix comments in sidenav.wmi
Runa A. Sandvik
commited
24c66a74e
at 2011-03-17 11:28:32
sidenav.wmi
Blame
History
Raw
#!/usr/bin/wml ## translation metadata # Revision: $Revision$ # Translation-Priority: 2-medium # this structure defines the side nav bar for the /press 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', }, ]; :>