summaryrefslogtreecommitdiffstats
path: root/site/projects/markam.org
blob: 764bd356d4bf5ba330ba1be1a2db4088035d7d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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
<script src="/keyjs.js" type="text/javascript"></script>
<script type="text/javascript">
  keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
                     "h": [ "keyjs_goto", "http://ryuslash.org" ] });
</script>
#+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.