mirror of
https://github.com/torproject/webwml.git
synced 2024-12-15 22:37:55 +00:00
25 lines
768 B
Plaintext
25 lines
768 B
Plaintext
#!/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',
|
|
);
|
|
|
|
:>
|