[Assorted-commits] SF.net SVN: assorted:[1087] assorted-site/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-12-03 11:21:36
|
Revision: 1087 http://assorted.svn.sourceforge.net/assorted/?rev=1087&view=rev Author: yangzhang Date: 2008-12-03 11:21:30 +0000 (Wed, 03 Dec 2008) Log Message: ----------- updated projects; updated & published style! Modified Paths: -------------- assorted-site/trunk/index.txt assorted-site/trunk/main.css Modified: assorted-site/trunk/index.txt =================================================================== --- assorted-site/trunk/index.txt 2008-12-03 07:19:15 UTC (rev 1086) +++ assorted-site/trunk/index.txt 2008-12-03 11:21:30 UTC (rev 1087) @@ -12,11 +12,11 @@ - ZDB: object database with an emphasis on semantics (passive) - General-purpose libraries ("commons") for various languages or platforms - - [Python Commons](python-commons) (active) + - [Python Commons](python-commons) (passive) - [Scala Commons](scala-commons) (passive) - [Java Reactor](java-reactor): simple event loop for single-threaded asynchronous IO and task scheduling (done) - - [C++ Commons](cpp-commons) (passive) + - [C++ Commons](cpp-commons) (active) - Haskell Commons (hiatus) - TeX Commons (hiatus) - [Shell Tools](shell-tools): programs written in a variety of languages and @@ -61,8 +61,8 @@ ratings on [Rotten Tomatoes], sort the movies by score, and aggregate the show times for those movies based on the schedule (done) - [Google File Search](http://y_z.scripts.mit.edu/gfs/): a simple web - frontend to Google Web Search for finding files in web directory listings - (done) + frontend to Google Web Search for finding files on services like Rapidshare + and Megaupload (done) - [WordPress EasyFilter](wp-easy-filter): a small, simple-to-setup plug-in to allow you to use any custom command-line text filter on your WordPress posts (done) @@ -74,6 +74,8 @@ - Wallpaper Tools: tools for managing wallpapers as they are being rotated through (done) - Exploration, experimentation, research + - [YDB](ydb): simple memory store that serves as a research testbed for approaches + to recovery in [VOLTDB] (H-Store) (active) - TCQ Wavelets: wavelet domain stream query processing for the Data Triage project in TelegraphCQ (done) - [Hash distribution](hash-dist): for observing the distribution of hash @@ -94,7 +96,7 @@ - [Picard Plugins](http://wiki.musicbrainz.org/PicardPlugins): simple tools for [Picard Tagger] (done) - [Sharing Gateway](sharing-gateway): tools for consolidating and - re-exporting file shares (active) + re-exporting file shares (passive) - Bibliography: my pan-paper BibTeX; i.e., stalling for ZDB (passive) - Subtitle adjuster: for time-shifting SRTs (done) - Javascript Beautifier: a thin [Tamarin] wrapper for [js_beautify]. @@ -134,6 +136,7 @@ [js_beautify]: http://elfz.laacz.lv/beautify/ [Rotten Tomatoes]: http://www.rottentomatoes.com/ [Picard Tagger]: http://wiki.musicbrainz.org/PicardTagger +[VOLTDB]: http://db.cs.yale.edu/hstore/ What the statuses mean: Modified: assorted-site/trunk/main.css =================================================================== --- assorted-site/trunk/main.css 2008-12-03 07:19:15 UTC (rev 1086) +++ assorted-site/trunk/main.css 2008-12-03 11:21:30 UTC (rev 1087) @@ -5,19 +5,25 @@ */ } +pre { + border-left: 2px dotted #bbbbbb; + padding-left: 12px; +} + body { - margin:1em 5% 1em 5%; - padding:0; - background-color: white; - color: black; - font-family: Verdana, sans-serif; - font-size: medium; - line-height: 1.3em; - color: #333; + margin: 1em 5% 1em 5%; + padding: 0; + background-color: white; + color: black; + font-family: arial, sans-serif; + font-size: 10pt; + line-height: 1.3em; + color: #333; + margin-left: auto; + margin-right: auto; + min-width: 200px; + max-width: 600px; } -/*body { - margin: 1em 5% 1em 5%; -}*/ a { color: #0000bb; @@ -40,12 +46,16 @@ } h1, h2, h3, h4, h5, h6, h1 a, h2 a { + color: #999999; + color: #8099bd; color: #527bbd; font-family: sans-serif; margin-top: 1.2em; margin-bottom: 0.5em; line-height: 1.3; text-decoration: none; + font-weight: normal; + /* text-transform: uppercase; */ } h1 { @@ -56,6 +66,11 @@ padding-top: 0.5em; } +h1.title { + border-bottom: 2px double gray; + font-size: 20pt; +} + div.sectionbody { font-family: serif; margin-left: 0; @@ -70,12 +85,6 @@ margin-bottom: 0.5em; } -/* TODO: make this larger? */ -pre { - padding: 0; - margin: 0; -} - span#author { color: #527bbd; font-family: sans-serif; @@ -209,7 +218,9 @@ } ul, ol { - list-style-position: outside; + list-style-position: outside; + margin-left: 1.5em; + padding-left: 0em; } ol.olist2 { list-style-type: lower-alpha; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |