From 4a18fda9d5db8e9253f3cdf12508ee71c2666832 Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 4 Jan 2013 01:12:49 +0000 Subject: [PATCH] Added missing pages to LEGACY_PAGES_MAP --- i2p2www/legacy.py | 48 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/i2p2www/legacy.py b/i2p2www/legacy.py index 49cc0065..b0238df1 100644 --- a/i2p2www/legacy.py +++ b/i2p2www/legacy.py @@ -16,61 +16,103 @@ LEGACY_PAGES_MAP={ 'blockfile': 'docs/spec/blockfile', 'bob': 'docs/api/bob', 'bounties': 'volunteer/bounties', + 'bounty_arabic': 'volunteer/bounties/arabic', + 'bounty_btcclient': 'volunteer/bounties/btcclient', + 'bounty_datastore': 'volunteer/bounties/datastore', + 'bounty_debpack': 'volunteer/bounties/debpack', + 'bounty_i2phex': 'volunteer/bounties/i2phex', + 'bounty_ipv6': 'volunteer/bounties/ipv6', + 'bounty_rutrans': 'volunteer/bounties/rutrans', + 'bounty_silc': 'volunteer/bounties/silc', + 'bounty_syndie2012': 'volunteer/bounties/syndie2012', + 'bounty_unittests': 'volunteer/bounties/unittests', + 'bounty_vuzeplugin': 'volunteer/bounties/vuzeplugin', + 'clt': 'misc/clt', 'common_structures_spec': 'docs/spec/common_structures', 'configuration': 'docs/spec/configuration', + 'contact': 'about/contact', + 'cvs': 'misc/cvs', 'datagrams': 'docs/spec/datagrams', 'dev-guidelines': 'volunteer/guides/devguidelines', + 'developerskeys': 'volunteer/develop/developerskeys', 'donate': 'volunteer/donate', 'faq': 'support/faq', 'getinvolved': 'volunteer', + 'glossary': 'support/glossary', 'halloffame': 'about/halloffame', 'how': 'docs', 'how_cryptography': 'docs/how/cryptography', 'how_elgamalaes': 'docs/how/elgamalaes', + 'how_garlicrouting': 'docs/how/garlicrouting', 'how_intro': 'docs/how/intro', 'how_networkcomparisons': 'about/comparison', 'how_networkdatabase': 'docs/how/networkdatabase', 'how_peerselection': 'docs/how/peerselection', 'how_threatmodel': 'docs/how/threatmodel', 'how_tunnelrouting': 'docs/how/tunnelrouting', - 'how_garlicrouting': 'docs/how/garlicrouting', + 'htproxyports': 'support/htproxyports', 'i2cp': 'docs/protocol/i2cp', 'i2cp_spec': 'docs/spec/i2cp', 'i2np': 'docs/protocol/i2np', 'i2np_spec': 'docs/spec/i2np', 'i2pcontrol': 'docs/api/i2pcontrol', 'i2ptunnel': 'docs/api/i2ptunnel', + 'i2ptunnel_migration': 'misc/i2ptunnel_migration', + 'i2ptunnel_services': 'misc/i2ptunnel_services', + 'impressum': 'impressum', 'intro': 'about/intro', + 'invisiblenet': 'misc/invisiblenet', 'jbigi': 'misc/jbigi', + 'jrandom-awol': 'misc/jrandom-awol', + 'license-agreements': 'volunteer/develop/license-agreements', 'licenses': 'volunteer/develop/licenses', + 'links': 'links', + 'manualwrapper': 'misc/manualwrapper', + 'ministreaming': 'docs/api/ministreaming', + 'minwww': 'misc/minwww', 'monotone': 'volunteer/develop/monotone', + 'myi2p': 'misc/myi2p', 'naming': 'docs/naming', + 'naming_discussion': 'docs/discussions/naming', + 'netdb_discussion': 'docs/discussions/netdb', 'newdevelopers': 'volunteer/guides/newdevelopers', 'newtranslators': 'volunteer/guides/newtranslators', 'ntcp': 'docs/transport/ntcp', + 'ntcp_discussion': 'docs/discussions/ntcp', + 'othernetworks': 'about/comparison/othernetworks', 'papers': 'research/papers', + 'performance-history': 'support/performance/history', 'performance': 'support/performance/future', - 'plugins': 'docs/plugins', 'plugin_spec': 'docs/spec/plugin', + 'plugins': 'docs/plugins', 'ports': 'docs/ports', 'protocols': 'docs/protocol', + 'ratestats': 'misc/ratestats', + 'release-signing-key': 'volunteer/develop/release-signing-key', 'roadmap': 'volunteer/roadmap', 'sam': 'docs/api/sam', 'samv2': 'docs/api/samv2', 'samv3': 'docs/api/samv3', + 'signedkeys': 'volunteer/develop/signedkeys', 'socks': 'docs/api/socks', 'streaming': 'docs/api/streaming', + 'supported_applications': 'docs/applications/supported', 'team': 'about/team', 'techintro': 'docs/how/techintro', 'todo': 'volunteer/todo', + 'transition-guide': 'misc/transition-guide', + 'transition-guide.txt': 'misc/transition-guide.txt', 'transport': 'docs/transport', - 'tunnel-alt': 'docs/tunnels/implementation', 'tunnel-alt-creation': 'docs/spec/tunnel_creation', + 'tunnel-alt': 'docs/tunnels/implementation', + 'tunnel': 'docs/tunnels/old', + 'tunnel_discussion': 'docs/discussions/tunnel', 'tunnel_message_spec': 'docs/spec/tunnel_message', 'udp': 'docs/transport/ssu', 'udp_spec': 'docs/spec/ssu', 'unidirectional-tunnels': 'docs/tunnels/unidirectional', 'updates': 'docs/spec/updates', + 'upgrade-0.6.1.30': 'misc/upgrade-0.6.1.30', } def legacy_show(f):