# HG changeset patch # User Steve Losh # Date 1333914714 14400 # Node ID 0817eb267b8926d2ba93c5b7828ab83593412da3 # Parent 95096b9d626b491c961ad51c87c1bfb142970bde Add Clam and Roul project pages. diff -r 95096b9d626b -r 0817eb267b89 content/projects/clam.html --- /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][]. + + + +[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 %} + + diff -r 95096b9d626b -r 0817eb267b89 content/projects/roul.html --- /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 %} +