<feed xmlns='http://www.w3.org/2005/Atom'>
<title>clark/lisp, 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-10-06T13:06:19Z</updated>
<entry>
<title>Add tags command</title>
<updated>2013-10-06T13:06:19Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-10-06T13:06:19Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=209281dcd98231be16b8c67d05597758ae64f43b'/>
<id>urn:sha1:209281dcd98231be16b8c67d05597758ae64f43b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change *help-messages* to parameter</title>
<updated>2013-10-06T12:35:50Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-10-06T12:35:50Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=acc01decbee8479390cef7d0693c1596afc65b02'/>
<id>urn:sha1:acc01decbee8479390cef7d0693c1596afc65b02</id>
<content type='text'>
When testing in the REPL and reloading the package, using a `defvar'
causes it to collect the names and help messages for commands more than
once. With `defparameter' this variable is reset every time the package
is loaded.
</content>
</entry>
<entry>
<title>Export commands</title>
<updated>2013-10-06T12:35:39Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-10-06T12:35:39Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=b6716954f2584a914691650f4f329ab4e09a6980'/>
<id>urn:sha1:b6716954f2584a914691650f4f329ab4e09a6980</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change that crazy name</title>
<updated>2013-10-06T12:30:15Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-10-06T12:30:15Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=97d631db555dd5d663d4f81987ab86ebc2aa4d9a'/>
<id>urn:sha1:97d631db555dd5d663d4f81987ab86ebc2aa4d9a</id>
<content type='text'>
Practical Common Lisp suggested that most Lisp projects used Java-like
naming schemes. I have not seen this happen in the real world so much.
</content>
</entry>
<entry>
<title>Fix compilation errors</title>
<updated>2013-10-06T11:47:31Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-10-06T11:47:31Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=31f1be23f268f8ec6f592ed14bf8e914395e86a0'/>
<id>urn:sha1:31f1be23f268f8ec6f592ed14bf8e914395e86a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow CLark to be used from the lisp REPL</title>
<updated>2013-10-06T11:47:20Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-10-06T11:34:24Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=b7d4fe7c216c961b44c78bbf0965ff9dd10eebee'/>
<id>urn:sha1:b7d4fe7c216c961b44c78bbf0965ff9dd10eebee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move command definitions to separate file</title>
<updated>2013-10-06T00:29:23Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-10-06T00:29:12Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=b4769c70c4f3bc196595ff9795acc10ca7ddc1a6'/>
<id>urn:sha1:b4769c70c4f3bc196595ff9795acc10ca7ddc1a6</id>
<content type='text'>
Hoping to keep the clark source file clean.
</content>
</entry>
<entry>
<title>Add remove-tags command</title>
<updated>2013-07-02T20:30:46Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-07-02T20:30:46Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=df47a68535beb8522e105894cef6088ca39aadc4'/>
<id>urn:sha1:df47a68535beb8522e105894cef6088ca39aadc4</id>
<content type='text'>
This command removes the given tags (or all if none are specified) from
a bookmark's tag list.
</content>
</entry>
<entry>
<title>Check bookmark doesn't exist before inserting</title>
<updated>2013-06-12T21:22:22Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-12T21:22:22Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=612189139623bfc6cb45dadee3aeb0f8491d9fc7'/>
<id>urn:sha1:612189139623bfc6cb45dadee3aeb0f8491d9fc7</id>
<content type='text'>
The `add' command checks if the given url has been registered before and
if so will print a message about this.
</content>
</entry>
<entry>
<title>Allow LISP to be specified on the outside</title>
<updated>2013-06-06T20:57:05Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2013-06-06T20:57:05Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/clark/commit/?id=6f5171c1caeb714e690e5f4caa18b16543e01051'/>
<id>urn:sha1:6f5171c1caeb714e690e5f4caa18b16543e01051</id>
<content type='text'>
I don't think it's wise to force everyone to use system-wide lisp
libraries by specifying `--no-userinit' here, but my pkgbuilds need it.
</content>
</entry>
</feed>
