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:46 UTC

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

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