summaryrefslogtreecommitdiffstats
path: root/conkeror
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-28 20:45:32 +0100
committerGravatar Tom Willemsen2012-12-28 20:45:32 +0100
commite72e942eca4690e8c733ac9fdafeac9b33c9f3f4 (patch)
treed226c43dc239f42eda5e718a675e012d0dac1098 /conkeror
parent5535308fffdd58ac17937d676c096fe889acb77e (diff)
downloadmarkam-e72e942eca4690e8c733ac9fdafeac9b33c9f3f4.tar.gz
markam-e72e942eca4690e8c733ac9fdafeac9b33c9f3f4.zip
Add GPLv3
Diffstat (limited to 'conkeror')
-rw-r--r--conkeror/linkwave.js26
1 files changed, 25 insertions, 1 deletions
diff --git a/conkeror/linkwave.js b/conkeror/linkwave.js
index 8ac3a52..6dc2f4b 100644
--- a/conkeror/linkwave.js
+++ b/conkeror/linkwave.js
@@ -1,4 +1,28 @@
-define_variable("linkwave_program", "/home/slash/projects/nlinkwave/src/linkwave",
+/* linkwave -- Store/retrieve/manage bookmarks
+ Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+/// Commentary:
+
+// A wrapper script that should allow conkeror to interface with
+// linkwave. Does not yet allow searching through collected
+// bookmarks, only adding new ones.
+
+/// Code:
+
+define_variable("linkwave_program", "linkwave",
"The location of the linkwave executable.");
function linkwave_add_url(I, url, title)