Changeset 884:a18e6400a3bc
- Timestamp:
- 05/18/07 14:16:02 (20 months ago)
- Author:
- txprog
- Message:
-
move man to pida-plugins
- Location:
- pida-plugins/man
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r845
|
r884
|
|
| 188 | 188 | self.task.start(cmd, shell=True) |
| 189 | 189 | |
| | 190 | def stop(self): |
| | 191 | if self.task: |
| | 192 | self.task.stop() |
| | 193 | if self.get_action('show_man').get_active(): |
| | 194 | self.hide_man() |
| | 195 | |
| 190 | 196 | |
| 191 | 197 | # Required Service attribute for service loading |
-
|
r845
|
r884
|
|
| 188 | 188 | self.task.start(cmd, shell=True) |
| 189 | 189 | |
| | 190 | def stop(self): |
| | 191 | if self.task: |
| | 192 | self.task.stop() |
| | 193 | if self.get_action('show_man').get_active(): |
| | 194 | self.hide_man() |
| | 195 | |
| 190 | 196 | |
| 191 | 197 | # Required Service attribute for service loading |
-
|
r504
|
r884
|
|
| | 1 | [plugin] |
| | 2 | plugin = man |
| | 3 | name = Man |
| | 4 | author = Mathieu Virbel <tito@bankiz.org> |
| | 5 | version = 0.2 |
| | 6 | require_pida = 0.5 |
| | 7 | depends = "os,gtk,commands,re,cgi" |
| | 8 | category = documentation |
| | 9 | description = Search and browse man page |
-
|
r504
|
r884
|
|
| | 1 | [plugin] |
| | 2 | plugin = man |
| | 3 | name = Man |
| | 4 | author = Mathieu Virbel <tito@bankiz.org> |
| | 5 | version = 0.2 |
| | 6 | require_pida = 0.5 |
| | 7 | depends = "os,gtk,commands,re,cgi" |
| | 8 | category = documentation |
| | 9 | description = Search and browse man page |