From a3a3f0cf54e3b994da2d093bbe5d895768cf22e7 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 18 Jan 2013 23:23:17 +0100 Subject: Add page about markam --- site/projects/markam.org | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 site/projects/markam.org (limited to 'site/projects') diff --git a/site/projects/markam.org b/site/projects/markam.org new file mode 100644 index 0000000..764bd35 --- /dev/null +++ b/site/projects/markam.org @@ -0,0 +1,50 @@ +#+TITLE: markam +#+LINK: src http://code.ryuslash.org/cgit.cgi/markam/ +#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-master.tar.gz +#+LINK: zip http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-master.zip +#+STARTUP: showall + +#+begin_html + + +#+end_html + +#+INCLUDE: "dlmenu.inc" + +* What does it do? + + Markam collects bookmarks and doesn't care how you (mis)use it. + +* Why was it written? + + To not be dependent on my browser to manage my bookmarks, to not + have to use a web interface to do so and to have something fun to + write in scheme. + +* Who is it for? + + Anyone who dislikes having their bookmarks stuck to a single + browser and anyone who dislikes web interfaces. + +* Data + + | Version | 0 (development only) | + | Language | scheme (chicken) | + | License | GPLv3 | + +** Features + + - Store bookmarks along with some meta data: + - The URL + - A title + - A description + - Any number of tags + - List all stored bookmarks. + - An interface for [[http://conkeror.org/][Conkeror]]. + +** Dependencies + + - [[http://call-by.cc][CHICKEN scheme]] :: Any version might do, the latest surely. -- cgit v1.2.3-54-g00ecf