Make ChemDB published post a ChemDB homepage.
authorW. Trevor King <wking@drexel.edu>
Thu, 18 Nov 2010 14:46:45 +0000 (09:46 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 18 Nov 2010 14:46:45 +0000 (09:46 -0500)
posts/ChemDB.mdwn [new file with mode: 0644]
posts/ChemDB_published.mdwn [deleted file]

diff --git a/posts/ChemDB.mdwn b/posts/ChemDB.mdwn
new file mode 100644 (file)
index 0000000..67718b1
--- /dev/null
@@ -0,0 +1,16 @@
+[[!meta  title="ChemDB"]]
+[[!meta  date="2008-09-13 15:34:33"]]
+[[!template id=gitrepo repo=chemdb]]
+
+I wrote a little app in Python to make managing our lab's list of
+chemicals less painful.  The inventory information is stored in a
+single flat-text, TAB-delimited file, so it's nice and easy to
+transition back and forth between
+maintain-by-hand-in-Excel/text-editor mode and
+maintain-automatically-with-ChemDB mode. Obviously I like my method
+better, but that's no reason to lock people into my format.
+
+[[!tag tags/code]]
+[[!tag tags/linux]]
+[[!tag tags/programming]]
+[[!tag tags/python]]
diff --git a/posts/ChemDB_published.mdwn b/posts/ChemDB_published.mdwn
deleted file mode 100644 (file)
index 46a7097..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[[!meta  title="ChemDB published"]]
-[[!meta  date="2008-09-13 15:34:33"]]
-[[!template id=gitrepo repo=chemdb]]
-
-I wrote a little app in Python to make managing our lab's list of
-chemicals less painful.  I think it is now ready for people other than me :p.
-
-[[!tag tags/code]]
-[[!tag tags/linux]]
-[[!tag tags/programming]]
-[[!tag tags/python]]