<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clark/js, branch 0.1.0</title>
<subtitle>Store bookmarks, in common lisp.</subtitle>
<id>https://code.ryuslash.org/clark/atom?h=0.1.0</id>
<link rel='self' href='https://code.ryuslash.org/clark/atom?h=0.1.0'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/'/>
<updated>2013-03-27T23:52:48Z</updated>
<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>
<entry>
<title>Fix commentary</title>
<updated>2013-03-24T12:47:56Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T12:47:56Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=b6cc70b150f10480d770764d1368083e50b5f89c'/>
<id>urn:sha1:b6cc70b150f10480d770764d1368083e50b5f89c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add keybindings for existing commands</title>
<updated>2013-03-24T12:45:16Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T12:45:16Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=589f2cca079ae08bc0fc17e514ff2528a596fd88'/>
<id>urn:sha1:589f2cca079ae08bc0fc17e514ff2528a596fd88</id>
<content type='text'>
Add keybindings for `clark-add-link', `clark-find-url' and
`clark-find-url-new-buffer'.
</content>
</entry>
<entry>
<title>Add clark-exists-p</title>
<updated>2013-03-24T12:42:20Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T12:42:20Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=0fbc39c2d8242abb69def2027d4e07ef1dbb838b'/>
<id>urn:sha1:0fbc39c2d8242abb69def2027d4e07ef1dbb838b</id>
<content type='text'>
Prints `yes' when the url is found in the database, `no' otherwise.
</content>
</entry>
<entry>
<title>Add keymap for conkeror</title>
<updated>2013-03-24T12:04:55Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-03-24T12:04:28Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=3f030d3fb3259dbf6069865b8b32959c40bf4452'/>
<id>urn:sha1:3f030d3fb3259dbf6069865b8b32959c40bf4452</id>
<content type='text'>
One could bind this keymap in their `.conkerorrc' to easily access all
the functions provided by CLark's conkeror module. For example:

    define_key(content_buffer_normal_keymap, "b", clark_keymap);
</content>
</entry>
</feed>
