You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2020/02/15 23:15:38 UTC

[lucene-site] branch production updated (c9253c8 -> 698c1c8)

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

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


    from c9253c8  Merge branch 'master' into production
     add e2ac637  CMS commit to lucene by namgyu
     add bcda3bb  CMS commit to lucene by namgyu
     add b5cc87e  Remove LTS wording
     add fdb54f4  CVE announcement
     add ad30c5b  Adding Tutorials & Documentation sub sections to resources.md and removing "Community" section which was moved way back
     add 9d6ada9  re-word link to Solr Ref Guide to remove implication of downloading it
     add 9dacdff  CMS commit to lucene
     add 793b84d  Update website for 8.3.1 release
     add aeb64bd  Add Bruno Roustant in committer list.
     add 5740cb1  Update website for 8.4.0 release
     add 04ff37c  Update website for 8.4.1 release
     add f06126f  Fix news category and ASF header
     add 19a6edc  Update latest refGuide link
     add 6db81b5  Add ASF notice, fix some headers and footers, copyright year etc
     add 99eb410  Fix broken core links and fix core download page sidebar
     add 303a5bf  Change wiki links to new Connfluence
     add 217a36c  Fix lucene core sidebar links, remove Apache Lucy from related since it is in the attic
     add 94faeb8  Clean up double entries in whoweare.md and fix sorting on last names
     add a237528  Update to 8.4.1 in htaccess
     add 4b17847  Remove Lucy from sidebars
     add 7c0820d  Update instructions on how to update the web site
     add 9378b2f  Merge pull request #10 from cominvent/lucene9057-take2
     add b5141d0  Cleanup some files we won't need (#7)
     add ec49158  Simple build script (#8)
     add ae41da4  Change build.sh script to use -l (live) instead of -s to avoid clash with pelican -s option.
     add bd3aa3a  LUCENE-8987: Add features.html to new website
     add baf65c7  Upgrade md_inline_extension plugin
     add 26bf54c  Try to disable md_inline_extension
     add 740c3f3  Fix broken links in core/systemreqs.html
     new 698c1c8  Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-site into production

The 1 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:
 Makefile                                           |  82 --------------
 README.md                                          |  26 +++--
 build.sh                                           |  64 +++++++++++
 content/.htaccess                                  |   6 +-
 ...-available.md => 2019-12-03-8-3-1-available.md} |  13 ++-
 .../core/core_news/2019-12-29-8-4-0-available.md   |  29 +++++
 ...-available.md => 2020-01-13-8-4-1-available.md} |  11 +-
 content/main_news/2019-12-03-8-3-1-available.md    |  21 ++++
 content/main_news/2019-12-29-8-4-0-available.md    |  30 ++++++
 content/main_news/2020-01-13-8-4-1-available.md    |  19 ++++
 content/pages/core/developer.md                    |   2 +-
 content/pages/core/discussion.md                   |   8 +-
 content/pages/core/features.md                     |  32 ++++++
 content/pages/core/index.md                        |   2 +-
 content/pages/latestversion.md                     |   4 -
 content/pages/mirrors-core-latest-redir.md         |  13 ---
 content/pages/mirrors-core-redir.md                |  13 ---
 content/pages/site-instructions.md                 |  29 +----
 content/pages/solr/community.md                    |  16 +--
 content/pages/solr/downloads.md                    |  16 +++
 content/pages/solr/features.md                     |  16 +++
 content/pages/solr/guide.md                        |   4 +-
 content/pages/solr/index.md                        |  16 +++
 content/pages/solr/logos-and-assets.md             |  16 +++
 content/pages/solr/news.md                         |  16 +++
 content/pages/solr/quickstart.md                   |  16 +++
 content/pages/solr/resources.md                    |  60 ++++++++++-
 content/pages/whoweare.md                          |  18 ++--
 .../solr/solr_news/2019-11-18-cve-announcement.md  |  55 ++++++++++
 .../solr/solr_news/2019-12-03-8-3-1-available.md   |  28 +++++
 .../solr/solr_news/2019-12-29-8-4-0-available.md   |  42 ++++++++
 .../solr/solr_news/2020-01-13-8-4-1-available.md   |  41 +++++++
 pelicanconf.py                                     |   9 +-
 .../pelican_inline_markdown_extension.py           |   2 +-
 publishconf.py                                     |  25 -----
 tasks.py                                           | 120 ---------------------
 themes/lucene/templates/lucene/_footer.html        |   5 +-
 themes/lucene/templates/lucene/core/_sidebar.html  |  13 ++-
 .../templates/lucene/core/documentation.html       |   4 +-
 themes/lucene/templates/lucene/core/downloads.html |   1 -
 .../lucene/templates/lucene/core/quickstart.html   |   2 +-
 .../lucene/templates/lucene/core/systemreqs.html   |   4 +-
 .../templates/lucene/openrelevance/_sidebar.html   |   1 -
 .../lucene/templates/lucene/pylucene/_sidebar.html |   1 -
 .../templates/lucene/pylucene/jcc/_sidebar.html    |   1 -
 themes/lucene/templates/lucene/tlp/_sidebar.html   |   3 -
 themes/lucene/templates/solr/_copyright.html       |   2 +-
 themes/lucene/templates/solr/downloads.html        |   8 +-
 themes/lucene/templates/solr/resources.html        |   1 -
 49 files changed, 596 insertions(+), 370 deletions(-)
 delete mode 100644 Makefile
 create mode 100755 build.sh
 copy content/core/core_news/{2018-06-27-7-4-0-available.md => 2019-12-03-8-3-1-available.md} (65%)
 create mode 100644 content/core/core_news/2019-12-29-8-4-0-available.md
 copy content/core/core_news/{2018-06-27-7-4-0-available.md => 2020-01-13-8-4-1-available.md} (69%)
 create mode 100644 content/main_news/2019-12-03-8-3-1-available.md
 create mode 100644 content/main_news/2019-12-29-8-4-0-available.md
 create mode 100644 content/main_news/2020-01-13-8-4-1-available.md
 create mode 100644 content/pages/core/features.md
 delete mode 100644 content/pages/latestversion.md
 delete mode 100644 content/pages/mirrors-core-latest-redir.md
 delete mode 100644 content/pages/mirrors-core-redir.md
 create mode 100644 content/solr/solr_news/2019-11-18-cve-announcement.md
 create mode 100644 content/solr/solr_news/2019-12-03-8-3-1-available.md
 create mode 100644 content/solr/solr_news/2019-12-29-8-4-0-available.md
 create mode 100644 content/solr/solr_news/2020-01-13-8-4-1-available.md
 delete mode 100644 publishconf.py
 delete mode 100644 tasks.py


[lucene-site] 01/01: Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-site into production

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

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

commit 698c1c89fa520ef464f1fefaa934615da89ce95e
Merge: c9253c8 740c3f3
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Sun Feb 16 00:15:16 2020 +0100

    Merge branch 'master' of https://gitbox.apache.org/repos/asf/lucene-site into production

 Makefile                                           |  82 --------------
 README.md                                          |  26 +++--
 build.sh                                           |  64 +++++++++++
 content/.htaccess                                  |   6 +-
 .../core/core_news/2019-12-03-8-3-1-available.md   |  20 ++++
 .../core/core_news/2019-12-29-8-4-0-available.md   |  29 +++++
 .../core/core_news/2020-01-13-8-4-1-available.md   |  16 +++
 content/main_news/2019-12-03-8-3-1-available.md    |  21 ++++
 content/main_news/2019-12-29-8-4-0-available.md    |  30 ++++++
 content/main_news/2020-01-13-8-4-1-available.md    |  19 ++++
 content/pages/core/developer.md                    |   2 +-
 content/pages/core/discussion.md                   |   8 +-
 content/pages/core/features.md                     |  32 ++++++
 content/pages/core/index.md                        |   2 +-
 content/pages/latestversion.md                     |   4 -
 content/pages/mirrors-core-latest-redir.md         |  13 ---
 content/pages/mirrors-core-redir.md                |  13 ---
 content/pages/site-instructions.md                 |  29 +----
 content/pages/solr/community.md                    |  16 +--
 content/pages/solr/downloads.md                    |  16 +++
 content/pages/solr/features.md                     |  16 +++
 content/pages/solr/guide.md                        |   4 +-
 content/pages/solr/index.md                        |  16 +++
 content/pages/solr/logos-and-assets.md             |  16 +++
 content/pages/solr/news.md                         |  16 +++
 content/pages/solr/quickstart.md                   |  16 +++
 content/pages/solr/resources.md                    |  60 ++++++++++-
 content/pages/whoweare.md                          |  18 ++--
 .../solr/solr_news/2019-11-18-cve-announcement.md  |  55 ++++++++++
 .../solr/solr_news/2019-12-03-8-3-1-available.md   |  28 +++++
 .../solr/solr_news/2019-12-29-8-4-0-available.md   |  42 ++++++++
 .../solr/solr_news/2020-01-13-8-4-1-available.md   |  41 +++++++
 pelicanconf.py                                     |   9 +-
 .../pelican_inline_markdown_extension.py           |   2 +-
 publishconf.py                                     |  25 -----
 tasks.py                                           | 120 ---------------------
 themes/lucene/templates/lucene/_footer.html        |   5 +-
 themes/lucene/templates/lucene/core/_sidebar.html  |  13 ++-
 .../templates/lucene/core/documentation.html       |   4 +-
 themes/lucene/templates/lucene/core/downloads.html |   1 -
 .../lucene/templates/lucene/core/quickstart.html   |   2 +-
 .../lucene/templates/lucene/core/systemreqs.html   |   4 +-
 .../templates/lucene/openrelevance/_sidebar.html   |   1 -
 .../lucene/templates/lucene/pylucene/_sidebar.html |   1 -
 .../templates/lucene/pylucene/jcc/_sidebar.html    |   1 -
 themes/lucene/templates/lucene/tlp/_sidebar.html   |   3 -
 themes/lucene/templates/solr/_copyright.html       |   2 +-
 themes/lucene/templates/solr/downloads.html        |   8 +-
 themes/lucene/templates/solr/resources.html        |   1 -
 49 files changed, 619 insertions(+), 359 deletions(-)