0817eb267b89

Add Clam and Roul project pages.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 08 Apr 2012 15:51:54 -0400
parents 95096b9d626b
children 1b76c3ae22eb
branches/tags (none)
files content/projects/clam.html content/projects/roul.html

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/content/projects/clam.html	Sun Apr 08 15:51:54 2012 -0400
@@ -0,0 +1,25 @@
+{% extends "_post.html" %}
+
+{% hyde
+title: "Clam"
+snip: "A Vim plugin for working with shell commands."
+created: 2012-04-07 20:00:01
+exclude: False
+%}
+
+{% block article %}
+
+[Clam][] is a small, lightweight Vim plugin for working with shell commands more
+easily.
+
+It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][].
+
+<iframe src="http://www.screenr.com/embed/2Z18" width="610" height="396" frameborder="0"></iframe>
+
+[Clam]: http://vim-doc.heroku.com/view?https://raw.github.com/sjl/clam.vim/master/doc/clam.txt
+[BitBucket]: http://bitbucket.org/sjl/clam.vim/
+[GitHub]: http://github.com/sjl/clam.vim/
+
+{% endblock %}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/content/projects/roul.html	Sun Apr 08 15:51:54 2012 -0400
@@ -0,0 +1,22 @@
+{% extends "_post.html" %}
+
+{% hyde
+title: "Roul"
+snip: "A tiny Clojure library for working with random numbers."
+created: 2012-04-08 15:45:01
+exclude: False
+%}
+
+{% block article %}
+
+[Roul][] is a little Clojure library that makes working with random numbers in
+Clojure less painful.
+
+It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][].
+
+[Roul]: http://sjl.bitbucket.org/roul/
+[BitBucket]: http://bitbucket.org/sjl/roul/
+[GitHub]: http://github.com/sjl/roul/
+
+{% endblock %}
+