Manifest files added
This commit is contained in:
@@ -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)
|
||||
|
||||
8
clickable_nicknames/manifest.ini
Normal file
8
clickable_nicknames/manifest.ini
Normal file
@@ -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/
|
||||
|
||||
9
juick/manifest.ini
Normal file
9
juick/manifest.ini
Normal file
@@ -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/
|
||||
|
||||
@@ -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)
|
||||
|
||||
8
set_location/manifest.ini
Normal file
8
set_location/manifest.ini
Normal file
@@ -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/
|
||||
|
||||
@@ -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)
|
||||
|
||||
8
wrong_layout/manifest.ini
Normal file
8
wrong_layout/manifest.ini
Normal file
@@ -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/
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user