From 8e9d3aef1e1cb6c6cf92419312f9717b459df2ff Mon Sep 17 00:00:00 2001
From: Kyle Drake
- This is still very early stage technology, so if you don't understand what this stuff is, don't worry about it for now. But if you'd like to read more about why we're interested in this new technology, please see our blog post on the topic. + This is still very early stage technology, so if you don't understand what this stuff is, don't worry about it for now. But if you'd like to read more about why we're interested in this new technology, please see our blog post on the topic.
diff --git a/views/site.erb b/views/site.erb index 89167300..b1008b7f 100644 --- a/views/site.erb +++ b/views/site.erb @@ -38,11 +38,9 @@ Edit Site <% end %> - <% if current_site && current_site != site %> <% is_following = current_site.is_following?(site) %> diff --git a/views/site/archives.erb b/views/site/archives.erb index a42e91f4..ffd2de4f 100644 --- a/views/site/archives.erb +++ b/views/site/archives.erb @@ -23,7 +23,13 @@
- Note: This is a very early preview release of a new technology! We're still figuring things out. We may stop hosting archives without notice. Learn how you can host your own copies of these archives. + This is a very early, experimental preview release of a new technology! We're still figuring things out. We may stop hosting archives without notice. Learn how you can host your own copies of these archives. +
++ Archives are captured once every 24 hours, so if you don't see your latest changes, check back later. +
++ The URLs are using hshca, a standard for using cryptographic hashes with subdomains.
<% end %>