orgweb/site/projects/markam.org
Tom Willemsen eb9348bf34 Update and add project pages
I've once again thought up a different common structure for website
pages, I hope this one sticks longer than the ones before, but this
limits duplication of data somewhat and keeps maintenance costs of
these pages fairly low.
2013-01-19 02:48:40 +01:00

1.6 KiB

Markam

<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>

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.1.0
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 Conkeror.

Dependencies

CHICKEN scheme
Any version might do, the latest surely.

More…

For further instructions I would refer you to the README and manual.