https://github.com/smeghead/release-support
https://github.com/smeghead/release-support
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smeghead/release-support
- Owner: smeghead
- Created: 2011-05-14T16:05:37.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-22T03:35:37.000Z (over 13 years ago)
- Last Synced: 2025-02-07T22:53:49.375Z (4 months ago)
- Language: Perl
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# release suport #
help to release notify process.
## sample configuration file. ##
- ~/etc/release-support.conf
[starbug1]
productname = 'Starbug1'
title = 'Starbug1 {VERSION} リリースのお知らせ'
template_prefix = "Starbug1は、軽量、高速なバグトラッキングシステム(BTS: Bug Tarcking System)です。\\nC で書かれているため少ないリソースのサーバ(例えば10年前のパソコンなど)に設置した場合でも快適に動作します。\\n\\n * 公式サイト http://starbug1.com/\\n * ダウンロードは、Sourceforge.jp http://sourceforge.jp/projects/starbug1/ から\\n\\nStarbug1 {VERSION} をリリースしました。主な変更内容は以下です。\\n"
template_suffix = ""
change_log = '/home/smeghead/work/starbug1/ChangeLog'
urls = 'http://sourceforge.jp/frs/admin/index.php?group_id=3135', 'http://groups.google.com/group/starbug1-users', 'http://blog.starbug1.com/wp-admin/index.php'
[wordpress]
url = 'http://blog.starbug1.com/xmlrpc.php'
loginid = 'username'
password = 'passwd'