You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/04/23 08:48:44 UTC

[cassandra-website] branch asf-staging updated (12d43b5 -> 4fe576a)

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

mck pushed a change to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git.


    from 12d43b5  Update ML destinations for github notifications.  Also add staging and github details.
     add 69eee8c  Update readme with staging info
     add 6960a96  Add robots.txt: only crawl/index the top-level doc version aliases
     new e2ca189  Always use https
     new 4fe576a  regenerate website, and test mck/https-always

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          | 7 +++++++
 content/.htaccess  | 3 +++
 content/feed.xml   | 2 +-
 content/robots.txt | 5 +++++
 src/.htaccess      | 3 +++
 src/robots.txt     | 5 +++++
 6 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 content/robots.txt
 create mode 100644 src/robots.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-website] 02/02: regenerate website, and test mck/https-always

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

mck pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git

commit 4fe576a78ac6fb27b362d23f6204ac26819ab5a2
Author: mck <mc...@apache.org>
AuthorDate: Thu Apr 23 10:47:27 2020 +0200

    regenerate website, and test mck/https-always
---
 content/.htaccess  | 3 +++
 content/feed.xml   | 2 +-
 content/robots.txt | 5 +++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/content/.htaccess b/content/.htaccess
index 00c9ec3..dd8c182 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -1 +1,4 @@
 RewriteEngine On
+
+RewriteCond %{HTTPS} !=on
+RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
diff --git a/content/feed.xml b/content/feed.xml
index 4d5c998..656356d 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="http://cassandra.apache.org/feed.xml" rel="self" type="application/atom+xml" /><link href="http://cassandra.apache.org/" rel="alternate" type="text/html" /><updated>2020-04-20T22:11:10+00:00</updated><id>http://cassandra.apache.org/</id><title type="html">Apache Cassandra Website</title><subtitle>The Apache Cassandra databas [...]
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.4.3">Jekyll</generator><link href="http://cassandra.apache.org/feed.xml" rel="self" type="application/atom+xml" /><link href="http://cassandra.apache.org/" rel="alternate" type="text/html" /><updated>2020-04-23T08:33:19+00:00</updated><id>http://cassandra.apache.org/</id><title type="html">Apache Cassandra Website</title><subtitle>The Apache Cassandra databas [...]
 </subtitle><entry><title type="html">Even Higher Availability with 5x Faster Streaming in Cassandra 4.0</title><link href="http://cassandra.apache.org/blog/2019/04/09/benchmarking_streaming.html" rel="alternate" type="text/html" title="Even Higher Availability with 5x Faster Streaming in Cassandra 4.0" /><published>2019-04-09T08:00:00+00:00</published><updated>2019-04-09T08:00:00+00:00</updated><id>http://cassandra.apache.org/blog/2019/04/09/benchmarking_streaming</id><content type="html [...]
 
 &lt;h2 id=&quot;high-availability&quot;&gt;High Availability&lt;/h2&gt;
diff --git a/content/robots.txt b/content/robots.txt
new file mode 100644
index 0000000..7dee6d3
--- /dev/null
+++ b/content/robots.txt
@@ -0,0 +1,5 @@
+User-agent: *
+Disallow: /doc
+Allow: /doc/3.11
+Allow: /doc/latest
+Allow: /doc/stable


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra-website] 01/02: Always use https

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

mck pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git

commit e2ca1895d953fd36eb9cbed85a32f71fee4b89f7
Author: mck <mc...@apache.org>
AuthorDate: Wed Apr 22 21:59:09 2020 +0200

    Always use https
---
 src/.htaccess | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/.htaccess b/src/.htaccess
index 00c9ec3..dd8c182 100644
--- a/src/.htaccess
+++ b/src/.htaccess
@@ -1 +1,4 @@
 RewriteEngine On
+
+RewriteCond %{HTTPS} !=on
+RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org