summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-06-10 21:15:00 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-06-10 21:16:10 +0200
commit0a5713903648e05e4b2166eda963afee238aac9f (patch)
treed890774f3ba449837399b12c42d319e85641f9bb
downloadacronyms-misc-0a5713903648e05e4b2166eda963afee238aac9f.tar.gz
acronyms-misc-0a5713903648e05e4b2166eda963afee238aac9f.tar.xz
acronyms-misc-0a5713903648e05e4b2166eda963afee238aac9f.zip
Start with README
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..9d56cee
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
+acronyms-misc
+-------------
+
+This is a collection of random acronyms I want to have tracked somewhere,
+mainly for my own reference.
+
+Luckily, there is already infrastructure to use these -- wtf utility
+(the name fits if you ask me, but nobody is meant to be offended)
+from bsd-games package. Setting things up to start using this "dictionary"
+is as easy as:
+
+
+$ # install the respective package (for Fedora)
+$ su -c 'yum install -y bsd-games'
+
+$ # have the new acronyms base recognized, e.g.:
+$ cat >>~/.profile <<EOF
+export ACRONYMDB=\$(ls /usr/share/misc/acronyms* $(pwd)/acronyms* 2>/dev/null)
+EOF
+$ source ~/.profile
+
+$ # or alternatively and less nicely:
+$ su -c 'ln -s $(pwd)/acronyms* /usr/share/misc/'
+
+$ # let's test it:
+$ wtf fd
+FD: Full disclosure, also ML [http://ur1.ca/hhxhq]
+
+
+If something is missing, please let me know. Patches especially welcome.
+
+--
+Jan <jpokorny @at@ redhat .dot. com>