Commit Graph

16 Commits

Author SHA1 Message Date
zzz
74bf0573b3 more cleanups 2019-01-24 21:17:49 +00:00
zzz
0fcc0bf084 markdown fixes 2019-01-24 21:11:02 +00:00
zzz
f987a75d3d Common structures spec update to incorporate proposal 123.
More cleanups to follow.
2019-01-24 20:51:00 +00:00
zzz
a05be7e43b remove boolean type 2018-10-08 13:15:15 +00:00
zzz
62f355b7fd change in-net javadoc site 2018-04-06 15:21:22 +00:00
41565c0cca meeh@mail.i2p
Fixes #1860
2018-02-15 21:08:12 +00:00
zzz
f61f4911a2 Add notes on certificates (ticket 2035) 2017-09-02 12:30:13 +00:00
zzz
76bbad32f8 Clarify proposal 133
Reserve types for proposal 134
2017-08-09 12:06:07 +00:00
zzz
ba450711d7 note on address sorting 2017-01-04 14:47:27 +00:00
zzz
12f42555e0 router info signature length may vary 2016-08-03 16:50:27 +00:00
a894ae84f0 Categorise specifications 2016-04-01 23:28:07 +00:00
739b8dbb2d Implement navigation for specs 2016-03-06 06:23:19 +00:00
ac27ae60e2 propagate from branch 'i2p.www' (head 58b6b0589b4b5e4a45b1be2ac97bba8d253e9368)
to branch 'i2p.www.str4d' (head 2ab3bce2634e8d1dcbf7f2bf89c310c5ae3a7eb6)
2016-03-05 17:38:12 +00:00
2cdf66c034 Get ctag URLs directly 2015-11-15 03:38:27 +00:00
abb969b6cf Updated spectags
* ctags are case-sensitive, and the dataspecs use CamelCase.
* HTML anchor tags are case-sensitive. The old specs used CamelCase to match the
  ctags, and the existing documentation references them extensively.
* reStructuredText links are case-insensitive, and the HTML anchor tags that it
  generates are lower case.

Therefore, the links in the .rst files are given in CamelCase, and the dataspec
formatters convert this to lower case for links. In direct HTML references (in
specs or other areas of documentation), lower case must be used (to be fixed).

Command to generate the file:
cd i2p2www/spec && ctags -f spectags --langdef=rst --langmap=rst:.rst --regex-rst=/_type-\([a-zA-Z0-9]+\)/\\1/t,type/ --regex-rst=/_struct-\([a-zA-Z0-9]+\)/\\1/s,struct/ --regex-rst=/_msg-\([a-zA-Z]+\)/\\1/m,msg/ -R -n *.rst
2015-11-14 22:25:17 +00:00
fb3836384e Migrated specs to new format
Content is reStructuredText with Jinja2 markup.

Translation tags have been removed.
2015-11-14 20:40:26 +00:00