Thread: [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.
|
|
From: <ts...@us...> - 2008-12-12 17:19:26
|
Revision: 202
http://openupload.svn.sourceforge.net/openupload/?rev=202&view=rev
Author: tsdogs
Date: 2008-12-12 17:19:22 +0000 (Fri, 12 Dec 2008)
Log Message:
-----------
update for 0.4beta1
Modified Paths:
--------------
web/img/openupload.jpg
web/index.html
Modified: web/img/openupload.jpg
===================================================================
(Binary files differ)
Modified: web/index.html
===================================================================
--- web/index.html 2008-12-12 16:41:06 UTC (rev 201)
+++ web/index.html 2008-12-12 17:19:22 UTC (rev 202)
@@ -10,6 +10,7 @@
body {
font-family: Helvetica, Arial;
font-size: 11pt;
+ background-color: #fdfdfd;
}
#header {
height: 115px;
@@ -140,6 +141,22 @@
</div>
<div id="section">
<div id="title">Download</div>
+<div id="text">2008.12.12<br><b>Development version 0.4beta1</b><br>
+I have now released a BETA version of the upcoming 0.4 release<br>
+Major changes are:
+<UL>
+ <LI>New logo</LI>
+ <LI>Setup script, and settings administration</LI>
+ <LI>Rights administration improvements</LI>
+ <LI>Plugin options now can be configured</LI>
+ <LI>PostgreSQL support</LI>
+ <LI>Upload progress</LI>
+ <LI>Multiple file upload/download</LI>
+ <LI>Added plugins: Maximum File Size Limit per Group, Compression, Expiration date</LI>
+</UL>
+As it's a beta it needs further testing...<br>
+Click <a target="_new" href="http://sourceforge.net/project/showfiles.php?group_id=242018&package_id=294593&release_id=645359">here</a> to download.</div>
+<br>
<div id="text">2008.12.06<br><b>New bug fix, last 0.3 planned release.</b><br>Release 0.3c
Click <a target="_new" href="http://sourceforge.net/project/showfiles.php?group_id=242018&package_id=294593&release_id=645359">here</a> to download.</div>
<br>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rl...@us...> - 2008-12-14 03:28:51
|
Revision: 206
http://openupload.svn.sourceforge.net/openupload/?rev=206&view=rev
Author: rlelek
Date: 2008-12-14 03:28:42 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
-- Now XHTML 1.0 Strict Compliant --
Also added specific directories for JavaScript and CSS
The relative file names for the home page are:
- js/main.js
- css/main.css
Added Paths:
-----------
web/js/
web/js/main.js
Added: web/js/main.js
===================================================================
--- web/js/main.js (rev 0)
+++ web/js/main.js 2008-12-14 03:28:42 UTC (rev 206)
@@ -0,0 +1,11 @@
+function externalLinks() {
+ if (!document.getElementsByTagName) return;
+ var anchors = document.getElementsByTagName("a");
+ for (var i=0; i<anchors.length; i++) {
+ var anchor = anchors[i];
+ if (anchor.getAttribute("href") &&
+ anchor.getAttribute("rel") == "external")
+ anchor.target = "_blank";
+ }
+}
+window.onload = externalLinks;
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rl...@us...> - 2008-12-14 03:28:56
|
Revision: 207
http://openupload.svn.sourceforge.net/openupload/?rev=207&view=rev
Author: rlelek
Date: 2008-12-14 03:28:52 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
-- Now XHTML 1.0 Strict Compliant --
Also added specific directories for JavaScript and CSS
The relative file names for the home page are:
- js/main.js
- css/main.css
Added Paths:
-----------
web/css/
web/css/main.css
Added: web/css/main.css
===================================================================
--- web/css/main.css (rev 0)
+++ web/css/main.css 2008-12-14 03:28:52 UTC (rev 207)
@@ -0,0 +1,96 @@
+body {
+ font-family: Helvetica, Arial;
+ font-size: 11pt;
+ background-color: #fdfdfd;
+}
+
+img {
+ border: 0px;
+}
+
+#header {
+ height: 115px;
+ border-bottom: 2px solid #ee7625;
+}
+#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 #ee7625;
+}
+.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;
+ background-color: #ffffff;
+}
+#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;
+}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <rl...@us...> - 2008-12-14 23:42:31
|
Revision: 211
http://openupload.svn.sourceforge.net/openupload/?rev=211&view=rev
Author: rlelek
Date: 2008-12-14 23:42:28 +0000 (Sun, 14 Dec 2008)
Log Message:
-----------
-- Update Website to Web 2.0 Style --
Part of Open Upload Web 2.0 HTML Code
Modified Paths:
--------------
web/css/main.css
web/index.html
Modified: web/css/main.css
===================================================================
--- web/css/main.css 2008-12-14 23:31:07 UTC (rev 210)
+++ web/css/main.css 2008-12-14 23:42:28 UTC (rev 211)
@@ -1,26 +1,37 @@
body {
- font-family: Helvetica, Arial;
- font-size: 11pt;
- background-color: #fdfdfd;
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+ color: #FFFFFF;
+ text-align: left;
+ background-color: #4d4d4d;
}
img {
- border: 0px;
+ border: 0px none;
}
-#header {
- height: 115px;
- border-bottom: 2px solid #ee7625;
+a {
+ font-size: 12px;
+ color: #FFFFFF;
+ font-weight: bold;
+ font-size: 12px;
+ text-decoration: none;
}
-#logo {
- float: left;
+a:visited {
+ color: #FFFFFF;
+ font-weight: bold;
+ font-size: 12px;
+ text-decoration: none;
}
-#sponsors {
- float: right;
+a:hover {
+ color: #000000;
+ font-weight: bold;
+ font-size: 12px;
+ text-decoration: none;
}
-#container {
- clear: both;
-}
+
+/*
+
#menu {
float: left;
width: 200px;
@@ -36,61 +47,64 @@
padding-bottom: 20px;
margin-top: 0px;
}
-#content {
- margin-left: 200px;
- margin-top: 20px;
+*/
+
+#header_top {
+ white-space: nowrap;
+ position: relative;
+ top: -8px;
}
-.section {
- margin-bottom: 30px;
+
+#header_bottom {
+ white-space: nowrap;
+ position: relative;
+ top: -14px;
}
-.title {
- font-size: 14pt;
- font-weight: bold;
- margin-bottom: 2px;
- border-bottom: 1px solid #ee7625;
+
+#wrapper {
+ width: 1024px;
+ margin: 0px auto;
+ padding: 0px;
+ text-align: left;
}
-.text {
- text-align: justify;
+
+#content {
+ border: 0px none;
+ margin-left: 47px;
+ margin-top: -20px;
+ padding-top: 15px;
+ padding-bottom: 10px;
+ padding-left: 32px;
+ text-align: left;
+ background-color: #565656;
+ width: 894px;
}
-#footer {
- position: fixed;
- bottom: 0px;
- height: 20px;
- width: 100%;
- font-weight: bold;
- font-size: 9pt;
- border-top: 1px solid #000000;
- text-align: center;
- background-color: #ffffff;
+
+h1.title {
+ width: 893px;
+ margin-left: -33px;
+ padding-left: 33px;
+ font-size: 14pt;
+ font-weight: bold;
+ margin-bottom: 2px;
+ background-image: url(../img/bar.jpg);
+ background-repeat: repeat-y;
}
-#footer a {
- color: #3161cf;
- font-weight: bold;
- font-size: 9pt;
- text-decoration: none;
+
+.code {
+ font-family : monospace;
+ padding-left: 50px;
}
-#footer a:visited {
- color: #3161cf;
- font-weight: bold;
- font-size: 9pt;
- text-decoration: none;
+
+#footer {
+ width: 926px;
+ height: 30px;
+ background-image: url(../img/footer.jpg);
+ background-repeat: no-repeat;
+ text-align: center;
+ margin-left: 48px;
}
-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;
+
+#badges {
+ text-align: center;
}
\ No newline at end of file
Modified: web/index.html
===================================================================
--- web/index.html 2008-12-14 23:31:07 UTC (rev 210)
+++ web/index.html 2008-12-14 23:42:28 UTC (rev 211)
@@ -1,104 +1,109 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-<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" />
-<title>Welcome to Open Upload Project web site</title>
-<link rel="stylesheet" type="text/css" href="css/main.css" />
-<script type="text/javascript" src="js/main.js"></script>
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+ <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" />
+ <title>Welcome to Open Upload Project web site</title>
+ <link rel="stylesheet" type="text/css" href="css/main.css" />
+ <script type="text/javascript" src="js/main.js"></script>
</head>
+<body>
-<body>
- <div id="header">
- <div id="logo">
- <img src="./img/openupload.jpg" alt="" />
- </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" alt="SourceForge.net Logo" />
- </a>
- </div>
- </div>
- <div id="container">
- <div id="menu">
- <ul>
- <li><a href="http://sourceforge.net/project/screenshots.php?group_id=242018&ssid=92531" rel="external">Screenshots</a></li>
- <li><a href="http://sourceforge.net/project/showfiles.php?group_id=242018" rel="external">Download</a></li>
- <li><a href="http://sourceforge.net/mail/?group_id=242018" rel="external">Mailing lists</a></li>
- <li><a href="http://openupload.svn.sourceforge.net/viewvc/openupload/" rel="external">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 class="section">
- <div class="title">Welcome to Open Upload Project</div>
- <div class="text">Open Upload is a PHP application to create a private / public file download server.</div>
- </div>
- <div class="section">
- <div class="title">Features</div>
- <div class="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 class="section">
- <div class="title">Screenshots</div>
- <div class="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" rel="external">Screenshots</a></div>
- </div>
- <div class="section">
- <div class="title">Download</div>
- <div class="text">2008.12.06<br /><b>New bug fix, last 0.3 planned release.</b><br />Release 0.3c Click <a rel="external" href="http://sourceforge.net/project/showfiles.php?group_id=242018&package_id=294593&release_id=645359">here</a> to download.</div>
- </div>
- <br />
- <div class="text">2008.12.12<br /><b>Development version 0.4beta1</b><br />
- I have now released a BETA version of the upcoming 0.4 release<br />
- Major changes are:
- <ul>
- <li>New logo</li>
- <li>Setup script, and settings administration</li>
- <li>Rights administration improvements</li>
- <li>Plugin options now can be configured</li>
- <li>PostgreSQL support</li>
- <li>Upload progress</li>
- <li>Multiple file upload/download</li>
- <li>Added plugins: Maximum File Size Limit per Group, Compression, Expiration date</li>
- </ul>
- As it's a beta it needs further testing...<br />
- Click <a rel="external" href="http://sourceforge.net/project/showfiles.php?group_id=242018&package_id=294593&release_id=646780">here</a> to download.
- </div>
- <br />
- <div class="section">
- <div class="title">Mailing lists</div>
- <div class="text">
- There are 2 mailing lists now. 1 for svn commit tracking, and one open for general discussion.<br />
- To report bugs, get support, or simply let me know how you are using this software <a href="https://lists.sourceforge.net/lists/listinfo/openupload-devel">click here</a>.
- </div>
- </div>
- <div class="section">
- <div class="title">SVN</div>
- <div class="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>
+<div id="wrapper">
+
+ <div id="header">
+ <div id="header_top">
+ <a href="https://sourceforge.net/donate/index.php?group_id=242018" rel="external"><img src="img/1.jpg" alt="" /></a><img src="img/3.jpg" alt="" /><a href="https://sourceforge.net/tracker/?group_id=242018" rel="external"><img src="img/4.jpg" alt="" /></a>
+ </div>
+ <div id="header_bottom">
+ <a href="http://sourceforge.net/project/screenshots.php?group_id=242018&ssid=92531" rel="external"><img src="img/2.jpg" alt="" /></a><img src="img/5.jpg" alt="" /><a href="https://sourceforge.net/project/showfiles.php?group_id=242018" rel="external"><img src="img/6.jpg" alt="" /></a>
+ </div>
+ </div>
+
+ <div id="content">
+ <div class="section">
+ <h1 class="title">Welcome to the Open Upload Project</h1>
+ <p>Open Upload is a PHP application to create a private / public file download server similar to MegaUpload or RapidShare.</p>
+ </div>
+ <div class="section">
+ <h1 class="title">Features</h1>
+ <p>Open Upload has been designed to be extendable<br />These are the main features:</p>
+ <ul>
+ <li>Access control by groups</li>
+ <li>Template Driven</li>
+ <li>Internationalization</li>
+ <li>Vast Database Support (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>
+ <div class="section">
+ <h1 class="title">Download</h1>
+ <p>
+ 2008.12.06<br />
+ <b>New bug fix, last 0.3 planned release.</b><br />
+ Release 0.3c Click <a href="http://sourceforge.net/project/showfiles.php?group_id=242018&package_id=294593&release_id=645359" rel="external">here</a> to download.
+ </p>
+ <div class="text">
+ 2008.12.12<br /><b>Development version 0.4beta1</b><br />
+ I have now released a BETA version of the upcoming 0.4 release<br />
+ Major changes are:
+ <ul>
+ <li>New logo</li>
+ <li>Setup script, and settings administration</li>
+ <li>Rights administration improvements</li>
+ <li>Plugin options now can be configured</li>
+ <li>PostgreSQL support</li>
+ <li>Upload progress</li>
+ <li>Multiple file upload/download</li>
+ <li>Added plugins: Maximum File Size Limit per Group, Compression, Expiration date</li>
+ </ul>
+ As it's a beta it needs further testing...<br />
+ Click <a href="http://sourceforge.net/project/showfiles.php?group_id=242018&package_id=294593&release_id=646780" rel="external">here</a> to download.
+ </div>
+ </div>
+ <div class="section">
+ <h1 class="title">Mailing Lists</h1>
+ <p>
+ There are 2 mailing lists now. 1 for svn commit tracking, and one open for general discussion.<br />
+ To report bugs, get support, or simply let me know how you are using this software <a href="https://lists.sourceforge.net/lists/listinfo/openupload-devel" rel="external">click here</a>.
+ </p>
+ </div>
+ <div class="section">
+ <h1 class="title">SVN</h1>
+ <p>To checkout SVN of Open Upload, type the following command into a terminal or similar program:</p>
+ <p class="code">svn co https://openupload.svn.sourceforge.net/svnroot/openupload/trunk openupload</p>
+ <p>For more information on SVN, see the <a href="http://sourceforge.net/svn/?group_id=242018" rel="external">Open Upload SVN Page</a></p>
+ </div>
+ <div class="section">
+ <h1 class="title">Want to Learn More?</h1>
+ <p>For more information on Open Upload, see our <a href="https://sourceforge.net/projects/openupload/" rel="external">Project Page</a></p>
+ </div>
+ </div>
+
+ <div id="footer">
+ © 2008 <a href="http://openupload.sourceforge.net">The Open Upload Project</a>
+ </div>
+
+ <div id="badges">
+ <p>
+ <a href="http://validator.w3.org/check?uri=referer" rel="external">
+ <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" />
+ </a>
+ <a href="http://jigsaw.w3.org/css-validator/check?uri=referer" rel="external">
+ <img src="http://jigsaw.w3.org/css-validator/images/vcss" width="88" height="31" alt="Valid CSS" />
+ </a>
+ <a href="http://sourceforge.net" rel="external">
+ <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=242018&type=5" width="105" height="31" alt="SourceForge.net Logo" />
+ </a>
+ </p>
+ </div>
+
+</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.
|