From ce6d2a4d3564aa48557b3ff6b13bfb41b6d01df1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 3 Jan 2015 02:54:37 +0100 Subject: Add old posts --- clark_010.post | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 clark_010.post (limited to 'clark_010.post') diff --git a/clark_010.post b/clark_010.post new file mode 100644 index 0000000..9d10c24 --- /dev/null +++ b/clark_010.post @@ -0,0 +1,34 @@ +;;;;; +title: CLark 0.1.0 +tags: projects, clark, markam, common-lisp, lisp +date: 2013-04-03 23:04 +format: md +;;;;; + +A few days ago I tagged +[CLark 0.1.0](http://code.ryuslash.org/cgit.cgi/clark/tag/?id=0.1.0). + +CLark is a Common Lisp rewrite of my +[Markam](http://code.ryuslash.org/cgit.cgi/junk/markam/) project, +which in turn was a Chicken Scheme rewrite of +[linkwave](http://code.ryuslash.org/cgit.cgi/junk/linkwave/). With +each rewrite I come a step closer to having the program that I need. +Linkwave could only store bookmarks, Markam could also search through +them and had a conkeror interface which allowed adding and searching +through bookmarks. Now CLark expands upon this by allowing users to +edit their bookmark's information, changing the tags, removing +bookmarks, writing their own commands, an improved command-line +interface and bookmark status checking (bookmarked or not). It also +adds commands to conkeror for the data manipulation commands that are +new (edit, set-tags, remove) and a mode-line indicator of bookmarked +status. + +For now it only targets [SBCL](http://sbcl.org/), but I'm not averse +to including others. + +The next big step should be adding a mcclim-based GUI for those crazy +people who don't like to use the command line. + + + + -- cgit v1.2.3-54-g00ecf