Commit Graph

3185 Commits

Author SHA1 Message Date
str4d
51affabc20 Tag BOB spec in docs/api/bob for highlighting 2013-06-10 12:33:09 +00:00
str4d
315f00d1e4 Tag datastructure definitions in docs/transport/* for highlighting 2013-06-10 07:47:26 +00:00
str4d
101bfae7d8 Match <h4> styling to other headings 2013-06-10 07:24:11 +00:00
str4d
6a1d9daa57 Tag datastructure definitions in docs/spec/* for highlighting
Currently the language used for highlighting is auto-detected and not ideal.
A datastructure-definition lexer should be created to optimize highlighting.

Some specifications have links to other parts of the documentation; currently
these would get escaped and highlighted (and so these specifications have not
been tagged). The HighlightExtension needs extending so that sections of text
to not highlight (or escape) can be marked. Alternatively, the HTML formatter
supports adding links using a ctags file, but this would require formalizing
the datastructure-definition format enough to be able to identify names
properly.
2013-06-10 07:23:39 +00:00
str4d
aaa5d03bd1 Added docs/specs/geoip to nav 2013-06-10 02:46:19 +00:00
str4d
1fc2847ba3 Pad syntax highlighting boxes for clarity 2013-06-09 23:52:44 +00:00
str4d
2e421ef159 Tweaked bottom padding of pages 2013-06-09 23:37:31 +00:00
str4d
0c089d64fa Updated translation strings 2013-06-09 23:27:41 +00:00
str4d
d96ed15ab3 Parse pages/global/macros for translation strings 2013-06-09 23:26:51 +00:00
str4d
c09b8b2d94 Tagged labels 2013-06-09 23:25:52 +00:00
str4d
effb6f2521 Labels for blog post info 2013-06-09 23:23:15 +00:00
str4d
c6adccacad Style lastupdated better in mobile view 2013-06-09 22:38:38 +00:00
str4d
108a27d7ac Use lastupdated styling for blog post info 2013-06-09 22:21:09 +00:00
str4d
dd5ca25696 Updated translation strings 2013-06-06 01:56:08 +00:00
str4d
06f028663b propagate from branch 'i2p.www' (head 05cb56392a6d2ee1ecc7ab8bd3dcf746abb09b81)
to branch 'i2p.www.revamp' (head 91549a81e68382a2cdc7c06020b19c1fe9f833e4)
2013-06-06 01:53:33 +00:00
str4d
09d05229ca Updated translation strings 2013-06-06 01:31:38 +00:00
str4d
f42c071d0d Copy env's pybabel into base dir to fix string extraction
The jinja2 extracter needs to know about our custom HighlightExtension (used on
pages such as get-involved/develop/applications), which is not in the env's
python path. Copying pybabel into the base dir gives it access to our modules.
This is only required for string extraction; other scripts use pybabel from the
env directly.

If the env's pybabel version is updated, this copy must also be updated.
2013-06-06 01:26:25 +00:00
kytv
f5bec22436 updates from tx 2013-06-05 10:00:16 +00:00
str4d
459813b906 Fixes to get-involved/develop/applications after merge 2013-06-05 02:58:09 +00:00
str4d
b6a0a63a1f Migrated release-0.9.6.html 2013-06-04 13:57:19 +00:00
str4d
24168fb4e5 Migrated geoip.html 2013-06-04 13:33:02 +00:00
str4d
25a8c353f8 Migrated bounty_netdb.html 2013-06-04 13:25:36 +00:00
str4d
558326db73 Legacy urls: volunteer -> get-involved 2013-06-04 13:16:58 +00:00
str4d
a06023b5d5 Changes to docs/api/datagrams from merge 2013-06-04 13:16:07 +00:00
str4d
892a704ce8 propagate from branch 'i2p.www' (head 62a731f768583a0395b0bc7616382dd5b698b88c)
to branch 'i2p.www.revamp' (head 602b2ecdbd48945fc7ce3858a1c066d6a148379d)
2013-06-04 13:09:44 +00:00
str4d
cdf93e3ca1 Added no flag 2013-06-04 09:37:02 +00:00
str4d
8c89ae48bf Added version to download urls (to pass to mirrors requiring it) 2013-06-04 09:36:42 +00:00
str4d
eb5d5bddcf Added Google Drive to mirrors 2013-06-03 23:52:37 +00:00
str4d
983628e09e Enable specific version to be passed to ver() 2013-06-03 23:46:35 +00:00
str4d
436bf3801b Added Meeh's download mirror 2013-05-25 08:15:24 +00:00
str4d
5ff9938899 Migrated /ticket919 2013-05-24 02:11:52 +00:00
str4d
bc6f8e4b88 propagate from branch 'i2p.www' (head 114708fc5836389206fe26e04905a1887f34a228)
to branch 'i2p.www.revamp' (head 061377e9345d8848b120576d4174d4274a2e5ca3)
2013-05-24 02:01:41 +00:00
str4d
9730b29032 Prevent long code lines from breaking the layout 2013-04-25 05:10:50 +00:00
str4d
ecc2af4ebe Removed extra indentation from code on get-involved/develop/applications 2013-04-25 05:01:54 +00:00
str4d
f2bb84c45f Added highlighting to get-involved/develop/applications 2013-04-25 04:57:05 +00:00
str4d
cf7b010efc Added a syntax.css to duck's theme using the "native" Pygments style
To change to another built-in style:
$ source env/bin/activate
$ cd i2p2www/static/styles/duck/
$ pygmentize -f html -S STYLE_NAME -a .highlight > syntax.css
2013-04-25 04:56:29 +00:00
str4d
0c42adb0d1 Added reference to syntax.css in themes 2013-04-25 04:53:11 +00:00
str4d
cc7973462b HighlightExtension: pass additional parameters to HtmlFormatter 2013-04-25 04:42:54 +00:00
str4d
ba5d1df89f Added HighlightExtension from https://pypi.python.org/pypi/jinja2-highlight/0.4.0 (GPLv3) 2013-04-25 03:49:55 +00:00
str4d
7b1455b4c2 Replace sig mirror list with links by each mirror 2013-04-22 00:38:34 +00:00
str4d
f3d4dffe73 Make default file download via HTTPS 2013-04-21 23:40:38 +00:00
str4d
25235deef5 Wrap file hashes directly in <code> so double-click doesn't select spaces 2013-04-21 23:38:59 +00:00
str4d
a3d0129dcd Bugfix: index mirrors from 1 (mirror=0 is interpreted as False) 2013-04-21 23:35:09 +00:00
str4d
2abb15beb7 Point /lang/download links directly to one mirror, provide separate mirrors link 2013-04-21 22:40:40 +00:00
str4d
efbffb1a0b Wrap the download hashes in <code> 2013-04-21 21:59:36 +00:00
str4d
4db861edee "Blog Index" -> "Blog" 2013-03-26 22:38:24 +00:00
str4d
2c9fb8fd4d Proper styling for div.warning 2013-03-17 19:53:27 +00:00
str4d
dd7a9e64ce 0.9.5 2013-03-17 19:49:50 +00:00
str4d
64415dbe89 propagate from branch 'i2p.www' (head 20c27bb0c69f1de1693d4067d49613dd0a163575)
to branch 'i2p.www.revamp' (head cb08ef7e5783eb21b87f996e5b2de062b86ed3e2)
2013-03-17 19:15:02 +00:00
str4d
c1707816a4 Serve BingSiteAuth.xml 2013-03-01 21:52:52 +00:00