Commit Graph

164 Commits

Author SHA1 Message Date
str4d
c7dec35b08 Ticket #792 - replaced "Who Uses I2P" in left front page column with "What is I2P" 2013-01-07 03:49:56 +00:00
str4d
b3a558e16b Added a page describing how to set up Eclipse with an I2P branch (NetBeans needs instructions as well) 2013-01-05 01:02:12 +00:00
str4d
324579f57d Added metadesc block so pages can add <meta name="description"> tags, added one for / 2013-01-04 23:41:03 +00:00
str4d
3e8bd6eba3 Standardized site paths with '-' separating keywords, for better SEO and readability 2013-01-04 04:46:14 +00:00
str4d
802dafabb5 Moved over benchmarks page 2013-01-04 04:05:15 +00:00
str4d
6a1c1e2c8d Fixed page include bugs 2013-01-04 00:30:17 +00:00
str4d
72e59f8602 Replaced Download menu with a Download link for now 2013-01-03 21:14:29 +00:00
str4d
8e1a73a644 Fixed HTML of forum and Trac links in navbar 2013-01-03 15:05:02 +00:00
str4d
d838b1a342 Added barebones comparison page for GNUnet - needs filling out 2013-01-03 03:30:20 +00:00
str4d
47be118012 Fixed Trac links on about/comparison/othernetworks 2013-01-03 03:20:08 +00:00
str4d
fb6f6fb82b docs/comparison/* -> about/comparison/* 2013-01-03 03:18:24 +00:00
str4d
1cdb89beca Split up network comparisons page into separate pages for Tor and Freenet 2013-01-03 02:59:06 +00:00
str4d
8721799b62 Moved network comparison pages into docs/comparison 2013-01-03 01:54:32 +00:00
str4d
0be11b7669 propagate from branch 'i2p.www' (head d53e5172a3a72c5817753b20c95afa1841124686)
to branch 'i2p.www.revamp' (head 69c08c82c7e3e80e4646a41d2cdfa6d07cef3427)
2013-01-02 21:55:24 +00:00
str4d
d1d3a2d417 Reworked nav bar so <a href="#"> is not required for styling purposes 2013-01-01 13:52:36 +00:00
str4d
77f154a8b5 Added <strong>s around the paper titles 2013-01-01 11:09:19 +00:00
str4d
5f5685ccfe Reorganized papers entries to be more standardized. 2013-01-01 10:56:31 +00:00
str4d
139a80b1c0 Reversed the order of research/papers (newest at top) 2013-01-01 10:41:26 +00:00
str4d
2faf4fff0f Split off academic papers into a new research section 2013-01-01 10:28:57 +00:00
str4d
421879994a propagate from branch 'i2p.www' (head 95988c2dfd38322c36c8fbe4fe1cfd81dab318fd)
to branch 'i2p.www.revamp' (head 782f49f8ae745afac983d595254cf14e9993c7ad)
2013-01-01 09:59:57 +00:00
str4d
9259887457 Tweaked Debian/Ubuntu entry on downloads list 2012-12-25 03:25:12 +00:00
str4d
4d874568bf Reworked downloads list to enable better theming 2012-12-24 02:47:53 +00:00
str4d
13666290a4 Finished merging duck's and danimoth's template layouts 2012-12-23 12:21:26 +00:00
str4d
84ec056c96 Removed .news div (since it is repeating info), fixed navbar alignment in danimoth
It would be good to be able to position some sort of info box in that location for
danimoth's theme (even e.g. the lastupdated/accuratefor infobox)
2012-12-23 12:09:18 +00:00
str4d
5f235ec115 Use HTML5 <article> tag in duck's layout 2012-12-23 12:05:10 +00:00
str4d
97c0cee69a Started merging navigation into a common template header
The navbar on danimoth's theme is now absolutely positioned, which
does mean that on pages without the .news div, there is an empty
space above the navbar
2012-12-23 12:02:39 +00:00
str4d
4c5f6f1bf3 Enable themes to have different I2P logos, with a default fallback 2012-12-23 01:36:44 +00:00
str4d
1217dbe264 Merged template layout of topbar for duck's and danimoth's themes 2012-12-23 00:05:58 +00:00
str4d
8557308e0e Added danimoth's theme to footer 2012-12-22 00:37:54 +00:00
str4d
dff49f3844 Tweaks to get danimoth's theme looking as close as possible to the original 2012-12-22 00:37:11 +00:00
str4d
23199aaa7d Temporarily patched in danimoth's layout into layout.html 2012-12-21 22:48:27 +00:00
str4d
e9e453a506 Temporarily enable loading of an externally-hosted CSS file 2012-12-21 05:15:42 +00:00
str4d
3c3b4ed706 Moved ver() into templatevars so only need to change I2P version in one place 2012-12-20 04:46:37 +00:00
str4d
e6e11fa905 Migrated docs index over to lastupdated and accuratefor tags 2012-12-20 02:08:53 +00:00
str4d
0312088547 Removed rel="nofollow" from the footer links to the t-shirt sites (they aren't mirrors) 2012-12-19 20:53:18 +00:00
str4d
30876c09f3 Use the new get_flag() template function in the Language menu 2012-12-19 12:18:14 +00:00
str4d
bc57b82753 Added shorthand functions to make language handling more stable 2012-12-19 12:13:51 +00:00
str4d
66dca619d7 Moved site_url macro into context processor so could use hasattr(g, 'lang') to fix a bug 2012-12-19 11:43:40 +00:00
str4d
c9a4c5e77c Add canonical link to <head> of each page 2012-12-19 04:51:36 +00:00
str4d
8b5633c881 Added rel="alternate" hreflang="XX" to language changer links
AFAICT these attributes are meant to be on <link> tags, but it shouldn't hurt
having them here instead (though if it doesn't help and <link> tags need to be
added, then this commit should probably be reverted).
2012-12-19 04:29:43 +00:00
str4d
fe4852a9eb Display current language flag next to the Language menu (for easier identification) 2012-12-19 04:08:41 +00:00
str4d
766c8059f4 Keep the current website's title for the front page (to help keep its existing page rank for "anonymous network") 2012-12-19 02:53:11 +00:00
str4d
e6287d4edb Fixed a url-building error on support/faq 2012-12-19 02:07:10 +00:00
str4d
db3a7de35d Moved the old (but not replaced) pages into misc/ 2012-12-19 01:58:58 +00:00
str4d
914492e625 Moved the last few unsorted pages into misc/ (and ports into docs/) 2012-12-19 01:47:48 +00:00
str4d
9acb01be7a Added Google Code as an HTTPS mirror, sorted mirrors file by org 2012-12-17 22:19:39 +00:00
str4d
262040fd30 Tweaked mirror code so mirror urls can contain the current I2P version, added Launchpad as HTTPS mirror
NOTE: this enables mirrors that require a version string to download the current version
of files. Older file versions will *not* be downloadable (that would require parsing the
requested filename to try and find a version). Hey, it's better than no support at all =)
2012-12-17 21:59:41 +00:00
str4d
68ce69fdd1 Add title to blog ATOM feed link on front page 2012-12-17 21:36:43 +00:00
str4d
a665d6153f 500 error page should have minimal reliance on the backend (so it doesn't error itself) 2012-12-17 21:31:55 +00:00
str4d
0a5b848f95 0.9.4 2012-12-17 20:35:52 +00:00