aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-04-18 21:20:42 -0400
committerbnewbold <bnewbold@robocracy.org>2012-04-18 21:28:35 -0400
commit6023bb2fe3759dc01e608ed056e843b1f731acf0 (patch)
treee7cf9140649a7e18f7957dbbe8780783cf9e80dc /README
parentb5bb57d8dd052ca1e61287d17467cb67ca8f4a73 (diff)
downloadbommom-6023bb2fe3759dc01e608ed056e843b1f731acf0.tar.gz
bommom-6023bb2fe3759dc01e608ed056e843b1f731acf0.zip
rough conversion support
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 8dc3e30..1a08f59 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@
BomMom: A web publishing/wiki system for electronics Bill of Materials (BOM)
-A work in progress as of early April 2012.
+A work in progress as of April 2012.
### Instructions
@@ -19,10 +19,10 @@ Install golang compiler and run `go build` in this directory, then run the
### Intended Initial Features
- - SQL-backed datastore for BOMs and web authentication
- file-backed datastore for BOMs
- - import/export to .csv and JSON
+ - import/export to CSV, JSON, and XML formats
- Octopart API price fetching
+ - SQL-backed datastore for BOMs and web authentication
### Potential Later Features
@@ -32,7 +32,7 @@ Install golang compiler and run `go build` in this directory, then run the
- REST API
- git-backed BomStore
- git post-commit hooks and/or github integration
- - plugins for CAD software (Eagle, KiCad, etc)
+ - plugins and file format support for CAD software (Eagle, KiCad, etc)
- Amazon, McMaster, eBay, Ali Baba, etc, price fetching
- "Standard"/"Estimate" pricing modules for PCBs, assembly, etc
- "sub-BOM" feature a la git sub-repositories