diff --git a/i2p2www/legacy.py b/i2p2www/legacy.py index 6cdcc159..ee528804 100644 --- a/i2p2www/legacy.py +++ b/i2p2www/legacy.py @@ -12,34 +12,34 @@ LEGACY_FUNCTIONS_MAP={ } LEGACY_PAGES_MAP={ - 'applications': 'volunteer/develop/applications', + 'applications': 'get-involved/develop/applications', 'benchmarks': 'misc/benchmarks', 'bittorrent': 'docs/applications/bittorrent', 'blockfile': 'docs/spec/blockfile', 'bob': 'docs/api/bob', - 'bounties': 'volunteer/bounties', - 'bounty_arabic': 'volunteer/bounties/arabic-trans', - 'bounty_btcclient': 'volunteer/bounties/btc-client', - 'bounty_datastore': 'volunteer/bounties/datastore', - 'bounty_debpack': 'volunteer/bounties/deb-pack', - 'bounty_i2phex': 'volunteer/bounties/i2phex', - 'bounty_ipv6': 'volunteer/bounties/ipv6', - 'bounty_rutrans': 'volunteer/bounties/russian-trans', - 'bounty_silc': 'volunteer/bounties/silc', - 'bounty_syndie2012': 'volunteer/bounties/syndie-2012', - 'bounty_unittests': 'volunteer/bounties/unit-tests', - 'bounty_vuzeplugin': 'volunteer/bounties/vuze-plugin', + 'bounties': 'get-involved/bounties', + 'bounty_arabic': 'get-involved/bounties/arabic-trans', + 'bounty_btcclient': 'get-involved/bounties/btc-client', + 'bounty_datastore': 'get-involved/bounties/datastore', + 'bounty_debpack': 'get-involved/bounties/deb-pack', + 'bounty_i2phex': 'get-involved/bounties/i2phex', + 'bounty_ipv6': 'get-involved/bounties/ipv6', + 'bounty_rutrans': 'get-involved/bounties/russian-trans', + 'bounty_silc': 'get-involved/bounties/silc', + 'bounty_syndie2012': 'get-involved/bounties/syndie-2012', + 'bounty_unittests': 'get-involved/bounties/unit-tests', + 'bounty_vuzeplugin': 'get-involved/bounties/vuze-plugin', 'clt': 'misc/clt', 'common_structures_spec': 'docs/spec/common-structures', 'configuration': 'docs/spec/configuration', 'contact': 'about/contact', 'cvs': 'misc/cvs', 'datagrams': 'docs/api/datagrams', - 'dev-guidelines': 'volunteer/guides/dev-guidelines', - 'developerskeys': 'volunteer/develop/developers-keys', - 'donate': 'volunteer/donate', + 'dev-guidelines': 'get-involved/guides/dev-guidelines', + 'developerskeys': 'get-involved/develop/developers-keys', + 'donate': 'get-involved/donate', 'faq': 'support/faq', - 'getinvolved': 'volunteer', + 'getinvolved': 'get-involved', 'glossary': 'support/glossary', 'halloffame': 'about/hall-of-fame', 'how': 'docs', @@ -66,19 +66,19 @@ LEGACY_PAGES_MAP={ 'invisiblenet': 'misc/invisiblenet', 'jbigi': 'misc/jbigi', 'jrandom-awol': 'misc/jrandom-awol', - 'license-agreements': 'volunteer/develop/license-agreements', - 'licenses': 'volunteer/develop/licenses', + 'license-agreements': 'get-involved/develop/license-agreements', + 'licenses': 'get-involved/develop/licenses', 'links': 'links', 'manualwrapper': 'misc/manual-wrapper', 'ministreaming': 'docs/api/ministreaming', 'minwww': 'misc/minwww', - 'monotone': 'volunteer/develop/monotone', + 'monotone': 'get-involved/guides/monotone', 'myi2p': 'misc/myi2p', 'naming': 'docs/naming', 'naming_discussion': 'docs/discussions/naming', 'netdb_discussion': 'docs/discussions/netdb', - 'newdevelopers': 'volunteer/guides/new-developers', - 'newtranslators': 'volunteer/guides/new-translators', + 'newdevelopers': 'get-involved/guides/new-developers', + 'newtranslators': 'get-involved/guides/new-translators', 'ntcp': 'docs/transport/ntcp', 'ntcp_discussion': 'docs/discussions/ntcp', 'othernetworks': 'about/comparison/other-networks', @@ -90,19 +90,19 @@ LEGACY_PAGES_MAP={ 'ports': 'docs/ports', 'protocols': 'docs/protocol', 'ratestats': 'misc/ratestats', - 'release-signing-key': 'volunteer/develop/release-signing-key', - 'roadmap': 'volunteer/roadmap', + 'release-signing-key': 'get-involved/develop/release-signing-key', + 'roadmap': 'get-involved/roadmap', 'sam': 'docs/api/sam', 'samv2': 'docs/api/samv2', 'samv3': 'docs/api/samv3', - 'signedkeys': 'volunteer/develop/signed-keys', + 'signedkeys': 'get-involved/develop/signed-keys', 'socks': 'docs/api/socks', 'streaming': 'docs/api/streaming', 'supported_applications': 'docs/applications/supported', 'team': 'about/team', 'techintro': 'docs/how/tech-intro', 'ticket919': 'misc/ticket919', - 'todo': 'volunteer/todo', + 'todo': 'get-involved/todo', 'transition-guide': 'misc/transition-guide', 'transition-guide.txt': 'misc/transition-guide.txt', 'transport': 'docs/transport',