|
Administrator
|
Thanks Jacopo,
It's ok with me, simpler is better Jacques [hidden email] wrote: > Author: jacopoc > Date: Mon Dec 10 18:00:35 2012 > New Revision: 1419614 > > URL: http://svn.apache.org/viewvc?rev=1419614&view=rev > Log: > OFBIZ-5091 Migrated page with svn information from Confluence to html; I started from the patch contributed by Olivier Heintz > (thanks) but I ended up heavily modifying it: > * removed table based formatting > * removed image files not required (also to avoid any license issue) > * simplified the page (with respect to the one in Confluence) removing redundant information > * created a new page that is used as index for the "community" tab: this should make navigation easier > > Reviews are welcome (especially if English is correct); the original page is in Confluence unchanged just in case we will want to > import additional information from there. > > > > Added: > ofbiz/site/community.html (with props) > ofbiz/site/source-repositories.html (with props) > Modified: > ofbiz/site/apache-ofbiz-getting-started.html > ofbiz/site/apache-ofbiz-project-overview.html > ofbiz/site/doap_OFBiz.rdf > ofbiz/site/documentation.html > ofbiz/site/download.html > ofbiz/site/index.html > ofbiz/site/mailing-lists.html > > Modified: ofbiz/site/apache-ofbiz-getting-started.html > URL: http://svn.apache.org/viewvc/ofbiz/site/apache-ofbiz-getting-started.html?rev=1419614&r1=1419613&r2=1419614&view=diff > ============================================================================== > --- ofbiz/site/apache-ofbiz-getting-started.html (original) > +++ ofbiz/site/apache-ofbiz-getting-started.html Mon Dec 10 18:00:35 2012 > @@ -30,7 +30,7 @@ > <li><a href="index.html">Home</a></li> > <li><a href="https://cwiki.apache.org/OFBIZ/main-new-features.html">Features</a></li> > <li><a href="download.html">Download</a></li> > - <li><a href="mailing-lists.html">Community</a></li> > + <li><a href="community.html">Community</a></li> > <li id="current"><a href="documentation.html">Documentation >> Getting Started</a></li> > </ul> > </div> > > Modified: ofbiz/site/apache-ofbiz-project-overview.html > URL: http://svn.apache.org/viewvc/ofbiz/site/apache-ofbiz-project-overview.html?rev=1419614&r1=1419613&r2=1419614&view=diff > ============================================================================== > --- ofbiz/site/apache-ofbiz-project-overview.html (original) > +++ ofbiz/site/apache-ofbiz-project-overview.html Mon Dec 10 18:00:35 2012 > @@ -30,7 +30,7 @@ > <li><a href="index.html">Home</a></li> > <li><a href="https://cwiki.apache.org/OFBIZ/main-new-features.html">Features</a></li> > <li><a href="download.html">Download</a></li> > - <li><a href="mailing-lists.html">Community</a></li> > + <li><a href="community.html">Community</a></li> > <li id="current"><a href="documentation.html">Documentation >> Project Overview</a></li> > </ul> > </div> > > Added: ofbiz/site/community.html > URL: http://svn.apache.org/viewvc/ofbiz/site/community.html?rev=1419614&view=auto > ============================================================================== > --- ofbiz/site/community.html (added) > +++ ofbiz/site/community.html Mon Dec 10 18:00:35 2012 > @@ -0,0 +1,83 @@ > +<!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" lang="en"> > + > +<head> > + <title>Apache OFBiz - Community</title> > + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > + <meta name="Distribution" content="Global" /> > + <meta name="Robots" content="index,follow" /> > + <meta name="keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source > POS,Open Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web > services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service > engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content > management,customer,inventory"/> + <meta name="Description" content="Apache OFBiz (The Apache Open For Business Project) is an > open source enterprise automation software project licensed under the Apache License Version 2.0. Being open source under the > Apache 2.0 license and driven by a community Apache OFBiz offers both flexibility by design and by access to code, and a solution > where you're not alone but rather can work with many others to get things done." /> + <link rel="shortcut icon" > type="image/x-icon" href="images/favicon.ico" /> + <link rel="stylesheet" href="css/global.css" type="text/css" /> + > <script type="text/javascript" src="js/prototype.js"></script> + <script type="text/javascript" src="js/effects.js"></script> > + <script type="text/javascript" src="js/search.js"></script> + <script type="text/javascript" src="js/slides.js"></script> > +</head> + +<body id="full"> +<!-- wrap starts here --> > + <div id="wrap"> > + > + <!--header --> > + <div id="header"> > + <div id="logo"> > + <a href="#"><img src="images/logo.gif" /></a> > + </div> > + <div id="nav"> > + <ul> > + <li><a href="index.html">Home</a></li> > + <li><a href="https://cwiki.apache.org/OFBIZ/main-new-features.html">Features</a></li> > + <li><a href="download.html">Download</a></li> > + <li id="current"><a href="community.html">Community</a></li> > + <li><a href="documentation.html">Documentation</a></li> > + </ul> > + </div> > + </div> > + <!--header ends--> > + > + <!-- content-wrap starts --> > +<STYLE> > + /* reset the page for some reason it is set to 560px in the global.css file */ > + #main {width: 90%; font-size: 1em; padding:0 1em 0 1em; margin: 0; } > + #main li, ul {list-style: square; padding: .2em 1em .2em 1em;} > + #main a.downloadLink {font-size: 16px; font-weight: bold;} > + #main a.downloadLink:hover {color: red;} > + #main .insert {margin: 1em; padding: 1em; float: right; width: 400px; height: auto; border: 1px solid grey; } > + #main .insert h4 { background: #ECECEC; text-align: center; letter-spacing: normal;} > +</style> > + <div id="content-wrap" class="clearfix"> > + <div id="main"> > + <h2>Apache OFBiz™ Community</h2> > + > +<p> > +There are many ways you can help make OFBiz better.<br/> > +Download the code and try it out, browse the source code, study the documentation and help to improve it (several documents are > in a public Wiki).<br/> +Search in the issue tracker for open issues or features that need to be implemented, take ownership of > an issue and try fix it.</br> +If you discover a bug or a missing feature, file it in the issue tracker or discuss it in the > mailing lists.<br/> +Read and subscribe to the mailing list to get in touch with users and developers. > +</p> > + <ul> > + <li><a href="mailing-lists.html">Mailing Lists</a></li> > + <li><a href="source-repositories.html">Source Repository (SVN)</a></li> > + <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li> > + </ul> > + > + </div> > + <!-- main ends --> > + > + </div> > + <!-- content-wrap --> > + </div> > +<!-- wrap --> > +<!-- footer --> > +<div id="footer"> > + <div id="foot"> > + Copyright © 2010 The Apache Software Foundation - Apache OFBiz, Apache, the Apache feather logo are trademarks > of The Apache Software Foundation. + </div> > +</div> > +<!-- wrap ends here --> > + > +</body> > +</html> > > Propchange: ofbiz/site/community.html > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/site/community.html > ------------------------------------------------------------------------------ > svn:keywords = Date Rev Author URL Id > > Propchange: ofbiz/site/community.html > ------------------------------------------------------------------------------ > svn:mime-type = text/html > > Modified: ofbiz/site/doap_OFBiz.rdf > URL: http://svn.apache.org/viewvc/ofbiz/site/doap_OFBiz.rdf?rev=1419614&r1=1419613&r2=1419614&view=diff > ============================================================================== > --- ofbiz/site/doap_OFBiz.rdf (original) > +++ ofbiz/site/doap_OFBiz.rdf Mon Dec 10 18:00:35 2012 > @@ -41,7 +41,7 @@ > <repository> > <SVNRepository> > <location rdf:resource="http://svn.apache.org/repos/asf/ofbiz/trunk/"/> > - <browse rdf:resource="https://cwiki.apache.org/OFBADMIN/ofbiz-source-repository-and-access.html"/> > + <browse rdf:resource="http://ofbiz.apache.org/source-repositories.html"/> > </SVNRepository> > </repository> > <maintainer> > > Modified: ofbiz/site/documentation.html > URL: http://svn.apache.org/viewvc/ofbiz/site/documentation.html?rev=1419614&r1=1419613&r2=1419614&view=diff > ============================================================================== > --- ofbiz/site/documentation.html (original) > +++ ofbiz/site/documentation.html Mon Dec 10 18:00:35 2012 > @@ -30,7 +30,7 @@ > <li><a href="index.html">Home</a></li> > <li><a href="https://cwiki.apache.org/OFBIZ/main-new-features.html">Features</a></li> > <li><a href="download.html">Download</a></li> > - <li><a href="mailing-lists.html">Community</a></li> > + <li><a href="community.html">Community</a></li> > <li id="current"><a href="documentation.html">Documentation</a></li> > </ul> > </div> > > Modified: ofbiz/site/download.html > URL: http://svn.apache.org/viewvc/ofbiz/site/download.html?rev=1419614&r1=1419613&r2=1419614&view=diff > ============================================================================== > --- ofbiz/site/download.html (original) > +++ ofbiz/site/download.html Mon Dec 10 18:00:35 2012 > @@ -30,7 +30,7 @@ > <li><a href="index.html">Home</a></li> > <li><a href="https://cwiki.apache.org/OFBIZ/main-new-features.html">Features</a></li> > <li id="current"><a href="download.html">Download</a></li> > - <li><a href="mailing-lists.html">Community</a></li> > + <li><a href="community.html">Community</a></li> > <li><a href="documentation.html">Documentation</a></li> > </ul> > </div> > > Modified: ofbiz/site/index.html > URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1419614&r1=1419613&r2=1419614&view=diff > ============================================================================== > --- ofbiz/site/index.html (original) > +++ ofbiz/site/index.html Mon Dec 10 18:00:35 2012 > @@ -30,7 +30,7 @@ > <li id="current"><a href="index.html">Home</a></li> > <li><a href="https://cwiki.apache.org/OFBIZ/main-new-features.html">Features</a></li> > <li><a href="download.html">Download</a></li> > - <li><a href="mailing-lists.html">Community</a></li> > + <li><a href="community.html">Community</a></li> > <li><a href="documentation.html">Documentation</a></li> > </ul> > </div> > @@ -189,9 +189,9 @@ > <h3>Resources & Tools</h3> > <ul class="sidemenu"> > <li><a href="mailing-lists.html">Mailing Lists</a></li> > - <li><a href="https://issues.apache.org/jira/browse/OFBIZ">Issue Tracker (Jira)</a></li> > - <li><a href="https://cwiki.apache.org/OFBADMIN/ofbiz-source-repository-and-access.html">Source Repository > (SVN)</a></li> > - <li><a href="http://ci.apache.org/projects/ofbiz/site/javadocs/">API Reference (Javadoc)</a></li> > + <li><a href="source-repositories.html">Source Repository (SVN)</a></li> > + <li><a href="https://issues.apache.org/jira/browse/OFBIZ" target="external">Issue Tracker (Jira)</a></li> > + <li><a href="http://ci.apache.org/projects/ofbiz/site/javadocs/" target="external">API Reference > (Javadoc)</a></li> <!-- TODO: the format of the page is very old and some of the videos are unavailable: move the > page to the Wiki and add the link to it to the documentation.html page <li><a href="VideosConf.html">Conference > Videos</a></li> --> > > Modified: ofbiz/site/mailing-lists.html > URL: http://svn.apache.org/viewvc/ofbiz/site/mailing-lists.html?rev=1419614&r1=1419613&r2=1419614&view=diff > ============================================================================== > --- ofbiz/site/mailing-lists.html (original) > +++ ofbiz/site/mailing-lists.html Mon Dec 10 18:00:35 2012 > @@ -30,7 +30,7 @@ > <li><a href="index.html">Home</a></li> > <li><a href="apache-ofbiz-project-overview.html">Features</a></li> > <li><a href="download.html">Download</a></li> > - <li id="current"><a href="mailing-lists.html">Community >> Mailing Lists</a></li> > + <li id="current"><a href="community.html">Community >> Mailing Lists</a></li> > <li><a href="documentation.html">Documentation</a></li> > </ul> > </div> > > Added: ofbiz/site/source-repositories.html > URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1419614&view=auto > ============================================================================== > --- ofbiz/site/source-repositories.html (added) > +++ ofbiz/site/source-repositories.html Mon Dec 10 18:00:35 2012 > @@ -0,0 +1,134 @@ > +<!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" lang="en"> > + > +<head> > + <title>Apache OFBiz - Community - Source Repositories</title> > + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > + <meta name="Distribution" content="Global" /> > + <meta name="Robots" content="index,follow" /> > + <meta name="keywords" content="Open Source ERP,Open Source CRM,Open Source E-Commerce,Open Source eCommerce,Open Source > POS,Open Source SCM,Open Source MRP,Open Source CMMS,Open Source EAM,web > services,workflow,ebusiness,e-business,ecommerce,e-commerce,automation,enterprise software,open source,entity engine,service > engine,erp,crm,party,accounting,facility,supply,chain,management,catalog,order,project,task,work effort,financial,ledger,content > management,customer,inventory"/> + <meta name="Description" content="Apache OFBiz (The Apache Open For Business Project) is an > open source enterprise automation software project licensed under the Apache License Version 2.0. Being open source under the > Apache 2.0 license and driven by a community Apache OFBiz offers both flexibility by design and by access to code, and a solution > where you're not alone but rather can work with many others to get things done." /> + <link rel="shortcut icon" > type="image/x-icon" href="images/favicon.ico" /> + <link rel="stylesheet" href="css/global.css" type="text/css" /> + > <script type="text/javascript" src="js/prototype.js"></script> + <script type="text/javascript" src="js/effects.js"></script> > + <script type="text/javascript" src="js/search.js"></script> + <script type="text/javascript" src="js/slides.js"></script> > +</head> + +<body id="full"> +<!-- wrap starts here --> > + <div id="wrap"> > + > + <!--header --> > + <div id="header"> > + <div id="logo"> > + <a href="#"><img src="images/logo.gif" /></a> > + </div> > + <div id="nav"> > + <ul> > + <li><a href="index.html">Home</a></li> > + <li><a href="https://cwiki.apache.org/OFBIZ/main-new-features.html">Features</a></li> > + <li><a href="download.html">Download</a></li> > + <li id="current"><a href="community.html">Community >> Source Repository</a></li> > + <li><a href="documentation.html">Documentation</a></li> > + </ul> > + </div> > + </div> > + <!--header ends--> > + > + <!-- content-wrap starts --> > +<STYLE> > + /* reset the page for some reason it is set to 560px in the global.css file */ > + #main {width: 90%; font-size: 1em; padding:0 1em 0 1em; margin: 0; } > + #main li, ul {list-style: square; padding: .2em 1em .2em 1em;} > + #main a.downloadLink {font-size: 16px; font-weight: bold;} > + #main a.downloadLink:hover {color: red;} > + #main .insert {margin: 1em; padding: 1em; float: right; width: 400px; height: auto; border: 1px solid grey; } > + #main .insert h4 { background: #ECECEC; text-align: center; letter-spacing: normal;} > +</style> > + <div id="content-wrap" class="clearfix"> > + <div id="main"> > + <h2>Apache OFBiz™ Source Repository and Access</h2> > + > +<div class="insert"> > + <h4>Subversion Links</h4> > + <p> > + If you are not familiar with Subversion and you don't have an SVN client tool, the following links will be useful:<br/> > + <a href="http://subversion.tigris.org/" class="external-link" rel="nofollow" target="external">Subversion Home</a><br/> > + <a href="http://subversion.tigris.org/project_packages.html" class="external-link" rel="nofollow" target="external">SVN > Client Tools</a><br/> + <a href="http://svnbook.red-bean.com/" class="external-link" rel="nofollow" > target="external">Subversion Book</a> + </p> > +</div> > + > + <h3>Public Access</h3> > +<p> > + Anyone can checkout or browse the source code in the OFBiz public Subversion (SVN) repository.<br/> > +</p> > +<p> > + To <b>checkout</b> the source code, simply use the following command (if you are using a GUI client, configure it > appropriately): +</p> > + <ul> > + <li><b>trunk</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/trunk ofbiz </li> > + <li><b>release12.04</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release12.04 ofbiz.12.04</li> > + <li><b>release11.04</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release11.04 ofbiz.11.04</li> > + <li><b>release10.04</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04 ofbiz.10.04</li> > + <li><b>website</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website</li> > + </ul> > +<p> > + To <b>browse</b> the repository, you can use one of the following links:<br/> > +</p> > + <ul> > + <li><a href="http://fisheye6.cenqua.com/browse/ofbiz" class="external-link" rel="nofollow" target="external">SVN - > FishEye</a></li> + <li><a href="http://svn.apache.org/repos/asf/ofbiz/" class="external-link" rel="nofollow" > target="external">SVN - WebDAV</a></li> + <li><a href="http://svn.apache.org/viewvc/ofbiz/" class="external-link" > rel="nofollow" target="external">SVN - ViewVC</a></li> + </ul> > +<p> > + As an alternative you may download a "ready-made" package at <a > href="http://ci.apache.org/projects/ofbiz/snapshots/" class="external-link" rel="nofollow" target="external">OFBiz Nightly Trunk > Snapshots</a> (using the SVN repository is the recommended way). +</p> + > + <h3>OFBiz Committers</h3> > +<p>Developer access requires a special account which is provided by the OFBiz adminstrators. If you have a developer account you > can access the repository through HTTPS. When checking in, you will be prompted your userID and password</p> +<p>When you first > connect you will be prompted to accept the SSL certificate. Verify the certificate is for svn.apache.org. + After verification, > select option 'P' to permanently add to your SVN configuration.</p> +<p>Subversion can handle keyword expansion, eol conversion > as well as may other features. Most of these features are configured + on the client level rather than on the server. To make > this easy on developers and to provide a standard configuration, the official + OFBiz Subversion client configuration file can > be found + <a href="svn/config" class="external-link" rel="nofollow" target="external">here</a>. > + <br/>This file should replace the config file found in your $HOME/.subversion directory > + <ul> > + <li><b>Windows</b>: %USERPROFILE%\Application Data\Subversion\config</li> > + <li><b>Linux</b>: ~/.subversion/config</li> > + </ul> > +</p> > + <h4>OFBiz Website Repository and Access</h4> > +<p>To update the ofbiz.apache.org website and related xsd files: > +</p> > +<ol> > + <li>Check out the site files from svn: <A href="https://svn.apache.org/repos/asf/ofbiz/site/" class="external-link" > rel="nofollow" target="external">https://svn.apache.org/repos/asf/ofbiz/site/</a></li> + <li>Update the required website and > xsd files and commit. You may use the build-website, docs-all or copy-dtds ant targets</li> + <li>the updates will be > immediately published: therefore it is important that the changes are discussed and approved by the OFBiz PMC</li> +</ol> > +<p>To know more from ASF : <A href="http://www.apache.org/dev/project-site.html" class="external-link" rel="nofollow" > target="external">http://www.apache.org/dev/project-site.html</a> +</p> > + > +<h3>History</h3> > +<p>For those interested by history (pre ofbiz.org) <a href="http://sourceforge.net/news/?group_id=27173" class="external-link" > rel="nofollow" target="external">this link gives you some information</a></p> + > + </div> > + <!-- main ends --> > + > + </div> > + <!-- content-wrap --> > + </div> > +<!-- wrap --> > +<!-- footer --> > +<div id="footer"> > + <div id="foot"> > + Copyright © 2010 The Apache Software Foundation - Apache OFBiz, Apache, the Apache feather logo are trademarks > of The Apache Software Foundation. + </div> > +</div> > +<!-- wrap ends here --> > + > +</body> > +</html> > > Propchange: ofbiz/site/source-repositories.html > ------------------------------------------------------------------------------ > svn:eol-style = native > > Propchange: ofbiz/site/source-repositories.html > ------------------------------------------------------------------------------ > svn:keywords = Date Rev Author URL Id > > Propchange: ofbiz/site/source-repositories.html > ------------------------------------------------------------------------------ > svn:mime-type = text/html |
| Free forum by Nabble | Edit this page |
