[Utlib-devel] SF.net SVN: utlib:[2] web/trunk
Status: Beta
Brought to you by:
btietz
|
From: <bt...@us...> - 2010-12-15 06:28:20
|
Revision: 2
http://utlib.svn.sourceforge.net/utlib/?rev=2&view=rev
Author: btietz
Date: 2010-12-15 06:28:13 +0000 (Wed, 15 Dec 2010)
Log Message:
-----------
Initial checkin of website content
Added Paths:
-----------
web/trunk/download.html
web/trunk/fade.png
web/trunk/index.html
web/trunk/sflogo.png
web/trunk/utlib.css
web/trunk/utlibtitlebar.png
Added: web/trunk/download.html
===================================================================
--- web/trunk/download.html (rev 0)
+++ web/trunk/download.html 2010-12-15 06:28:13 UTC (rev 2)
@@ -0,0 +1,60 @@
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <link rel="stylesheet" type="text/css" href="utlib.css">
+ <title>UT Library Family</title>
+</head>
+
+<body>
+
+<div id="Navbar">
+ <table align="center">
+ <tbody>
+ <tr><td align="center" height="102">
+ </td></tr>
+ <tr><td align="center" height="22">
+ <a href="index.html">General info</a>
+ </td></tr>
+ <tr><td align="center" height="22">
+ <a href="download.html">Download</a>
+ </td></tr>
+ <tr><td align="center" height="22">
+ <a href="http://sourceforge.net/projects/utlib/">Development</a>
+ </td></tr>
+ <tr><td align="center" height="22">
+ <a href="doc/html/index.html">Documentation</a>
+ </td></tr>
+ </tbody></table>
+ <p align="center"><a href="http://sourceforge.net/"><img src="sflogo.png" alt="SourceForge" border="0" width="88" height="31"></a>
+ </p>
+</div>
+
+<div id="TitleBar">
+ <img src="utlibtitlebar.png" alt="UT Library Family"><br>
+ <i class="titlebar"></i>
+</div>
+
+<div id="Page">
+
+<table>
+<tbody>
+ <tr><td>
+ <h2>Download</h2>
+ </td></tr>
+ <tr><td>
+ <a href=http://sourceforge.net/projects/utlib/files/Full%20source/>Full archive</a>
+ </td></tr>
+ <tr><td>
+ <a href=http://sourceforge.net/scm/?type=svn&group_id=381092/>SVN instructions</a>
+ </td></tr>
+ <tr><td>
+ <a href=http://utlib.svn.sourceforge.net/viewvc/utlib/utlib/trunk/>SVN browse</a>
+ </td></tr>
+
+</tbody>
+</table>
+
+</div>
+
+</body>
+</html>
\ No newline at end of file
Property changes on: web/trunk/download.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
Added: web/trunk/fade.png
===================================================================
(Binary files differ)
Property changes on: web/trunk/fade.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: web/trunk/index.html
===================================================================
--- web/trunk/index.html (rev 0)
+++ web/trunk/index.html 2010-12-15 06:28:13 UTC (rev 2)
@@ -0,0 +1,112 @@
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+ <link rel="stylesheet" type="text/css" href="utlib.css">
+ <title>UT Library Family</title>
+</head>
+
+<body>
+
+<div id="Navbar">
+ <table align="center">
+ <tbody>
+ <tr><td align="center" height="102">
+ </td></tr>
+ <tr><td align="center" height="22">
+ <a href="index.html">General info</a>
+ </td></tr>
+ <tr><td align="center" height="22">
+ <a href="download.html">Download</a>
+ </td></tr>
+ <tr><td align="center" height="22">
+ <a href="http://sourceforge.net/projects/utlib/">Development</a>
+ </td></tr>
+ <tr><td align="center" height="22">
+ <a href="doc/html/index.html">Documentation</a>
+ </td></tr>
+ </tbody></table>
+ <p align="center"><a href="http://sourceforge.net/"><img src="sflogo.png" alt="SourceForge" border="0" width="88" height="31"></a>
+ </p>
+</div>
+
+<div id="TitleBar">
+ <img src="utlibtitlebar.png" alt="UT Library Family"><br>
+ <i class="titlebar"></i>
+</div>
+
+<div id="Page">
+
+<table>
+<tbody>
+ <tr><td>
+ <h2>General info</h2>
+ </td></tr>
+
+ <tr><td>
+ The UT library provides an alternative to MFC for object oriented development on Windows, and a
+ cross-platform solution with liberal licensing under the GNU General Public License 2.0, a copy of
+ which is included in the UT library distribution.
+ <br><br>
+ The UT library provides many interfaces which are cleaner and require less code to make use of
+ than the C standard library, POSIX, and platform-specific equivalents. The class-based API
+ includes strings, lists, B-trees, threads, dynamically self-resizing buffers, a threading and
+ message passing architecture, mutexes, events, timers, streams, files, paths, pool allocation,
+ resources, and more.
+ <br><br>
+ The documentation link to the left leads to full API documentation.
+ <br><br>
+ At this time, the GUI framework is nowhere near complete. It's enough to see the direction the
+ project is going in though. The core library is another story: it is complete and working on all
+ supported operating systems.
+ <br><br>
+ </td></tr>
+
+ <tr><td>
+ <b>Supported platforms</b>
+ </td></tr>
+ <tr><td>
+ Windows XP, Vista, Windows 7 (32-bit and 64-bit)
+ </td></tr>
+ <tr><td>
+ Mac OS X (10.4+, PPC, x86, and x86_64)
+ </td></tr>
+ <tr><td>
+ Linux (x86 and x86_64)
+ </td></tr>
+
+ <tr><td>
+ <br>
+ <b>The Libraries</b>
+ <br><br>
+
+ <table border="0" cellpadding="10" cellspacing="10">
+ <tbody>
+
+ <tr>
+ <td><b>Library</b></td><td><b>Description</b></td><td><b>Status</b></td>
+ </tr>
+ <tr>
+ <td>UT</td><td>Core services library</td><td>Complete on all platforms.</td>
+ </tr>
+ <tr>
+ <td>UTgfx</td><td>2D graphics infrastructure</td><td>Only implemented to the extent needed to serve as a foundation for UTgui.</td>
+ </tr>
+ <tr>
+ <td>UTgui</td><td>Graphical user interface framework</td><td>Windows and menus implemented on all platforms, but very early alpha form. This just provides a look at the direction the project is heading.</td>
+ </tr>
+ <tr>
+ <td>UTaudio, UT3d, UTvideo, UTmedia</td><td>Full media and gaming frameworks</td><td>Not even started. This is just a statement of intent.</td>
+ </tr>
+
+ </tbody>
+ </table>
+
+ </td></tr>
+
+</tbody>
+</table>
+
+</div>
+
+</body>
+</html>
\ No newline at end of file
Property changes on: web/trunk/index.html
___________________________________________________________________
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
Added: web/trunk/sflogo.png
===================================================================
(Binary files differ)
Property changes on: web/trunk/sflogo.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: web/trunk/utlib.css
===================================================================
--- web/trunk/utlib.css (rev 0)
+++ web/trunk/utlib.css 2010-12-15 06:28:13 UTC (rev 2)
@@ -0,0 +1,44 @@
+#Navbar
+{
+ background: url(fade.png) no-repeat top center;
+ position: absolute;
+ top: 5px;
+ left: 5px;
+ right: 5px;
+ width: 152px;
+ height: 650px;
+}
+
+#Titlebar
+{
+ margin: 5px 10px 30px 170px;
+}
+
+#Page
+{
+ margin: 30px 30px 30px 170px;
+}
+
+i.titlebar
+{
+ font-family: "Verdana", sans-serif;
+ font-weight: bold;
+ font-size: large;
+ color: #AA0000;
+}
+
+img.nav
+{
+ border: none;
+}
+
+h1
+{
+ font-family: "Verdana", sans-serif;
+ font-weight: bold;
+}
+
+body
+{
+ background-color: white;
+}
Property changes on: web/trunk/utlib.css
___________________________________________________________________
Added: svn:mime-type
+ text/css
Added: svn:eol-style
+ LF
Added: web/trunk/utlibtitlebar.png
===================================================================
(Binary files differ)
Property changes on: web/trunk/utlibtitlebar.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|