<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clark/js, branch master</title>
<subtitle>Store bookmarks, in common lisp.</subtitle>
<id>https://code.ryuslash.org/clark/atom?h=master</id>
<link rel='self' href='https://code.ryuslash.org/clark/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/'/>
<updated>2013-08-26T21:58:50Z</updated>
<entry>
<title>Remove js/</title>
<updated>2013-08-26T21:58:50Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-08-26T21:58:50Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=e4dc1824b28e00f3aa6f18201e719e1e05f6d397'/>
<id>urn:sha1:e4dc1824b28e00f3aa6f18201e719e1e05f6d397</id>
<content type='text'>
The conkeror interface has been moved to its own repository:
[http://code.ryuslash.org/clark-conkeror/]
</content>
</entry>
<entry>
<title>Improve error notification for conkeror</title>
<updated>2013-06-06T20:51:34Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-06T20:51:34Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=2c6d18f5f1aee19fc050715fe85908a9c9d2879c'/>
<id>urn:sha1:2c6d18f5f1aee19fc050715fe85908a9c9d2879c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add random command</title>
<updated>2013-06-03T23:12:13Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-03T22:35:52Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=9e6199a5aa54b8ef2af1999981cafa0becb3049e'/>
<id>urn:sha1:9e6199a5aa54b8ef2af1999981cafa0becb3049e</id>
<content type='text'>
This command simply prints a random URL. A tag may be specified to limit
the search to that tag. In the Conkeror module this command immediately
loads the random bookmark in the current buffer.

- js/clark.js: If `error' is empty, return the value of `data'. This
  makes it easier for some commands to use the result of the command.
  Add `clark-random' to `clark_keymap'.
</content>
</entry>
<entry>
<title>Add site and some complementary files</title>
<updated>2013-04-07T01:52:48Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-04-07T01:48:21Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=504949ebc61711a01eea86b463407a65d6ef3a39'/>
<id>urn:sha1:504949ebc61711a01eea86b463407a65d6ef3a39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change order of script output</title>
<updated>2013-03-27T23:52:48Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-27T23:52:48Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=933a51ed707158c4c0eee879e3a4db885d644cc6'/>
<id>urn:sha1:933a51ed707158c4c0eee879e3a4db885d644cc6</id>
<content type='text'>
The order of parameters for `--script' and without it was different,
to keep things simple these should be the same.
</content>
</entry>
<entry>
<title>Make simple commands check stderr</title>
<updated>2013-03-27T20:48:02Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-27T20:48:02Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=86d790815080f1588041546e2b8515fc884e2973'/>
<id>urn:sha1:86d790815080f1588041546e2b8515fc884e2973</id>
<content type='text'>
Don't assume all operations will complete successfully, check the
error output to see if something happened.
</content>
</entry>
<entry>
<title>Add bookmarked mode-line widget</title>
<updated>2013-03-24T20:24:31Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T20:24:31Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=2e2c401a86c0ff7c421d311f1d8f9c4a4d63bcff'/>
<id>urn:sha1:2e2c401a86c0ff7c421d311f1d8f9c4a4d63bcff</id>
<content type='text'>
This widget shows whether or not the current buffer has been
bookmarked using `clark_bookmarked_string' and
`clark_not_bookmarked_string'. This widget can be enabled by using,
for example:

    add_hook("mode_line_hook",
             mode_line_adder(clark_bookmarked_widget),
             true);
</content>
</entry>
<entry>
<title>Add clark-set-tags command</title>
<updated>2013-03-24T15:43:32Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T15:43:32Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=916af593143f04fbc10c8f6a8c349a1ba9080fe7'/>
<id>urn:sha1:916af593143f04fbc10c8f6a8c349a1ba9080fe7</id>
<content type='text'>
Replaces the previously added tags.
</content>
</entry>
<entry>
<title>Add clark-remove command</title>
<updated>2013-03-24T15:30:52Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T15:30:52Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=2b090c652e019460c80a6889c7c9f69e2613601a'/>
<id>urn:sha1:2b090c652e019460c80a6889c7c9f69e2613601a</id>
<content type='text'>
Removes the current url from the database.
</content>
</entry>
<entry>
<title>Add clark-edit command</title>
<updated>2013-03-24T14:55:36Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T14:55:36Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=4ebf6ce650b687ed49e428ddb69178c7cc81dc9a'/>
<id>urn:sha1:4ebf6ce650b687ed49e428ddb69178c7cc81dc9a</id>
<content type='text'>
</content>
</entry>
</feed>
