You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by ot...@apache.org on 2002/07/14 00:00:36 UTC

cvs commit: jakarta-lucene/xdocs powered.xml resources.xml

otis        2002/07/13 15:00:35

  Modified:    xdocs    powered.xml resources.xml
  Log:
  - Added a link to NLucene; removed incorrect author (I assume that was the result of somebody's initial copy & paste).
  
  Revision  Changes    Path
  1.12      +0 -2      jakarta-lucene/xdocs/powered.xml
  
  Index: powered.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/xdocs/powered.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- powered.xml	28 Jun 2002 13:47:03 -0000	1.11
  +++ powered.xml	13 Jul 2002 22:00:35 -0000	1.12
  @@ -1,7 +1,6 @@
   <?xml version="1.0"?>
   <document>
   <properties>
  -<author email="husted@apache.org">Ted Husted</author>
   <author email="cutting@apache.org">Doug Cutting</author>
   <title>Powered by Lucene - Jakarta Lucene</title>
   </properties>
  @@ -42,4 +41,3 @@
   
   </body>
   </document>
  -
  
  
  
  1.3       +17 -4     jakarta-lucene/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/xdocs/resources.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- resources.xml	28 Sep 2001 20:47:31 -0000	1.2
  +++ resources.xml	13 Jul 2002 22:00:35 -0000	1.3
  @@ -1,7 +1,6 @@
   <?xml version="1.0"?>
   <document>
   <properties>
  -<author email="husted@apache.org">Ted Husted</author>
   <author email="cutting@apache.org">Doug Cutting</author>
   <title>Resources - Jakarta Lucene</title>
   </properties>
  @@ -10,11 +9,25 @@
   <section name="Articles">
   <p>Articles about Lucene:</p>
   <ul>
  -<li><a href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The Lucene search engine Powerful flexible and free</a><br/> - JavaWorld September 2000</li> 
  -<li><a href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Build your own languages with JavaCC</a><br/> - JavaWorld December 2000</li>
  +<li><a
  +       href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The Lucene search engine Powerful flexible and free</a>
  +<br/> - JavaWorld September 2000
  +</li>
  +</ul>
  +</section>
  +
  +<section name="RelatedResources">
  +<p>Lucene-related Resources</p>
  +<ul>
  +<li><a
  +       href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Build your own languages with JavaCC</a>
  +<br/> - JavaWorld December 2000
  +</li>
  +<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
  +<br/> - .NET implementation of Lucene
  +</li>
   </ul>
   </section>
   
   </body>
   </document>
  -
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-lucene/xdocs powered.xml resources.xml

Posted by Peter Carlson <ca...@bookandhammer.com>.
You have to update jakarta-site2 via cvs. This will download the velocity
code needed to generate the .html.

Then run lucene build task docs (i.e.
ant docs

This will generate the .html and validate the .xml.

After they are complete, then commit the changed xml and html.

Note if you change the project.xml you will have to upload all .html since
it is the menu on the left.

Hope this helps

--Peter


On 7/13/02 6:23 PM, "Otis Gospodnetic" <ot...@yahoo.com> wrote:

> I always thought that HTML files are generated automatically using
> jakarta-site2 stuff, which I don't know how to call.
> What's the procedure?
> 
> Otis
> 
> --- Peter Carlson <ca...@bookandhammer.com> wrote:
>> Please also include both .xml and .html files when submitting changes
>> to
>> documentation.
>> 
>> Thanks
>> 
>> --Peter
>> 
>> 
>> On 7/13/02 3:00 PM, "otis@apache.org" <ot...@apache.org> wrote:
>> 
>>> otis        2002/07/13 15:00:35
>>> 
>>> Modified:    xdocs    powered.xml resources.xml
>>> Log:
>>> - Added a link to NLucene; removed incorrect author (I assume that
>> was the
>>> result of somebody's initial copy & paste).
>>> 
>>> Revision  Changes    Path
>>> 1.12      +0 -2      jakarta-lucene/xdocs/powered.xml
>>> 
>>> Index: powered.xml
>>> ===================================================================
>>> RCS file: /home/cvs/jakarta-lucene/xdocs/powered.xml,v
>>> retrieving revision 1.11
>>> retrieving revision 1.12
>>> diff -u -r1.11 -r1.12
>>> --- powered.xml    28 Jun 2002 13:47:03 -0000    1.11
>>> +++ powered.xml    13 Jul 2002 22:00:35 -0000    1.12
>>> @@ -1,7 +1,6 @@
>>>  <?xml version="1.0"?>
>>>  <document>
>>>  <properties>
>>> -<author email="husted@apache.org">Ted Husted</author>
>>>  <author email="cutting@apache.org">Doug Cutting</author>
>>>  <title>Powered by Lucene - Jakarta Lucene</title>
>>>  </properties>
>>> @@ -42,4 +41,3 @@
>>>  
>>>  </body>
>>>  </document>
>>> -
>>> 
>>> 
>>> 
>>> 1.3       +17 -4     jakarta-lucene/xdocs/resources.xml
>>> 
>>> Index: resources.xml
>>> ===================================================================
>>> RCS file: /home/cvs/jakarta-lucene/xdocs/resources.xml,v
>>> retrieving revision 1.2
>>> retrieving revision 1.3
>>> diff -u -r1.2 -r1.3
>>> --- resources.xml    28 Sep 2001 20:47:31 -0000    1.2
>>> +++ resources.xml    13 Jul 2002 22:00:35 -0000    1.3
>>> @@ -1,7 +1,6 @@
>>>  <?xml version="1.0"?>
>>>  <document>
>>>  <properties>
>>> -<author email="husted@apache.org">Ted Husted</author>
>>>  <author email="cutting@apache.org">Doug Cutting</author>
>>>  <title>Resources - Jakarta Lucene</title>
>>>  </properties>
>>> @@ -10,11 +9,25 @@
>>>  <section name="Articles">
>>>  <p>Articles about Lucene:</p>
>>>  <ul>
>>> -<li><a 
>>> 
>> 
> href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The
>>> Lucene search engine Powerful flexible and free</a><br/> -
>> JavaWorld September
>>> 2000</li> 
>>> -<li><a 
>>> 
>> 
> href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Bu
>>> ild your own languages with JavaCC</a><br/> - JavaWorld December
>> 2000</li>
>>> +<li><a
>>> +       
>>> 
>> 
> href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The
>>> Lucene search engine Powerful flexible and free</a>
>>> +<br/> - JavaWorld September 2000
>>> +</li>
>>> +</ul>
>>> +</section>
>>> +
>>> +<section name="RelatedResources">
>>> +<p>Lucene-related Resources</p>
>>> +<ul>
>>> +<li><a
>>> +       
>>> 
>> 
> href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Bu
>>> ild your own languages with JavaCC</a>
>>> +<br/> - JavaWorld December 2000
>>> +</li>
>>> +<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
>>> +<br/> - .NET implementation of Lucene
>>> +</li>
>>>  </ul>
>>>  </section>
>>>  
>>>  </body>
>>>  </document>
>>> -
>>> 
>>> 
>>> 
>>> 
>>> --
>>> To unsubscribe, e-mail:
>> <ma...@jakarta.apache.org>
>>> For additional commands, e-mail:
>> <ma...@jakarta.apache.org>
>>> 
>>> 
>> 
>> 
>> --
>> To unsubscribe, e-mail:
>> <ma...@jakarta.apache.org>
>> For additional commands, e-mail:
>> <ma...@jakarta.apache.org>
>> 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-lucene/xdocs powered.xml resources.xml

Posted by Otis Gospodnetic <ot...@yahoo.com>.
I always thought that HTML files are generated automatically using
jakarta-site2 stuff, which I don't know how to call.
What's the procedure?

Otis

--- Peter Carlson <ca...@bookandhammer.com> wrote:
> Please also include both .xml and .html files when submitting changes
> to
> documentation.
> 
> Thanks
> 
> --Peter
> 
> 
> On 7/13/02 3:00 PM, "otis@apache.org" <ot...@apache.org> wrote:
> 
> > otis        2002/07/13 15:00:35
> > 
> > Modified:    xdocs    powered.xml resources.xml
> > Log:
> > - Added a link to NLucene; removed incorrect author (I assume that
> was the
> > result of somebody's initial copy & paste).
> > 
> > Revision  Changes    Path
> > 1.12      +0 -2      jakarta-lucene/xdocs/powered.xml
> > 
> > Index: powered.xml
> > ===================================================================
> > RCS file: /home/cvs/jakarta-lucene/xdocs/powered.xml,v
> > retrieving revision 1.11
> > retrieving revision 1.12
> > diff -u -r1.11 -r1.12
> > --- powered.xml    28 Jun 2002 13:47:03 -0000    1.11
> > +++ powered.xml    13 Jul 2002 22:00:35 -0000    1.12
> > @@ -1,7 +1,6 @@
> >  <?xml version="1.0"?>
> >  <document>
> >  <properties>
> > -<author email="husted@apache.org">Ted Husted</author>
> >  <author email="cutting@apache.org">Doug Cutting</author>
> >  <title>Powered by Lucene - Jakarta Lucene</title>
> >  </properties>
> > @@ -42,4 +41,3 @@
> >  
> >  </body>
> >  </document>
> > -
> > 
> > 
> > 
> > 1.3       +17 -4     jakarta-lucene/xdocs/resources.xml
> > 
> > Index: resources.xml
> > ===================================================================
> > RCS file: /home/cvs/jakarta-lucene/xdocs/resources.xml,v
> > retrieving revision 1.2
> > retrieving revision 1.3
> > diff -u -r1.2 -r1.3
> > --- resources.xml    28 Sep 2001 20:47:31 -0000    1.2
> > +++ resources.xml    13 Jul 2002 22:00:35 -0000    1.3
> > @@ -1,7 +1,6 @@
> >  <?xml version="1.0"?>
> >  <document>
> >  <properties>
> > -<author email="husted@apache.org">Ted Husted</author>
> >  <author email="cutting@apache.org">Doug Cutting</author>
> >  <title>Resources - Jakarta Lucene</title>
> >  </properties>
> > @@ -10,11 +9,25 @@
> >  <section name="Articles">
> >  <p>Articles about Lucene:</p>
> >  <ul>
> > -<li><a 
> >
>
href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The
> > Lucene search engine Powerful flexible and free</a><br/> -
> JavaWorld September
> > 2000</li> 
> > -<li><a 
> >
>
href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Bu
> > ild your own languages with JavaCC</a><br/> - JavaWorld December
> 2000</li>
> > +<li><a
> > +       
> >
>
href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The
> > Lucene search engine Powerful flexible and free</a>
> > +<br/> - JavaWorld September 2000
> > +</li>
> > +</ul>
> > +</section>
> > +
> > +<section name="RelatedResources">
> > +<p>Lucene-related Resources</p>
> > +<ul>
> > +<li><a
> > +       
> >
>
href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Bu
> > ild your own languages with JavaCC</a>
> > +<br/> - JavaWorld December 2000
> > +</li>
> > +<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
> > +<br/> - .NET implementation of Lucene
> > +</li>
> >  </ul>
> >  </section>
> >  
> >  </body>
> >  </document>
> > -
> > 
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> > For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> > 
> > 
> 
> 
> --
> To unsubscribe, e-mail:  
> <ma...@jakarta.apache.org>
> For additional commands, e-mail:
> <ma...@jakarta.apache.org>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-lucene/xdocs powered.xml resources.xml

Posted by Peter Carlson <ca...@bookandhammer.com>.
Please also include both .xml and .html files when submitting changes to
documentation.

Thanks

--Peter


On 7/13/02 3:00 PM, "otis@apache.org" <ot...@apache.org> wrote:

> otis        2002/07/13 15:00:35
> 
> Modified:    xdocs    powered.xml resources.xml
> Log:
> - Added a link to NLucene; removed incorrect author (I assume that was the
> result of somebody's initial copy & paste).
> 
> Revision  Changes    Path
> 1.12      +0 -2      jakarta-lucene/xdocs/powered.xml
> 
> Index: powered.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-lucene/xdocs/powered.xml,v
> retrieving revision 1.11
> retrieving revision 1.12
> diff -u -r1.11 -r1.12
> --- powered.xml    28 Jun 2002 13:47:03 -0000    1.11
> +++ powered.xml    13 Jul 2002 22:00:35 -0000    1.12
> @@ -1,7 +1,6 @@
>  <?xml version="1.0"?>
>  <document>
>  <properties>
> -<author email="husted@apache.org">Ted Husted</author>
>  <author email="cutting@apache.org">Doug Cutting</author>
>  <title>Powered by Lucene - Jakarta Lucene</title>
>  </properties>
> @@ -42,4 +41,3 @@
>  
>  </body>
>  </document>
> -
> 
> 
> 
> 1.3       +17 -4     jakarta-lucene/xdocs/resources.xml
> 
> Index: resources.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-lucene/xdocs/resources.xml,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -r1.2 -r1.3
> --- resources.xml    28 Sep 2001 20:47:31 -0000    1.2
> +++ resources.xml    13 Jul 2002 22:00:35 -0000    1.3
> @@ -1,7 +1,6 @@
>  <?xml version="1.0"?>
>  <document>
>  <properties>
> -<author email="husted@apache.org">Ted Husted</author>
>  <author email="cutting@apache.org">Doug Cutting</author>
>  <title>Resources - Jakarta Lucene</title>
>  </properties>
> @@ -10,11 +9,25 @@
>  <section name="Articles">
>  <p>Articles about Lucene:</p>
>  <ul>
> -<li><a 
> href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The
> Lucene search engine Powerful flexible and free</a><br/> - JavaWorld September
> 2000</li> 
> -<li><a 
> href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Bu
> ild your own languages with JavaCC</a><br/> - JavaWorld December 2000</li>
> +<li><a
> +       
> href="http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene.html">The
> Lucene search engine Powerful flexible and free</a>
> +<br/> - JavaWorld September 2000
> +</li>
> +</ul>
> +</section>
> +
> +<section name="RelatedResources">
> +<p>Lucene-related Resources</p>
> +<ul>
> +<li><a
> +       
> href="http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-cooltools.html">Bu
> ild your own languages with JavaCC</a>
> +<br/> - JavaWorld December 2000
> +</li>
> +<li><a href="http://sourceforge.net/projects/nlucene">NLucene</a>
> +<br/> - .NET implementation of Lucene
> +</li>
>  </ul>
>  </section>
>  
>  </body>
>  </document>
> -
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>