|
Revision 153, 0.9 kB
(checked in by xbright, 4 months ago)
|
Passage vers la GPLv3 \o/
|
| Line | |
|---|
| 1 |
# ######################################## |
|---|
| 2 |
# Random Chat 0.1 |
|---|
| 3 |
# ######################################## |
|---|
| 4 |
|
|---|
| 5 |
Random Chat Copyright (C) 2008 Erwan Briand, Grégoire Menuel |
|---|
| 6 |
This program comes with ABSOLUTELY NO WARRANTY. |
|---|
| 7 |
This is free software, and you are welcome to redistribute it |
|---|
| 8 |
under certain conditions. |
|---|
| 9 |
|
|---|
| 10 |
Random Chat. |
|---|
| 11 |
→ Project page: http://trac.last-exile.org/code_bar/wiki#RandomChat |
|---|
| 12 |
→ License: see COPYING. |
|---|
| 13 |
|
|---|
| 14 |
How to use. |
|---|
| 15 |
→ Rename src/config-example.py to src/config.py |
|---|
| 16 |
→ Use comments to write your configuration file |
|---|
| 17 |
→ Just launch by doing ./randomchat.py |
|---|
| 18 |
|
|---|
| 19 |
Translation. |
|---|
| 20 |
→ xgettext -o locale/randomchat.pot src/randomchat.py --from-code=utf-8 --language=Python --keyword=_ |
|---|
| 21 |
→ msginit -i locale/randomchat.pot -o locale/$LANG/LC_MESSAGES/randomchat.po --locale=$LANG |
|---|
| 22 |
→ msgfmt locale/$LANG/LC_MESSAGES/randomchat.po -o locale/$LANG/LC_MESSAGES/randomchat.mo -v |
|---|
| 23 |
|
|---|
| 24 |
Authors. |
|---|
| 25 |
→ For more information, please see AUTHORS. |
|---|