aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update license informationHEADmasterGravatar Tom Willemsen2013-02-1610-46/+142
|
* Add NEWS fileGravatar Tom Willemsen2013-02-161-0/+64
|
* Update docs0.2.0Gravatar Tom Willemsen2013-02-131-6/+37
|
* conkeror: interactive_error is not definedGravatar Tom Willemsen2013-02-131-2/+1
|
* conkeror: Filter results with search stringGravatar Tom Willemsen2013-02-121-6/+14
| | | | | | When using the conkeror interface commands `find-markam-url' and `find-markam-url-new-buffer', the input is sent along to markam and it then searches the titles and tags for the input given.
* Add url lookup for conkerorGravatar Tom Willemsen2013-02-112-5/+71
| | | | | 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-064-1/+15
|
* Use more variablesGravatar Tom Willemsen2013-01-064-15/+23
| | | | | This allows any command used to be overridden, when, for example, they're not installed in PATH.
* Add uninstall targetGravatar Tom Willemsen2013-01-064-4/+28
| | | | Removes all files from their installed locations.
* Add more documentation formats to MakefileGravatar Tom Willemsen2013-01-064-2/+60
| | | | | `dvi', `pdf' and `ps' can be compiled/installed by explicitly specifying `make FORMAT' or `make install-FORMAT'.
* Add install target to MakefileGravatar Tom Willemsen2013-01-065-3/+41
| | | | | Installs everything under `DESTDIR', which is `/usr/local' by default.
* Add comment about running as scriptGravatar Tom Willemsen2012-12-301-0/+4
| | | | Also say that it is not the recommended way.
* 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-2911-84/+78
|
* 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-282-0/+4
|
* Add Texinfo documentationGravatar Tom Willemsen2012-12-283-0/+615
|
* Add/improve some documentation commentsGravatar Tom Willemsen2012-12-284-3/+34
| | | | Since CHICKEN scheme doesn't do docstrings I'm just using comments.
* Add GPLv3Gravatar Tom Willemsen2012-12-285-3/+768
|
* RestructureGravatar Tom Willemsen2012-12-286-9/+65
| | | | | Put all source files in `src/' and add the `conkeror/' directory from the old project.
* Remove db as a global variableGravatar Tom Willemsen2012-12-281-15/+14
| | | | There's no need for it to be a global variable.
* Define a main functionGravatar Tom Willemsen2012-12-281-7/+9
| | | | It looks somewhat cleaner.
* Don't bail when a tag doesn't exist yetGravatar Tom Willemsen2012-12-281-7/+13
| | | | Add the tag to the database if `first-result' returns nothing.
* Use a transaction when adding new bookmarksGravatar Tom Willemsen2012-12-281-3/+10
| | | | | | | During testing it was discovered that the `first-result' procedure throws an exception, which left the database in a somewhat inconsistent state, the bookmark had been added, but (at least one of) the tags weren't added. This should make it all succeed or all fail.
* Add READMEGravatar Tom Willemsen2012-12-271-0/+9
|
* Update linkwaveGravatar Tom Willemsen2012-12-271-2/+27
| | | | | | | | | | | | * Add parsing of command line arguments, if the first argument starts with "http://" assume it's a new bookmark and save it to the database. * Add adding bookmarks to the database. * linkwave.scm (string-no-null): Only try to remove the final null byte if the string is longer than 0 characters and only if the last character _is_ a null character.
* Guard against non-blob values of bookmark.dateGravatar Tom Willemsen2012-12-271-1/+3
|
* Initial commitGravatar Tom Willemsen2012-12-244-0/+94