From 0fa60e47062ce9d0be08bb40126eabcb4e663570 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 24 Aug 2015 01:54:29 +0200 Subject: [PATCH] feed fixes --- ...puter-generated-graphics-film-from-1963.md | 5 +--- _src/feed/index.xml | 28 +++++++++---------- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/_src/_posts/2012-07-19-first-computer-generated-graphics-film-from-1963.md b/_src/_posts/2012-07-19-first-computer-generated-graphics-film-from-1963.md index 73ddc9d7..bbe49753 100644 --- a/_src/_posts/2012-07-19-first-computer-generated-graphics-film-from-1963.md +++ b/_src/_posts/2012-07-19-first-computer-generated-graphics-film-from-1963.md @@ -17,7 +17,4 @@ tags: From the [AT&T; Archives](http://techchannel.att.com/play-video.cfm/2012/7/18/AT&T-Archives-First-Computer-Generated-Graphics-Film): -> This film was a specific project to define how a particular type of satellite would move through space. Edward E. Zajac made, and narrated, the film, which is considered to be possibly the very first computer graphics film ever. Zajac programmed the calculations in FORTRAN, then used a program written by Zajac's colleague, Frank Sinden, called ORBIT. The original computations were fed into the computer via punch cards [...] - - - +> This film was a specific project to define how a particular type of satellite would move through space. Edward E. Zajac made, and narrated, the film, which is considered to be possibly the very first computer graphics film ever. Zajac programmed the calculations in FORTRAN, then used a program written by Zajac's colleague, Frank Sinden, called ORBIT. The original computations were fed into the computer via punch cards […] diff --git a/_src/feed/index.xml b/_src/feed/index.xml index f6cf7b80..e23c050b 100644 --- a/_src/feed/index.xml +++ b/_src/feed/index.xml @@ -11,7 +11,7 @@ redirect_from: {{ site.time | date_to_xmlschema }} - {{ site.url }} + {{ site.url }}/ {% if site.name %} {{ site.name | xml_escape }} @@ -37,13 +37,13 @@ redirect_from: {% endif %} - {% for post in site.posts limit:100 %} - + {% for post in site.posts limit:100 %} + {% if post.layout == "link" %} - {{ post.title | markdownify | strip_html | strip_newlines | xml_escape | titlecase }} → + {{ post.title | markdownify | strip_html | strip_newlines | xml_escape | titlecase }} → {% else %} - {{ post.title | markdownify | strip_html | strip_newlines | xml_escape | titlecase }} + {{ post.title | markdownify | strip_html | strip_newlines | xml_escape | titlecase }} {% endif %} @@ -51,21 +51,21 @@ redirect_from: {% if post.updated %} {{ post.updated | date_to_xmlschema }} - {% else %} - {{ post.date | date_to_xmlschema }} + {% else %} + {{ post.date | date_to_xmlschema }} {% endif %} {{ post.id | prepend: site.url | xml_escape }} - + {% if post.image %} <img src="{{ site.url }}/media/{{ post.image }}" /> {% endif %} {{ post.content | markdownify | xml_escape }} - {% if post.layout == "link" %} - <a href="{{ post.linkurl }}">Go to source &#187;</a> <br /> - <a href="{{ site.url }}{{ post.url }}" title="Permalink for this post">&#8734;</a> + {% if post.layout == "link" %} + <a href="{{ post.linkurl | xml_escape }}">Go to source &#187;</a> <br /> + <a href="{{ site.url }}{{ post.url | xml_escape }}" title="Permalink for this post">&#8734;</a> {% endif %} @@ -94,9 +94,9 @@ redirect_from: {% endfor %} {% if post.excerpt %} - {{ post.excerpt | markdownify | strip_html | strip_newlines | xml_escape }} + {{ post.excerpt | markdownify | strip_html | strip_newlines | xml_escape }} {% endif %} - - {% endfor %} + + {% endfor %}