diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | README | 14 | ||||
-rw-r--r-- | notes.txt | 6 |
3 files changed, 22 insertions, 0 deletions
@@ -6,3 +6,5 @@ .* *.tmp *.old +pkg/ +bin/ @@ -0,0 +1,14 @@ + _ +| |__ ___ _ __ ___ _ __ ___ ___ _ __ ___ ___ ___ _ __ ___ +| '_ \ / _ \| '_ ` _ \| '_ ` _ \ / _ \| '_ ` _ \ / __/ _ \| '_ ` _ \ +| |_) | (_) | | | | | | | | | | | (_) | | | | | || (_| (_) | | | | | | +|_.__/ \___/|_| |_| |_|_| |_| |_|\___/|_| |_| |_(_)___\___/|_| |_| |_| + + (rhymes with "nom nom nom nom") + +------------------------------------------------------------------------------- + +BomMom: A web publishing/wiki system for electronics Bill of Materials (BOM) + +A work in progress as of early April 2012. + diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..b72713f --- /dev/null +++ b/notes.txt @@ -0,0 +1,6 @@ + +session library: +https://github.com/bpowers/seshcookie + +postgres library: +https://github.com/bmizerany/pq |