[Substrate-commits] SF.net SVN: substrate: [260] trunk/www
Brought to you by:
landonf
|
From: <la...@us...> - 2006-08-30 07:04:42
|
Revision: 260 Author: landonf Date: 2006-08-30 00:04:35 -0700 (Wed, 30 Aug 2006) ViewCVS: http://svn.sourceforge.net/substrate/?rev=260&view=rev Log Message: ----------- s/OpenDarwin libFoundation/Substrate/g Modified Paths: -------------- trunk/www/index.html Added Paths: ----------- trunk/www/default.css Removed Paths: ------------- trunk/www/lf.css Copied: trunk/www/default.css (from rev 259, trunk/www/lf.css) =================================================================== --- trunk/www/default.css (rev 0) +++ trunk/www/default.css 2006-08-30 07:04:35 UTC (rev 260) @@ -0,0 +1,77 @@ +body { + background-color: white; + color: #212121; + margin: 1em; + font: 75% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; +} + +a { + text-decoration: none; + color: #0669B2; + background-color: transparent; +} + +p { + margin: 0.5em 1em 1em 1em; + line-height: 1.5em; +} + +p a { + text-decoration: underline; +} + +p a:visited { + color: #044476; + background-color: transparent; +} + +p a:active { + color: #67087B; + background-color: transparent; +} + +h1, h2, h3 { + color: #595959; + background-color: transparent; + font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; + font-size: 100%; + font-weight: normal; + margin: 0.5em 0 0 0; + padding-top: 0.5em; + font-weight: bold; +} + +h1 { + font-size: 200%; + border-bottom: 1px solid #B4B4B4; +} + +h2 { + font-size: 180%; +} + +h3 { + font-size: 140%; +} + +ul { + line-height: 1.5em; + list-style-type: square; + margin: 0.5em 0 0 1.5em; + padding: 0; +} + +ul a, ol a { + text-decoration: underline; +} + +li { + margin-left: 1em; +} + +pre { + margin-left: 1em; + margin-right: 1em; + padding: 0.5em; + background-color: #E6E6E6; +} Modified: trunk/www/index.html =================================================================== --- trunk/www/index.html 2006-08-30 05:20:33 UTC (rev 259) +++ trunk/www/index.html 2006-08-30 07:04:35 UTC (rev 260) @@ -1,53 +1,50 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> - <title>OpenDarwin libFoundation</title> + <title>Objective-C Substrate</title> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-1"/> <meta name="author" content="Will Barton (wb...@op...)"/> <meta name="copyright" content="2004, OpenDarwin"/> <meta name="robots" content="all"/> - <link rel="stylesheet" type="text/css" href="lf.css"/> + <link rel="stylesheet" type="text/css" href="default.css"/> </head> <body> - <h1>OpenDarwin libFoundation</h1> + <h1>Objective-C Substrate</h1> <ul id="nav"> <li><a href="#about">About</a></li> <li><a href="#get">Download</a></li> <li><a href="#dev">Development</a></li> <li><a href="#doc">Documentation</a></li> + <li><a href="#hist">History</a></li> </ul> <a name="about"><h2>About</h2></a> <p> - OpenDarwin's libFoundation is a light-weight standalone library which implements a large portion of the OpenStep specification and is designed to work with both the GNU and NeXT/Apple Objective-C runtimes. + Substrate is a light-weight standalone library which + implements a large portion of the OpenStep specification + and is designed to work with both the GNU and NeXT/Apple Objective-C + runtimes. Substrate is a continuation of the OpenDarwin libFoundation + project. </p> <p> - OpenDarwin's libFoundation is currently under active development, - and is not complete or currently useful. In its current state it + Substrate is currently under active development, and is not + complete or even very useful. In its current state it is known to compile and pass unit tests on Darwin, FreeBSD, - Debian GNU/Linux, and Windows. + and Debian GNU/Linux. Nightly <a href="testing">unit test results</a> are available for some of our supported platforms. </p> - <p> - OpenDarwin's libFoundation is based on the original libFoundation, - written by Ovidiu Predescu, Mircea Oancea, and Helge Hess. - </p> <a name="get"><h2>Download</h2></a> <p> - To get the latest source of OpenDarwin's libFoundation from - OpenDarwin CVS, you can use the following commands: + To get the latest source, you can use the following command: </p> - <pre>cvs -d :pserver:ano...@an...:/Volumes/src/cvs/od login -cvs -d :pserver:ano...@an...:/Volumes/src/cvs/od co -P libFoundation</pre> + <pre>svn co https://svn.sourceforge.net/svnroot/substrate substrate</pre> <p> - When the server asks you for a password you can simply hit - return; the password is empty. The CVS repository can also be - browsed through <a - href="http://www.opendarwin.org/cgi-bin/cvsweb.cgi/projects/libFoundation">CVSWeb</a>. + The CVS repository can also be browsed through <a + href="http://svn.sourceforge.net/viewvc/substrate/">ViewVC</a>. </p> <a name="dev"><h2>Development</h2></a> @@ -55,8 +52,8 @@ If you're interested in contributing, the following are current areas of focus: <ul> <li>Documentation Writing. Beyond simply writing doxygen documentation, - further documentation is required on building, testing, and using OpenDarwin - libFoundation on all of our supported operating systems.</li> + further documentation is required on building, testing, and using + Substrate on all of our supported operating systems.</li> <li>Foundation Implementation. This one is obvious; we can always use more hands writing code and corresponding unit tests.</li> @@ -64,18 +61,22 @@ </p> <p> The <a - href="http://opendarwin.org/mailman/listinfo/libFoundation">libFoundation</a> + href="https://lists.sourceforge.net/lists/listinfo/substrate-devel">substrate-devel</a> mailing list is where most discussions are held. Only list subscribers can post to the list, but subscription is open to - anyone. If you want to track cvs commits to libFoundation, + anyone. If you want to track cvs commits to Substrate, you can subscribe to the <a - href="http://opendarwin.org/mailman/listinfo/cvs-libfoundation-all">cvs-libfoundation-all</a> + href="https://lists.sourceforge.net/lists/listinfo/substrate-commits">substrate-commits</a> mailing list. </p> <p> - Current OpenDarwin libFoundation developers are: + Current Substrate developers are: <ul> <li>Landon Fuller (landonf [at] opendarwin [dot] org)</li> + </ul> + + Past contributors include: + <ul> <li>David Leimbach (leimy [at] opendarwin [dot] org)</li> <li>Felix Kronlage (fkr [at] opendarwin [dot] org)</li> <li>Will Barton (wbb4 [at] opendarwin [dot] org)</li> @@ -85,19 +86,31 @@ <a name="doc"><h2>Documentation</h2></a> <p> - OpenDarwin libFoundation's Doxygen-based documentation is regenerated nightly and can + Subtrate's Doxygen-based documentation is regenerated nightly and can be browsed <a href="docs/">on-line</a>. Documentation is being written in conjunction with the library implementation. - Any noteworthy differences between OpenDarwin's libFoundation and Apple's Foundation + Any noteworthy differences between Substrate and Apple's Foundation are explained in the documentation. </p> <p> - If you are interested in contributing to the libFoundation documentation, - please send an e-mail to the libFoundation mailing list. + If you are interested in contributing to the Substrate documentation, + please send an e-mail to the Substrate mailing list. Your contributions will be most appreciated. </p> + <a name="hist"><h2>History</h2></a> + <p> + Substrate is a continuation of OpenDarwin's libFoundation project. Substrate + was moved to SourceForge and renamed upon the cessation of the OpenDarwin + project. + + OpenDarwin's libFoundation itself was based on the original libFoundation, + written by Ovidiu Predescu, Mircea Oancea, and Helge Hess. + </p> + <p> + <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=175904&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a> + </p> </body> </html> Deleted: trunk/www/lf.css =================================================================== --- trunk/www/lf.css 2006-08-30 05:20:33 UTC (rev 259) +++ trunk/www/lf.css 2006-08-30 07:04:35 UTC (rev 260) @@ -1,77 +0,0 @@ -body { - background-color: white; - color: #212121; - margin: 1em; - font: 75% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; -} - -a { - text-decoration: none; - color: #0669B2; - background-color: transparent; -} - -p { - margin: 0.5em 1em 1em 1em; - line-height: 1.5em; -} - -p a { - text-decoration: underline; -} - -p a:visited { - color: #044476; - background-color: transparent; -} - -p a:active { - color: #67087B; - background-color: transparent; -} - -h1, h2, h3 { - color: #595959; - background-color: transparent; - font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; - font-size: 100%; - font-weight: normal; - margin: 0.5em 0 0 0; - padding-top: 0.5em; - font-weight: bold; -} - -h1 { - font-size: 200%; - border-bottom: 1px solid #B4B4B4; -} - -h2 { - font-size: 180%; -} - -h3 { - font-size: 140%; -} - -ul { - line-height: 1.5em; - list-style-type: square; - margin: 0.5em 0 0 1.5em; - padding: 0; -} - -ul a, ol a { - text-decoration: underline; -} - -li { - margin-left: 1em; -} - -pre { - margin-left: 1em; - margin-right: 1em; - padding: 0.5em; - background-color: #E6E6E6; -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |