[Assorted-commits] SF.net SVN: assorted: [208] assorted-site/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-01-03 11:11:34
|
Revision: 208 http://assorted.svn.sourceforge.net/assorted/?rev=208&view=rev Author: yangzhang Date: 2008-01-03 03:11:36 -0800 (Thu, 03 Jan 2008) Log Message: ----------- merged, updated builder 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:03:47 UTC (rev 207) +++ assorted-site/trunk/build.bash 2008-01-03 11:11:36 UTC (rev 208) @@ -12,6 +12,8 @@ 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 + rewrite() { cat << "EOF" <IfModule mod_rewrite.c> Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-01-03 11:03:47 UTC (rev 207) +++ assorted-site/trunk/index.txt 2008-01-03 11:11:36 UTC (rev 208) @@ -26,6 +26,9 @@ text user interfaces (hiatus) - JFX Table: an editable table (spreadsheet) widget in JavaFX (done) - LZXGrid: an editable table (spreadsheet) widget in OpenLaszlo (done) +- System utilities + - 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) @@ -39,6 +42,10 @@ - O'Reilly Safari: cache text for offline reading (abandoned) - Youtube: caches videos from your favorites, playlists, and subscriptions (done) + - MovieLookup: given an [HBO](http://hbo.com/) schedule, look up movie + ratings on [Rotten Tomatoes](http://rottentomatoes.com/), sort the movies + by score, and aggregate the show times for those movies based on the + schedule (done) - Configuration resources and desktop tools - [Vim syntax file for JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) (done) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |