aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-12-29 16:54:16 +0100
committerGravatar Tom Willemsen2012-12-29 16:54:16 +0100
commitb46793938598358a9ab5249bd97e8999d5ac67e6 (patch)
tree3461b18599341fd3be19b0c094d6a62775478b88 /doc
parentf379783d28e73b4613852fca58e0af3f8ea6ab87 (diff)
downloadmarkam-b46793938598358a9ab5249bd97e8999d5ac67e6.tar.gz
markam-b46793938598358a9ab5249bd97e8999d5ac67e6.zip
Rename linkwave to markam
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile4
-rw-r--r--doc/markam.texi (renamed from doc/linkwave.texi)28
2 files changed, 16 insertions, 16 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 07079e8..29d7269 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,4 +1,4 @@
.PHONY: all
-all: linkwave.info
-linkwave.info: linkwave.texi
+all: markam.info
+markam.info: markam.texi
diff --git a/doc/linkwave.texi b/doc/markam.texi
index 348dbd5..3093f8d 100644
--- a/doc/linkwave.texi
+++ b/doc/markam.texi
@@ -1,10 +1,10 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
-@setfilename linkwave.info
-@settitle linkwave User Manual
+@setfilename markam.info
+@settitle markam User Manual
@c %**end of header
@copying
-The user manual for linkwave.
+The user manual for markam.
Copyright @copyright{} 2012 Tom Willemsen
@@ -27,8 +27,8 @@ The document was typeset with
@end copying
@titlepage
-@title linkwave User Manual
-@subtitle The user manual for linkwave
+@title markam User Manual
+@subtitle The user manual for markam
@author Tom Willemsen <tom@ryuslash.org>
@page
@vskip 0pt plus 1filll
@@ -40,14 +40,14 @@ The document was typeset with
@ifnottex
@node Top, Usage, (dir), (dir)
-@top linkwave User Manual
+@top markam User Manual
@insertcopying
@end ifnottex
@c Generate the nodes for this menu with `C-c C-u C-m'.
@menu
-* Usage:: How to use linkwave
+* Usage:: How to use markam
* Copying This Manual::
* Index::
@end menu
@@ -57,11 +57,11 @@ The document was typeset with
@node Usage, Copying This Manual, Top, Top
@chapter How to use
-For the moment linkwave is a simple program, it has 2 functions. In
+For the moment markam is a simple program, it has 2 functions. In
order to view a list of all your bookmarks you can use:
@example
-linkwave
+markam
@end example
This will show the list of all stored bookmarks, showing the URL, name
@@ -70,9 +70,9 @@ and description. This list is unsorted and unpaged.
The other function is to add a new bookmark, which can be done with:
@example
-linkwave http://example.org Example \
- "Some description about Example" \
- example some more tags
+markam http://example.org Example \
+ "Some description about Example" \
+ example some more tags
@end example
This will store the bookmark with the URL of ``http://example.org'',
@@ -80,7 +80,7 @@ name ``Example'', description ``Some description about Example'' and
the tags ``example'', ``some'', ``more'' and ``tags''. Any arguments
following the description will be considered tags.
-For the moment linkwave is rather stupid, assuming that all URLs start
+For the moment markam is rather stupid, assuming that all URLs start
with @code{http://} or @code{https://}, so other bookmarks can't be
added (yet).
@@ -103,4 +103,4 @@ added (yet).
@bye
-@c linkwave.texi ends here
+@c markam.texi ends here