You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@incubator.apache.org by David Crossley <cr...@apache.org> on 2005/12/12 23:11:28 UTC

Re: svn commit: r356294 - in /incubator/public/trunk/site-author/projects: activemq.html activemq/ activemq/index.xml servicemix.html servicemix/ servicemix/index.xml

Please note that websites for incubating projects do
not go in this "incubator/site" repository.

http://incubator.apache.org/howtoparticipate.html#Project+Website+Howto

-David

> Author: jstrachan
> Date: Mon Dec 12 09:33:03 2005
> New Revision: 356294
> 
> URL: http://svn.apache.org/viewcvs?rev=356294&view=rev
> Log:
> Added home pages for ServiceMix and ActiveMQ
> 
> Added:
>     incubator/public/trunk/site-author/projects/activemq/
>     incubator/public/trunk/site-author/projects/activemq/index.xml   (with props)
>     incubator/public/trunk/site-author/projects/servicemix/
>     incubator/public/trunk/site-author/projects/servicemix/index.xml   (with props)
> Modified:
>     incubator/public/trunk/site-author/projects/activemq.html
>     incubator/public/trunk/site-author/projects/servicemix.html
> 
> Modified: incubator/public/trunk/site-author/projects/activemq.html
> URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site-author/projects/activemq.html?rev=356294&r1=356293&r2=356294&view=diff
> ==============================================================================
> --- incubator/public/trunk/site-author/projects/activemq.html (original)
> +++ incubator/public/trunk/site-author/projects/activemq.html Mon Dec 12 09:33:03 2005
> @@ -14,7 +14,7 @@
>  href="http://incubator.apache.org/activemq">project website</a>.</p>
>  
>  <h1>Description</h1>
> -<p>The ActiveMQ project will create a robust and high performance Message Orientated Middleware provider which will be 
> +<p>The ActiveMQ project is a robust and high performance Message Orientated Middleware provider which is 
>  integrated into Apache Geronimo but also be usable from inside any JVM.</p>
>  
>  <h1>News</h1>
> 
> Added: incubator/public/trunk/site-author/projects/activemq/index.xml
> URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site-author/projects/activemq/index.xml?rev=356294&view=auto
> ==============================================================================
> --- incubator/public/trunk/site-author/projects/activemq/index.xml (added)
> +++ incubator/public/trunk/site-author/projects/activemq/index.xml Mon Dec 12 09:33:03 2005
> @@ -0,0 +1,58 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
> +<document>
> +  <header>
> +    <title>Apache ActiveMQ</title>
> +    <authors>
> +      <person name="The Apache Incubator Project"
> +        email="general@incubator.apache.org" />
> +    </authors>
> +    <abstract>Apache ActiveMQ - Open Source Message Broker</abstract>
> +  </header>
> +  <body>
> +    <section>
> +    <title>Overview</title>
> +      <p>
> +	Apache ActiveMQ project is a robust and high performance Message Orientated Middleware provider which  
> +integrates into Apache Geronimo but also be usable from inside any JVM.
> +      </p>
> +
> +      <p>
> +       ActiveMQ has been accepted by the Apache Geronimo PMC for inclusion into the 
> +       Geronimo project.  Once the requirements for incubation are complete, the 
> +       community and code will move to Geronimo.
> +      </p>
> +
> +    </section>
> +
> +    <section>
> +      <title>How do I get Involved?</title>
> +
> +	<p>
> +          Join the mailing lists. To subscribe, send empty email to ...
> +        </p>
> +        <ul>
> +          <li>activemq-dev-subscribe&#64;geronimo.apache.org</li>
> +          <li>activemq-users-subscribe&#64;geronimo.apache.org</li>
> +        </ul>
> +        <p>Browsable mail archives are not yet established, so see the actual archives, e.g.
> +        <code>http://incubator.apache.org/mail/activemq-dev/</code>
> +        <code>http://incubator.apache.org/mail/activemq-users/</code>
> +        </p>
> +
> +        <p>
> +           Please keep checking the ActiveMQ project
> +           <link href="../activemq.html">status page</link>
> +            and the general&#64;incubator mail list for
> +           information on progress of resource setup.
> +       </p>
> +
> +
> +        <p>
> +           The documentation is currently 
> +            <link href="http://activemq.org/">here</link>
> +            which will move to apache.org soon.
> +       </p>
> +    </section>
> +  </body>
> +</document>
> 
> Propchange: incubator/public/trunk/site-author/projects/activemq/index.xml
> ------------------------------------------------------------------------------
>     svn:eol-style = native
> 
> Propchange: incubator/public/trunk/site-author/projects/activemq/index.xml
> ------------------------------------------------------------------------------
>     svn:keywords = Date Author Id Revision HeadURL
> 
> Propchange: incubator/public/trunk/site-author/projects/activemq/index.xml
> ------------------------------------------------------------------------------
>     svn:mime-type = text/xml
> 
> Modified: incubator/public/trunk/site-author/projects/servicemix.html
> URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site-author/projects/servicemix.html?rev=356294&r1=356293&r2=356294&view=diff
> ==============================================================================
> --- incubator/public/trunk/site-author/projects/servicemix.html (original)
> +++ incubator/public/trunk/site-author/projects/servicemix.html Mon Dec 12 09:33:03 2005
> @@ -14,7 +14,7 @@
>  href="http://incubator.apache.org/servicemix">project website</a>.</p>
>  
>  <h1>Description</h1>
> -<p>The ServiceMix project will create an ESB and component suite based on the Java Business Interface (JBI) standard - JSR 208.</p>
> +<p>The ServiceMix project is an ESB and component suite based on the Java Business Interface (JBI) standard - JSR 208.</p>
>  
>  <h1>News</h1>
>  <ul>
> 
> Added: incubator/public/trunk/site-author/projects/servicemix/index.xml
> URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site-author/projects/servicemix/index.xml?rev=356294&view=auto
> ==============================================================================
> --- incubator/public/trunk/site-author/projects/servicemix/index.xml (added)
> +++ incubator/public/trunk/site-author/projects/servicemix/index.xml Mon Dec 12 09:33:03 2005
> @@ -0,0 +1,57 @@
> +<?xml version="1.0" encoding="UTF-8"?>
> +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
> +<document>
> +  <header>
> +    <title>Apache ServiceMix</title>
> +    <authors>
> +      <person name="The Apache Incubator Project"
> +        email="general@incubator.apache.org" />
> +    </authors>
> +    <abstract>Apache ServiceMix - Open Source ESB</abstract>
> +  </header>
> +  <body>
> +    <section>
> +    <title>Overview</title>
> +      <p>
> +	Apache ServiceMix is an ESB and component suite based on the Java Business Interface (JBI) standard - JSR 208.
> +      </p>
> +
> +      <p>
> +       ServiceMix has been accepted by the Apache Geronimo PMC for inclusion into the 
> +       Geronimo project.  Once the requirements for incubation are complete, the 
> +       community and code will move to Geronimo.
> +      </p>
> +
> +    </section>
> +
> +    <section>
> +      <title>How do I get Involved?</title>
> +
> +	<p>
> +          Join the mailing lists. To subscribe, send empty email to ...
> +        </p>
> +        <ul>
> +          <li>servicemix-dev-subscribe&#64;geronimo.apache.org</li>
> +          <li>servicemix-users-subscribe&#64;geronimo.apache.org</li>
> +        </ul>
> +        <p>Browsable mail archives are not yet established, so see the actual archives, e.g.
> +        <code>http://incubator.apache.org/mail/servicemix-dev/</code>
> +        <code>http://incubator.apache.org/mail/servicemix-users/</code>
> +        </p>
> +
> +        <p>
> +           Please keep checking the ServiceMix project
> +           <link href="../servicemix.html">status page</link>
> +            and the general&#64;incubator mail list for
> +           information on progress of resource setup.
> +       </p>
> +
> +
> +        <p>
> +           The documentation is currently 
> +            <link href="http://servicemix.org/">here</link>
> +            which will move to apache.org soon.
> +       </p>
> +    </section>
> +  </body>
> +</document>
> 
> Propchange: incubator/public/trunk/site-author/projects/servicemix/index.xml
> ------------------------------------------------------------------------------
>     svn:eol-style = native
> 
> Propchange: incubator/public/trunk/site-author/projects/servicemix/index.xml
> ------------------------------------------------------------------------------
>     svn:keywords = Date Author Id Revision HeadURL
> 
> Propchange: incubator/public/trunk/site-author/projects/servicemix/index.xml
> ------------------------------------------------------------------------------
>     svn:mime-type = text/xml
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
> For additional commands, e-mail: cvs-help@incubator.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: svn commit: r356294 - in /incubator/public/trunk/site-author/projects: activemq.html activemq/ activemq/index.xml servicemix.html servicemix/ servicemix/index.xml

Posted by James Strachan <ja...@gmail.com>.
Sorry about that, was just following the example of other incubated  
projects rather than reading the instructions too carefully. The real  
site will be created in incubator/activemq/site/*.

James

On 12 Dec 2005, at 22:11, David Crossley wrote:

> Please note that websites for incubating projects do
> not go in this "incubator/site" repository.
>
> http://incubator.apache.org/howtoparticipate.html#Project+Website 
> +Howto
>
> -David
>
>> Author: jstrachan
>> Date: Mon Dec 12 09:33:03 2005
>> New Revision: 356294
>>
>> URL: http://svn.apache.org/viewcvs?rev=356294&view=rev
>> Log:
>> Added home pages for ServiceMix and ActiveMQ
>>
>> Added:
>>     incubator/public/trunk/site-author/projects/activemq/
>>     incubator/public/trunk/site-author/projects/activemq/ 
>> index.xml   (with props)
>>     incubator/public/trunk/site-author/projects/servicemix/
>>     incubator/public/trunk/site-author/projects/servicemix/ 
>> index.xml   (with props)
>> Modified:
>>     incubator/public/trunk/site-author/projects/activemq.html
>>     incubator/public/trunk/site-author/projects/servicemix.html
>>
>> Modified: incubator/public/trunk/site-author/projects/activemq.html
>> URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site- 
>> author/projects/activemq.html? 
>> rev=356294&r1=356293&r2=356294&view=diff
>> ===================================================================== 
>> =========
>> --- incubator/public/trunk/site-author/projects/activemq.html  
>> (original)
>> +++ incubator/public/trunk/site-author/projects/activemq.html Mon  
>> Dec 12 09:33:03 2005
>> @@ -14,7 +14,7 @@
>>  href="http://incubator.apache.org/activemq">project website</a>.</p>
>>
>>  <h1>Description</h1>
>> -<p>The ActiveMQ project will create a robust and high performance  
>> Message Orientated Middleware provider which will be
>> +<p>The ActiveMQ project is a robust and high performance Message  
>> Orientated Middleware provider which is
>>  integrated into Apache Geronimo but also be usable from inside  
>> any JVM.</p>
>>
>>  <h1>News</h1>
>>
>> Added: incubator/public/trunk/site-author/projects/activemq/index.xml
>> URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site- 
>> author/projects/activemq/index.xml?rev=356294&view=auto
>> ===================================================================== 
>> =========
>> --- incubator/public/trunk/site-author/projects/activemq/index.xml  
>> (added)
>> +++ incubator/public/trunk/site-author/projects/activemq/index.xml  
>> Mon Dec 12 09:33:03 2005
>> @@ -0,0 +1,58 @@
>> +<?xml version="1.0" encoding="UTF-8"?>
>> +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"  
>> "document-v11.dtd">
>> +<document>
>> +  <header>
>> +    <title>Apache ActiveMQ</title>
>> +    <authors>
>> +      <person name="The Apache Incubator Project"
>> +        email="general@incubator.apache.org" />
>> +    </authors>
>> +    <abstract>Apache ActiveMQ - Open Source Message Broker</ 
>> abstract>
>> +  </header>
>> +  <body>
>> +    <section>
>> +    <title>Overview</title>
>> +      <p>
>> +	Apache ActiveMQ project is a robust and high performance Message  
>> Orientated Middleware provider which
>> +integrates into Apache Geronimo but also be usable from inside  
>> any JVM.
>> +      </p>
>> +
>> +      <p>
>> +       ActiveMQ has been accepted by the Apache Geronimo PMC for  
>> inclusion into the
>> +       Geronimo project.  Once the requirements for incubation  
>> are complete, the
>> +       community and code will move to Geronimo.
>> +      </p>
>> +
>> +    </section>
>> +
>> +    <section>
>> +      <title>How do I get Involved?</title>
>> +
>> +	<p>
>> +          Join the mailing lists. To subscribe, send empty email  
>> to ...
>> +        </p>
>> +        <ul>
>> +          <li>activemq-dev-subscribe&#64;geronimo.apache.org</li>
>> +          <li>activemq-users-subscribe&#64;geronimo.apache.org</li>
>> +        </ul>
>> +        <p>Browsable mail archives are not yet established, so  
>> see the actual archives, e.g.
>> +        <code>http://incubator.apache.org/mail/activemq-dev/</code>
>> +        <code>http://incubator.apache.org/mail/activemq-users/</ 
>> code>
>> +        </p>
>> +
>> +        <p>
>> +           Please keep checking the ActiveMQ project
>> +           <link href="../activemq.html">status page</link>
>> +            and the general&#64;incubator mail list for
>> +           information on progress of resource setup.
>> +       </p>
>> +
>> +
>> +        <p>
>> +           The documentation is currently
>> +            <link href="http://activemq.org/">here</link>
>> +            which will move to apache.org soon.
>> +       </p>
>> +    </section>
>> +  </body>
>> +</document>
>>
>> Propchange: incubator/public/trunk/site-author/projects/activemq/ 
>> index.xml
>> --------------------------------------------------------------------- 
>> ---------
>>     svn:eol-style = native
>>
>> Propchange: incubator/public/trunk/site-author/projects/activemq/ 
>> index.xml
>> --------------------------------------------------------------------- 
>> ---------
>>     svn:keywords = Date Author Id Revision HeadURL
>>
>> Propchange: incubator/public/trunk/site-author/projects/activemq/ 
>> index.xml
>> --------------------------------------------------------------------- 
>> ---------
>>     svn:mime-type = text/xml
>>
>> Modified: incubator/public/trunk/site-author/projects/servicemix.html
>> URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site- 
>> author/projects/servicemix.html? 
>> rev=356294&r1=356293&r2=356294&view=diff
>> ===================================================================== 
>> =========
>> --- incubator/public/trunk/site-author/projects/servicemix.html  
>> (original)
>> +++ incubator/public/trunk/site-author/projects/servicemix.html  
>> Mon Dec 12 09:33:03 2005
>> @@ -14,7 +14,7 @@
>>  href="http://incubator.apache.org/servicemix">project website</ 
>> a>.</p>
>>
>>  <h1>Description</h1>
>> -<p>The ServiceMix project will create an ESB and component suite  
>> based on the Java Business Interface (JBI) standard - JSR 208.</p>
>> +<p>The ServiceMix project is an ESB and component suite based on  
>> the Java Business Interface (JBI) standard - JSR 208.</p>
>>
>>  <h1>News</h1>
>>  <ul>
>>
>> Added: incubator/public/trunk/site-author/projects/servicemix/ 
>> index.xml
>> URL: http://svn.apache.org/viewcvs/incubator/public/trunk/site- 
>> author/projects/servicemix/index.xml?rev=356294&view=auto
>> ===================================================================== 
>> =========
>> --- incubator/public/trunk/site-author/projects/servicemix/ 
>> index.xml (added)
>> +++ incubator/public/trunk/site-author/projects/servicemix/ 
>> index.xml Mon Dec 12 09:33:03 2005
>> @@ -0,0 +1,57 @@
>> +<?xml version="1.0" encoding="UTF-8"?>
>> +<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN"  
>> "document-v11.dtd">
>> +<document>
>> +  <header>
>> +    <title>Apache ServiceMix</title>
>> +    <authors>
>> +      <person name="The Apache Incubator Project"
>> +        email="general@incubator.apache.org" />
>> +    </authors>
>> +    <abstract>Apache ServiceMix - Open Source ESB</abstract>
>> +  </header>
>> +  <body>
>> +    <section>
>> +    <title>Overview</title>
>> +      <p>
>> +	Apache ServiceMix is an ESB and component suite based on the  
>> Java Business Interface (JBI) standard - JSR 208.
>> +      </p>
>> +
>> +      <p>
>> +       ServiceMix has been accepted by the Apache Geronimo PMC  
>> for inclusion into the
>> +       Geronimo project.  Once the requirements for incubation  
>> are complete, the
>> +       community and code will move to Geronimo.
>> +      </p>
>> +
>> +    </section>
>> +
>> +    <section>
>> +      <title>How do I get Involved?</title>
>> +
>> +	<p>
>> +          Join the mailing lists. To subscribe, send empty email  
>> to ...
>> +        </p>
>> +        <ul>
>> +          <li>servicemix-dev-subscribe&#64;geronimo.apache.org</li>
>> +          <li>servicemix-users-subscribe&#64;geronimo.apache.org</ 
>> li>
>> +        </ul>
>> +        <p>Browsable mail archives are not yet established, so  
>> see the actual archives, e.g.
>> +        <code>http://incubator.apache.org/mail/servicemix-dev/</ 
>> code>
>> +        <code>http://incubator.apache.org/mail/servicemix-users/</ 
>> code>
>> +        </p>
>> +
>> +        <p>
>> +           Please keep checking the ServiceMix project
>> +           <link href="../servicemix.html">status page</link>
>> +            and the general&#64;incubator mail list for
>> +           information on progress of resource setup.
>> +       </p>
>> +
>> +
>> +        <p>
>> +           The documentation is currently
>> +            <link href="http://servicemix.org/">here</link>
>> +            which will move to apache.org soon.
>> +       </p>
>> +    </section>
>> +  </body>
>> +</document>
>>
>> Propchange: incubator/public/trunk/site-author/projects/servicemix/ 
>> index.xml
>> --------------------------------------------------------------------- 
>> ---------
>>     svn:eol-style = native
>>
>> Propchange: incubator/public/trunk/site-author/projects/servicemix/ 
>> index.xml
>> --------------------------------------------------------------------- 
>> ---------
>>     svn:keywords = Date Author Id Revision HeadURL
>>
>> Propchange: incubator/public/trunk/site-author/projects/servicemix/ 
>> index.xml
>> --------------------------------------------------------------------- 
>> ---------
>>     svn:mime-type = text/xml
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
>> For additional commands, e-mail: cvs-help@incubator.apache.org


James
-------
http://radio.weblogs.com/0112098/


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org