aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update license informationHEADmasterGravatar Tom Willemsen2013-02-164-30/+52
|
* Add url lookup for conkerorGravatar Tom Willemsen2013-02-111-4/+18
| | | | | Add simple url lookup for conkeror. Currently loads all bookmarks into the completion buffer, but this will be changed.
* Add simple searchingGravatar Tom Willemsen2013-02-021-1/+15
|
* CleanupGravatar Tom Willemsen2013-02-021-42/+48
| | | | | | - 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.
* Add install-strip targetGravatar Tom Willemsen2013-01-061-1/+4
|
* Use more variablesGravatar Tom Willemsen2013-01-061-4/+5
| | | | | This allows any command used to be overridden, when, for example, they're not installed in PATH.
* Add uninstall targetGravatar Tom Willemsen2013-01-061-1/+6
| | | | Removes all files from their installed locations.
* Add install target to MakefileGravatar Tom Willemsen2013-01-061-2/+11
| | | | | Installs everything under `DESTDIR', which is `/usr/local' by default.
* Add possibility of running as scriptsGravatar Tom Willemsen2012-12-302-0/+8
| | | | | | 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.
* Rename convert to markam-convert0.1.0Gravatar Tom Willemsen2012-12-293-4/+4
|
* Rename linkwave to markamGravatar Tom Willemsen2012-12-296-34/+31
|
* Add version and help options to convertGravatar Tom Willemsen2012-12-294-12/+72
| | | | | Place the `version' and `display-version' items in `common.scm' so they can be easily used by both executables.
* Add version and help options to linkwaveGravatar Tom Willemsen2012-12-291-7/+35
|
* Ignore binaries and other generated filesGravatar Tom Willemsen2012-12-281-0/+3
|
* Add/improve some documentation commentsGravatar Tom Willemsen2012-12-283-0/+30
| | | | Since CHICKEN scheme doesn't do docstrings I'm just using comments.
* Add GPLv3Gravatar Tom Willemsen2012-12-283-2/+69
|
* RestructureGravatar Tom Willemsen2012-12-284-0/+135
Put all source files in `src/' and add the `conkeror/' directory from the old project.