changeset 0ec1f7cd1b26 in /home/hg/repos/gajim

author: Denis Fomin <fomi...@gmail.com>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=0ec1f7cd1b26
description: Rename acronyms file

diffstat:

 plugins/acronyms_expander/acronyms             |  69 --------------------------
 plugins/acronyms_expander/acronyms.py          |  69 ++++++++++++++++++++++++++
 plugins/acronyms_expander/acronyms_expander.py |   2 +-
 3 файлов изменено, 70 вставок(+), 70 удалений(-)

различия (158 строк):

diff -r aa9047fb19be -r 0ec1f7cd1b26 plugins/acronyms_expander/acronyms
--- a/plugins/acronyms_expander/acronyms        Wed Aug 28 10:06:57 2013 +0400
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,69 +0,0 @@
-{"afaik": "as far as I know",
-"afaict": "as far as I can tell",
-"afk": "away from keyboard",
-"atm": "at the moment",
-"bbiab": "be back in a bit",
-"bbiaf": "be back in a few (minutes)",
-"bbl": "be back later",
-"bbs": "be back soon",
-"b/c": "because",
-"bf": "boyfriend",
-"bfo": "blinding flash of the obvious",
-"brb": "be right back",
-"bsod": "blue screen of death",
-"btw": "by the way",
-"ciao": "Italian for goodbye",
-"ctrn": "can't talk right now",
-"cul8r": "see you later",
-"cya": "see ya",
-"dhtb": "don't have the bandwidth",
-"f2f": "face to face",
-"fubar": "fucked up beyond all recognition",
-"fwiw": "for what it's worth",
-"fyi": "for your information",
-"gmta": "great minds think alike",
-"iam": "in a meeting",
-"ianal": "I am not a lawyer",
-"ihmb": "I hate my boss",
-"iirc": "if I recall correctly",
-"imho": "in my humble opinion",
-"imo": "in my opinion",
-"iow": "in other words",
-"irl": "in real life",
-"<g>": "grin",
-"*g*": "grin",
-"gf": "girlfriend",
-"gmta": "great minds think alike",
-"g2g": "got to go",
-"jid": "jabber identifier",
-"j/k": "just kidding",
-"ok": "okay",
-"lol": "laugh out loud",
-"l8r": "later",
-"msg": "message",
-"n/m": "never mind",
-"n/p": "no problem",
-"oAo": "over and out!",
-"omg": "oh my god",
-"oob": "out of band",
-"otoh": "on the other hand",
-"oww": "oops, wrong window!",
-"otp": "on the phone",
-"pita": "pain in the ass",
-"pov": "point of view",
-"pw": "password",
-"rotfl": "rolling on the floor laughing",
-"rsn": "real soon now",
-"rtfm": "read the friendly manual",
-"slap": "sounds like a plan",
-"thx": "thanks",
-"tia": "thanks in advance",
-"tla": "three-letter arconym",
-"ttfn": "ta ta for now",
-"ttyl": "talk to you later",
-"wb": "welcome back",
-"wfm": "works for me",
-"wtf": "what the fuck?!",
-"wtg": "way to go!",
-"xfer": "transfer",
-"ymmv": "your mileage may vary",}
diff -r aa9047fb19be -r 0ec1f7cd1b26 plugins/acronyms_expander/acronyms.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/acronyms_expander/acronyms.py     Wed Aug 28 11:31:17 2013 +0400
@@ -0,0 +1,69 @@
+{"afaik": "as far as I know",
+"afaict": "as far as I can tell",
+"afk": "away from keyboard",
+"atm": "at the moment",
+"bbiab": "be back in a bit",
+"bbiaf": "be back in a few (minutes)",
+"bbl": "be back later",
+"bbs": "be back soon",
+"b/c": "because",
+"bf": "boyfriend",
+"bfo": "blinding flash of the obvious",
+"brb": "be right back",
+"bsod": "blue screen of death",
+"btw": "by the way",
+"ciao": "Italian for goodbye",
+"ctrn": "can't talk right now",
+"cul8r": "see you later",
+"cya": "see ya",
+"dhtb": "don't have the bandwidth",
+"f2f": "face to face",
+"fubar": "fucked up beyond all recognition",
+"fwiw": "for what it's worth",
+"fyi": "for your information",
+"gmta": "great minds think alike",
+"iam": "in a meeting",
+"ianal": "I am not a lawyer",
+"ihmb": "I hate my boss",
+"iirc": "if I recall correctly",
+"imho": "in my humble opinion",
+"imo": "in my opinion",
+"iow": "in other words",
+"irl": "in real life",
+"<g>": "grin",
+"*g*": "grin",
+"gf": "girlfriend",
+"gmta": "great minds think alike",
+"g2g": "got to go",
+"jid": "jabber identifier",
+"j/k": "just kidding",
+"ok": "okay",
+"lol": "laugh out loud",
+"l8r": "later",
+"msg": "message",
+"n/m": "never mind",
+"n/p": "no problem",
+"oAo": "over and out!",
+"omg": "oh my god",
+"oob": "out of band",
+"otoh": "on the other hand",
+"oww": "oops, wrong window!",
+"otp": "on the phone",
+"pita": "pain in the ass",
+"pov": "point of view",
+"pw": "password",
+"rotfl": "rolling on the floor laughing",
+"rsn": "real soon now",
+"rtfm": "read the friendly manual",
+"slap": "sounds like a plan",
+"thx": "thanks",
+"tia": "thanks in advance",
+"tla": "three-letter arconym",
+"ttfn": "ta ta for now",
+"ttyl": "talk to you later",
+"wb": "welcome back",
+"wfm": "works for me",
+"wtf": "what the fuck?!",
+"wtg": "way to go!",
+"xfer": "transfer",
+"ymmv": "your mileage may vary",}
diff -r aa9047fb19be -r 0ec1f7cd1b26 
plugins/acronyms_expander/acronyms_expander.py
--- a/plugins/acronyms_expander/acronyms_expander.py    Wed Aug 28 10:06:57 
2013 +0400
+++ b/plugins/acronyms_expander/acronyms_expander.py    Wed Aug 28 11:31:17 
2013 +0400
@@ -62,7 +62,7 @@
 
     @log_calls('AcronymsExpanderPlugin')
     def get_own_acronyms_list(self):
-        data_file = self.local_file_path('acronyms')
+        data_file = self.local_file_path('acronyms.py')
         data = open(data_file, 'r')
         acronyms = eval(data.read())
         data.close()
_______________________________________________
Commits mailing list
Commits@gajim.org
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to