Thread: [Sop-svn] SF.net SVN: sop:[17] trunk/sopf/src/site/ml/index.html
Status: Planning
Brought to you by:
labiknight
|
From: <lab...@us...> - 2009-05-22 00:56:32
|
Revision: 17
http://sop.svn.sourceforge.net/sop/?rev=17&view=rev
Author: labiknight
Date: 2009-05-22 00:33:49 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Updated the home page.
Owolabi Oyapero
Modified Paths:
--------------
trunk/sopf/src/site/ml/index.html
Modified: trunk/sopf/src/site/ml/index.html
===================================================================
--- trunk/sopf/src/site/ml/index.html 2009-05-20 11:21:25 UTC (rev 16)
+++ trunk/sopf/src/site/ml/index.html 2009-05-22 00:33:49 UTC (rev 17)
@@ -22,12 +22,13 @@
{
width:150px;
heigth: 60px;
+ /*border: #000 solid 1px;*/
}
a img
{
border-style: none;
text-decoration: none;
- vertical-align: middle;
+ vertical-align: top;
}
a.menuLink
@@ -54,6 +55,79 @@
.host a { text-decoration: none; }
+ div.topLeft
+ {
+ border: thin;
+ float: left;
+ clear: left;
+ width: 160px;
+ /*border: #000 solid 1px;*/
+ }
+ div.topMid
+ {
+ float: left;
+ /*border: #000 solid 1px;*/
+ height: 135px;
+ width: 65%;
+ display: block;
+ }
+ div.topMenu
+ {
+ width: 99%;
+ float: right;
+ clear: both;
+ /*border: #000 solid 1px;*/
+ }
+ ul.pageMenu
+ {
+ position: relative;
+ left: 10%; /* push it right a little more */
+ width : 100%;
+ padding : 0px;
+ margin : 0px;
+ list-style-type: none;
+ font-weight : bolder;
+ }
+ a.pageMenu
+ {
+ float: left;
+ /*width: 8em;*/
+ text-decoration: none;
+ color : white;
+ background-color: #1C5D91;
+ padding: 0.2em 0.6em;
+ border-right: 1px solid white;
+ }
+ li.pageMenu
+ {
+ display : inline;
+ }
+ div.banner
+ {
+ clear: left;
+ float: left;
+ width: 95%;
+ height: 30px;
+ position:relative;
+ bottom: -35%;
+ /*border: #000 solid 1px;*/
+ }
+ span.smallTitle
+ {
+ font-weight: bold;
+ font-size: 25px;
+ color: olive;
+ /*border: #000 solid 1px;*/
+ }
+
+ div.topRight
+ {
+ text-align: right;
+ float: left;
+ clear: right;
+ /*border: #000 solid 1px;*/
+ }
+
div.left
{
float: left;
@@ -64,7 +138,7 @@
div.middle
{
float: left;
- width: 30%;
+ width: 28%;
padding: 0 2%;
margin: 0;
border: #000 solid 1px;
@@ -76,29 +150,15 @@
float: left;
width: 28%;
margin-left: 2%;
+ /*border: #000 solid 1px;*/
}
div.top
{
border: thin;
clear: both;
width:100%;
+ /*border: #000 solid 1px;*/
}
- div.topLeft
- {
- vertical-align: top;
- border: thin;
- float: left;
- width: 43%;
- clear: left;
- display: inline;
- }
- div.topRight
- {
- text-align: right;
- float: right;
- width: 56%;
- clear: right;
- }
/* footer */
#ft
{
@@ -108,6 +168,7 @@
margin-left: -5%;
font-size: 80%;
text-align: center;
+ /*border: #000 solid 1px;*/
}
#fad
@@ -115,23 +176,6 @@
height: 250px; overflow: hidden;
line-height: 120%; font-size: 80%;
}
- span.bigTitle
- {
- font-size: large;
- font-weight: bold;
- }
- strong.smallTitle
- {
- /*font-size: large;
- float: right;
-
- border:#000 solid 1px;
- */
- height: 100%;;
- padding-bottom: 20%;
- vertical-align: middle;
- color: olive;
- }
</style>
<!--[if IE 6]>
@@ -161,31 +205,59 @@
<body>
<div class="top">
<div class="topLeft">
- <img class="logo" src="images/concept4.png"/>
- <strong class="smallTitle">Synapse Oriented Programming Framework</strong>
+ <img class="logo" src="images/concept4.png" alt="logo" />
</div>
+ <div class="topMid">
+ <div class="topMenu">
+ <ul class='pageMenu'>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://sourceforge.net/project/platformdownload.php?group_id=261563"> Downloads </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://sourceforge.net/projects/sop/"> Details </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://sourceforge.net/support/getsupport.php?group_id=261563"> Get Support </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://sourceforge.net/project/project_donations.php?group_id=261563"
+ title="Donate to this project"> Donate </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://apps.sourceforge.net/mediawiki/sop/index.php?title=Main_Page"
+ > Documentation </a>
+ </li>
+ <li class='pageMenu'>
+ <a class='pageMenu' href="http://apps.sourceforge.net/phpbb/sop/" > Forum </a>
+ </li>
+ </ul>
+ <!--strong>
+ <a class="menuLink"
+ href="http://sourceforge.net/project/platformdownload.php?group_id=261563">
+ Download SOPF files</a>
+ </strong>
+ <strong>
+ <a class="menuLink" href="http://sourceforge.net/projects/sop/">
+ Project detail and discuss</a>
+ </strong>
+ <strong>
+ <a class="menuLink" href="http://sourceforge.net/support/getsupport.php?group_id=261563">
+ Get support</a>
+ </strong>
+ <strong>
+ <a class="menuLink"
+ href="http://sourceforge.net/project/project_donations.php?group_id=261563"
+ class="donate" title="Donate to this project">
+ Donate money</a>
+ </strong-->
+ </div>
+ <div class="banner">
+ <span class="smallTitle">Synapse Oriented Programming Framework</span>
+ </div>
+ </div>
<div class="topRight">
- <strong>
- <a class="menuLink"
- href="http://sourceforge.net/project/platformdownload.php?group_id=261563">
- Download SOPF files</a>
- </strong>
- <strong>
- <a class="menuLink" href="http://sourceforge.net/projects/sop/">
- Project detail and discuss</a>
- </strong>
- <strong>
- <a class="menuLink" href="http://sourceforge.net/support/getsupport.php?group_id=261563">
- Get support</a>
- </strong>
- <strong>
- <a class="menuLink"
- href="http://sourceforge.net/project/project_donations.php?group_id=261563"
- class="donate" title="Donate to this project">
- Donate money</a>
- </strong>
<a href="http://sourceforge.net/community/cca09/nominate/?project_name=SOPF&project_url=http://sop.sourceforge.net/">
- <img src="http://sourceforge.net/images/cca/cca_nominate.png" border="0"/>
+ <img src="http://sourceforge.net/images/cca/cca_nominate.png" border="0"/>
</a>
</div>
</div>
@@ -263,17 +335,9 @@
Get the source code:
</h3>
<p>
- Source code for this project may be available as
- <a
- href="http://sourceforge.net/project/platformdownload.php?group_id=261563">
- downloads
- </a>
- or through the CVS or Subversion SCM repository used by the project,
- as
- accessible from the
- <a href="http://sourceforge.net/projects/sop">
- project summary page</a>
- .
+ Source code for this project is available through the
+ Subversion SCM repository used by the project, as accessible from the
+ <a href="http://sourceforge.net/projects/sop"> project summary page</a>.
</p>
<h3>
Your Feedback is needed:
@@ -281,7 +345,7 @@
<p>
If you have something you would like to share pertaining to this project.
May be concepts, theories, architecture and so forth; please share with us via the online
- <a href="https://sourceforge.net/forum/forum.php?forum_id=950212">forum</a>.
+ <a href="http://apps.sourceforge.net/phpbb/sop/">forum</a>.
We look forward to your feedback.
</p>
<p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lab...@us...> - 2009-05-25 18:43:24
|
Revision: 20
http://sop.svn.sourceforge.net/sop/?rev=20&view=rev
Author: labiknight
Date: 2009-05-25 18:43:22 +0000 (Mon, 25 May 2009)
Log Message:
-----------
Updated the home page.
Owolabi Oyapero
Modified Paths:
--------------
trunk/sopf/src/site/ml/index.html
Modified: trunk/sopf/src/site/ml/index.html
===================================================================
--- trunk/sopf/src/site/ml/index.html 2009-05-25 18:28:31 UTC (rev 19)
+++ trunk/sopf/src/site/ml/index.html 2009-05-25 18:43:22 UTC (rev 20)
@@ -20,8 +20,6 @@
}
img.logo
{
- position: relative;
- top: -10%;
width:150px;
heigth: 60px;
/*border: #000 solid 1px;*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lab...@us...> - 2009-05-28 02:22:16
|
Revision: 21
http://sop.svn.sourceforge.net/sop/?rev=21&view=rev
Author: labiknight
Date: 2009-05-28 01:43:15 +0000 (Thu, 28 May 2009)
Log Message:
-----------
Updated the home page. Added IE specific styles.
Owolabi Oyapero
Modified Paths:
--------------
trunk/sopf/src/site/ml/index.html
Modified: trunk/sopf/src/site/ml/index.html
===================================================================
--- trunk/sopf/src/site/ml/index.html 2009-05-25 18:43:22 UTC (rev 20)
+++ trunk/sopf/src/site/ml/index.html 2009-05-28 01:43:15 UTC (rev 21)
@@ -11,77 +11,77 @@
SourceForge.net: SOPF - Project Web Hosting - Open Source Software
</title>
<style type="text/css">
- body
- {
- background: url("prweb-sidebar.png") top left fixed no-repeat;
- font-family: sans-serif;
- line-height: 140%;
- font-size: 90%;
- }
- img.logo
- {
- width:150px;
- heigth: 60px;
- /*border: #000 solid 1px;*/
- }
- a img
- {
- border-style: none;
- text-decoration: none;
- vertical-align: top;
- }
+ body
+ {
+ background: url("prweb-sidebar.png") top left fixed no-repeat;
+ font-family: sans-serif;
+ line-height: 140%;
+ font-size: 90%;
+ }
+ img.logo
+ {
+ width:150px;
+ heigth: 60px;
+ /*border: #000 solid 1px;*/
+ }
+ a img
+ {
+ border-style: none;
+ text-decoration: none;
+ vertical-align: top;
+ }
a.menuLink
{
margin-left: 2%;
}
- h1 { margin: 0 0 1em 5%; width: 80%; font-size: 160%; line-height: normal;}
+ h1 { margin: 0 0 1em 5%; width: 80%; font-size: 160%; line-height: normal;}
small {margin: .5em 0 0 5%; font-size: 80%; position: relative; display: block;}
h3 { margin-top: 2em; font-size: 100%; }
h2 { margin-top: 1em; font-size: 120%; }
- /* layout */
- .host
- {
- position: absolute;
- right: 1em;
- top: 2em;
- width: 25em;
- text-align: center;
- font-size: 80%;
- font-weight: bold;
- }
-
- .host a { text-decoration: none; }
-
- div.topLeft
- {
- border: thin;
- float: left;
- clear: left;
- width: 160px;
- /*border: #000 solid 1px;*/
- }
- div.topMid
- {
- float: left;
- /*border: #000 solid 1px;*/
- height: 135px;
- width: 65%;
- display: block;
- }
- div.topMenu
- {
- width: 99%;
- float: right;
- clear: both;
- /*border: #000 solid 1px;*/
- }
- ul.pageMenu
- {
- position: relative;
- left: 10%; /* push it right a little more */
+ /* layout */
+ .host
+ {
+ position: absolute;
+ right: 1em;
+ top: 2em;
+ width: 25em;
+ text-align: center;
+ font-size: 80%;
+ font-weight: bold;
+ }
+
+ .host a { text-decoration: none; }
+
+ div.topLeft
+ {
+ border: thin;
+ float: left;
+ clear: left;
+ width: 160px;
+ /*border: #000 solid 1px;*/
+ }
+ div.topMid
+ {
+ float: left;
+ /*border: #000 solid 1px;*/
+ height: 135px;
+ width: 65%;
+ display: block;
+ }
+ div.topMenu
+ {
+ width: 99%;
+ float: right;
+ clear: both;
+ /*border: #000 solid 1px;*/
+ }
+ ul.pageMenu
+ {
+ position: relative;
+ left: 10%; /* push it right a little more */
width : 100%;
padding : 0px;
margin : 0px;
@@ -102,93 +102,121 @@
{
display : inline;
}
- div.banner
- {
- clear: left;
- float: left;
- width: 95%;
- height: 30px;
- position:relative;
- bottom: -15%;
- /*border: #000 solid 1px;*/
- }
- span.smallTitle
- {
- font-weight: bold;
- font-size: 25px;
- color: #1C5D91;
- /*border: #000 solid 1px;*/
- }
-
- div.topRight
- {
- text-align: right;
- float: left;
- clear: right;
- /*border: #000 solid 1px;*/
- }
-
- div.left
- {
- float: left;
- width: 28%;
- margin: 0 1% 0 5%;
- }
-
- div.middle
- {
- float: left;
- width: 28%;
- padding: 0 2%;
- margin: 0;
- border: #000 solid 1px;
- min-width: 300px;
- }
-
- div.right
- {
- float: left;
- width: 28%;
- margin-left: 2%;
- /*border: #000 solid 1px;*/
- }
- div.top
- {
- border: thin;
- clear: both;
- width:100%;
- /*border: #000 solid 1px;*/
- }
- /* footer */
- #ft
- {
- clear: both;
- display: block;
- padding: 1em;
- margin-left: -5%;
- font-size: 80%;
- text-align: center;
- /*border: #000 solid 1px;*/
- }
+ div.banner
+ {
+ clear: left;
+ float: left;
+ width: 95%;
+ height: 30px;
+ position:relative;
+ bottom: -20px;
+ /*border: #000 solid 1px;*/
+ }
+ span.banner
+ {
+ font-weight: bold;
+ font-size: 25px;
+ color: #1C5D91;
+ /*border: #000 solid 1px;*/
+ }
+
+ div.topRight
+ {
+ text-align: right;
+ float: left;
+ clear: right;
+ /*border: #000 solid 1px;*/
+ }
+
+ div.left
+ {
+ float: left;
+ width: 28%;
+ margin: 0 1% 0 5%;
+ }
+
+ div.middle
+ {
+ float: left;
+ width: 28%;
+ padding: 0 2%;
+ margin: 0;
+ border: #000 solid 1px;
+ min-width: 300px;
+ }
+
+ div.right
+ {
+ float: left;
+ width: 28%;
+ margin-left: 2%;
+ /*border: #000 solid 1px;*/
+ }
+ div.top
+ {
+ border: thin;
+ clear: both;
+ width:100%;
+ /*border: #000 solid 1px;*/
+ }
+ /* footer */
+ #ft
+ {
+ clear: both;
+ display: block;
+ padding: 1em;
+ margin-left: -5%;
+ font-size: 80%;
+ text-align: center;
+ /*border: #000 solid 1px;*/
+ }
- #fad
- {
- height: 250px; overflow: hidden;
- line-height: 120%; font-size: 80%;
- }
+ #fad
+ {
+ height: 250px; overflow: hidden;
+ line-height: 120%; font-size: 80%;
+ }
+ span.leftGap{
+ margin-left: 5%;
+ }
+
</style>
+<!--[if IE]>
+<style type="text/css">
+ div.banner
+ {
+ margin-top: 25px;
+ }
+ span.banner
+ {
+ position: relative;
+ margin-bottom: 0px;
+ padding-bottom: 0px;
+ }
+</style>
+<![endif]-->
+<!--[if lt IE 8]>
+<style type="text/css">
+ img.logo
+ {
+ filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/concept6.8.png',sizingMethod='scale')";
+ }
+</style>
+<![endif]-->
+
<!--[if IE 6]>
<style type="text/css">
- div.left
- {
- margin: 0 1% 0 2.5%;
- }
- div.center
- {
- width: 300px;
- }
+ div.left
+ {
+ margin: 0 1% 0 2.5%;
+ }
+ div.center
+ {
+ width: 300px;
+ }
+
</style>
<![endif]-->
@@ -205,7 +233,7 @@
<body>
<div class="top">
<div class="topLeft">
- <img class="logo" src="images/concept6.3.png" alt="logo" />
+ <img class="logo" src="images/concept6.8.png" alt="logo" />
</div>
<div class="topMid">
<div class="topMenu">
@@ -252,7 +280,7 @@
</strong-->
</div>
<div class="banner">
- <span class="smallTitle">Synapse Oriented Programming Framework</span>
+ <span class="banner">Synapse Oriented Programming Framework</span>
</div>
</div>
<div class="topRight">
@@ -279,7 +307,7 @@
His goal is to design future systems based on this neural-network-pattern. With <b>SOPF</b> he/she should be able to -
</p>
<ul>
- <li>build a custom component that he/she finds useful in his neural-network,</li>
+ <li>build a custom component that he/she finds useful in the neural-network,</li>
<li>execute the neural-network across multiple machines</li>
<li>visually examine the data generated by the neural-network</li>
</ul>
@@ -307,7 +335,7 @@
<li>Provide a set of core-interfaces and their implementing models that have properties that can be tuned to enable association between components. </li>
<li>Provide a scalable distributed execution platform for the neural-network since, some neural-system might consist of billions of components. </li>
<li>Design the tools and libraries that will enable productive neural-system design. </li>
- <li>Provide tools that can be used to study the neural-system and the data generated by the system.</li>
+ <li>Provide tools that can be used to study the state of a neural-system and its state-derived data.</li>
</ol>
<p>
<br />
@@ -369,28 +397,22 @@
<p>
<a href="http://sourceforge.net/">
Project Web Hosted by
- <img src="images/sflogo.png" alt="SourceForge.net" />
+ <img src="images/sflogo.png" alt="SourceForge.net"/>
</a>
+ <span class="leftGap">Logo Created by <a href="mailto:joh...@us...?subject=Referred from SOPF">John Bayle </a></span>
</p>
<p>
- ©Copyright 1999-2008 -
- <a href="http://sourceforge.com/"
- title="Network which provides and promotes Open Source software downloads, development, discussion and news.">
- SourceForge</a>
- , Inc., All Rights Reserved
- </p>
- <p>
<a href="http://sourceforge.net/about">
About
- </a>
+ </a>
-
<a href="http://sourceforge.net/tos/tos.php">
Legal
- </a>
+ </a>
-
<a href="http://sourceforge.net/support">
Help
- </a>
+ </a>
</p>
</div>
</body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <lab...@us...> - 2009-05-31 20:20:27
|
Revision: 23
http://sop.svn.sourceforge.net/sop/?rev=23&view=rev
Author: labiknight
Date: 2009-05-31 20:20:19 +0000 (Sun, 31 May 2009)
Log Message:
-----------
Updated the home page. Change the order of menu.
Owolabi Oyapero
Modified Paths:
--------------
trunk/sopf/src/site/ml/index.html
Modified: trunk/sopf/src/site/ml/index.html
===================================================================
--- trunk/sopf/src/site/ml/index.html 2009-05-28 01:47:24 UTC (rev 22)
+++ trunk/sopf/src/site/ml/index.html 2009-05-31 20:20:19 UTC (rev 23)
@@ -245,18 +245,18 @@
<a class='pageMenu' href="http://sourceforge.net/projects/sop/"> Details </a>
</li>
<li class='pageMenu'>
- <a class='pageMenu' href="http://sourceforge.net/support/getsupport.php?group_id=261563"> Get Support </a>
+ <a class='pageMenu' href="http://apps.sourceforge.net/mediawiki/sop/index.php?title=Main_Page"
+ > Documentation </a>
</li>
<li class='pageMenu'>
- <a class='pageMenu' href="http://sourceforge.net/project/project_donations.php?group_id=261563"
- title="Donate to this project"> Donate </a>
+ <a class='pageMenu' href="http://apps.sourceforge.net/phpbb/sop/" > Forum </a>
</li>
<li class='pageMenu'>
- <a class='pageMenu' href="http://apps.sourceforge.net/mediawiki/sop/index.php?title=Main_Page"
- > Documentation </a>
+ <a class='pageMenu' href="http://sourceforge.net/support/getsupport.php?group_id=261563"> Get Support </a>
</li>
<li class='pageMenu'>
- <a class='pageMenu' href="http://apps.sourceforge.net/phpbb/sop/" > Forum </a>
+ <a class='pageMenu' href="http://sourceforge.net/project/project_donations.php?group_id=261563"
+ title="Donate to this project"> Donate </a>
</li>
</ul>
<!--strong>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|