From zakk at timedoctor.org Wed May 18 17:09:24 2005 From: zakk at timedoctor.org (Zachary J. Slater) Date: Wed, 18 May 2005 14:09:24 -0700 Subject: SVN things Message-ID: <20050518210924.GA9862@timedoctor.org> Whilst discussing the lgfaq in #timedoctor.org, and reading mail regarding the lgfaq I had a pretty good idea, it would be nice if something could update a text file in the svn whenever we commit, so it would list the last time the lgfaq was updated. Someone e-mailed wondering if the lgfaq was still worked on, which is the impetus. -- -Zachary J. Slater zakk at timedoctor.org zacharyslater at gmail.com From icculus at clutteredmind.org Thu May 19 19:14:20 2005 From: icculus at clutteredmind.org (Ryan C. Gordon) Date: Thu, 19 May 2005 19:14:20 -0400 Subject: [lgfaq] SVN things In-Reply-To: <20050518210924.GA9862@timedoctor.org> References: <20050518210924.GA9862@timedoctor.org> Message-ID: <428D1DCC.5080400@clutteredmind.org> Zachary J. Slater wrote: > Whilst discussing the lgfaq in #timedoctor.org, and reading mail > regarding the lgfaq I had a pretty good idea, it would be nice if > something could update a text file in the svn whenever we commit, so it > would list the last time the lgfaq was updated. Someone e-mailed > wondering if the lgfaq was still worked on, which is the impetus. Subversion lets you run a script on commit, per-repository; we could just have it do something like: echo `date` >> /webspace/projects/lgfaq/changes.txt echo $CHANGEDESCRIPTION >> /webspace/projects/lgfaq/changes.txt --ryan. From zakk at timedoctor.org Thu May 19 19:30:17 2005 From: zakk at timedoctor.org (Zachary J. Slater) Date: Thu, 19 May 2005 16:30:17 -0700 Subject: [lgfaq] SVN things In-Reply-To: <428D1DCC.5080400@clutteredmind.org> References: <20050518210924.GA9862@timedoctor.org> <428D1DCC.5080400@clutteredmind.org> Message-ID: <20050519233016.GA1758@timedoctor.org> On Thu, May 19, 2005 at 07:14:20PM -0400, Ryan C. Gordon wrote: > Subversion lets you run a script on commit, per-repository; we could > just have it do something like: > > echo `date` >> /webspace/projects/lgfaq/changes.txt This sounds awesome, I just want the date, so... rm /webspace/projects/lgfaq/changes.txt && echo `date` >> /webspace/projects/lgfaq/changes.txt -- -Zachary J. Slater zakk at timedoctor.org zacharyslater at gmail.com From icculus at clutteredmind.org Fri May 20 06:51:54 2005 From: icculus at clutteredmind.org (Ryan C. Gordon) Date: Fri, 20 May 2005 06:51:54 -0400 Subject: [lgfaq] SVN things In-Reply-To: <20050519233016.GA1758@timedoctor.org> References: <20050518210924.GA9862@timedoctor.org> <428D1DCC.5080400@clutteredmind.org> <20050519233016.GA1758@timedoctor.org> Message-ID: <428DC14A.3060901@clutteredmind.org> > This sounds awesome, I just want the date, so... > rm /webspace/projects/lgfaq/changes.txt && echo `date` >> /webspace/projects/lgfaq/changes.txt It is done: http://icculus.org/lgfaq/changes.txt Please check it after your next commit and make sure that the cronjob that updates the webspace from subversion doesn't break it. --ryan. From zakk at timedoctor.org Fri May 20 16:18:44 2005 From: zakk at timedoctor.org (Zachary J. Slater) Date: Fri, 20 May 2005 13:18:44 -0700 Subject: [lgfaq] SVN things In-Reply-To: <428DC14A.3060901@clutteredmind.org> References: <20050518210924.GA9862@timedoctor.org> <428D1DCC.5080400@clutteredmind.org> <20050519233016.GA1758@timedoctor.org> <428DC14A.3060901@clutteredmind.org> Message-ID: <20050520201844.GB3292@timedoctor.org> And it's in the lgfaq, all the way at the bottom, but there at least until I think of a nice looking manner in which to spread it about as if it were a fine marmalade. I would assume this means then that the scripts won't fight. All this is awesome. -- -Zachary J. Slater zakk at timedoctor.org zacharyslater at gmail.com From dave at allaboutgames.co.uk Thu May 26 14:45:37 2005 From: dave at allaboutgames.co.uk (Dave Wickham) Date: Thu, 26 May 2005 19:45:37 +0100 Subject: Colours! Message-ID: <1117133137.8623.4.camel@localhost.localdomain> I've just finished doing some basic CSSing of the LGFAQ, to liven it up a bit. Presumably the cron job should update it on the live version some time soon, for (hopefuly) your viewing pleasure. We plan on making a number of different skins for it, so that people can read it how they want to. If anyone has comments on the current scheme, I'd like to hear them. Likewise, if anyone has a suggestion for a new scheme, I'd like to hear it. Regards, --Dave Wickham From dave at allaboutgames.co.uk Fri May 27 09:01:35 2005 From: dave at allaboutgames.co.uk (Dave Wickham) Date: Fri, 27 May 2005 14:01:35 +0100 Subject: [lgfaq] Colours! In-Reply-To: <1117133137.8623.4.camel@localhost.localdomain> References: <1117133137.8623.4.camel@localhost.localdomain> Message-ID: <1117198896.8623.6.camel@localhost.localdomain> I've just added the first alternate stylesheet. It's not very complex at all - all it does is import the default stylesheet, then collapse the ToC so it doesn't take up 10 pages. From zakk at timedoctor.org Fri May 27 15:17:52 2005 From: zakk at timedoctor.org (Zachary J. Slater) Date: Fri, 27 May 2005 12:17:52 -0700 Subject: [lgfaq] Colours! In-Reply-To: <1117198896.8623.6.camel@localhost.localdomain> References: <1117133137.8623.4.camel@localhost.localdomain> <1117198896.8623.6.camel@localhost.localdomain> Message-ID: <20050527191751.GA12487@timedoctor.org> This is awesome in all sorts of ways. -- -Zachary J. Slater zakk at timedoctor.org zacharyslater at gmail.com