Re: svn commit: r1461037 - in /ofbiz/site: mailing-lists.html source-repositories.html

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1461037 - in /ofbiz/site: mailing-lists.html source-repositories.html

Adrian Crum-3
Note that Subversion has moved to a new URL:

http://subversion.apache.org

-Adrian

On 3/26/2013 9:36 AM, [hidden email] wrote:

> Author: jacopoc
> Date: Tue Mar 26 09:36:26 2013
> New Revision: 1461037
>
> URL: http://svn.apache.org/r1461037
> Log:
> Some style changes and miinor cleanups.
>
> Modified:
>      ofbiz/site/mailing-lists.html
>      ofbiz/site/source-repositories.html
>
> Modified: ofbiz/site/mailing-lists.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/mailing-lists.html?rev=1461037&r1=1461036&r2=1461037&view=diff
> ==============================================================================
> --- ofbiz/site/mailing-lists.html (original)
> +++ ofbiz/site/mailing-lists.html Tue Mar 26 09:36:26 2013
> @@ -37,15 +37,6 @@
>       <!--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&trade; Mailing Lists</h2>
>
> Modified: ofbiz/site/source-repositories.html
> URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1461037&r1=1461036&r2=1461037&view=diff
> ==============================================================================
> --- ofbiz/site/source-repositories.html (original)
> +++ ofbiz/site/source-repositories.html Tue Mar 26 09:36:26 2013
> @@ -37,26 +37,19 @@
>       <!--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&trade; Source Repository and Access</h2>
> +          <h2>Apache OFBiz&trade; Source Repository</h2>
>  
> -<div class="insert">
> +<div class="highlights">
>     <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>
> +     If you are not familiar with Subversion and you don't have an SVN client tool, the following links will be useful:
> +     <ul>
> +     <li><a href="http://subversion.tigris.org/" class="external-link" rel="nofollow" target="external">Subversion Home</a></li>
> +     <li><a href="http://subversion.tigris.org/project_packages.html" class="external-link" rel="nofollow" target="external">SVN Client Tools</a></li>
> +     <li><a href="http://svnbook.red-bean.com/" class="external-link" rel="nofollow" target="external">Subversion Book</a></li>
> +     </ul>
>     </p>
>   </div>
>  
> @@ -108,7 +101,7 @@
>       <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>The templates for the Buildbot pages are in: <a href="https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/ofbiz" class="external-link" rel="nofollow" target="external">https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/ofbiz</a>; in order to deploy them create a Jira ticket at Infra.</p>
> +<p>The source repository for the templates for the Buildbot pages is <a href="https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/ofbiz" class="external-link" rel="nofollow" target="external">here</a>; in order to deploy them create a Jira ticket at Infra.</p>
>   <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>
>  
>
>

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1461037 - in /ofbiz/site: mailing-lists.html source-repositories.html

Jacopo Cappellato-4
Good catch Adrian: I have now updated the information in that box.

Thank you,

Jacopo

On Mar 26, 2013, at 11:33 AM, Adrian Crum <[hidden email]> wrote:

> Note that Subversion has moved to a new URL:
>
> http://subversion.apache.org
>
> -Adrian
>
> On 3/26/2013 9:36 AM, [hidden email] wrote:
>> Author: jacopoc
>> Date: Tue Mar 26 09:36:26 2013
>> New Revision: 1461037
>>
>> URL: http://svn.apache.org/r1461037
>> Log:
>> Some style changes and miinor cleanups.
>>
>> Modified:
>>     ofbiz/site/mailing-lists.html
>>     ofbiz/site/source-repositories.html
>>
>> Modified: ofbiz/site/mailing-lists.html
>> URL: http://svn.apache.org/viewvc/ofbiz/site/mailing-lists.html?rev=1461037&r1=1461036&r2=1461037&view=diff
>> ==============================================================================
>> --- ofbiz/site/mailing-lists.html (original)
>> +++ ofbiz/site/mailing-lists.html Tue Mar 26 09:36:26 2013
>> @@ -37,15 +37,6 @@
>>      <!--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&trade; Mailing Lists</h2>
>>
>> Modified: ofbiz/site/source-repositories.html
>> URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1461037&r1=1461036&r2=1461037&view=diff
>> ==============================================================================
>> --- ofbiz/site/source-repositories.html (original)
>> +++ ofbiz/site/source-repositories.html Tue Mar 26 09:36:26 2013
>> @@ -37,26 +37,19 @@
>>      <!--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&trade; Source Repository and Access</h2>
>> +          <h2>Apache OFBiz&trade; Source Repository</h2>
>>  -<div class="insert">
>> +<div class="highlights">
>>    <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>
>> +     If you are not familiar with Subversion and you don't have an SVN client tool, the following links will be useful:
>> +     <ul>
>> +     <li><a href="http://subversion.tigris.org/" class="external-link" rel="nofollow" target="external">Subversion Home</a></li>
>> +     <li><a href="http://subversion.tigris.org/project_packages.html" class="external-link" rel="nofollow" target="external">SVN Client Tools</a></li>
>> +     <li><a href="http://svnbook.red-bean.com/" class="external-link" rel="nofollow" target="external">Subversion Book</a></li>
>> +     </ul>
>>    </p>
>>  </div>
>>  @@ -108,7 +101,7 @@
>>      <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>The templates for the Buildbot pages are in: <a href="https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/ofbiz" class="external-link" rel="nofollow" target="external">https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/ofbiz</a>; in order to deploy them create a Jira ticket at Infra.</p>
>> +<p>The source repository for the templates for the Buildbot pages is <a href="https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/ofbiz" class="external-link" rel="nofollow" target="external">here</a>; in order to deploy them create a Jira ticket at Infra.</p>
>>  <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>
>>  
>>
>