<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markam/src, branch 0.2.0</title>
<subtitle>Keep bookmarks, in scheme!</subtitle>
<id>https://code.ryuslash.org/markam/atom?h=0.2.0</id>
<link rel='self' href='https://code.ryuslash.org/markam/atom?h=0.2.0'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/'/>
<updated>2013-02-11T22:04:53Z</updated>
<entry>
<title>Add url lookup for conkeror</title>
<updated>2013-02-11T22:04:53Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-02-11T22:04:53Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=6fdc8f2f5ab88b0ce0077a2450af215992e1d23c'/>
<id>urn:sha1:6fdc8f2f5ab88b0ce0077a2450af215992e1d23c</id>
<content type='text'>
Add simple url lookup for conkeror. Currently loads all bookmarks into
the completion buffer, but this will be changed.
</content>
</entry>
<entry>
<title>Add simple searching</title>
<updated>2013-02-02T15:53:16Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-02-02T15:53:16Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=d5dbe8ed273d93bec205d664e7b3d390bcdfbaab'/>
<id>urn:sha1:d5dbe8ed273d93bec205d664e7b3d390bcdfbaab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup</title>
<updated>2013-02-02T14:27:28Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-02-02T14:03:09Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=1d51bacd51bf601e87662b30a1169d395d09f4e6'/>
<id>urn:sha1:1d51bacd51bf601e87662b30a1169d395d09f4e6</id>
<content type='text'>
- Disable interpreted usage, it doesn't seem to work.
- Move comments outside of functions, I miss docstrings...
- Move handling of "other" arguments to separate function.
</content>
</entry>
<entry>
<title>Add install-strip target</title>
<updated>2013-01-06T14:59:16Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-01-06T14:59:16Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=e0cb22485481351242dff65ab0cce9a7b6fc3400'/>
<id>urn:sha1:e0cb22485481351242dff65ab0cce9a7b6fc3400</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use more variables</title>
<updated>2013-01-06T14:52:33Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-01-06T14:52:33Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=4fde21d9913a63e8f057543aefa5b4125d74bd85'/>
<id>urn:sha1:4fde21d9913a63e8f057543aefa5b4125d74bd85</id>
<content type='text'>
This allows any command used to be overridden, when, for example,
they're not installed in PATH.
</content>
</entry>
<entry>
<title>Add uninstall target</title>
<updated>2013-01-06T14:30:50Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-01-06T14:30:50Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=e2999eed45ccd6998c5a692f40b7ff47e1fcb8eb'/>
<id>urn:sha1:e2999eed45ccd6998c5a692f40b7ff47e1fcb8eb</id>
<content type='text'>
Removes all files from their installed locations.
</content>
</entry>
<entry>
<title>Add install target to Makefile</title>
<updated>2013-01-06T13:36:51Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2013-01-06T13:36:51Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=58a7c046d22579cc5156fb34429e5ea7ea5a5526'/>
<id>urn:sha1:58a7c046d22579cc5156fb34429e5ea7ea5a5526</id>
<content type='text'>
Installs everything under `DESTDIR', which is `/usr/local' by
default.
</content>
</entry>
<entry>
<title>Add possibility of running as scripts</title>
<updated>2012-12-30T01:00:08Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-12-30T01:00:08Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=455f40c794659248dc9cb94d0a4a2b3a873e4753'/>
<id>urn:sha1:455f40c794659248dc9cb94d0a4a2b3a873e4753</id>
<content type='text'>
By using the `#+' read syntax to determine if the file is being run as
a script or (presumably) compiled, we can use it as either a binary or
a script.
</content>
</entry>
<entry>
<title>Rename convert to markam-convert</title>
<updated>2012-12-29T16:10:12Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-12-29T16:10:12Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=3820e6599232f84aec978fa99cc814028e2df65e'/>
<id>urn:sha1:3820e6599232f84aec978fa99cc814028e2df65e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename linkwave to markam</title>
<updated>2012-12-29T15:54:16Z</updated>
<author>
<name>Tom Willemsen</name>
</author>
<published>2012-12-29T15:54:16Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/markam/commit/?id=b46793938598358a9ab5249bd97e8999d5ac67e6'/>
<id>urn:sha1:b46793938598358a9ab5249bd97e8999d5ac67e6</id>
<content type='text'>
</content>
</entry>
</feed>
