Changeset 77 in bookmarks for trunk/TODO
- Timestamp:
- 09/18/14 14:10:45 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TODO
r56 r77 2 2 - tool to scan database for broken URLs 3 3 - machine tags 4 could this be useful: http://stackoverflow.com/questions/418898/sqlite-upsert-not-insert-or-replace 4 - could this be useful: http://stackoverflow.com/questions/418898/sqlite-upsert-not-insert-or-replace 5 - suite of tools to init, start, and stop an instance 6 - better name 7 8 Tool suite example to create an instance of the application in the directory "foo": 9 10 $ mkdir foo 11 $ cd foo 12 $ bkmk init 13 # writes a basic conf.yml, creates a bookmarks.db SQLite database using bookmarks.sql 14 # could prompt for settings or take them on the command line 15 $ bkmk start 16 # starts up the server using starman, by default on port 5000 17 $ bkmk stop 18 # stops the running server
Note: See TracChangeset
for help on using the changeset viewer.