You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/02/21 22:21:22 UTC

[lucene-site] branch main/lucene updated (e1886dc -> 41c125d)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a change to branch main/lucene
in repository https://gitbox.apache.org/repos/asf/lucene-site.git.


    from e1886dc  Update announcement that Solr has moved
     new 83da74e  Correct link in README
     new 41c125d  Temporarily redirect to the Solr staging site, for testing

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md                                 | 2 +-
 themes/lucene/templates/htaccess.template | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)


[lucene-site] 02/02: Temporarily redirect to the Solr staging site, for testing

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main/lucene
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 41c125dc0d116e8ee593bd8b16e6cd8d14935284
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Sun Feb 21 23:21:07 2021 +0100

    Temporarily redirect to the Solr staging site, for testing
---
 themes/lucene/templates/htaccess.template | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/themes/lucene/templates/htaccess.template b/themes/lucene/templates/htaccess.template
index c4975b1..19ca380 100644
--- a/themes/lucene/templates/htaccess.template
+++ b/themes/lucene/templates/htaccess.template
@@ -127,7 +127,9 @@ RedirectMatch Permanent ^/nutch/(.*)$ https://nutch.apache.org/$1
 RedirectMatch Permanent ^/lucy/(.*)$ https://lucy.apache.org/
 
 # promote Solr to TLP
-RedirectMatch Permanent ^/solr/(.*)$ https://solr.apache.org/$1
+# TODO: This links to the staging site for new Solr - change the redirect to TLP page
+#RedirectMatch Permanent ^/solr/(.*)$ https://solr.apache.org/$1
+RedirectMatch Permanent ^/solr/(.*)$ https://lucene-solrtlp.staged.apache.org/$1
 
 
 ### Javadocs & Solr Refguide


[lucene-site] 01/02: Correct link in README

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch main/lucene
in repository https://gitbox.apache.org/repos/asf/lucene-site.git

commit 83da74edff7fbda73b78c448fbdb5695908c9ce5
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Sun Feb 21 23:14:40 2021 +0100

    Correct link in README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9e1edb5..701e7fe 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 This repository contains the "source code" of the Lucene website at [lucene.apache.org](https://lucene.apache.org/).
 
-**NOTE:** The Apache [Solr website](https://solr.apache.org/) now has [its own git repository(https://github.com/apache/solr-site)].
+**NOTE:** The Apache [Solr website](https://solr.apache.org/) now has [its own git repository](https://github.com/apache/solr-site).
 
 ## Building the site