Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kompiro/trac-idobata-plugin
Trac event hook for Idobata
https://github.com/kompiro/trac-idobata-plugin
Last synced: 11 days ago
JSON representation
Trac event hook for Idobata
- Host: GitHub
- URL: https://github.com/kompiro/trac-idobata-plugin
- Owner: kompiro
- License: apache-2.0
- Created: 2014-03-14T15:03:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T01:39:31.000Z (over 9 years ago)
- Last Synced: 2023-04-12T20:30:51.035Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Trac Idobata Plugin
===================Trac event hook for Idobata
## How to install
1. Add hook to your room at idobata
1. Build this plugingit clone https://github.com/kompiro/trac-idobata-plugin
python setup.py bdist_egg
cp dist/TracSevabotNotificationPlugin-VERSION-PYTHON_VERSION.egg YOUR_TRAC_ENV/plugins1. Configure your trac env. Open your conf/trac.ini and set your env value like below.
[idobata]
endpoint = http://idobata.io/XXX # The room's hook endpoint# This plugin provides two notifications ticket, and wiki.
[component]
idobata.notification.TicketNotification = enabled
idobata.notification.WikiNotification = enabled1. Restart Trac
## License
Copyright 2014 Hiroki Kondo "[email protected]"Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.