update README for gitorious move
[lnf] / README
diff --git a/README b/README
index 3e79fecfcf6e3ba1b81913916dd732cb7053c470..b3829e2fd029748742db8d8360579ce2e911aaed 100644 (file)
--- a/README
+++ b/README
@@ -1,14 +1,12 @@
-This program's main documentation is not here. It is in near the top of any of
-the bash script file(s) which sit next to this file. If there is an executable
-script in this repo, the documentation is also available by passing --help to
-the script/function.
+The main documentation is availiable via --help and near the top of any bash
+script files which sit next to this file.
 
-This program is also part of a collection of programs,
-https://gitlab.com/iankelling/bash-programs-by-ian, which are unrelated except
-a few small things like this file.
+Files ending in -function are for sourcing then calling as a function. Files
+without -function are exactly the same except they are for calling as a script.
 
-For programs with 2 files named like foo and foo-function, they are the same but
-provide the flexibility of calling foo the script, or sourcing foo-function and
-calling foo the function.
+Patches, bugs, and any feedback is very welcome via gitorious or email to
+Ian Kelling <ian@iankelling.org>.
 
-Patches, bugs, opinions are welcome via gitlab or email Ian Kelling <ian@iankelling.org>
+This program is also part of a collection of programs,
+https://gitorious.org/bash-programs-by-ian, which are unrelated except
+having the same author and being being bash programs.