diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-09-20 14:47:20 +0200 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-09-20 14:47:20 +0200 |
commit | c3591d04490d10b7a05e1aefff903430fecc2ba8 (patch) | |
tree | 34e0344eef6eef6fb47fc34ef99a1fc290dbb699 /templates/home.html | |
parent | 627a217e7e74a6800475a9b3898855b26edd4a16 (diff) | |
download | bommom-c3591d04490d10b7a05e1aefff903430fecc2ba8.tar.gz bommom-c3591d04490d10b7a05e1aefff903430fecc2ba8.zip |
clean uploading
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html index 40e8f6c..41db698 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,5 +1,22 @@ {{ template "HEADER" . }} <h1>this is bomom.</h1> +<div class="well"> +<p> +bommom is a tool for publishing and analysing electronics "bill of materials", +which are lists of components required to assemble a device like a digital +watch or a space telescope control module. +</p> +<p> +this is an open source project; get the code at <a +href="http://git.bnewbold.net/bommom/">git.bnewbold.net/bommom</a> or <a +href="http://github.com/bnewbold/bommom">github.com/bnewbold/bommom</a>. the +project includes a command line tool for managing and converting repositories +of BOMs. it is written in <a href="http://golang.org">golang</a> (the "go" +programming language). +</p> +</div> + +<h3>all BOMs from all users</h3> <table class="table"> {{ range .BomList }} <tr/> |