From: W. Trevor King Date: Wed, 3 Nov 2010 18:48:18 +0000 (-0400) Subject: Add Hooke post, hgrepo template, and hg tag. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8d22ffacfec41c0c43f66589ee1c3e1c73524608;p=blog.git Add Hooke post, hgrepo template, and hg tag. --- diff --git a/posts/Gentoo_overlay.mdwn b/posts/Gentoo_overlay.mdwn index 588ed5e..2ef919a 100644 --- a/posts/Gentoo_overlay.mdwn +++ b/posts/Gentoo_overlay.mdwn @@ -18,7 +18,7 @@ personal `layman.xml`). The overlay is a fairly strange mix: - media-sound/abcmidi ([Gentoo 76017](http://bugs.gentoo.org/76017)) - sci-physics/hooke - (my branch of the [[hooke]] force spectroscopy analyzer) + (my branch of the [[Hooke]] force spectroscopy analyzer) - sci-physics/sawsim (my [[sawsim]] force spectroscopy simulator) diff --git a/posts/Hooke.mdwn b/posts/Hooke.mdwn new file mode 100644 index 0000000..1449e11 --- /dev/null +++ b/posts/Hooke.mdwn @@ -0,0 +1,26 @@ +[[!template id=hgrepo repo=hooke]] + +[Hooke][] is a force spectroscopy data analysis package. For example, +Hooke can extract unfolding forces from your experimental data. You +can then fit the unfolding forces to models using my [[sawsim]] +simulator. Of course, some experiments (e.g. force clamp) need no +Monte Carlo analysis, so for those, Hooke alone provides a complete +analysis package. + +Getting started +=============== + +I've tested Hooke on Gentoo and Debian, and I've got an ebuild in my +[[Gentoo overlay]]. It should also run fine on Windows, etc., but I +don't have easy access to Windows boxes with [[Python]], so I don't +test it there as often. + +See the [[README]] and [[manual|html]] for more details. + + +[Hooke]: http://code.google.com/p/hooke/ + +[[!tag tags/hooke]] +[[!tag tags/python]] +[[!tag tags/programming]] +[[!tag tags/theory]] diff --git a/tags/hg.mdwn b/tags/hg.mdwn new file mode 100644 index 0000000..ad0cfed --- /dev/null +++ b/tags/hg.mdwn @@ -0,0 +1,3 @@ +Software versioned in [[posts/Mercurial]] or Mercurial-related posts. + +[[!inline pages="link(tags/hg) and !templates/*" show=10 actions=yes]] diff --git a/templates/hgrepo.mdwn b/templates/hgrepo.mdwn new file mode 100644 index 0000000..f2e31f2 --- /dev/null +++ b/templates/hgrepo.mdwn @@ -0,0 +1,16 @@ + +Available in a [[!taglink tags/hg]] repository.
+Repository:
+Author: W. Trevor King
+
+ + +This template is used to create an infobox for a Mercurial repository. It +uses these parameters: + +* repo - the name of the repository. +* url - repository url. Defaults to `/~wking/code/hg/hgweb.cgi/`. +* author - the author of the branch. Defaults to `W. Trevor King`. + +It also automatically tags the branch with `tags/hg`. +