From d218d65ea8111ccfb53e0867ce2dc4f0f850970d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 30 Aug 2008 11:26:33 -0500 Subject: [PATCH] Added explanations on how Worg publishes itself as HTML pages. --- worg-git.org | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/worg-git.org b/worg-git.org index a5c167f..7746a09 100644 --- a/worg-git.org +++ b/worg-git.org @@ -58,10 +58,17 @@ The homepage of the Worg project is here: http://repo.or.cz/w/Worg.git :~$ git push public -* TODO Describe how worg publishes itself as HTML? :Write: +* How Worg publishes itself as HTML? - Bastien, can you possibly write a step 10 here which explains how - Worg is published as html from the git repo onto legito.net? + The server behind http://orgmode.org website takes care of publishing + Worg into =HTML=. This is done in two steps: the first step is to + pull the Worg directly on the server, the second one is to publish the + last version of Worg on the website. Both steps are cron'ed every + hour, the first one at 1:00, 2:00, etc. and the second one at 1:30, + 2:30. + + So for example, if you push a change in Worg at 0:58am, this will be + pulled on the server at 1am and will appear on the website at 1:30am. * The second time you contribute to Worg -- 2.11.4.GIT