You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Erik Hatcher <er...@ehatchersolutions.com> on 2005/02/14 13:37:38 UTC

lucene.apache.org

We now have lucene.apache.org mapped, yet we don't have a site there  
yet.

Doug - do you have your Forest work handy?  Or has anyone else stepped  
up to build the web site?

I'll try later today to get our current site up at the new domain to  
have a starting point.

	Erik


Begin forwarded message:

> From: fielding@apache.org
> Date: February 14, 2005 2:02:10 AM EST
> To: infrastructure-cvs@apache.org
> Subject: svn commit: r153726 -  
> infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>
> Author: fielding
> Date: Sun Feb 13 23:02:08 2005
> New Revision: 153726
>
> Log:
> add lucene.apache.org
>
> Modified:
>     infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>
> Modified:  
> infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
> ======================================================================= 
> =======
> --- infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf  
> (original)
> +++ infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf  
> Sun Feb 13 23:02:08 2005
> @@ -238,3 +238,11 @@
>     RewriteOptions inherit
>  </VirtualHost>
>
> +<VirtualHost *>
> +   DocumentRoot /x1/www/lucene.apache.org
> +   ServerName lucene.apache.org
> +   ServerAlias lucene.*.apache.org
> +   RewriteEngine On
> +   RewriteOptions inherit
> +</VirtualHost>
> +
>

Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
I have updated the redirects a bit more and the old /docs links now 
redirect to the corresponding spot on lucene.apache.org/java/docs.

Let me know if there are any old links not redirecting appropriately.  
I changed things down one level from where Doug checked them out.  So 
its now /java/docs, which mirrors the old site.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Feb 14, 2005, at 10:48 AM, Bernhard Messer wrote:

> Erik Hatcher schrieb:
>
>> I have checked out our current site to the lucene.apache.org area, 
>> and  I've also set up a redirect from the jakarta.apache.org/lucene 
>> area.
>>
>> Things are redirecting fine for me.  Let me know if you encounter any 
>>  issues, but also be patient in case the DNS updates for  
>> lucene.apache.org have not taken effect for you.
>
> cool job, Erik. But how do we get Lucene listed on the jakarta top 
> level page at http://apache.org  ?

Fixed on www.apache.org.

I've adjusted a lot of links and references on the Lucene pages.  Work 
is still needed though.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Bernhard Messer <bm...@apache.org>.
Erik Hatcher schrieb:

> I have checked out our current site to the lucene.apache.org area, 
> and  I've also set up a redirect from the jakarta.apache.org/lucene area.
>
> Things are redirecting fine for me.  Let me know if you encounter any  
> issues, but also be patient in case the DNS updates for  
> lucene.apache.org have not taken effect for you.

cool job, Erik. But how do we get Lucene listed on the jakarta top level 
page at http://apache.org  ?

Bernhard

<http://apache.org> 

Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Feb 14, 2005, at 12:36 PM, Doug Cutting wrote:

> Garrett Rooney wrote:
>> Agreed.  Java Lucene is a subproject of the Lucene TLP, leaving the 
>> existing Java Lucene site there for the time being seems ok, just so 
>> we have something there, but we should endeavour to put up something 
>> more permanent ASAP.
>
> I think, for the present, http://lucene.apache.org/ should redirect to 
> http://lucene.apache.org/java/.

I've added a redirect for http://lucene.apache.org/ -> 
http://lucene.apache.org/java/index.html

Redirects are done with .htaccess files.  I simply created one at 
/www/lucene.apache.org - though we should put this in svn somewhere so 
that the entire site can be simply checked out from scratch.

I did the same .htaccess trick in the jakarta site module and checked 
it in and then checked it back out on the server.

Hopefully the URL's have not broken that used to work, though Otis said 
that we used to have a redirect from / -> /docs/index.html.

If things are not redirecting properly, let me know the details and 
I'll do my best to adjust them.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Bernhard Messer <bm...@apache.org>.
Doug Cutting schrieb:

> Bernhard Messer wrote:
>
>> Doug, you placed a copy of the website in the "java" directory. In 
>> both, the original and the java directory the "api" directory is 
>> missing. I can't copy it into because of the access rights :-(
>
>
> Argh.  The group protection is 'lucene', as it should be, but you're 
> not in 'lucene'.  We need to fix that.
>
> Erik, can we please undo the redirects and roll back to 
> http://jakarta.apache.org/lucene/ until we get lucene.apache.org fully 
> setup?  Thanks.

Erik, if it is helpful for you, there is a copy of the current javadocs 
in my home directory and should be readable for you. I run ant-javadocs 
on the server a few minutes ago, so i think it could be copied to the 
new web directory.

Bernhard


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Feb 14, 2005, at 4:12 PM, Bernhard Messer wrote:

> It seems that everything is fine now with the website :-)

I noticed the /java/docs/api area is fine too now that the DNS seems to 
be working again.

Just let me know when you're ok with me turning the redirect back on 
from jakarta.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Bernhard Messer <bm...@apache.org>.
It seems that everything is fine now with the website :-)

Bernhard


>
> On Feb 14, 2005, at 2:33 PM, Doug Cutting wrote:
>
>> Bernhard Messer wrote:
>>
>>> Doug, you placed a copy of the website in the "java" directory. In 
>>> both, the original and the java directory the "api" directory is 
>>> missing. I can't copy it into because of the access rights :-(
>>
>>
>> Argh.  The group protection is 'lucene', as it should be, but you're 
>> not in 'lucene'.  We need to fix that.
>
>
> Was the /docs/api the only thing that is broken?
>
> I'm pretty sure that is now fixed with the symlink I made.
>
>> Erik, can we please undo the redirects and roll back to 
>> http://jakarta.apache.org/lucene/ until we get lucene.apache.org 
>> fully setup?  Thanks.
>
>
> Ok - redirect turned off from Jakarta for now.
>
>     Erik
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Feb 14, 2005, at 2:33 PM, Doug Cutting wrote:

> Bernhard Messer wrote:
>> Doug, you placed a copy of the website in the "java" directory. In 
>> both, the original and the java directory the "api" directory is 
>> missing. I can't copy it into because of the access rights :-(
>
> Argh.  The group protection is 'lucene', as it should be, but you're 
> not in 'lucene'.  We need to fix that.

Was the /docs/api the only thing that is broken?

I'm pretty sure that is now fixed with the symlink I made.

> Erik, can we please undo the redirects and roll back to 
> http://jakarta.apache.org/lucene/ until we get lucene.apache.org fully 
> setup?  Thanks.

Ok - redirect turned off from Jakarta for now.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Doug Cutting <cu...@apache.org>.
Bernhard Messer wrote:
> Doug, you placed a copy of the website in the "java" directory. In both, 
> the original and the java directory the "api" directory is missing. I 
> can't copy it into because of the access rights :-(

Argh.  The group protection is 'lucene', as it should be, but you're not 
in 'lucene'.  We need to fix that.

Erik, can we please undo the redirects and roll back to 
http://jakarta.apache.org/lucene/ until we get lucene.apache.org fully 
setup?  Thanks.

I'm in a meeting for the next few hours...

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Bernhard Messer <bm...@apache.org>.
Doug Cutting schrieb:

> Erik Hatcher wrote:
>
>>> It also might be a good time to think about mailing list names.  
>>> There was a request on infrastructure@ to move lucene-dev@jakarta to 
>>> dev@lucene, would it make more sense to move it to java-dev@lucene?
>>
>>
>>
>> NOW you tell me!!!!  :)
>>
>> I think until we have these elusive other languages in, we should 
>> stick with dev@.  We certainly want to have a cohesive Lucene 
>> community regardless of language, and dev@ makes sense to keep across 
>> all languages to me.
>
>
> I (respectfully) disagree.  I don't think other Apache projects work 
> that way.  Sub-projects have their own development lists.  Perhaps we 
> should have new mailing lists for the top-level project, but the 
> mailing list that replaces lucene-dev@jakarta.apache.org should be 
> specific to Lucene Java.
>
> In general, nearly everything related to Jakarta Lucene should be 
> moved to the Java sub-project of TLP Lucene.  There may be some 
> exceptions, but those should be the results of public deliberations.  
> For example, Garrett suggested that the file format documentation 
> might move to the top-level.  There's merit to that, but we should 
> figure out how each port will describe what version of the file format 
> it implements, whether it implements any extensions, etc. before we 
> yank the file format documentation from the lucene port.
>
> And we also want to try not to break URLs when we move things.  For 
> this reason it's best to move things as few tims as possible, so that 
> we don't end up with a confusing set of redirects.
>
Doug, you placed a copy of the website in the "java" directory. In both, 
the original and the java directory the "api" directory is missing. I 
can't copy it into because of the access rights :-(

Bernhard


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Doug Cutting <cu...@apache.org>.
Henri Yandell wrote:
> On names, Lucene Java might hit trademark issues I guess. So potential
> worry there.

Good point.  Although I note that Apache already has projects called 
"Xerces Java" and "Xalan Java".  Sun says:

http://www.sun.com/policies/trademarks/#20c

So, technically, the fullname of the product should be "Lucene for the 
Java platform", which we might sometimes abbreviate "Lucene Java".

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Henri Yandell <fl...@gmail.com>.
I'll happily change the Jakarta site whenever you're ready. 

On names, Lucene Java might hit trademark issues I guess. So potential
worry there.

Hen

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Paul Smith <ps...@aconex.com>.
Hey all, I can only suggest what we do at Apache Logging Services that 
seems to work well for us.  Have seperate user & dev list for each sub 
product (so a user and dev for Lucene for Java, or what ever), have a 
general@lucene.apache.org mailing list for discussions that are relevant 
to all sub-products (agreeing on file formats etc, interoperability 
issues, trading dessert recipies), and a private pmc@ list.

Anyway, good luck guys.

cheers,

Paul

Otis Gospodnetic wrote:

>I'm with Garrett.  I think we do need a top level dev@ list for
>discussion of cross-port issues, like index format and compatibility,
>etc.  We also need per-port and per-app lists.
>
>Otis
>
>
>--- Garrett Rooney <ro...@electricjellyfish.net> wrote:
>
>  
>
>>Doug Cutting wrote:
>>    
>>
>>>Erik Hatcher wrote:
>>>
>>>      
>>>
>>>>I've amended my request for e-mail lists here with Doug's
>>>>        
>>>>
>>preference:
>>    
>>
>>>>    http://issues.apache.org/jira/browse/INFRA-195
>>>>        
>>>>
>>>Do others agree this is the best approach?  I don't mean to be 
>>>autocratic.  Do we imagine different pools of users and developers
>>>      
>>>
>>for 
>>    
>>
>>>different Lucene sub-projects, or one big pool for all of them?  I 
>>>assume they'll be mostly disjoint.
>>>      
>>>
>>Personally I'm in favor of separate lists for subprojects, with a 
>>separate list for the top level for discussing things like changing
>>file 
>>formats and other stuff that more than one port would need to be 
>>concerned about.  I didn't bring it up before since I'm the new kid
>>on 
>>the block and I didn't want to seem presumptuous.
>>
>>-garrett
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
>>
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
>
>
>  
>

Re: lucene.apache.org

Posted by Otis Gospodnetic <ot...@yahoo.com>.
I'm with Garrett.  I think we do need a top level dev@ list for
discussion of cross-port issues, like index format and compatibility,
etc.  We also need per-port and per-app lists.

Otis


--- Garrett Rooney <ro...@electricjellyfish.net> wrote:

> Doug Cutting wrote:
> > Erik Hatcher wrote:
> > 
> >> I've amended my request for e-mail lists here with Doug's
> preference:
> >>
> >>     http://issues.apache.org/jira/browse/INFRA-195
> > 
> > 
> > Do others agree this is the best approach?  I don't mean to be 
> > autocratic.  Do we imagine different pools of users and developers
> for 
> > different Lucene sub-projects, or one big pool for all of them?  I 
> > assume they'll be mostly disjoint.
> 
> Personally I'm in favor of separate lists for subprojects, with a 
> separate list for the top level for discussing things like changing
> file 
> formats and other stuff that more than one port would need to be 
> concerned about.  I didn't bring it up before since I'm the new kid
> on 
> the block and I didn't want to seem presumptuous.
> 
> -garrett
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-help@jakarta.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
Doug Cutting wrote:
> Erik Hatcher wrote:
> 
>> I've amended my request for e-mail lists here with Doug's preference:
>>
>>     http://issues.apache.org/jira/browse/INFRA-195
> 
> 
> Do others agree this is the best approach?  I don't mean to be 
> autocratic.  Do we imagine different pools of users and developers for 
> different Lucene sub-projects, or one big pool for all of them?  I 
> assume they'll be mostly disjoint.

Personally I'm in favor of separate lists for subprojects, with a 
separate list for the top level for discussing things like changing file 
formats and other stuff that more than one port would need to be 
concerned about.  I didn't bring it up before since I'm the new kid on 
the block and I didn't want to seem presumptuous.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Doug Cutting <cu...@apache.org>.
Erik Hatcher wrote:
> I've amended my request for e-mail lists here with Doug's preference:
> 
>     http://issues.apache.org/jira/browse/INFRA-195

Do others agree this is the best approach?  I don't mean to be 
autocratic.  Do we imagine different pools of users and developers for 
different Lucene sub-projects, or one big pool for all of them?  I 
assume they'll be mostly disjoint.

> A new name now too?

I don't really want to open that can of worms if we can help it.  If 
folks are okay with "Lucene Java" then we're done.  I mostly just meant 
to point out that we *are* coining a new name, so we should state that, 
agree on what it means, and start using it.  I'm perfectly content with 
"Lucene Java" as a name for the project formerly known as "Jakarta 
Lucene".  So unless we hear vigorous objections, let's go with that.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Feb 14, 2005, at 2:21 PM, Doug Cutting wrote:

> Doug Cutting wrote:
>> And we also want to try not to break URLs when we move things.  For 
>> this reason it's best to move things as few tims as possible, so that 
>> we don't end up with a confusing set of redirects.
>
> More to the point, we also want to try not to break email addresses.  
> So the fewer times we change them the fewer forwards we'll have to 
> maintain.  The new dev list should be java-dev@lucene.apache.org, the 
> new user list should be java-user@lucene.apache.org, etc.

Man, I'm beginning to feel I'm screwing it all up :/

I've amended my request for e-mail lists here with Doug's preference:

	http://issues.apache.org/jira/browse/INFRA-195

> However if we want to take more time to consider what to name Lucene 
> Java, then we should backout the redirects and stay at 
> http://www.jakarta.apache.org/lucene/ until we've picked a new name.

A new name now too?  Wow, we've really been disorganized with our TLP 
move.  My apologies for rushing things.    The redirects seem fine to 
me now - as they go from the old jakarta.apache.org/lucene/* URL's into 
lucene.apache.org/java/*.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Doug Cutting <cu...@apache.org>.
Doug Cutting wrote:
> And we also want to try not to break URLs when we move things.  For this 
> reason it's best to move things as few tims as possible, so that we 
> don't end up with a confusing set of redirects.

More to the point, we also want to try not to break email addresses.  So 
the fewer times we change them the fewer forwards we'll have to 
maintain.  The new dev list should be java-dev@lucene.apache.org, the 
new user list should be java-user@lucene.apache.org, etc.

If folks don't like the moniker "Lucene Java" then we could consider 
different names, like "Lucene4j" or somesuch.

Apache started out with just a single project, the web server.  When 
other (now called "top level") projects were added, the webserver was 
renamed "Apache Server" and was hosted at httpd.apache.org.  Eventually 
the name evolved to "Apache HTTP Server".

We're in a similar situation.  Lucene is both the top-level name and the 
flagship sub-project.  It is the burden of the sub-project to rename itself.

However if we want to take more time to consider what to name Lucene 
Java, then we should backout the redirects and stay at 
http://www.jakarta.apache.org/lucene/ until we've picked a new name.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Doug Cutting <cu...@apache.org>.
Erik Hatcher wrote:
>> It also might be a good time to think about mailing list names.  There 
>> was a request on infrastructure@ to move lucene-dev@jakarta to 
>> dev@lucene, would it make more sense to move it to java-dev@lucene?
> 
> 
> NOW you tell me!!!!  :)
> 
> I think until we have these elusive other languages in, we should stick 
> with dev@.  We certainly want to have a cohesive Lucene community 
> regardless of language, and dev@ makes sense to keep across all 
> languages to me.

I (respectfully) disagree.  I don't think other Apache projects work 
that way.  Sub-projects have their own development lists.  Perhaps we 
should have new mailing lists for the top-level project, but the mailing 
list that replaces lucene-dev@jakarta.apache.org should be specific to 
Lucene Java.

In general, nearly everything related to Jakarta Lucene should be moved 
to the Java sub-project of TLP Lucene.  There may be some exceptions, 
but those should be the results of public deliberations.  For example, 
Garrett suggested that the file format documentation might move to the 
top-level.  There's merit to that, but we should figure out how each 
port will describe what version of the file format it implements, 
whether it implements any extensions, etc. before we yank the file 
format documentation from the lucene port.

And we also want to try not to break URLs when we move things.  For this 
reason it's best to move things as few tims as possible, so that we 
don't end up with a confusing set of redirects.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Feb 14, 2005, at 12:39 PM, Garrett Rooney wrote:

> Doug Cutting wrote:
>> Garrett Rooney wrote:
>>> Agreed.  Java Lucene is a subproject of the Lucene TLP, leaving the 
>>> existing Java Lucene site there for the time being seems ok, just so 
>>> we have something there, but we should endeavour to put up something 
>>> more permanent ASAP.
>> I think, for the present, http://lucene.apache.org/ should redirect 
>> to http://lucene.apache.org/java/.
>
> It also might be a good time to think about mailing list names.  There 
> was a request on infrastructure@ to move lucene-dev@jakarta to 
> dev@lucene, would it make more sense to move it to java-dev@lucene?

NOW you tell me!!!!  :)

I think until we have these elusive other languages in, we should stick 
with dev@.  We certainly want to have a cohesive Lucene community 
regardless of language, and dev@ makes sense to keep across all 
languages to me.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
Doug Cutting wrote:
> Garrett Rooney wrote:
> 
>> Agreed.  Java Lucene is a subproject of the Lucene TLP, leaving the 
>> existing Java Lucene site there for the time being seems ok, just so 
>> we have something there, but we should endeavour to put up something 
>> more permanent ASAP.
> 
> 
> I think, for the present, http://lucene.apache.org/ should redirect to 
> http://lucene.apache.org/java/.

It also might be a good time to think about mailing list names.  There 
was a request on infrastructure@ to move lucene-dev@jakarta to 
dev@lucene, would it make more sense to move it to java-dev@lucene?

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Doug Cutting <cu...@apache.org>.
Garrett Rooney wrote:
> Agreed.  Java Lucene is a subproject of the Lucene TLP, leaving the 
> existing Java Lucene site there for the time being seems ok, just so we 
> have something there, but we should endeavour to put up something more 
> permanent ASAP.

I think, for the present, http://lucene.apache.org/ should redirect to 
http://lucene.apache.org/java/.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
Doug Cutting wrote:
> Erik Hatcher wrote:
> 
>> I have checked out our current site to the lucene.apache.org area, 
>> and  I've also set up a redirect from the jakarta.apache.org/lucene area.
> 
> 
> Keep in mind, there are two projects here:
> 
> 1. Porting Java Lucene's site to Forrest.  This should be structured as 
> a sub-project of lucene.apache.org.  It should be maintained in 
> https://svn.apache.org/repos/asf/lucene/java/trunk/docs/.
> 
> 2. Building a new site for lucene.apache.org.  This should initially 
> contain a single sub-project, "Lucene Java".  This site should be 
> maintained in https://svn.apache.org/repos/asf/lucene/site/.
> 
> We expect to shortly be adding more sub-projects, and we don't want to 
> have to re-structure the site again soon, so let's structure it for the 
> long-term from the start.  Make sense?

Agreed.  Java Lucene is a subproject of the Lucene TLP, leaving the 
existing Java Lucene site there for the time being seems ok, just so we 
have something there, but we should endeavour to put up something more 
permanent ASAP.

Another thing we might want to think about is that there is some 
documentation in the Java Lucene site that might fit better in the top 
level, like file formats and other things that are expected to be 
consistent across the various implementations.  I'd like to see us make 
room in the top level for that sort of thing, in addition to things like 
links to subprojects and whatnot.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Doug Cutting <cu...@apache.org>.
Erik Hatcher wrote:
> I have checked out our current site to the lucene.apache.org area, and  
> I've also set up a redirect from the jakarta.apache.org/lucene area.

Keep in mind, there are two projects here:

1. Porting Java Lucene's site to Forrest.  This should be structured as 
a sub-project of lucene.apache.org.  It should be maintained in 
https://svn.apache.org/repos/asf/lucene/java/trunk/docs/.

2. Building a new site for lucene.apache.org.  This should initially 
contain a single sub-project, "Lucene Java".  This site should be 
maintained in https://svn.apache.org/repos/asf/lucene/site/.

We expect to shortly be adding more sub-projects, and we don't want to 
have to re-structure the site again soon, so let's structure it for the 
long-term from the start.  Make sense?

Do we need a separate logo for Lucene Java? Now I'm beginning to see the 
need for Murray Altheim's logo work:

http://www.mail-archive.com/lucene-dev@jakarta.apache.org/msg07799.html

If we adopted this, then we could use the same font to easily generate 
logos for "Lucene Java", "Lucene 4c", "Lucene .Net", etc.  Some 
potential sub-projects (e.g., Nutch) already have distinct logos, but it 
might make sense to use similar logos for ports.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
Erik Hatcher wrote:
> I have checked out our current site to the lucene.apache.org area, and  
> I've also set up a redirect from the jakarta.apache.org/lucene area.
> 
> Things are redirecting fine for me.  Let me know if you encounter any  
> issues, but also be patient in case the DNS updates for  
> lucene.apache.org have not taken effect for you.

Seems to work fine here, but perhaps someone should make a pass through 
the site and clean out the "Jakarta" references, plus perhaps a "Hey, 
we're a top level project" news item would be nice ;-)

-garrett


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
I have checked out our current site to the lucene.apache.org area, and  
I've also set up a redirect from the jakarta.apache.org/lucene area.

Things are redirecting fine for me.  Let me know if you encounter any  
issues, but also be patient in case the DNS updates for  
lucene.apache.org have not taken effect for you.

	Erik


On Feb 14, 2005, at 7:37 AM, Erik Hatcher wrote:

> We now have lucene.apache.org mapped, yet we don't have a site there  
> yet.
>
> Doug - do you have your Forest work handy?  Or has anyone else stepped  
> up to build the web site?
>
> I'll try later today to get our current site up at the new domain to  
> have a starting point.
>
> 	Erik
>
>
> Begin forwarded message:
>
>> From: fielding@apache.org
>> Date: February 14, 2005 2:02:10 AM EST
>> To: infrastructure-cvs@apache.org
>> Subject: svn commit: r153726 -  
>> infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>>
>> Author: fielding
>> Date: Sun Feb 13 23:02:08 2005
>> New Revision: 153726
>>
>> Log:
>> add lucene.apache.org
>>
>> Modified:
>>     infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>>
>> Modified:  
>> infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>> ====================================================================== 
>> ========
>> --- infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf  
>> (original)
>> +++ infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf  
>> Sun Feb 13 23:02:08 2005
>> @@ -238,3 +238,11 @@
>>     RewriteOptions inherit
>>  </VirtualHost>
>>
>> +<VirtualHost *>
>> +   DocumentRoot /x1/www/lucene.apache.org
>> +   ServerName lucene.apache.org
>> +   ServerAlias lucene.*.apache.org
>> +   RewriteEngine On
>> +   RewriteOptions inherit
>> +</VirtualHost>
>> +
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Doug Cutting <cu...@apache.org>.
Erik Hatcher wrote:
> Doug - do you have your Forest work handy?  Or has anyone else stepped  
> up to build the web site?

I don't have anything reusable.  I converted Nutch from a different (not 
Anakia) XML-based site to Forrest with little difficulty (mostly using 
string replace in Emacs).

I started by downloading Forrest and using the tutorial to seed a new 
project:

http://forrest.apache.org/docs/your-project.html

Then I outlined the site in site.xml and translated pages to the new 
schema.  Forrest's default directory layout was not intuitive to me, and 
it can be changed, but I left it alone, opting to keep things as vanilla 
as possible.

Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Feb 14, 2005, at 8:11 AM, Kelvin Tan wrote:
> I'm happy to help, but I haven't been keeping track of this thread..  
> What needs to be done, and how can I help?

The idea is to Forrest-ize the Lucene site, rather than using  
jakarta-site2 and anakia.  Doug said he's worked with Forrest some and  
that it was easy to get up and running with it.

	Erik


>
> k
>
> On Mon, 14 Feb 2005 07:37:38 -0500, Erik Hatcher wrote:
>>  We now have lucene.apache.org mapped, yet we don't have a site
>>  there yet.
>>
>>  Doug - do you have your Forest work handy?  Or has anyone else
>>  stepped up to build the web site?
>>
>>  I'll try later today to get our current site up at the new domain
>>  to have a starting point.
>>
>>  Erik
>>
>>
>>  Begin forwarded message:
>>
>>>  From: fielding@apache.org
>>>  Date: February 14, 2005 2:02:10 AM EST
>>>  To: infrastructure-cvs@apache.org
>>>  Subject: svn commit: r153726 -
>>>  infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>>>
>>>  Author: fielding
>>>  Date: Sun Feb 13 23:02:08 2005
>>>  New Revision: 153726
>>>
>>>  Log:
>>>  add lucene.apache.org
>>>
>>>  Modified:
>>>  infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>>>
>>>  Modified:
>>>  infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>>>  ==================================================================== 
>>> ==
>>>  = =======
>>>  --- infrastructure/trunk/httpd-
>>>  conf/www.apache.org/vhosts/others.conf (original)
>>>  +++ infrastructure/trunk/httpd-
>>>  conf/www.apache.org/vhosts/others.conf Sun Feb 13 23:02:08 2005
>>>  @@ -238,3 +238,11 @@ RewriteOptions inherit </VirtualHost>
>>>
>>>  +<VirtualHost *>
>>>  +   DocumentRoot /x1/www/lucene.apache.org
>>>  +   ServerName lucene.apache.org
>>>  +   ServerAlias lucene.*.apache.org
>>>  +   RewriteEngine On
>>>  +   RewriteOptions inherit
>>>  +</VirtualHost>
>>>  +
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org


Re: lucene.apache.org

Posted by Kelvin Tan <ke...@relevanz.com>.
I'm happy to help, but I haven't been keeping track of this thread.. What needs to be done, and how can I help?

k

On Mon, 14 Feb 2005 07:37:38 -0500, Erik Hatcher wrote:
>�We now have lucene.apache.org mapped, yet we don't have a site
>�there yet.
>
>�Doug - do you have your Forest work handy? �Or has anyone else
>�stepped up to build the web site?
>
>�I'll try later today to get our current site up at the new domain
>�to have a starting point.
>
>�Erik
>
>
>�Begin forwarded message:
>
>>�From: fielding@apache.org
>>�Date: February 14, 2005 2:02:10 AM EST
>>�To: infrastructure-cvs@apache.org
>>�Subject: svn commit: r153726 -
>>�infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>>
>>�Author: fielding
>>�Date: Sun Feb 13 23:02:08 2005
>>�New Revision: 153726
>>
>>�Log:
>>�add lucene.apache.org
>>
>>�Modified:
>>�infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>>
>>�Modified:
>>�infrastructure/trunk/httpd-conf/www.apache.org/vhosts/others.conf
>>�======================================================================
>>�= =======
>>�--- infrastructure/trunk/httpd-
>>�conf/www.apache.org/vhosts/others.conf (original)
>>�+++ infrastructure/trunk/httpd-
>>�conf/www.apache.org/vhosts/others.conf Sun Feb 13 23:02:08 2005
>>�@@ -238,3 +238,11 @@ RewriteOptions inherit </VirtualHost>
>>
>>�+<VirtualHost *>
>>�+ � DocumentRoot /x1/www/lucene.apache.org
>>�+ � ServerName lucene.apache.org
>>�+ � ServerAlias lucene.*.apache.org
>>�+ � RewriteEngine On
>>�+ � RewriteOptions inherit
>>�+</VirtualHost>
>>�+



---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org