readme/license/tweaks

This commit is contained in:
Danny Berger
2013-01-06 14:14:11 -07:00
parent 296aa0332e
commit 67540f128c
5 changed files with 47 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ $ git reset --hard HEAD
### Summary
With `gitcrypt` I can work with my repository and enjoy extra security on top of the redundancy and version control that
With `gitcrypt` I can work with a repository and enjoy extra security on top of the redundancy and version control that
`git` provides. The only difference from my regular repos is I can't really view my files from [github.com][1] (with the
convenient exception of the README).

View File

@@ -5,9 +5,9 @@ layout: nil
<feed xmlns="http://www.w3.org/2005/Atom">
<id>http://dpb587.me/</id>
<title>Danny Berger</title>
<link href="http://dpb587.me/atom.xml" rel="self"/>
<link href="http://dpb587.me/blog/atom.xml" rel="self"/>
<link href="http://dpb587.me/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<updated>{{ site.time|date_to_xmlschema }}</updated>
<author>
<name>Danny Berger</name>
<email>dpb587@gmail.com</email>
@@ -17,8 +17,8 @@ layout: nil
<id>http://dpb587.me{{ post.id }}</id>
<title>{{ post.title }}</title>
<link href="http://dpb587.me{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<content type="html">{{ post.content | xml_escape }}</content>
<updated>{{ post.date|date_to_xmlschema }}</updated>
<content type="html">{{ post.content|xml_escape }}</content>
</entry>
{% endfor %}
</feed>