Changes between Version 2 and Version 3 of Bookmarks Project/Wishlist


Ignore:
Timestamp:
02/22/16 16:49:17 (9 years ago)
Author:
peter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bookmarks Project/Wishlist

    v2 v3  
    55    - machine tags 
    66    - could this be useful: http://stackoverflow.com/questions/418898/sqlite-upsert-not-insert-or-replace 
    7     - suite of tools to init, start, and stop an instance 
    87    - better name 
    98 
    10 Tool suite example to create an instance of the application in the directory "foo": 
    11 {{{ 
    12     $ mkdir foo 
    13     $ cd foo 
    14     $ bkmk init 
    15     # writes a basic conf.yml, creates a bookmarks.db SQLite database using bookmarks.sql 
    16     # could prompt for settings or take them on the command line 
    17     $ bkmk start 
    18     # starts up the server using starman, by default on port 5000 
    19     $ bkmk stop 
    20     # stops the running server 
    21 }}} 
    229Deleting bookmarks 
    2310{{{