Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clickable_nicknames/clickable_nicknames.py8
-rw-r--r--clickable_nicknames/manifest.ini8
-rw-r--r--juick/manifest.ini9
-rw-r--r--juick/plugin.py9
-rw-r--r--set_location/manifest.ini8
-rw-r--r--set_location/set_location.py8
-rw-r--r--wrong_layout/manifest.ini8
-rw-r--r--wrong_layout/plugin.py7
8 files changed, 33 insertions, 32 deletions
diff --git a/clickable_nicknames/clickable_nicknames.py b/clickable_nicknames/clickable_nicknames.py
index 3fe11ec..8f33759 100644
--- a/clickable_nicknames/clickable_nicknames.py
+++ b/clickable_nicknames/clickable_nicknames.py
@@ -10,14 +10,6 @@ from plugins.helpers import log_calls, log
class ClickableNicknames(GajimPlugin):
- name = u'Clickable Nicknames'
- short_name = u'clickable_nicknames'
- version = u'0.1'
- description = _(u'''Clickable nicknames in the conversation textview.''')
- authors = [u'Denis Fomin <fominde@gmail.com>']
-
- homepage = u'http://bitbucket.org/dicson12/plugins/src/tip/clickable_nicknames/'
-
@log_calls('ClickableNicknamesPlugin')
def init(self):
self.config_dialog = None#ClickableNicknamesPluginConfigDialog(self)
diff --git a/clickable_nicknames/manifest.ini b/clickable_nicknames/manifest.ini
new file mode 100644
index 0000000..4cf6838
--- /dev/null
+++ b/clickable_nicknames/manifest.ini
@@ -0,0 +1,8 @@
+[info]
+name: Clickable Nicknames
+short_name: clickable_nicknames
+version: 0.1
+description: Clickable nicknames in the conversation textview.
+authors: Denis Fomin <fominde@gmail.com>
+homepage: http://bitbucket.org/dicson12/plugins/src/tip/clickable_nicknames/
+
diff --git a/juick/manifest.ini b/juick/manifest.ini
new file mode 100644
index 0000000..9b4f3cb
--- /dev/null
+++ b/juick/manifest.ini
@@ -0,0 +1,9 @@
+[info]
+name: Juick
+short_name: Juick
+version: 0.2
+description: Clickable juick links , juick nics, preview juick picturs.
+ The key combination alt + up in the textbox allow insert the number of last message (comment or topic).
+authors: Denis Fomin <fominde@gmail.com>>, evgen <drujebober@gmail.com>
+homepage: http://bitbucket.org/dicson12/plugins/src/tip/juick/
+
diff --git a/juick/plugin.py b/juick/plugin.py
index 2753db0..f5b8371 100644
--- a/juick/plugin.py
+++ b/juick/plugin.py
@@ -31,15 +31,6 @@ except:
pass
class JuickPlugin(GajimPlugin):
- name = u'Juick'
- short_name = u'Juick'
- version = u'0.2'
- description = _(u'''Clickable juick links , juick nics, preview juick picturs.
-The key combination alt + up in the textbox allow insert the number of last message (comment or topic).''')
- authors = [u'Denis Fomin <fominde@gmail.com>', u'evgen <drujebober@gmail.com>']
-
- homepage = u'http://bitbucket.org/dicson12/plugins/src/tip/juick/'
-
@log_calls('JuickPlugin')
def init(self):
self.config_dialog = JuickPluginConfigDialog(self)
diff --git a/set_location/manifest.ini b/set_location/manifest.ini
new file mode 100644
index 0000000..d2cda54
--- /dev/null
+++ b/set_location/manifest.ini
@@ -0,0 +1,8 @@
+[info]
+name: Set Location
+short_name: set_location
+version: 0.1
+description: Set information about the current geographical or physical location.
+authors: Denis Fomin <fominde@gmail.com>
+homepage: http://bitbucket.org/dicson12/plugins/src/tip/set_location/
+
diff --git a/set_location/set_location.py b/set_location/set_location.py
index 522201b..ca12e49 100644
--- a/set_location/set_location.py
+++ b/set_location/set_location.py
@@ -22,14 +22,6 @@ except:
pass
class SetLocationPlugin(GajimPlugin):
- name = u'Set Location'
- short_name = u'set_location'
- version = u'0.1'
- description = _(
- u'''Set information about the current geographical or physical location.''')
- authors = [u'Denis Fomin <fominde@gmail.com>']
- homepage = u'http://bitbucket.org/dicson12/plugins/src/tip/set_location/'
-
@log_calls('SetLocationPlugin')
def init(self):
self.config_dialog = SetLocationPluginConfigDialog(self)
diff --git a/wrong_layout/manifest.ini b/wrong_layout/manifest.ini
new file mode 100644
index 0000000..939ade9
--- /dev/null
+++ b/wrong_layout/manifest.ini
@@ -0,0 +1,8 @@
+[info]
+name: Wrong Layout
+short_name: Wrong Layout
+version: 0.1
+description: Press alt+r to convert chars typed in wrong layout Rus<>Eng
+authors: Denis Fomin <fominde@gmail.com>
+homepage: http://bitbucket.org/dicson12/plugins/src/tip/wrong_layout/
+
diff --git a/wrong_layout/plugin.py b/wrong_layout/plugin.py
index 8706604..5444426 100644
--- a/wrong_layout/plugin.py
+++ b/wrong_layout/plugin.py
@@ -18,13 +18,6 @@ except: pass
class WrongLayoutPlugin(GajimPlugin):
- name = u'Wrong Layout'
- short_name = u'Wrong Layout'
- version = u'0.1'
- description = _(u'''Press alt+r to convert chars typed in wrong layout Rus<>Eng''')
- authors = [u'Denis Fomin <fominde@gmail.com>']
- homepage = u'http://bitbucket.org/dicson12/plugins/src/tip/wrong_layout/'
-
@log_calls('WrongLayoutPlugin')
def init(self):
self.config_dialog = None