[Assorted-commits] SF.net SVN: assorted: [204] assorted-site/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-01-03 04:52:10
|
Revision: 204 http://assorted.svn.sourceforge.net/assorted/?rev=204&view=rev Author: yangzhang Date: 2008-01-02 20:52:13 -0800 (Wed, 02 Jan 2008) Log Message: ----------- latest assorted-site (published) Modified Paths: -------------- assorted-site/trunk/build.bash assorted-site/trunk/index.txt assorted-site/trunk/main.css Modified: assorted-site/trunk/build.bash =================================================================== --- assorted-site/trunk/build.bash 2008-01-03 03:11:05 UTC (rev 203) +++ assorted-site/trunk/build.bash 2008-01-03 04:52:13 UTC (rev 204) @@ -10,7 +10,7 @@ # main index cp ../main.css . -pandoc -S -c main.css -o index.html ../index.txt +pandoc -s -S --tab-stop=2 -c main.css -H ../header.html -A ../footer.html -o index.html ../index.txt rewrite() { cat << "EOF" @@ -41,7 +41,7 @@ # deploy tar czf - . | -ssh sfs ' +ssh sf ' cd assorted rm -r htdocs-new 2> /dev/null || true mkdir htdocs-new @@ -50,4 +50,4 @@ rm -r htdocs/* mv htdocs-new/* htdocs/ rmdir htdocs-new -' \ No newline at end of file +' Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-01-03 03:11:05 UTC (rev 203) +++ assorted-site/trunk/index.txt 2008-01-03 04:52:13 UTC (rev 204) @@ -6,55 +6,57 @@ I've written, and it's imaginatively named "assorted." Most of the code is simply stored in [the Subversion repository] at the -moment, with no web pages or package releases. +moment, with no web pages or package releases. The information here is sparse, +providing only a brief description and the development status. More +information to come later. -- ZDB: simple object database with an emphasis on semantics; under active - development +- ZDB: simple object database with an emphasis on semantics (active) - General-purpose libraries ("commons") for various languages or platforms. - - [Python Commons](python-commons) - - C++ Commons: complements Boost - - Haskell Commons: complements MissingH - - Scala Commons: complements WorkingMouse - - TeX Commons + - [Python Commons](python-commons) (maintained) + - C++ Commons: complements Boost (hiatus) + - Haskell Commons: complements MissingH (active) + - Scala Commons: complements WorkingMouse (active) + - TeX Commons (active) - Shell Tools: programs written in a variety of languages and - oriented toward shell scripting and systems management. - - [AFX](python-afx): extensions (e.g. threading support) for the [AF] - asynchronous programming framework + oriented toward shell scripting and systems management (maintained) + - AFX: extensions (e.g. threading support) for the AF asynchronous + programming framework (active) - UI libraries - - [Scala TUI](scala-tui): a declarative reactive programming toolkit - for constructing text user interfaces - - JFX Table: an editable table (spreadsheet) widget in JavaFX - - LZXGrid: an editable table (spreadsheet) widget in OpenLaszlo + - Scala TUI: a declarative reactive programming toolkit for constructing + text user interfaces (hiatus) + - JFX Table: an editable table (spreadsheet) widget in JavaFX (done) + - LZXGrid: an editable table (spreadsheet) widget in OpenLaszlo (done) - Meta programming - Simple object code generation: currently targets Java serialization, - emphasizing compactness, speed, and simplicity (in that order) - - BattleCode composer: express and mix competitive strategies quickly + 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. -- Tools for popular websites or services + produces language statistics. (done) +- Tools for various websites or services - [Facebook](facebook-tools): monitor changes in your Facebook network - - Myspace: crawl profiles within n degrees of you for fast searches - - O'Reilly Safari: cache text for offline reading (inactive) + (done) + - Myspace: crawl profiles within n degrees of you for fast searches (done) + - O'Reilly Safari: cache text for offline reading (abandoned) - Youtube: caches videos from your favorites, playlists, and subscriptions + (done) - Configuration resources and desktop tools - [Vim syntax file for - JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) - - Software Configurations: dot files, rc files, bootstrapping, etc. + JavaFX](http://www.vim.org/scripts/script.php?script_id=1943) (done) + - Software Configurations: dot files, rc files, bootstrapping, etc. (done) - Wallpaper Tools: tools for managing wallpapers as they are being rotated - through. + through (done) - Miscellanea - - Subtitle adjuster: for time-shifting SRTs + - Subtitle adjuster: for time-shifting SRTs (done) - Programming Problems: my workspace for solving programming puzzles + (hiatus) - Experimental Sandbox: heap of small test cases to explore (bugs, corner - cases, features, etc.) + cases, features, etc.) (maintained) - Source management: various tools for cleaning up and maintaining a source - code repository, identifying things that might not belong. + code repository, identifying things that might not belong (hiatus) - Websites - - This website - - [My personal website](http://yz.zor.org/) + - This website (maintained) + - [My personal website](http://yz.zor.org/) (maintained) -[AF]: http://af.sf.net/ - Other links: - [SourceForge Project Page](http://sf.net/projects/assorted/): @@ -65,8 +67,7 @@ - [TinyOS](http://tinyos.net/): SF-hosted project I've been involved in - [My homepage](http://yz.zor.org/) -[browse the code repository]: -https://assorted.svn.sourceforge.net/svnroot/assorted +[browse the code repository]: https://assorted.svn.sourceforge.net/svnroot/assorted <!-- vim:nocin:et:sw=2:ts=2 Modified: assorted-site/trunk/main.css =================================================================== --- assorted-site/trunk/main.css 2008-01-03 03:11:05 UTC (rev 203) +++ assorted-site/trunk/main.css 2008-01-03 04:52:13 UTC (rev 204) @@ -39,12 +39,13 @@ color: navy; } -h1, h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6, h1 a, h2 a { color: #527bbd; font-family: sans-serif; margin-top: 1.2em; margin-bottom: 0.5em; line-height: 1.3; + text-decoration: none; } h1 { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |