[Assorted-commits] SF.net SVN: assorted: [211] assorted-site/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-01-03 11:15:54
|
Revision: 211 http://assorted.svn.sourceforge.net/assorted/?rev=211&view=rev Author: yangzhang Date: 2008-01-03 03:16:00 -0800 (Thu, 03 Jan 2008) Log Message: ----------- latest site Modified Paths: -------------- assorted-site/trunk/build.bash assorted-site/trunk/index.txt Modified: assorted-site/trunk/build.bash =================================================================== --- assorted-site/trunk/build.bash 2008-01-03 11:12:48 UTC (rev 210) +++ assorted-site/trunk/build.bash 2008-01-03 11:16:00 UTC (rev 211) @@ -12,8 +12,11 @@ cp ../main.css . pandoc -s -S --tab-stop=2 -c main.css -H ../header.html -A ../footer.html -o index.html ../index.txt -exit # XXX fix rest later +# XXX fix rest later +scp index.html shell-sf:assorted/htdocs/ +exit + rewrite() { cat << "EOF" <IfModule mod_rewrite.c> @@ -43,7 +46,7 @@ # deploy tar czf - . | -ssh sf ' +ssh shell-sf ' cd assorted rm -r htdocs-new 2> /dev/null || true mkdir htdocs-new Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-01-03 11:12:48 UTC (rev 210) +++ assorted-site/trunk/index.txt 2008-01-03 11:16:00 UTC (rev 211) @@ -30,11 +30,13 @@ - Throttled Repeater: small program that sends a fixed number of lines at a time from a file to a server over TCP (done) - Meta programming - - Simple object code generation: currently targets Java serialization, - emphasizing compactness, speed, and simplicity (done) + - Simple object code generation (iogen): currently targets Java + serialization, emphasizing compactness, speed, and simplicity (done) - BattleCode composer: express and mix strategies quickly (planning) - TopCoder tools: crawl TopCoder rankings to analyze players. Currently only produces language statistics. (done) + - Simple Pre-Processor (spp): tiny implementation of cpp's _object-like + macros_ (done) - Tools for various websites or services - [Facebook](facebook-tools): monitor changes in your Facebook network (done) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |