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 8f69e54f2a277417bddf9b17313e902dfd0ea77e Author: mck <[email protected]> AuthorDate: Thu Apr 22 08:38:33 2021 +0200 Fixes from Joshua Levy --- content/.htaccess | 22 ++++++++++++++++++++++ ...y-with-5x-Faster-Streaming-in-Cassandra-4.html} | 2 +- content/blog/index.html | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/content/.htaccess b/content/.htaccess new file mode 100644 index 0000000..c50e90d --- /dev/null +++ b/content/.htaccess @@ -0,0 +1,22 @@ +<IfModule mod_rewrite.c> + RewriteEngine on + Redirect 301 /blog/2021/04/19/cass-world-party-speakers.html /blog/Speakers-Announced-for-April-28-Cassandra-4.0-World-Party.html + Redirect 301 /blog/2021/04/12/cass-changelog_6.html /blog/Apache-Cassandra-Changelog-6-April-2021.html + Redirect 301 /blog/2021/03/25/world_party.html /blog/World-Party.html + Redirect 301 /blog/2021/03/10/join_cassandra_gsoc_2021.html /blog/Join-Cassandra-GSoC-2021.html + Redirect 301 /blog/2021/03/08/cass_changelog_5.html /blog/Apache-Cassandra-Changelog-5-March-2021.html + Redirect 301 /blog/2021/02/11/cass-changelog_4.html /blog/Apache-Cassandra-Changelog-4-February-2021.html + Redirect 301 /blog/2021/01/19/cass-changelog_3.html /blog/Apache-Cassandra-Changelog-3-January-2021.html + Redirect 301 /blog/2020/12/01/cass_changelog_2.html /blog/Apache-Cassandra-Changelog-2-December-2020.html + Redirect 301 /blog/2020/10/28/cass_changelog_1.html /blog/Apache-Cassandra-ChanApache-Cassandra-Changelog-1-October-2020.html + Redirect 301 /blog/2020/09/17/cassandra-usage-report-2020.html /blog/Apache-Cassandra-Usage-Report-2020.html + Redirect 301 /blog/2020/09/03/improving-resiliency.html /blog/Improving-Apache-Cassandras-Front-Door-and-Backpressure.html + Redirect 301 /blog/2020/08/14/cassandra-and-kubernetes-sig-update.html /blog/Cassandra-and-Kubernetes-SIG-Update-and-Survey.html + Redirect 301 /blog/2020/07/20/apache-cassandra-4-0-beta1.html /blog/Introducing-Apache-Cassandra-4-Beta-Battle-Tested-From-Day-One.html + Redirect 301 /blog/2019/04/09/benchmarking_streaming.html /blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4.html + Redirect 301 /blog/2018/12/03/introducing-transient-replication.html /blog/Introducing-Transient-Replication.html + Redirect 301 /blog/2018/10/29/audit_logging_cassandra.html /blog/Audit-Logging-in-Apache-Cassandra-4.html + Redirect 301 /blog/2018/10/17/finding_bugs_with_property_based_testing.html /blog/Finding-Bugs-in-Cassandra's-Internals-with-Property-based-Testing.html + Redirect 301 /blog/2018/08/21/testing_apache_cassandra.html /blog/Testing-Apache-Cassandra-4.html + Redirect 301 /blog/2018/08/07/faster_streaming_in_cassandra.html /blog/Hardware-bound-Zero-Copy-Streaming-in-Apache-Cassandra-4.html +</IfModule> diff --git a/content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4 .html b/content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4.html similarity index 99% rename from content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4 .html rename to content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4.html index 81d6a8c..8718e7c 100644 --- a/content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4 .html +++ b/content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4.html @@ -10,7 +10,7 @@ <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap" rel="stylesheet"> - <script async defer data-domain="cassandra.staged.apache.org" src="https://plausible.cassandra.apache.org/js/plausible.js"></script></head> + </head> <body class="blog-index"> <div class="container mx-auto"> <div id="mobile-nav-overlay" class="hide"> diff --git a/content/blog/index.html b/content/blog/index.html index 2091150..6aa904d 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -9,7 +9,7 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap" rel="stylesheet"> <script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/2.3.0/list.js"></script> - <script async defer data-domain="cassandra.staged.apache.org" src="https://plausible.cassandra.apache.org/js/plausible.js"></script></head> + </head> <body class="blog-index"> <div class="container mx-auto"> <div id="mobile-nav-overlay" class="hide"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
