Commit Graph

19 Commits

Author SHA1 Message Date
b54fe6bbba check in docker specific wsgi file 2020-09-23 23:32:55 +00:00
97a6a80aed Enable the use of Docker+Apache2 to host the site, HTTP only. HTTPS sites should use a reverse proxy 2020-09-23 14:44:05 +00:00
8309eb2209 make site-updaters that are mtn dependent also work with git. 2020-09-10 00:05:01 +00:00
f4d5360ca9 Add a reseed from file blog post 2020-06-07 08:49:41 +00:00
36230f592b fix broken i2cp link on docs page 2019-06-30 13:26:02 +00:00
55c8d292b0 Home page updates 2019-06-28 20:53:31 +00:00
07135de7d0 Update website dependencies 2019-02-14 03:25:52 +00:00
58ba22f5fd Specify Babel version 2014-02-14 11:46:40 +00:00
e0a7a2348f refresh patch to remove 'fuzz' 2014-02-14 01:53:25 +00:00
04fd682136 merge of '29cda6a2bb226def47b27682dcc454d101be1d1c'
and 'bf15796dfc28a68f359bb8b6c280ac299bb512d4'
2014-02-14 01:07:33 +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
8dd96c81ee Upgrade package versions 2014-02-13 20:58:13 +00:00
598914d2ea Updated mtn branch 2014-01-07 18:18:52 +00:00
61f604c898 Define site-updater touch file in update vars
To use Apache mod_wsgi, change $TOUCHFILE to point to the WSGI
file, and set "WSGIScriptReloading On" in the Apache config.
2013-12-09 11:23:37 +00:00
782cb1c9ec Added branch arg to "mtn pull" 2013-12-08 20:16:46 +00:00
5c7672eb1c prefer the venv pybabel but allow the system one to be used (if found) 2013-08-31 23:58:20 +00:00
7e086fd2e7 workaround flask bug by explicitly installing pytz before flask 2013-08-31 23:30:36 +00:00
4ae84aa9e2 Moved setup, translation config files into subdir 2013-08-15 08:30:01 +00:00