From 35c66248fdb61c13e54fd50b06b93823fdf8f4fe Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 3 Jan 2013 14:39:28 -0500 Subject: Pointers to GitHub history. --- .templates/base.html | 14 +++++++++++++- static/media/css/comments.css | 7 ------- static/media/css/custom.css | 10 ++++++++++ wiki/cool-urls-can-change.md | 9 +++++---- 4 files changed, 28 insertions(+), 12 deletions(-) delete mode 100644 static/media/css/comments.css create mode 100644 static/media/css/custom.css diff --git a/.templates/base.html b/.templates/base.html index 39c5ae9..a6ecffd 100644 --- a/.templates/base.html +++ b/.templates/base.html @@ -1,5 +1,17 @@ {% extends 'markdoc-default/base.html' %} {% block css %} {{ super() }} -{{ html.cssimport(make_relative("/media/css/comments.css")) }} +{{ html.cssimport(make_relative("/media/css/custom.css")) }} {% endblock %} + +{% block body_footer %} + +{% endblock %} \ No newline at end of file diff --git a/static/media/css/comments.css b/static/media/css/comments.css deleted file mode 100644 index 39aa538..0000000 --- a/static/media/css/comments.css +++ /dev/null @@ -1,7 +0,0 @@ -body #comments { - background-color: white; - clear: both; - float: left; - overflow: hidden; - padding: 15px 20px; - width: 610px; } diff --git a/static/media/css/custom.css b/static/media/css/custom.css new file mode 100644 index 0000000..6159125 --- /dev/null +++ b/static/media/css/custom.css @@ -0,0 +1,10 @@ +body #comments { + background-color: white; + clear: both; + float: left; + overflow: hidden; + padding: 15px 20px; + width: 610px; } + +a[href^="https:"] { + text-decoration: underline; } diff --git a/wiki/cool-urls-can-change.md b/wiki/cool-urls-can-change.md index 2979b42..54795f9 100644 --- a/wiki/cool-urls-can-change.md +++ b/wiki/cool-urls-can-change.md @@ -19,10 +19,11 @@ The web is not, much, like print media. Something published may be amended; you don't even have to publish errata or a correction, since you can correct the original mistake "seamlessly". This has its good and its [bad](http://en.wikipedia.org/wiki/Memory_hole) parts, but with judicious use -and a public history, amendment is more of a win than a loss. However, this -plays havoc with the idea of a "publication" date, even for data that takes -the form of an article: is the publication date the date it was first made -public, the date of its most recent edit, or some other date? +and [a public history](https://github.com/ojacobson/grimoiredotca), amendment +is more of a win than a loss. However, this plays havoc with the idea of a +"publication" date, even for data that takes the form of an article: is the +publication date the date it was first made public, the date of its most +recent edit, or some other date? Because the name - the URL - of an article was set when I first published it, the date in the name had to be its initial publication date. _This has -- cgit v1.2.3