[Openupload-svn-update] SF.net SVN: openupload:[21] web
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2008-10-15 18:16:04
|
Revision: 21
http://openupload.svn.sourceforge.net/openupload/?rev=21&view=rev
Author: tsdogs
Date: 2008-10-15 18:15:51 +0000 (Wed, 15 Oct 2008)
Log Message:
-----------
Added Paths:
-----------
web/img/
web/img/openupload.jpg
web/index.html
Added: web/img/openupload.jpg
===================================================================
(Binary files differ)
Property changes on: web/img/openupload.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: web/index.html
===================================================================
--- web/index.html (rev 0)
+++ web/index.html 2008-10-15 18:15:51 UTC (rev 21)
@@ -0,0 +1,153 @@
+<html>
+<head>
+<TITLE>Welcome to Open Upload Project web site</TITLE>
+<meta name="keywords" content="Open Upload, Rapidshare clone, personal web file server">
+<meta name="description" content="Open Upload is a PHP application to create a private / public file download server">
+<meta name="robots" content="index, follow">
+<meta name="rating" content="general">
+<meta name="revisit-after" content="15 days">
+<STYLE>
+body {
+ font-family: Helvetica, Arial;
+ font-size: 11pt;
+}
+#header {
+ height: 115px;
+ border-bottom: 2px solid #3161cf;
+}
+#logo {
+ float: left;
+}
+#sponsors {
+ float: right;
+}
+#container {
+ clear: both;
+}
+#menu {
+ float: left;
+ width: 200px;
+}
+#menu ul {
+ margin-top: 0px;
+ list-style:none;
+ padding: 0px;
+}
+#menu li {
+ padding-right: 8px;
+ padding-left: 15px;
+ padding-bottom: 20px;
+ margin-top: 0px;
+}
+#content {
+ margin-left: 200px;
+ margin-top: 20px;
+}
+#section {
+ margin-bottom: 30px;
+}
+#title {
+ font-size: 14pt;
+ font-weight: bold;
+ margin-bottom: 2px;
+ border-bottom: 1px solid #000;
+}
+#text {
+ text-align: justify;
+}
+#footer {
+ position: fixed;
+ bottom: 0px;
+ height: 20px;
+ width: 100%;
+ font-weight: bold;
+ font-size: 9pt;
+ border-top: 1px solid #000000;
+ text-align: center;
+}
+#footer a {
+ color: #3161cf;
+ font-weight: bold;
+ font-size: 9pt;
+ text-decoration: none;
+}
+#footer a:visited {
+ color: #3161cf;
+ font-weight: bold;
+ font-size: 9pt;
+ text-decoration: none;
+}
+a {
+ font-size: 11pt;
+ color: #3161cf;
+ font-weight: bold;
+ font-size: 11pt;
+ text-decoration: none;
+}
+a:visited {
+ color: #3161cf;
+ font-weight: bold;
+ font-size: 11pt;
+ text-decoration: none;
+}
+a:hover {
+ color: #4c8dff;
+ font-weight: bold;
+ font-size: 11pt;
+ text-decoration: none;
+}
+</STYLE>
+</head>
+<BODY>
+<div id="header">
+<div id="logo"><img src="./img/openupload.jpg"></div>
+<div id="sponsors">
+<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=242018&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a>
+</div>
+</div>
+<div id="container">
+<div id="menu">
+<ul>
+<LI><a href=""><a href="http://sourceforge.net/project/screenshots.php?group_id=242018&ssid=92531" target="_new">Screenshots</a></LI>
+<LI><a href="http://sourceforge.net/project/showfiles.php?group_id=242018" target="_new">Download</a></LI>
+<LI><a href="http://openupload.svn.sourceforge.net/viewvc/openupload/" target="_new">SVN Code</a></LI>
+<LI><a href="http://www.sourceforge.net/projects/openupload">SF.Net Project Page</a></LI>
+</ul>
+</div> <!-- menu -->
+<div id="content">
+<div id="section">
+<div id="title">Welcome to Open Upload Project</div>
+<div id="text">Open Upload is a PHP application to create a private / public file download server.</div>
+</div>
+<div id="section">
+<div id="title">Features</div>
+<div id="text">Open Upload has been designed to be extendable<br>This are the main features:
+<ul>
+<LI>Access control by groups</LI>
+<LI>Template driven</LI>
+<LI>Internationalization</LI>
+<LI>Multiple db backends (MySQL, Postgress, Flat file)</LI>
+<LI>Multiple user authentication backends (database, LDAP, AD)</LI>
+<LI>Plugins to control file upload/download limits / functionality (password protection, captcha, email, banned IP,...)</LI>
+</ul>
+</div> <!-- text -->
+</div> <!-- section -->
+<div id="section">
+<div id="title">Screenshots</div>
+<div id="text">See the screenshots to have an idea on what Open Upload is. <a href="http://sourceforge.net/project/screenshots.php?group_id=242018&ssid=92531" target="_new">Screenshots</a></div>
+</div>
+<div id="section">
+<div id="title">Download</div>
+<div id="text">No release is available for now, check out svn for an overview.</div>
+</div>
+<div id="section">
+<div id="title">SVN</div>
+<div id="text">To checkout svn:<br>
+<pre>svn co https://openupload.svn.sourceforge.net/svnroot/openupload/trunk openupload</pre>
+For further info: <a href="http://sourceforge.net/svn/?group_id=242018">Project Page</a></div>
+</div>
+</div> <!-- content -->
+</div> <!-- container -->
+<div id="footer"><a href="http://openupload.sf.net">Open Upload</a> - Created by Alessandro Briosi © 2008</div>
+</BODY>
+</html>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|