Remove Markam
It has been superseded by CLark
This commit is contained in:
parent
7281f169e6
commit
da3cad4752
2 changed files with 0 additions and 57 deletions
|
@ -24,7 +24,6 @@
|
|||
[[file:projects/eye-on-manga.org][eye-on-manga]],
|
||||
[[file:projects/git-auto-commit-mode.org][git-auto-commit-mode]],
|
||||
[[file:projects/gitto.org][gitto]],
|
||||
[[file:projects/markam.org][Markam]],
|
||||
[[file:projects/mode-icons.org][mode-icons]],
|
||||
[[file:projects/ogi.org][ogi]],
|
||||
[[file:projects/yoshi-theme.org][yoshi-theme]],
|
||||
|
|
|
@ -1,56 +0,0 @@
|
|||
#+TITLE: Markam
|
||||
#+LINK: src http://code.ryuslash.org/cgit.cgi/markam/
|
||||
#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-0.1.0.tar.gz
|
||||
#+LINK: zip http://code.ryuslash.org/cgit.cgi/markam/snapshot/markam-0.1.0.zip
|
||||
#+LINK: readme http://code.ryuslash.org/cgit.cgi/markam/about/
|
||||
#+LINK: manual http://ryuslash.org/projects/markam/manual/
|
||||
#+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.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 [[http://conkeror.org/][Conkeror]].
|
||||
|
||||
** Dependencies
|
||||
|
||||
- [[http://call-by.cc][CHICKEN scheme]] :: Any version might do, the latest surely.
|
||||
|
||||
* More...
|
||||
|
||||
For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].
|
Loading…
Reference in a new issue