Commit Graph

2560 Commits

Author SHA1 Message Date
1d65f8b0f5 Added translation tags to contact, impressum and (some of) links 2013-01-18 06:33:12 +00:00
a5a98a806c Added translation tags to pagination links 2013-01-18 04:52:08 +00:00
7f90e205f8 Fixed up translation tags on global/layout.html 2013-01-18 04:50:08 +00:00
c85479129c Use {{ _('') }} instead of {% trans %}{% endtrans %} for short strings and headings 2013-01-18 04:36:24 +00:00
18b1ea8fc1 Fixed URLs and added translation tags to blog, downloads and meetings pages 2013-01-18 03:42:02 +00:00
789739aff6 Migrated over meetings 214 and 215 2013-01-18 01:38:46 +00:00
7617f11c05 propagate from branch 'i2p.www' (head 0580b5c7f21fae5cecf504b56ee8cea4c254c5ba)
to branch 'i2p.www.revamp' (head 0faeddbcbab6b33ebf3295c98b687b390b4dc51b)
2013-01-18 01:30:28 +00:00
6d21c30adb Reorganized several URLs 2013-01-18 01:20:56 +00:00
42cf109123 Migrated hottuna's blog posts to the new format 2013-01-17 22:35:18 +00:00
94dfc5193f Renamed blog posts to use hyphens instead of underscores 2013-01-17 22:02:17 +00:00
12353beede Added margin to <ol>s on content pages 2013-01-17 12:25:49 +00:00
a7e6a0e559 Moved update options on downloads page into package <div>s 2013-01-17 12:20:03 +00:00
29f7f9721c Added caching to sitemaps
The custom cache key is required so that request.url_root is part of the key,
so that multiple domains pointing to the same server will get the correct
cached sitemap (since the sitemap contains the domain).
2013-01-17 04:24:27 +00:00
0132662d37 Added debian download page to sitemap 2013-01-17 02:04:08 +00:00
9744a12c89 Added missing import 2013-01-16 22:13:21 +00:00
41c8b1c7f3 Added ten-minute caching to blog and meetings views 2013-01-16 22:12:51 +00:00
4d9becacc6 Filled out the contact page 2013-01-16 20:14:26 +00:00
7ee91521c0 Initialized the cache so that caching decorators can be added
The cache is by default a NullCache - a cache that doesn't cache. Server
operators should configure the cache appropriately, as per the guide at
http://packages.python.org/Flask-Cache/#configuring-flask-cache
2013-01-16 11:23:33 +00:00
1543c4abf5 Added Flask-Cache as a dependency 2013-01-16 11:06:16 +00:00
57074dcc6c Added meeting 215 2013-01-16 11:00:02 +00:00
727a728072 Expanded research page 2013-01-16 10:42:51 +00:00
146656fcb5 Added Android section to Downloads list 2013-01-16 09:48:34 +00:00
e189805cf2 Commented out links to GNUnet comparison page while it is still unfinished 2013-01-16 04:21:14 +00:00
bee80a3660 Removed commented-out Download submenu (as linking only to the download page seems to work better) 2013-01-16 04:13:06 +00:00
1712e0c021 Removed filler text from blog/index.html template 2013-01-16 04:09:23 +00:00
3b01e1956d Use the title from the post as meta['title'] instead of the slug, so it can be translated 2013-01-16 04:07:36 +00:00
ad2b10f95c Tidied up IDEs guide 2013-01-16 03:57:26 +00:00
a5c5b38362 Un-escaped quotation marks in 0.9.3 release post (since docutils re-escapes them) 2013-01-16 03:47:11 +00:00
08c43a2557 Added translation tags to 0.9.3 and 0.9.4 release posts 2013-01-16 03:43:20 +00:00
d076f3101a Migrated 0.9.3 release post to new format 2013-01-16 02:14:37 +00:00
7569201b1d Don't try and split a list metatag if it doesn't exist 2013-01-16 02:05:27 +00:00
786e37f524 Enable some metatags to be comma-separated lists 2013-01-16 02:03:21 +00:00
738cda79ac Fixed bug in blog post 2013-01-16 01:59:34 +00:00
ca8717e172 Pre-render the blog posts with Jinja2 so that URLs etc. can be properly handled 2013-01-16 01:52:31 +00:00
8e09d84d09 Reworked meta dict usage to make blog templates easier to understand
Displayed dates in the blog templates are now all taken from meta['date'],
which can be set by the 'date' metatag in the blog post but defaults to the
date obtained from the post's slug (i.e. what subfolder the post is in).
2013-01-16 01:41:24 +00:00
54fbdc8b27 update the sums 2013-01-15 19:23:50 +00:00
972c55f680 added new phase, payed some, updated 2013-01-15 19:12:10 +00:00
7e68f03888 Tweaked meetings/index.html template 2013-01-09 01:21:03 +00:00
c58e5ca6c0 More volunteer -> get-involved 2013-01-09 01:18:41 +00:00
dd17dde622 propagate from branch 'i2p.www' (head eba57e49d106c06b180d0396329af47699263aee)
to branch 'i2p.www.revamp' (head eb8aab2ac6e4f55e964ed5386669c35f4ffb1e17)
2013-01-09 01:18:00 +00:00
b4230e900b Added meeting 214 2013-01-09 01:10:35 +00:00
29a8af1cd6 volunteer/* -> get-involved/* 2013-01-09 00:58:13 +00:00
2acc8bc433 Blog entries -> Blog posts 2013-01-09 00:32:32 +00:00
78bba563fe Nitpick from primal 2013-01-08 23:56:07 +00:00
ff9fcf2100 Tweaks to left column text on front page from discussion in meeting 214 2013-01-08 23:52:30 +00:00
4ff7ef5324 Moved research/papers link to above about/media, renamed it 2013-01-08 23:28:57 +00:00
1aa91d810a Moved research/papers link into About menu 2013-01-08 23:20:53 +00:00
3313b6922a merge of '056ffd23c44b2f5e8665e442168d596c74292e0d'
and 'beb15251002afa26165d054a5241a972e35bbad2'
2013-01-08 22:51:40 +00:00
187d73b42d Added orion as PR manager 2013-01-08 22:51:34 +00:00
2117686d95 Tweaked duck's and danimoth's themes so footer styling refers to the global footer 2013-01-08 20:37:54 +00:00