summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-03 15:41:14 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-03 15:41:14 -0400
commit5017c1e252b72c11db5564df6c0d78e163e01156 (patch)
treec779231810d37657d25dacb4731a9dc90aafab15
parentc8e571ba1c802ddc2722690e48ecbc6ac9fa75f1 (diff)
tweak the atom template
-rw-r--r--index.atom.erb5
-rw-r--r--public/index.atom72
2 files changed, 50 insertions, 27 deletions
diff --git a/index.atom.erb b/index.atom.erb
index ea5f1ef..208e15d 100644
--- a/index.atom.erb
+++ b/index.atom.erb
@@ -3,15 +3,16 @@
<title>Luke Shumaker's Web Log</title>
<link rel="self" type="application/atom+xml" href="./index.atom"/>
- <link rel="alternate" type="text/markdown" href="./index.md"/>
<link rel="alternate" type="text/html" href="./"/>
+ <link rel="alternate" type="text/markdown" href="./index.md"/>
<updated><%= @pages.map{|p|p.gitdate}.sort.last.rfc3339 %></updated>
<author><%= Person.new("Luke Shumaker").atom %></author>
<id>https://lukeshu.com/blog/</id>
<% @pages.sort_by{|p| p.date}.reverse.each do |page| %>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./<%= page.slug %>.html"/>
+ <link rel="alternate" type="text/html" href="./<%= page.slug %>.html"/>
+ <link rel="alternate" type="text/markdown" href="./<%= page.slug %>.md"/>
<id>https://lukeshu.com/blog/<%= page.slug %>.html</id>
<updated><%= page.gitdate.rfc3339 %></updated>
<published><%= page.date.rfc3339 %></published>
diff --git a/public/index.atom b/public/index.atom
index 3758d52..1a8e9be 100644
--- a/public/index.atom
+++ b/public/index.atom
@@ -3,17 +3,18 @@
<title>Luke Shumaker's Web Log</title>
<link rel="self" type="application/atom+xml" href="./index.atom"/>
- <link rel="alternate" type="text/markdown" href="./index.md"/>
<link rel="alternate" type="text/html" href="./"/>
- <updated>2016-05-02T02:28:19-04:00</updated>
+ <link rel="alternate" type="text/markdown" href="./index.md"/>
+ <updated>2016-08-27T19:26:20-04:00</updated>
<author><name>Luke Shumaker</name><uri>https://lukeshu.com/</uri><email>lukeshu@sbcglobal.net</email></author>
<id>https://lukeshu.com/blog/</id>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./x11-systemd.html"/>
+ <link rel="alternate" type="text/html" href="./x11-systemd.html"/>
+ <link rel="alternate" type="text/markdown" href="./x11-systemd.md"/>
<id>https://lukeshu.com/blog/x11-systemd.html</id>
- <updated>2016-02-28T07:12:18-05:00</updated>
+ <updated>2016-08-27T19:26:20-04:00</updated>
<published>2016-02-28T00:00:00+00:00</published>
<title>My X11 setup with systemd</title>
<content type="html">&lt;h1 id="my-x11-setup-with-systemd"&gt;My X11 setup with systemd&lt;/h1&gt;
@@ -192,7 +193,8 @@ Requires=wm-running@%i.target&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./java-segfault-redux.html"/>
+ <link rel="alternate" type="text/html" href="./java-segfault-redux.html"/>
+ <link rel="alternate" type="text/markdown" href="./java-segfault-redux.md"/>
<id>https://lukeshu.com/blog/java-segfault-redux.html</id>
<updated>2016-05-02T02:28:19-04:00</updated>
<published>2016-02-28T00:00:00+00:00</published>
@@ -274,7 +276,8 @@ public BufferedImage getBufferedImage() {
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./nginx-mediawiki.html"/>
+ <link rel="alternate" type="text/html" href="./nginx-mediawiki.html"/>
+ <link rel="alternate" type="text/markdown" href="./nginx-mediawiki.md"/>
<id>https://lukeshu.com/blog/nginx-mediawiki.html</id>
<updated>2015-05-19T23:53:52-06:00</updated>
<published>2015-05-19T00:00:00+00:00</published>
@@ -324,7 +327,8 @@ location @php {
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./lp2015-videos.html"/>
+ <link rel="alternate" type="text/html" href="./lp2015-videos.html"/>
+ <link rel="alternate" type="text/markdown" href="./lp2015-videos.md"/>
<id>https://lukeshu.com/blog/lp2015-videos.html</id>
<updated>2015-03-22T07:52:39-04:00</updated>
<published>2015-03-22T00:00:00+00:00</published>
@@ -341,7 +345,8 @@ location @php {
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./build-bash-1.html"/>
+ <link rel="alternate" type="text/html" href="./build-bash-1.html"/>
+ <link rel="alternate" type="text/markdown" href="./build-bash-1.md"/>
<id>https://lukeshu.com/blog/build-bash-1.html</id>
<updated>2016-05-02T02:20:41-04:00</updated>
<published>2015-03-18T00:00:00+00:00</published>
@@ -391,7 +396,8 @@ location @php {
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./purdue-cs-login.html"/>
+ <link rel="alternate" type="text/html" href="./purdue-cs-login.html"/>
+ <link rel="alternate" type="text/markdown" href="./purdue-cs-login.md"/>
<id>https://lukeshu.com/blog/purdue-cs-login.html</id>
<updated>2016-03-21T02:34:10-04:00</updated>
<published>2015-02-06T00:00:00+00:00</published>
@@ -481,7 +487,8 @@ SessionDesktopDir=/usr/local/share/xsessions/&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./make-memoize.html"/>
+ <link rel="alternate" type="text/html" href="./make-memoize.html"/>
+ <link rel="alternate" type="text/markdown" href="./make-memoize.md"/>
<id>https://lukeshu.com/blog/make-memoize.html</id>
<updated>2016-03-21T02:34:10-04:00</updated>
<published>2014-11-20T00:00:00+00:00</published>
@@ -540,7 +547,8 @@ memoized = $(if $($(_hash)),,$(eval $(_hash) := _ $(_main)))$(call rest,$($(_has
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./ryf-routers.html"/>
+ <link rel="alternate" type="text/html" href="./ryf-routers.html"/>
+ <link rel="alternate" type="text/markdown" href="./ryf-routers.md"/>
<id>https://lukeshu.com/blog/ryf-routers.html</id>
<updated>2014-09-12T00:21:05-04:00</updated>
<published>2014-09-12T00:00:00+00:00</published>
@@ -564,7 +572,8 @@ memoized = $(if $($(_hash)),,$(eval $(_hash) := _ $(_main)))$(call rest,$($(_has
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./what-im-working-on-fall-2014.html"/>
+ <link rel="alternate" type="text/html" href="./what-im-working-on-fall-2014.html"/>
+ <link rel="alternate" type="text/markdown" href="./what-im-working-on-fall-2014.md"/>
<id>https://lukeshu.com/blog/what-im-working-on-fall-2014.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2014-09-11T00:00:00+00:00</published>
@@ -607,7 +616,8 @@ memoized = $(if $($(_hash)),,$(eval $(_hash) := _ $(_main)))$(call rest,$($(_has
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./rails-improvements.html"/>
+ <link rel="alternate" type="text/html" href="./rails-improvements.html"/>
+ <link rel="alternate" type="text/markdown" href="./rails-improvements.md"/>
<id>https://lukeshu.com/blog/rails-improvements.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2014-05-08T00:00:00+00:00</published>
@@ -667,7 +677,8 @@ end&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./bash-redirection.html"/>
+ <link rel="alternate" type="text/html" href="./bash-redirection.html"/>
+ <link rel="alternate" type="text/markdown" href="./bash-redirection.md"/>
<id>https://lukeshu.com/blog/bash-redirection.html</id>
<updated>2014-05-08T14:36:47-04:00</updated>
<published>2014-02-13T00:00:00+00:00</published>
@@ -696,7 +707,8 @@ cmd &amp;gt;file 2&amp;gt;&amp;amp;1 # both stdout and stderr go to file&lt;/cod
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./java-segfault.html"/>
+ <link rel="alternate" type="text/html" href="./java-segfault.html"/>
+ <link rel="alternate" type="text/markdown" href="./java-segfault.md"/>
<id>https://lukeshu.com/blog/java-segfault.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2014-01-13T00:00:00+00:00</published>
@@ -743,7 +755,8 @@ cmd &amp;gt;file 2&amp;gt;&amp;amp;1 # both stdout and stderr go to file&lt;/cod
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./bash-arrays.html"/>
+ <link rel="alternate" type="text/html" href="./bash-arrays.html"/>
+ <link rel="alternate" type="text/markdown" href="./bash-arrays.md"/>
<id>https://lukeshu.com/blog/bash-arrays.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2013-10-13T00:00:00+00:00</published>
@@ -1038,7 +1051,8 @@ command &amp;quot;${ARGS[@]}&amp;quot;&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./git-go-pre-commit.html"/>
+ <link rel="alternate" type="text/html" href="./git-go-pre-commit.html"/>
+ <link rel="alternate" type="text/markdown" href="./git-go-pre-commit.md"/>
<id>https://lukeshu.com/blog/git-go-pre-commit.html</id>
<updated>2014-01-26T17:00:58-05:00</updated>
<published>2013-10-12T00:00:00+00:00</published>
@@ -1074,7 +1088,8 @@ done&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./fd_printf.html"/>
+ <link rel="alternate" type="text/html" href="./fd_printf.html"/>
+ <link rel="alternate" type="text/markdown" href="./fd_printf.md"/>
<id>https://lukeshu.com/blog/fd_printf.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2013-10-12T00:00:00+00:00</published>
@@ -1115,7 +1130,8 @@ fd_printf(int fd, const char *format, ...)
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./emacs-as-an-os.html"/>
+ <link rel="alternate" type="text/html" href="./emacs-as-an-os.html"/>
+ <link rel="alternate" type="text/markdown" href="./emacs-as-an-os.md"/>
<id>https://lukeshu.com/blog/emacs-as-an-os.html</id>
<updated>2014-01-26T17:00:58-05:00</updated>
<published>2013-08-29T00:00:00+00:00</published>
@@ -1134,7 +1150,8 @@ fd_printf(int fd, const char *format, ...)
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./emacs-shells.html"/>
+ <link rel="alternate" type="text/html" href="./emacs-shells.html"/>
+ <link rel="alternate" type="text/markdown" href="./emacs-shells.md"/>
<id>https://lukeshu.com/blog/emacs-shells.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2013-04-09T00:00:00+00:00</published>
@@ -1173,7 +1190,8 @@ M-x ansi-term&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./term-colors.html"/>
+ <link rel="alternate" type="text/html" href="./term-colors.html"/>
+ <link rel="alternate" type="text/markdown" href="./term-colors.md"/>
<id>https://lukeshu.com/blog/term-colors.html</id>
<updated>2014-01-26T17:00:58-05:00</updated>
<published>2013-03-21T00:00:00+00:00</published>
@@ -1196,7 +1214,8 @@ M-x ansi-term&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./fs-licensing-explanation.html"/>
+ <link rel="alternate" type="text/html" href="./fs-licensing-explanation.html"/>
+ <link rel="alternate" type="text/markdown" href="./fs-licensing-explanation.md"/>
<id>https://lukeshu.com/blog/fs-licensing-explanation.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2013-02-21T00:00:00+00:00</published>
@@ -1227,7 +1246,8 @@ M-x ansi-term&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./pacman-overview.html"/>
+ <link rel="alternate" type="text/html" href="./pacman-overview.html"/>
+ <link rel="alternate" type="text/markdown" href="./pacman-overview.md"/>
<id>https://lukeshu.com/blog/pacman-overview.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2013-01-23T00:00:00+00:00</published>
@@ -1257,7 +1277,8 @@ M-x ansi-term&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./poor-system-documentation.html"/>
+ <link rel="alternate" type="text/html" href="./poor-system-documentation.html"/>
+ <link rel="alternate" type="text/markdown" href="./poor-system-documentation.md"/>
<id>https://lukeshu.com/blog/poor-system-documentation.html</id>
<updated>2014-01-26T17:00:58-05:00</updated>
<published>2012-09-12T00:00:00+00:00</published>
@@ -1275,7 +1296,8 @@ M-x ansi-term&lt;/code&gt;&lt;/pre&gt;
</entry>
<entry xmlns="http://www.w3.org/2005/Atom">
- <link rel="alternate" type="text/html" href="./arch-systemd.html"/>
+ <link rel="alternate" type="text/html" href="./arch-systemd.html"/>
+ <link rel="alternate" type="text/markdown" href="./arch-systemd.md"/>
<id>https://lukeshu.com/blog/arch-systemd.html</id>
<updated>2016-02-28T07:12:18-05:00</updated>
<published>2012-09-11T00:00:00+00:00</published>