Commit Graph

3004 Commits

Author SHA1 Message Date
zzz
3a244f5d21 undraft blog
add old mailing list links to how page
2014-02-16 02:28:22 +00:00
1dc18dcc2c "Information security expert" 2014-02-16 00:51:55 +00:00
32ef59f812 Draft blog post about malware site 2014-02-16 00:48:10 +00:00
bcd6c5aca6 Pulled in Flattr badge used on blog posts, un-hardcoded image URLs 2014-02-16 00:23:00 +00:00
94d12243ea Updates to hall of fame 2014-02-15 20:07:15 +00:00
f707b98935 merge of '2929638843ac12f63d53f360f7b1b6ffb43f47f3'
and '5e6f4b398fd1877b8d49802fb93e3e050056b2bd'
2014-02-15 12:12:12 +00:00
521e8a5fd1 Updated translation strings 2014-02-15 12:11:36 +00:00
9a9900a413 donate: change bitcoin url to https to avoid a redirect; host flattr image ourselves
RE: flattr: Since we force https on the internet facing site, with the http
link there was a warning from the browser about 'mixed mode content' . Using
https://api.flattr.com/button/button-static-50x60.png caused the image to
disappear if one only accepts strong ciphers in the browser
(e.g.  security.tls.version.min set to 2 in Firefox). It would look like
we were doing something wrong even though it's not us, so that's not a viable option.

Looking over https://flattr.com/terms it seems that there's no problem with our
hosting it ourselves. It's also a tiny image besides.

Now to email flattr to strengthen the crypto on their site...
2014-02-15 02:34:42 +00:00
e1fd0255f1 update firefox screenshots, reflecting recent changes
The file sizes are also smaller which should help some with page load times.

(suggested in a post on zzz.i2p)
2014-02-14 23:39:06 +00:00
40fc46508b Re-enabled ctags with path discovery 2014-02-14 22:37:56 +00:00
6bf8d82b17 String fix (thx Towatowa441) 2014-02-14 21:53:47 +00:00
91252e107f Temporarily disable ctags until working directory issue solved 2014-02-14 12:15:31 +00:00
5e69135684 Updated translation strings 2014-02-14 11:47:57 +00:00
58ba22f5fd Specify Babel version 2014-02-14 11:46:40 +00:00
b0fcaec570 Babel version back to 1.3, reverting files to "standard" format 2014-02-14 11:44:11 +00:00
52362ba206 Updated translations 2014-02-14 11:42:09 +00:00
zzz
73c3fa21b8 spelling 2014-02-14 03:21:08 +00:00
e0a7a2348f refresh patch to remove 'fuzz' 2014-02-14 01:53:25 +00:00
9e4bbb72bf allow overriding settings set in update.vars 2014-02-14 01:51:52 +00:00
0d51a0b6bc merge of '097964b9720a7dd31d583607f84adfaa26e09b2c'
and 'f9dc76fa088ba4807479eca1344a4c377650527f'
2014-02-14 01:29:18 +00:00
0e0ecdbd09 Reverted docs/transport/ntcp to have definition sections highlighted 2014-02-14 01:28:44 +00:00
959c644e18 Override link color for linked structures 2014-02-14 01:28:00 +00:00
7eda69e8aa Only link Token.Name.Class 2014-02-14 01:27:40 +00:00
zzz
f2cdf3ffe5 tunnel updates (ticket #1147) 2014-02-14 01:21:41 +00:00
04fd682136 merge of '29cda6a2bb226def47b27682dcc454d101be1d1c'
and 'bf15796dfc28a68f359bb8b6c280ac299bb512d4'
2014-02-14 01:07:33 +00:00
e0a3806763 Added spectags file
Command to generate the file:
cd i2p2www/pages/site && ctags -f spectags --regex-html=/\"type_\([a-zA-Z]+\)\"/\\1/t,type/ --regex-html=/\"struct_\([a-zA-Z]+\)\"/\\1/s,struct/ -R -n docs/spec/*.html
2014-02-14 01:04:35 +00:00
9e543cbde8 Added support for links to structure specs in dataspec blocks
The HtmlFormatter class from Pygments was duplicated and modified,
instead of patching upstream.
2014-02-14 01:01:47 +00:00
90047161cb scripts: add optional support for "timeout"; allow site-updater to be called directly
Sometimes the mtn syncs hang until aborted. Well, my syncing with welterde and
echelon would hang periodically until I added the same timeout support I'm
adding here. In short, if Montone's action has not completed within 20 minutes,
forcably kill the process. /usr/bin/timeout is a part of coreutils so most
(all?) Linux distributions should have it but I don't require timeout to exist.
If "timeout" can be found, it'll be used.

Also, set site-updater.sh to change to the directory in which the script is
located. This way one can give an absolute path in a cronjob.

Both of these changes should be low risk.
2014-02-13 22:13:21 +00:00
9d60201506 mailing list: change to the newly set up one
The Mailman instance at lists.i2p2.(de|i2p) was set up by Meeh and I in 2013
and is accessible via both I2P and the internet with newly set-up SSL certs.
2014-02-13 22:06:41 +00:00
8dd96c81ee Upgrade package versions 2014-02-13 20:58:13 +00:00
zzz
01d0c771e0 Add HMAC spec and links to SSU
HMAC and IV clarifications
NTCP formatting cleanups
2014-02-13 19:56:24 +00:00
zzz
94c6812703 Fix SSU docs for DH changes in 0.9.8 (ticket #963)
Fix NTCP docs to add info on DH zero byte (ticket #1147 comment #3)
NTCP formatting cleanups
I2CP Session Status cleanup, add new 'refused' code
2014-02-13 17:54:23 +00:00
zzz
aeca2900db add stickers and incorporation info 2014-02-12 14:02:05 +00:00
zzz
7692ca565e link fix 2014-02-11 19:51:44 +00:00
zzz
4ea615da4a Add index to common structures.
Update version for key certs.
Add another link to garlic message delivery instructions.
2014-02-11 15:53:30 +00:00
zzz
71fad77a3a Move info on the ClientAppManager to a new page,
expand on it, add PortMapper info (ticket #1185)
2014-02-11 15:23:18 +00:00
e69c63cf08 merge of '580d00bc434a77ecb152991e90c8fa26c9096f51'
and 'a57f60639c6850d3d6da7089eb417fc8d27b05fd'
2014-02-09 21:22:57 +00:00
8bca74a050 Fixed problems with Hebrew translation files 2014-02-09 20:08:41 +00:00
2661f653d9 additional mirrors 2014-02-09 19:36:54 +00:00
zzz
98a7f32a86 undraft release blog 2014-02-09 15:48:06 +00:00
zzz
df0adef7d9 0.9.11,
news.xml,
team update
2014-02-09 15:13:18 +00:00
5b596eb4b1 Updated translation strings 2014-02-09 01:43:46 +00:00
71c5f37c36 Tag blog post paragraphs, not sentences
Also extracted the URL vars as they don't need translating.
2014-02-09 01:38:24 +00:00
89d7bbe500 merge of 'b770c523235fd7f01115c1563a3717897eed9e32'
and 'f42dc0a3cc7273a6953eb7e874def02ff6882eb1'
2014-02-09 01:30:41 +00:00
4d1f690aa4 Added new translations 2014-02-09 01:29:58 +00:00
96816b0eeb Updated translations 2014-02-09 01:29:24 +00:00
1cbd1a294f removing extraneous paragraph tags 2014-02-09 00:35:23 +00:00
zzz
4bda871bb9 0.9.11 release notes draft 2014-02-08 22:28:20 +00:00
64ebb8f9d3 Updated blog README 2014-02-08 22:24:05 +00:00
7c018e3418 Allow drafts to be viewed live (but not shown on index) 2014-02-08 22:20:21 +00:00