Ko-po-check

Latest version: v0.98.0

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.95.4

ChangeLog | 889 +++++++++++++++++++++++++++++++++-------------------------
KPC/config.py | 2 +-
NEWS | 21 ++
README.md | 15 +-
TODO | 2 -
5 files changed, 537 insertions(+), 392 deletions(-)

commit c4500e99a367886390aaa62877832f957990dea6
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Jul 29 12:40:09 2014 +0900

convention/extra-space: 불필요한 공백 문자를 뒤에 덧붙이는 경우 검사

KPC/checks/convention/extra-space.py | 17 +++++++++++++++++
tests/test-convention_extra-space.out | 2 ++
tests/test-convention_extra-space.po | 21 +++++++++++++++++++++
tests/test-convention_extra-space.test | 17 +++++++++++++++++
4 files changed, 57 insertions(+)

commit 22441a7e81851b0154dae3b5c9bf386c3c25ba86
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Jul 29 12:16:49 2014 +0900

convention/team-common: 정치적 문구 검사 옮김

convention/gnome-team에서, 그놈 번역에만 해당되는 사항이 아니므로

KPC/checks/convention/gnome-team.py | 15 +--------------
KPC/checks/convention/team-common.py | 28 +++++++++++++++++++++++++++
tests/test-convention_gnome-team.out | 2 --
tests/test-convention_gnome-team.po | 23 ----------------------
tests/test-convention_team-common.out | 3 +++
tests/test-convention_team-common.po | 35 ++++++++++++++++++++++++++++++++++
tests/test-convention_team-common.test | 17 +++++++++++++++++
7 files changed, 84 insertions(+), 39 deletions(-)

commit ffb504fd92beb46b47c96534fc3d032658ec3e36
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Jul 28 15:53:34 2014 +0900

convention/gnome-team: 헤더에 정치적 문구를 넣는 경우 검사 추가

여러분들의 애국심을 존중하지만, 전세계가 쓰는 프로젝트에 제출할 번역에
정치적인 문구를 넣는 건 바람직하지 않습니다.

KPC/checks/convention/gnome-team.py | 22 ++++++++++++++++++----
KPC/classes.py | 15 +++++++++++++++
tests/test-convention_gnome-team.out | 2 ++
tests/test-convention_gnome-team.po | 23 +++++++++++++++++++++++
4 files changed, 58 insertions(+), 4 deletions(-)

commit 1e253d66eee198069d3b2c407adfa3242a8e2941
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Jun 23 14:34:03 2014 +0900

convention/common-header: 번역자 이름이나 메일을 초기 기본값에서 바꾸지 않은 경우 검사

KPC/checks/convention/common-header.py | 7 +++++++
tests/test-convention_common-header.out | 2 ++
tests/test-convention_common-header.po | 2 +-
3 files changed, 10 insertions(+), 1 deletion(-)

commit 8ef03c14508982a7375d9602ac38ae4dca94982b
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Apr 27 06:07:28 2014 +0900

terminology/word-guide: 용어 추가

KPC/checks/terminology/word-guide.py | 4 ++++
1 file changed, 4 insertions(+)

commit 7f9a3358a5b44207e1108458bfed67c97bf7774a
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Apr 27 04:13:04 2014 +0900

filter에 context 추가

- get_context()로 헤더 메시지의 내용을 이용해 context dictionary 계산
- check()에 context 추가

libreoffice의 경우 헤더의 X-Accelerator-Marker 값에 따라 access key를
지정하도록 되어 있는데 이 경우에 대한 처리가 가능하도록 한다.

KPC/checks/convention/access-key.py | 2 +-
KPC/checks/convention/copyright.py | 2 +-
KPC/checks/convention/desktop-keyword.py | 2 +-
KPC/checks/convention/gnome.py | 2 +-
KPC/checks/convention/kde.py | 2 +-
KPC/checks/convention/markup-docbook.py | 2 +-
KPC/checks/convention/markup-mallard.py | 2 +-
KPC/checks/convention/markup-pango.py | 2 +-
KPC/checks/convention/strftime.py | 2 +-
KPC/checks/language/badstyle.py | 2 +-
KPC/checks/language/consistency.py | 2 +-
KPC/checks/language/josa-alternative.py | 2 +-
KPC/checks/language/punctuation.py | 2 +-
KPC/checks/language/spell.py | 2 +-
KPC/checks/language/typo-incomplete.py | 2 +-
KPC/checks/language/typo2bul.py | 2 +-
KPC/checks/terminology/common-labels.py | 2 +-
KPC/checks/terminology/desktop-commons.py | 2 +-
KPC/checks/terminology/gschema.py | 2 +-
KPC/checks/terminology/libegg.py | 2 +-
KPC/checks/terminology/word-guide.py | 2 +-
KPC/classes.py | 34 ++++++++++++++-----------------
scripts/ko-po-check | 33 +++++++++++++++++++-----------
23 files changed, 57 insertions(+), 52 deletions(-)

commit 5774484cf5ea28eef02be52900cfdb543bcee400
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Apr 26 21:24:08 2014 +0900

terminology/gschema: 원문 대소문자만 다른 경우 처리

KPC/checks/terminology/gschema.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

commit 2ce3292a4f9fa6528dadc49e8b7674c6a89af8ca
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Apr 26 02:35:28 2014 +0900

0.95.3

ChangeLog | 436 ++++++++++++++++++++++++++++++++++++++++++----------------
KPC/config.py | 2 +-
NEWS | 26 ++++
THANKS | 3 +-
make-dist.sh | 3 -
5 files changed, 343 insertions(+), 127 deletions(-)

commit bf9af19b4762aedded003c8e95a8d9b0fdb398ff
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Apr 26 01:57:08 2014 +0900

flake8 코드 문제 추가 수정

KPC/checks/convention/access-key.py | 4 +-
KPC/checks/convention/common-header.py | 7 +-
KPC/checks/convention/copyright.py | 2 +
KPC/checks/convention/desktop-keyword.py | 4 +-
KPC/checks/convention/gnome-team.py | 1 +
KPC/checks/convention/gnome.py | 10 +-
KPC/checks/convention/header-comment.py | 9 +-
KPC/checks/convention/kde.py | 2 +
KPC/checks/convention/markup-docbook.py | 89 ++++++++++++++-
KPC/checks/convention/markup-mallard.py | 131 +++++++++++-----------
KPC/checks/convention/markup-pango.py | 6 +-
KPC/checks/convention/strftime.py | 116 ++++++++++---------
KPC/checks/language/badstyle.py | 74 +++++++-----
KPC/checks/language/consistency.py | 41 ++++---
KPC/checks/language/josa-alternative.py | 38 ++++---
KPC/checks/language/punctuation.py | 6 +-
KPC/checks/language/spell.py | 68 +++++++-----
KPC/checks/language/typo-incomplete.py | 6 +-
KPC/checks/language/typo2bul.py | 3 +-
KPC/checks/terminology/common-labels.py | 40 ++++---
KPC/checks/terminology/desktop-commons.py | 97 ++++++++--------
KPC/checks/terminology/gschema.py | 2 +
KPC/checks/terminology/libegg.py | 33 +++---
KPC/checks/terminology/word-guide.py | 179 +++++++++++++++---------------
KPC/po.py | 27 ++++-
KPC/poparse.py | 48 +++++---
setup.py | 40 +++----
27 files changed, 652 insertions(+), 431 deletions(-)

commit ede48b788db53903c29638fff29a51cc4a334bce
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Apr 26 01:16:30 2014 +0900

terminology/word-guide: 용어 추가

타블렛 -> 태블릿

KPC/checks/terminology/word-guide.py | 1 +
1 file changed, 1 insertion(+)

commit fa418ea0d8aa6f4c81b1bc93a9bdcc63f103721a
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Apr 26 01:15:42 2014 +0900

terminology/common-labels: 예외 추가

- "View only": vinagre에서

KPC/checks/terminology/common-labels.py | 45 ++++++++++++++++++++++-----------
tests/test-terminology_common-labels.po | 4 +++
2 files changed, 34 insertions(+), 15 deletions(-)

commit c95146ba78538515b045c45784ff74744c285838
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Apr 26 00:33:58 2014 +0900

convention/desktop-keyword: 키워드 번역을 안 하고 중복한 경우 추가

KPC/checks/convention/desktop-keyword.py | 10 ++++++++--
tests/test-convention_desktop-keyword.out | 4 +++-
tests/test-convention_desktop-keyword.po | 10 ++++++++++
3 files changed, 21 insertions(+), 3 deletions(-)

commit de0d1d2b27256bba4fbeb2bc942d5249eb6a434c
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Apr 25 01:11:14 2014 +0900

flake8 코드 문제 수정

KPC/checks/convention/access-key.py | 2 +-
KPC/checks/convention/common-header.py | 1 -
KPC/checks/convention/copyright.py | 2 +-
KPC/checks/convention/desktop-keyword.py | 2 +-
KPC/checks/convention/gnome-team.py | 1 -
KPC/checks/convention/header-comment.py | 1 -
KPC/checks/convention/kde.py | 1 -
KPC/checks/convention/markup-pango.py | 2 +-
KPC/checks/convention/strftime.py | 5 +----
KPC/checks/language/badstyle.py | 3 +--
KPC/checks/language/josa-alternative.py | 3 +--
KPC/checks/language/punctuation.py | 3 +--
KPC/checks/language/spell.py | 4 +---
KPC/checks/language/typo-incomplete.py | 4 +---
KPC/checks/language/typo2bul.py | 3 +--
KPC/checks/terminology/common-labels.py | 2 +-
KPC/checks/terminology/desktop-commons.py | 1 -
KPC/checks/terminology/libegg.py | 1 -
KPC/classes.py | 3 ---
KPC/po.py | 1 -
KPC/poparse.py | 10 ++--------
21 files changed, 14 insertions(+), 41 deletions(-)

commit 26223ed8bdbffb3cc70b2d1518b57e9043e7b852
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Apr 24 07:02:29 2014 +0900

새 검사 규칙 terminology/gschema

gschema에서 자주 사용하는 메시지의 번역이 통일된 번역인지 검사합니다

KPC/checks/terminology/gschema.py | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)

commit f2543fcda87af1f5957035c43b0c4f869f1833d1
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Apr 24 06:18:52 2014 +0900

새 검사 규칙 convention/desktop-keyword

freedesktop.org desktop 엔트리의 Keyword 번역을 확인합니다

KPC/checks/convention/desktop-keyword.py | 31 ++++++++++++++++++++++++++++
tests/test-convention_desktop-keyword.out | 1 +
tests/test-convention_desktop-keyword.po | 33 ++++++++++++++++++++++++++++++
tests/test-convention_desktop-keyword.test | 17 +++++++++++++++
4 files changed, 82 insertions(+)

commit a960421801dddbd4c6672c4436b9bee90a201668
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Apr 24 05:24:01 2014 +0900

check 이름 변경

- convention/access-key: accesskey에서 이름 변경

- convention/typo-incomplete: typoincomplete에서 이름 변경

KPC/checks/convention/access-key.py | 71 +++++++++++++++++++++++++
KPC/checks/convention/accesskey.py | 71 -------------------------
KPC/checks/language/typo-incomplete.py | 28 ++++++++++
KPC/checks/language/typoincomplete.py | 28 ----------
tests/test-convention_access-key.out | 5 ++
tests/test-convention_access-key.po | 91 ++++++++++++++++++++++++++++++++
tests/test-convention_access-key.test | 17 ++++++
tests/test-convention_accesskey.out | 5 --
tests/test-convention_accesskey.po | 91 --------------------------------
tests/test-convention_accesskey.test | 17 ------
tests/test-language_typo-incomplete.out | 2 +
tests/test-language_typo-incomplete.po | 19 +++++++
tests/test-language_typo-incomplete.test | 17 ++++++
tests/test-language_typoincomplete.out | 2 -
tests/test-language_typoincomplete.po | 19 -------
tests/test-language_typoincomplete.test | 17 ------
16 files changed, 250 insertions(+), 250 deletions(-)

commit 1c4e94a5738eee252b40ac37a3f3d04baf2949be
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Apr 24 05:10:36 2014 +0900

convention/accesskey: 접근키 예외 추가

- XML entity 형태(&blah;)

KPC/checks/convention/accesskey.py | 4 ++--
tests/test-convention_accesskey.po | 5 +++++
2 files changed, 7 insertions(+), 2 deletions(-)

commit 3e54cd26549591de1d7c4d8b71f4a782e813a2ca
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Apr 4 22:48:11 2014 +0900

PyPI 정보 추가

README.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

commit e4ea1888dc02fff354c23c6c08d0866721a86442
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Apr 4 22:39:22 2014 +0900

패키지 메타데이터 추가

setup.py | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)

commit 2e2c2f06287c4cee2b33674ffc593df4407c0f22
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Apr 4 22:10:22 2014 +0900

0.95.2

ChangeLog | 2233 ++++++++++++++++++++++++++++++---------------------------
KPC/config.py | 2 +-
NEWS | 20 +
3 files changed, 1183 insertions(+), 1072 deletions(-)

commit 5cbce02fcab418fc5e2efa3fbc91fd6958d42b6e
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Apr 4 22:00:43 2014 +0900

패키지 분류 오타 수정

setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 81f5868409934398face2851750b3e10d414b367
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Apr 2 03:32:11 2014 +0900

convention/accesskey: 접근키 예외 추가

- 소문자로 시작하는 경우
- URL로 보이는 경우

KPC/checks/convention/accesskey.py | 18 +++++++++++-------
tests/test-convention_accesskey.po | 9 +++++++++
2 files changed, 20 insertions(+), 7 deletions(-)

commit 2c01b745308822d054b27e9a39f0a50a5d340972
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Mar 19 03:30:01 2014 +0900

convention/strftime: 시각 표시에 콜론 대신 U+2236 문자 사용하는 경우 고려

KPC/checks/convention/strftime.py | 4 ++--
tests/test-convention_strftime.out | 1 +
tests/test-convention_strftime.po | 7 +++++++
3 files changed, 10 insertions(+), 2 deletions(-)

commit e11eb890b1839d253ae7b283c5f72cf09d3a9ca4
Merge: 41dfb8c 779c8fc
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed May 15 20:11:06 2013 -0700

Merge pull request 25 from jincreator/master

괄호 앞 띄어쓰기 검사시 ASCII가 아니면 검사를 안하는 문제

commit 779c8fc4e262f103b6749d83efdd1abf9d70cd8b
Author: Jinkyu Yi <jincreatorjincreator.net>
Date: Mon Apr 29 23:23:01 2013 +0900

괄호 앞 띄어쓰기 검사시 괄호 뒤 공백문자가 아닌 모든 문자 검사

KPC/checks/language/punctuation.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 41dfb8c3e634c67c53c5b03de0582219200f7964
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 8 07:55:39 2013 +0900

language/spell: 조사 띄어쓰기 - 와/과 추가

KPC/checks/language/spell.py | 1 +
1 file changed, 1 insertion(+)

commit b116346354e8bec03d79c288a5cb21708ea6124f
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Apr 3 20:14:25 2013 +0900

language/josa-alternative: 메시지에서 빠졌던 조사 다시 포함

KPC/checks/language/josa-alternative.py | 8 ++++----
tests/test-language_josa-alternative.out | 22 +++++++++++-----------
2 files changed, 15 insertions(+), 15 deletions(-)

commit 9605ad92c2e9ec6c0237dfbd477b39d7968a84e1
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 30 08:01:07 2013 +0900

0.95.1

ChangeLog | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
KPC/config.py | 2 +-
NEWS | 22 ++++++++++
README.md | 30 +++++++++++++
TODO | 1 +
5 files changed, 186 insertions(+), 1 deletion(-)

commit 5aca6d9347bef9aec77536acf81834e8f5878245
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Mar 28 04:27:44 2013 +0900

language/josa-alternative: Python 포맷 스트링도 검사

KPC/checks/language/josa-alternative.py | 19 ++++++++++++++-----
KPC/po.py | 4 +++-
KPC/poparse.py | 7 +++++--
tests/test-language_josa-alternative.out | 20 +++++++++++---------
tests/test-language_josa-alternative.po | 29 +++++++++++++++++++++++++++++
5 files changed, 62 insertions(+), 17 deletions(-)

commit e144e411d6874d6048bc288dbc57c66115746297
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Mar 28 03:45:25 2013 +0900

chosa -> josa

KPC/checks/language/chosaalternative.py | 43 ----------------
KPC/checks/language/josa-alternative.py | 43 ++++++++++++++++
KPC/checks/language/spell.py | 4 +-
tests/test-language_chosa-alternative.out | 9 ----
tests/test-language_chosa-alternative.po | 82 ------------------------------
tests/test-language_chosa-alternative.test | 17 -------
tests/test-language_josa-alternative.out | 9 ++++
tests/test-language_josa-alternative.po | 82 ++++++++++++++++++++++++++++++
tests/test-language_josa-alternative.test | 17 +++++++
9 files changed, 153 insertions(+), 153 deletions(-)

commit b23a4e27e614e75c3dd4ac8ba47ece8dd82cf56e
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Mar 26 23:57:01 2013 +0900

setup에서 Python 3.x 확인

setup.py | 6 ++++++
1 file changed, 6 insertions(+)

commit 35fee3c6d43875fbb45ffe5e8b9fa0c0442431b3
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Mar 25 08:48:21 2013 +0900

language/badstyle: ".. 포함하는" 검사 추가

including, containing에 대한 어색한 번역

KPC/checks/language/badstyle.py | 4 ++++
tests/test-language_badstyle.out | 1 +
tests/test-language_badstyle.po | 4 ++++
3 files changed, 9 insertions(+)

commit ceb8a129628b33683d57f1a91c119e6d4b1f62ea
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 23 05:37:36 2013 +0900

Clean up

KPC/checks/convention/markup-docbook.py | 1 -
1 file changed, 1 deletion(-)

commit 235fc79e2d4707c9581e9cb1e39facb6c20eb091
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 23 05:33:19 2013 +0900

convention/markup-{docbook,mallard}: 최근 gnome-doc-utils 고려

KPC/checks/convention/markup-docbook.py | 6 +++++-
KPC/checks/convention/markup-mallard.py | 5 ++++-
2 files changed, 9 insertions(+), 2 deletions(-)

commit 33c445f3e4309d5be03f2630724f922a18cccc7c
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Mar 22 04:53:19 2013 +0900

trove classifiers 업데이트 - python 3으로 표시

setup.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

commit 46ef93bb3c9f9387b7cee594cf667eb8facc4dd3
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Mar 20 23:59:49 2013 +0900

terminology/word-guide: 'e-mail'에 대한 블랙리스트 추가

KPC/checks/terminology/word-guide.py | 2 ++
1 file changed, 2 insertions(+)

commit 0465a8dcb31a5eac49f035463101e1b6df278458
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Mar 20 14:37:30 2013 +0900

language/badstyle: "~개의 무엇"에서 %d 대신 %u 포맷 허용

KPC/checks/language/badstyle.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 3fd7b910dc725eddfb8e5251f2ff76f95ca86492
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Mar 20 04:35:09 2013 +0900

language/badstyle: "-ㄹ 것입니다"에서 과거형인 "-ㅆ을 것입니다" 예외

KPC/checks/language/badstyle.py | 9 +++++++++
tests/test-language_badstyle.out | 4 ++--
tests/test-language_badstyle.po | 4 ++++
3 files changed, 15 insertions(+), 2 deletions(-)

commit 5e6ec4af001b03265fcb0f6841e9d32bc722eb9f
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Nov 8 11:34:36 2012 +0900

language/badstyle: 번역체 추가 - "%d개의 무엇"

KPC/checks/language/badstyle.py | 6 ++++++
tests/test-language_badstyle.out | 1 +
tests/test-language_badstyle.po | 4 +++-
3 files changed, 10 insertions(+), 1 deletion(-)

commit 4d2c620117092b70465f4f183c06e2062ca8429a
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Nov 4 16:37:27 2012 +0900

0.95.0

ChangeLog | 234 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
KPC/config.py | 2 +-
NEWS | 24 ++++++
TODO | 8 +-
4 files changed, 261 insertions(+), 7 deletions(-)

commit d8e2b58386fd923071c987b61f14df875d93605d
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 3 01:48:58 2012 +0900

language/badstyle: 번역체 추가

- ...할 것입니다 (will의 기계적 번역)
- ...하시기 바랍니다 (please의 기계적 번역)

KPC/checks/language/badstyle.py | 13 +++++++++++++
tests/test-language_badstyle.out | 2 ++
tests/test-language_badstyle.po | 8 ++++++++
3 files changed, 23 insertions(+)

commit b8787881fb0a6280a5191493cc2006dcbe8a62c4
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 3 00:50:20 2012 +0900

convention/strftime: 날짜/시각 형식 추가

- 요일 시각 "%a %R"
- 요일 시각 오전/오후 "%a %I:%M %p"

KPC/checks/convention/strftime.py | 16 +++++++++++++---
tests/test-convention_strftime.out | 2 ++
tests/test-convention_strftime.po | 14 ++++++++++++++
3 files changed, 29 insertions(+), 3 deletions(-)

commit adabff4deb2f6264cbf8067536afafc1c7894511
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Nov 1 00:50:47 2012 +0900

Use markdown

README | 45 ---------------------------------------------
README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 45 deletions(-)

commit 08b5f884c05d10568f088e4c941f4ea6c7baf244
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Oct 31 23:43:11 2012 +0900

terminology/desktop-commons: gnomeui에서 이름 변경

그놈 데스크톱에만 한정된 용도라는 오해 방지

KPC/checks/terminology/desktop-commons.py | 95 +++++++++++++++++++++++++++++
KPC/checks/terminology/gnomeui.py | 95 -----------------------------
tests/test-terminology_desktop-commons.out | 2 +
tests/test-terminology_desktop-commons.po | 22 +++++++
tests/test-terminology_desktop-commons.test | 17 ++++++
tests/test-terminology_gnomeui.out | 2 -
tests/test-terminology_gnomeui.po | 22 -------
tests/test-terminology_gnomeui.test | 17 ------
8 files changed, 136 insertions(+), 136 deletions(-)

commit f8f1f1452b8d24bd62eaf7960209a41b65b53b19
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Oct 31 23:35:57 2012 +0900

terminology/word-guide: gnomeguide에서 이름 변경

그놈 데스크톱에만 한정된 용도라는 오해 방지

KPC/checks/terminology/gnomeguide.py | 103 -------------------------------
KPC/checks/terminology/word-guide.py | 103 +++++++++++++++++++++++++++++++
tests/test-terminology_gnomeguide.out | 15 -----
tests/test-terminology_gnomeguide.po | 109 ---------------------------------
tests/test-terminology_gnomeguide.test | 17 -----
tests/test-terminology_word-guide.out | 15 +++++
tests/test-terminology_word-guide.po | 109 +++++++++++++++++++++++++++++++++
tests/test-terminology_word-guide.test | 17 +++++
8 files changed, 244 insertions(+), 244 deletions(-)

commit 50c02a011247637a2a2b1f5163150f9d805e367d
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 29 17:57:50 2012 +0900

language/badstyle: 번역체 표현 더 추가

KPC/checks/language/badstyle.py | 26 +++++++++++++++++++++++---
tests/test-language_badstyle.out | 3 +++
tests/test-language_badstyle.po | 17 +++++++++++++++++
3 files changed, 43 insertions(+), 3 deletions(-)

commit 9c6182b1f31e80d91b8819010731054e70964107
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 29 03:59:15 2012 +0900

Clean up

- python3 command in README
- Use single quotes only for Python strings

KPC/checks/convention/copyright.py | 2 +-
KPC/checks/convention/kde.py | 4 ++--
KPC/checks/language/spell.py | 2 +-
KPC/checks/language/typoincomplete.py | 2 +-
KPC/checks/terminology/libegg.py | 36 +++++++++++++++++------------------
README | 2 +-
6 files changed, 24 insertions(+), 24 deletions(-)

commit 8f4a75a185752384ddd153c3a28d40af39e5e755
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 29 03:18:17 2012 +0900

terminology/gnomeui: test case 바로잡음

tests/test-terminology_gnomeui.out | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

commit d0eb54913a74fc3f1311f93f85db6089060edde5
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 29 02:31:44 2012 +0900

language/badstyle: 번역체 등 바람직하지 못한 스타일의 번역 검색

- 불필요한 복수형 표현 추가

KPC/checks/language/badstyle.py | 46 +++++++++++++++++++++++++++++++++++++++
tests/test-language_badstyle.out | 3 +++
tests/test-language_badstyle.po | 29 ++++++++++++++++++++++++
tests/test-language_badstyle.test | 17 +++++++++++++++
4 files changed, 95 insertions(+)

commit ab49fb7409ae4022c4ca241e8700828055b00fcc
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 29 02:29:16 2012 +0900

필요한 항목이 잘못된 필터와 필터의 check()에서 발생한 KeyError 예외 구분

scripts/ko-po-check | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

commit 1e9536aa6daf9f9a7c9d417d5b4aa9245378277e
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 29 01:58:54 2012 +0900

terminology/gnomeui: test case 추가

tests/test-terminology_gnomeui.out | 2 ++
tests/test-terminology_gnomeui.po | 22 ++++++++++++++++++++++
tests/test-terminology_gnomeui.test | 17 +++++++++++++++++
3 files changed, 41 insertions(+)

commit d6b4ce07d26d6aef6143788d213fd9b88ebef774
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 29 01:44:59 2012 +0900

python3에 대한 문서 URL로 수정

README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit df689a4fce778883be9aea705ed1dd2979cc537f
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 29 01:44:01 2012 +0900

terminology/gnomeguide: "exit" terminology/gnomeui와 일관성

KPC/checks/terminology/gnomeguide.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 6ff95ceb708034c7e9357c8416bc32213032345b
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Oct 28 22:19:04 2012 +0900

python3 fix - string.index() / string.upper()

KPC/checks/terminology/gnomeui.py | 71 ++++++++++++++++++++-------------------
1 file changed, 36 insertions(+), 35 deletions(-)

commit 3b0d68df3bde3a06f95b17e109c5bf0ec91d0783
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Oct 28 07:18:38 2012 +0900

python3 migration

.gitignore | 3 +-
KPC/checks/convention/accesskey.py | 12 +--
KPC/checks/convention/common-header.py | 2 +-
KPC/checks/convention/copyright.py | 4 +-
KPC/checks/convention/gnome.py | 2 +-
KPC/checks/convention/header-comment.py | 2 +-
KPC/checks/convention/kde.py | 4 +-
KPC/checks/convention/markup-docbook.py | 10 +-
KPC/checks/convention/markup-mallard.py | 10 +-
KPC/checks/convention/markup-pango.py | 4 +-
KPC/checks/language/chosaalternative.py | 20 ++--
KPC/checks/language/consistency.py | 14 +--
KPC/checks/language/punctuation.py | 2 +-
KPC/checks/language/spell.py | 120 +++++++++++-----------
KPC/checks/language/typo2bul.py | 8 +-
KPC/checks/language/typoincomplete.py | 7 +-
KPC/checks/terminology/common-labels.py | 12 +--
KPC/checks/terminology/gnomeguide.py | 160 ++++++++++++++---------------
KPC/checks/terminology/gnomeui.py | 86 ++++++++--------
KPC/checks/terminology/libegg.py | 2 +-
KPC/po.py | 2 +-
KPC/poparse.py | 54 +++++-----
README | 7 +-
scripts/ko-po-check | 46 ++++-----
tests/test-convention_accesskey.test | 2 +-
tests/test-convention_common-header.test | 2 +-
tests/test-convention_copyright.test | 2 +-
tests/test-convention_gnome-team.test | 2 +-
tests/test-convention_gnome.test | 2 +-
tests/test-convention_header-comment.test | 2 +-
tests/test-convention_kde.test | 2 +-
tests/test-convention_markup-docbook.test | 2 +-
tests/test-convention_markup-mallard.test | 2 +-
tests/test-convention_markup-pango.test | 2 +-
tests/test-convention_strftime.test | 2 +-
tests/test-language_chosa-alternative.test | 2 +-
tests/test-language_consistency.test | 2 +-
tests/test-language_punctuation.test | 2 +-
tests/test-language_spell.test | 2 +-
tests/test-language_spell_1.test | 2 +-
tests/test-language_spell_2.test | 2 +-
tests/test-language_typo2bul.test | 2 +-
tests/test-language_typoincomplete.test | 2 +-
tests/test-terminology_common-labels.test | 2 +-
tests/test-terminology_gnomeguide.test | 2 +-
45 files changed, 322 insertions(+), 313 deletions(-)

commit 2c48afafac33d3d1b4e43b0c36ea1b2309f8b48d
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Oct 28 05:57:18 2012 +0900

Update ChangeLog

ChangeLog | 264 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 264 insertions(+)

commit b50393e1089977c757ad33d941391d03ce65ea1c
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Oct 28 05:56:32 2012 +0900

0.94.2

KPC/config.py | 2 +-
NEWS | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)

commit 472b4597a89150478fb789b88a18b6fa41bfc835
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Oct 28 05:15:32 2012 +0900

Add trove package classifiers

setup.py | 12 ++++++++++++
1 file changed, 12 insertions(+)

commit b7643a94139e0e3a3eb6d534ea458240f4349052
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Oct 27 23:23:04 2012 +0900

convention/strftime: handle case when an optional re match group is None

KPC/checks/convention/strftime.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit fab998ec1f45ce84a86c812299cf5027825c812c
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Oct 27 23:22:38 2012 +0900

test case for convention/strftime filter

tests/test-convention_strftime.out | 10 +++++
tests/test-convention_strftime.po | 83 +++++++++++++++++++++++++++++++++++++
tests/test-convention_strftime.test | 17 ++++++++
3 files changed, 110 insertions(+)

commit 7660d4da35b23c9e71484187bc301d61ed174fb1
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Oct 27 22:08:09 2012 +0900

test case 정리

- 각 필터별로 파일 구분
- test-00016 제거하고 test-convention_accesskey 쪽에 합병

TODO | 4 +-
tests/Makefile | 10 +++
tests/test-00001.out | 4 --
tests/test-00001.po | 72 -------------------
tests/test-00001.test | 17 -----
tests/test-00002.out | 9 ---
tests/test-00002.po | 82 ----------------------
tests/test-00002.test | 17 -----
tests/test-00003.out | 10 ---
tests/test-00003.po | 50 -------------
tests/test-00003.test | 17 -----
tests/test-00004.out | 3 -
tests/test-00004.po | 33 ---------
tests/test-00004.test | 17 -----
tests/test-00005.out | 15 ----
tests/test-00005.po | 109 -----------------------------
tests/test-00005.test | 17 -----
tests/test-00006.out | 6 --
tests/test-00006.po | 45 ------------
tests/test-00006.test | 17 -----
tests/test-00007.out | 3 -
tests/test-00007.po | 32 ---------
tests/test-00007.test | 17 -----
tests/test-00008.out | 5 --
tests/test-00008.po | 49 -------------
tests/test-00008.test | 17 -----
tests/test-00009.out | 4 --
tests/test-00009.po | 38 ----------
tests/test-00009.test | 17 -----
tests/test-00010.out | 4 --
tests/test-00010.po | 29 --------
tests/test-00010.test | 17 -----
tests/test-00011.out | 1 -
tests/test-00011.po | 27 -------
tests/test-00011.test | 17 -----
tests/test-00012.out | 2 -
tests/test-00012.po | 21 ------
tests/test-00012.test | 17 -----
tests/test-00013.out | 2 -
tests/test-00013.po | 47 -------------
tests/test-00013.test | 17 -----
tests/test-00014.out | 1 -
tests/test-00014.po | 12 ----
tests/test-00014.test | 17 -----
tests/test-00015.out | 6 --
tests/test-00015.po | 37 ----------
tests/test-00015.test | 17 -----
tests/test-00016.out | 4 --
tests/test-00016.po | 28 --------
tests/test-00016.test | 17 -----
tests/test-00017.out | 2 -
tests/test-00017.po | 19 -----
tests/test-00017.test | 17 -----
tests/test-00018.out | 1 -
tests/test-00018.po | 19 -----
tests/test-00018.test | 17 -----
tests/test-00019.out | 1 -
tests/test-00019.po | 21 ------
tests/test-00019.test | 17 -----
tests/test-00020.out | 1 -
tests/test-00020.po | 22 ------
tests/test-00020.test | 17 -----
tests/test-00021.out | 1 -
tests/test-00021.po | 15 ----
tests/test-00021.test | 17 -----
tests/test-convention_accesskey.out | 5 ++
tests/test-convention_accesskey.po | 77 ++++++++++++++++++++
tests/test-convention_accesskey.test | 17 +++++
tests/test-convention_common-header.out | 6 ++
tests/test-convention_common-header.po | 37 ++++++++++
tests/test-convention_common-header.test | 17 +++++
tests/test-convention_copyright.out | 3 +
tests/test-convention_copyright.po | 33 +++++++++
tests/test-convention_copyright.test | 17 +++++
tests/test-convention_gnome-team.out | 1 +
tests/test-convention_gnome-team.po | 12 ++++
tests/test-convention_gnome-team.test | 17 +++++
tests/test-convention_gnome.out | 3 +
tests/test-convention_gnome.po | 32 +++++++++
tests/test-convention_gnome.test | 17 +++++
tests/test-convention_header-comment.out | 1 +
tests/test-convention_header-comment.po | 15 ++++
tests/test-convention_header-comment.test | 17 +++++
tests/test-convention_kde.out | 4 ++
tests/test-convention_kde.po | 38 ++++++++++
tests/test-convention_kde.test | 17 +++++
tests/test-convention_markup-docbook.out | 2 +
tests/test-convention_markup-docbook.po | 47 +++++++++++++
tests/test-convention_markup-docbook.test | 17 +++++
tests/test-convention_markup-mallard.out | 1 +
tests/test-convention_markup-mallard.po | 21 ++++++
tests/test-convention_markup-mallard.test | 17 +++++
tests/test-convention_markup-pango.out | 2 +
tests/test-convention_markup-pango.po | 21 ++++++
tests/test-convention_markup-pango.test | 17 +++++
tests/test-language_chosa-alternative.out | 9 +++
tests/test-language_chosa-alternative.po | 82 ++++++++++++++++++++++
tests/test-language_chosa-alternative.test | 17 +++++
tests/test-language_consistency.out | 5 ++
tests/test-language_consistency.po | 33 +++++++++
tests/test-language_consistency.test | 17 +++++
tests/test-language_punctuation.out | 1 +
tests/test-language_punctuation.po | 22 ++++++
tests/test-language_punctuation.test | 17 +++++
tests/test-language_spell.out | 10 +++
tests/test-language_spell.po | 50 +++++++++++++
tests/test-language_spell.test | 17 +++++
tests/test-language_spell_1.out | 5 ++
tests/test-language_spell_1.po | 49 +++++++++++++
tests/test-language_spell_1.test | 17 +++++
tests/test-language_spell_2.out | 6 ++
tests/test-language_spell_2.po | 45 ++++++++++++
tests/test-language_spell_2.test | 17 +++++
tests/test-language_typo2bul.out | 4 ++
tests/test-language_typo2bul.po | 29 ++++++++
tests/test-language_typo2bul.test | 17 +++++
tests/test-language_typoincomplete.out | 2 +
tests/test-language_typoincomplete.po | 19 +++++
tests/test-language_typoincomplete.test | 17 +++++
tests/test-terminology_common-labels.out | 1 +
tests/test-terminology_common-labels.po | 19 +++++
tests/test-terminology_common-labels.test | 17 +++++
tests/test-terminology_gnomeguide.out | 15 ++++
tests/test-terminology_gnomeguide.po | 109 +++++++++++++++++++++++++++++
tests/test-terminology_gnomeguide.test | 17 +++++
125 files changed, 1229 insertions(+), 1250 deletions(-)

commit ff1341200b6430678d0e32a393883e2a5c112b13
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Oct 27 21:11:39 2012 +0900

convention/header-comment: 헤더의 번역자 이름에 공백이 추가로 들어갔을 경우 무시

KPC/checks/convention/header-comment.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit aa0d6db3286b48957a735a8c599bb94567a43157
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Oct 26 20:06:42 2012 +0900

convention/strftime: support optional format specifier flags

KPC/checks/convention/strftime.py | 86 +++++++++++++++++++++++++--------------
1 file changed, 56 insertions(+), 30 deletions(-)

commit 12c392dc511200133f9d8455c91abdc482cdf6f6
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Sep 1 17:40:32 2012 +0900

필터 이름과 같게 파일 이름 변경

KPC/checks/convention/datetime.py | 55 ---------------------------------------
KPC/checks/convention/strftime.py | 55 +++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 55 deletions(-)

commit 08cb0fc536f7da58e2f6773b27b0e50833ef07b0
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Sep 1 17:23:31 2012 +0900

terminology/gnomeguide: 단어 추가

KPC/checks/terminology/gnomeguide.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

commit 09c8bedb5079a650004bbcb7113dfeaa450f6884
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Sep 1 17:01:12 2012 +0900

Clean up - sort the words

KPC/checks/terminology/gnomeguide.py | 126 ++++++++++++++++++-----------------
1 file changed, 64 insertions(+), 62 deletions(-)

commit 581641820295a2bca697d3a9a8299b39390a803b
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Sep 1 12:53:13 2012 +0900

language/spell 조사 띄어 쓰기 검사: 조사 목록 추가

'(을)를', '(이)가' 형식으로 쓴 경우를 anjuta 번역에서 발견.

KPC/checks/language/spell.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

commit 5c7314f1bb706e19de302735860242c43fdb467f
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Aug 26 15:16:14 2012 +0900

Clean up

KPC/checks/convention/markup-docbook.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

commit 2083dde31699641a9a80935832c5f222d98834a5
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Aug 7 04:20:28 2012 +0900

Docbook tag <footnoteref> 추가

- 데비안 설치 안내서에서 사용

- DocBook XML의 태그는 수백 가지에 달하지만, 결벽증 마냥 모든 걸 나열할
필요는 없고 실제 발견될 때마다 추가하도록 한다.

KPC/checks/convention/markup-docbook.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

commit 3a1b659c32905a3a2294da8547ccc229ae486eea
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Jun 4 00:57:22 2012 +0900

Update ChangeLog

ChangeLog | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 99 insertions(+)

commit ed9ca2ef93f171426ccfdd2544d90bb2f25248a8
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Jun 4 00:57:11 2012 +0900

0.94.1

KPC/config.py | 2 +-
NEWS | 17 +++++++++++++++++
THANKS | 1 +
3 files changed, 19 insertions(+), 1 deletion(-)

commit 929f31c818893c7cca4fb1f8371569897db8cfc1
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Jun 4 00:50:18 2012 +0900

README - false alarm에 대한 설명 추가

README | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

commit b440aa55649f1fd027a5698a83f4c28120448698
Author: Seong-ho, Cho <darkcircle.0426gmail.com>
Date: Fri Jun 1 04:01:30 2012 +0900

item(s), install(ation), software에 대한 오역, 교정 단어 추가

KPC/checks/terminology/gnomeguide.py | 4 ++++
tests/test-00005.out | 4 ++++
tests/test-00005.po | 26 ++++++++++++++++++++++++++
3 files changed, 34 insertions(+)

commit 809776dc0e05a09f64666661e84bda2ed1a54c23
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed May 23 11:56:44 2012 +0900

클래스 정리

convention/header-comment 에서 HeaderCheck 공통 클래스 사용하도록.

KPC/checks/convention/common-header.py | 2 +-
KPC/checks/convention/gnome-team.py | 2 +-
KPC/checks/convention/header-comment.py | 18 +++++-------------
KPC/classes.py | 9 +++------
4 files changed, 10 insertions(+), 21 deletions(-)

commit 4e5529c5381f205bbcc09326d3642221ccd897eb
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun May 20 19:27:02 2012 +0900

괄호 앞 공백은 가능한한 한국어에서만 오류로 취급

KPC/checks/language/punctuation.py | 2 +-
tests/test-00020.po | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

commit c691a1546d6d16754537fe26b0045347a7eee326
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun May 20 19:25:50 2012 +0900

빠진 테스트케이스 파일

tests/test-00021.out | 1 +
1 file changed, 1 insertion(+)

commit 64529aeaeeb0544c5caab5cde110f250daf517f4
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun May 20 07:06:34 2012 +0900

PO-Revision-Date에 기록된 년도를 헤더 코멘트에 안 쓴 경우에 대해 검사

KPC/checks/convention/header-comment.py | 36 +++++++++++++++++++++++++++++++++
tests/test-00021.po | 15 ++++++++++++++
tests/test-00021.test | 17 ++++++++++++++++
3 files changed, 68 insertions(+)

commit e04d755eca4af19623251f8934996866e401662b
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun May 20 06:28:50 2012 +0900

language/spell 조사 관련 테스트케이스의 false alarm

tests/test-00008.out | 1 +
tests/test-00008.po | 1 +
2 files changed, 2 insertions(+)

commit 13b14a16bd85f5767c17d77e29f60c6b45e713df
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun May 20 06:03:13 2012 +0900

0.94.0

ChangeLog | 613 +++++++++++++++++++++++++++++-----------------------
KPC/config.py | 2 +-
NEWS | 15 ++
TODO | 6 +
make-dist.sh | 3 +
update-changelog.sh | 2 +
6 files changed, 370 insertions(+), 271 deletions(-)

commit 386c7771ec6d2ba559caa9b8f4c2b6a0127cf6e2
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat May 19 22:23:50 2012 +0900

괄호 앞에 띄어 쓴 경우에 대한 검사

서양식은 괄호 앞에 반드시 띄어 쓰기 때문에 번역문에서도 띄어 쓰기
쉽지만, 맞춤법 규정에 따라 우리말에서는 앞에 띄어 쓰지 않는다.

KPC/checks/language/punctuation.py | 24 ++++++++++++++++++++++++
tests/test-00020.out | 1 +
tests/test-00020.po | 19 +++++++++++++++++++
tests/test-00020.test | 17 +++++++++++++++++
4 files changed, 61 insertions(+)

commit 399b49e00ee9d23af0742aa3a53b086fc97d04c3
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 4 00:27:57 2011 +0900

Mallard 태그 검사 기능

KPC/checks/convention/markup-mallard.py | 118 ++++++++++++++++++++++++++++++++
tests/test-00019.out | 1 +
tests/test-00019.po | 21 ++++++
tests/test-00019.test | 17 +++++
4 files changed, 157 insertions(+)

commit d1a83ba434411fba833ffa6aec27c197f9081bc7
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Nov 2 21:20:46 2011 +0900

Remove unused scripts

MANIFEST.in | 1 -
misc/check-gnome-po.sh | 7 -------
misc/check-kde-po.sh | 7 -------
misc/check-tp-po.sh | 7 -------
misc/get-gnome-po.sh | 22 ----------------------
misc/get-kde-po.sh | 30 ------------------------------
misc/get-tp-po.sh | 28 ----------------------------
7 files changed, 102 deletions(-)

commit bf5fc1deaacf53cbb5822d7da8a8e66eb46f1229
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Nov 2 21:14:42 2011 +0900

Fix typo & remove another kldp.net reference from document

KPC/checks/convention/markup-docbook.py | 2 +-
README | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

commit be75a318ed585850beff7d2e6646074272511d31
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Oct 30 03:00:47 2011 +0900

Now github is the project web site

Farewell to kldp.net

README | 4 ++--
setup.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

commit 078069924db7ffed82be803ae4804d64cb714def
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jun 24 04:21:35 2011 +0900

re-generated ChangeLog

ChangeLog | 892 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 892 insertions(+)

commit 73a4085c14da64ff80149e972a354e6a44c3a8ac
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jun 24 04:13:03 2011 +0900

0.93.0

KPC/config.py | 2 +-
NEWS | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)

commit ae05f19324cceea453ac52308f8634b33bce48d5
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jun 24 01:07:07 2011 +0900

Clean up

KPC/checks/language/spell.py | 2 +-
KPC/checks/language/typo2bul.py | 2 +-
KPC/classes.py | 3 +--
tests/test-00008.po | 4 ++++
4 files changed, 7 insertions(+), 4 deletions(-)

commit 069ae47be7d35db9ca5fc7aaf2fa890d7728f498
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Feb 13 04:43:46 2011 +0900

데스크탑 -> 데스크톱

KPC/checks/terminology/gnomeguide.py | 4 ++--
KPC/checks/terminology/gnomeui.py | 2 +-
tests/test-00005.out | 22 +++++++++++-----------
3 files changed, 14 insertions(+), 14 deletions(-)

commit e68fc4d65a21b058e47e5bddddfa9251b20e7360
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Jan 17 00:29:04 2011 +0900

'no' -> '아니요' 번역, gnomeguide -> gnomeui 이동

KPC/checks/terminology/gnomeguide.py | 1 -
KPC/checks/terminology/gnomeui.py | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)

commit 69bbbcda3a8f9c7060a258ef7e5638172bbf36c8
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Oct 11 08:00:20 2010 +0900

용어: 아니오 -> 아니요

KPC/checks/terminology/gnomeguide.py | 1 +
1 file changed, 1 insertion(+)

commit 67845286890ed5959222c39b8f8fc782d7f03c57
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Oct 10 06:29:39 2010 +0900

0.92.0

KPC/config.py | 2 +-
NEWS | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)

commit 089594e8d78c77908ebb7e970cfb9b308f0493b0
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Oct 10 06:26:58 2010 +0900

날짜/시간 형식 추가

KPC/checks/convention/datetime.py | 2 ++
1 file changed, 2 insertions(+)

commit 1edb612b1f28236e4a598e03ae242055a40384ce
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Oct 9 03:39:40 2010 +0900

GSettings schema 파일 적용

보통 *.gschema.xml 형태

KPC/checks/convention/accesskey.py | 5 +++--
KPC/checks/terminology/common-labels.py | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)

commit 7bd1707e9fd2a48182c655729df1d38d89392777
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Aug 22 23:23:37 2010 +0900

받침에 따른 조사 구별: 와/과 추가

KPC/checks/language/chosaalternative.py | 1 +
1 file changed, 1 insertion(+)

commit b484c3c3169f0e1e0385a526bb8956bc107c38d7
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Aug 8 21:54:34 2010 +0900

0.91.2

ChangeLog | 825 ++++------------------------------------------------------
KPC/config.py | 2 +-
NEWS | 16 ++
README | 12 +-
4 files changed, 80 insertions(+), 775 deletions(-)

commit 5f033974f216514370abb9dc4313a2ddfe47b9c7
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Aug 8 21:45:09 2010 +0900

용어 추가

KPC/checks/terminology/gnomeui.py | 2 ++
1 file changed, 2 insertions(+)

commit f887be251ebc62a5edb7637d74e2358ac01efeb2
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Aug 8 21:44:31 2010 +0900

terminology/common-labels: 새 규칙, 전형적인 번역문을 일관적으로 유지

KPC/checks/terminology/common-labels.py | 72 +++++++++++++++++++++++++++++++++
tests/test-00018.out | 1 +
tests/test-00018.po | 19 +++++++++
tests/test-00018.test | 17 ++++++++
4 files changed, 109 insertions(+)

commit ae2792c0ae3ffa76b45c623afe1017dc6ccecf03
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Jul 17 04:07:02 2010 +0900

용어 업데이트

KPC/checks/terminology/gnomeguide.py | 6 ++++++
KPC/checks/terminology/gnomeui.py | 2 ++
2 files changed, 8 insertions(+)

commit 0fa4de5556f1a4d004a09a5ff3cd606a5b0a3b41
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Jul 17 03:49:04 2010 +0900

clean up

KPC/checks/convention/accesskey.py | 2 +-
KPC/checks/convention/kde.py | 4 ++--
KPC/checks/convention/markup-docbook.py | 2 +-
KPC/checks/terminology/gnomeguide.py | 5 +----
4 files changed, 5 insertions(+), 8 deletions(-)

commit e71795ae5843168bbe757132bad55c3a1a5912b9
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Jul 17 03:33:12 2010 +0900

XML character entity가 들어간 문자열은 단축키 검사 예외

KPC/checks/convention/accesskey.py | 35 ++++++++++++++++++++++-------------
tests/test-00001.out | 1 +
tests/test-00001.po | 11 +++++++++++
3 files changed, 34 insertions(+), 13 deletions(-)

commit a338bec2295ccc7c7208d51713cf15cb1576b41d
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Jul 17 03:35:24 2010 +0900

PO 파일 헤더에 charset이 없을 경우 오류 발생 수정

KPC/poparse.py | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

commit b82704a7e6d627071a072af5c540d19712fc8b2a
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jul 16 02:33:33 2010 +0900

0.91.1

ChangeLog | 3047 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
KPC/config.py | 2 +-
NEWS | 17 +
TODO | 2 -
4 files changed, 2885 insertions(+), 183 deletions(-)

commit 8a32f2cdef449a38bb32a7e68a4a25ee97a5efe2
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jul 16 02:30:00 2010 +0900

strftime() 시간/날짜 형식을 한국어 관습에 맞게 번역했는지 검사

KPC/checks/convention/datetime.py | 53 +++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)

commit 708406daa71362a2a6aecf37d01bfba0e5a4db06
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jul 16 02:23:48 2010 +0900

Use Unicode string for msgid

KPC/checks/language/consistency.py | 12 ++++++------
KPC/poparse.py | 1 +
2 files changed, 7 insertions(+), 6 deletions(-)

commit 26ee1db5b74b9ffc550bf7a2baa88105a3e16ae7
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Jul 12 11:28:50 2010 +0900

mnemonic -> access key

KPC/checks/convention/accesskey.py | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)

commit 87ab79ab91fb6971e4781e0654af747f696ba047
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 20 19:30:05 2010 +0900

Language-Team: GNOME Korea 이면서 메일이 틀린 경우 검사

KPC/checks/convention/gnome-team.py | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

commit 64a3bdce4b3180665798d2375c5f3ad2de93443e
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 20 19:28:44 2010 +0900

Update terminologies

KPC/checks/terminology/gnomeguide.py | 1 +
KPC/checks/terminology/libegg.py | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)

commit f9e333dbd6ed3188f7df06c47056ddc7c0ff045d
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Mar 9 00:56:50 2010 +0900

0.91.0

KPC/config.py | 2 +-
NEWS | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)

commit 4f7723caec3821b56b0df654758c01c5049512e1
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Mar 9 00:55:42 2010 +0900

terminology/libegg: 새 규칙, libegg에서 가져온 코드에 대해 번역 통일

KPC/checks/terminology/libegg.py | 111 +++++++++++++++++++++++++++++++++++++++
1 file changed, 111 insertions(+)

commit 4622a068e97567a5c229fec5dbb7e142e9cd18b1
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Mar 9 00:54:58 2010 +0900

language/consistency: 문장 부호로 ... 대신 유니코드 U+2026 사용했을 경우 처리

KPC/checks/language/consistency.py | 2 ++
tests/test-00016.out | 7 ++++---
tests/test-00016.po | 16 ++++------------
3 files changed, 10 insertions(+), 15 deletions(-)

commit 7ebb22a9b484f9173042bf4682ef83ee638de886
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 6 13:06:29 2010 +0900

New checker interface with classes

KPC/checks/convention/accesskey.py | 57 +++++++++++++++++++++++++++++
KPC/checks/convention/common-header.py | 10 +----
KPC/checks/convention/copyright.py | 44 ++++++++--------------
KPC/checks/convention/gnome-team.py | 19 ++++------
KPC/checks/convention/gnome.py | 37 +++++++------------
KPC/checks/convention/kde.py | 38 ++++++++++---------
KPC/checks/convention/markup-docbook.py | 58 ++++++++++++-----------------
KPC/checks/convention/markup-pango.py | 43 +++++++++-------------
KPC/checks/convention/mnemonic.py | 65 ---------------------------------
KPC/checks/language/chosaalternative.py | 61 ++++++++++++-------------------
KPC/checks/language/consistency.py | 53 ++++++++++-----------------
KPC/checks/language/spell.py | 62 +++++++++++++------------------
KPC/checks/language/typo2bul.py | 51 ++++++++++----------------
KPC/checks/language/typoincomplete.py | 49 +++++++++----------------
KPC/checks/terminology/gnomeguide.py | 49 +++++++++----------------
KPC/checks/terminology/gnomeui.py | 56 +++++++++++-----------------
scripts/ko-po-check | 14 ++++---
tests/test-00001.po | 24 ++++++------
tests/test-00001.test | 2 +-
tests/test-00009.out | 8 ++--
tests/test-00011.po | 2 +-
tests/test-00011.test | 2 +-
tests/test-00016.out | 3 ++
tests/test-00016.po | 36 ++++++++++++++++++
tests/test-00016.test | 17 +++++++++
tests/test-00017.out | 2 +
tests/test-00017.po | 19 ++++++++++
tests/test-00017.test | 17 +++++++++
28 files changed, 421 insertions(+), 477 deletions(-)

commit db9b2257a1ee48ff8d3b500ba03b421faf6dc7ec
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 6 09:40:46 2010 +0900

convention/common-header: checks header fields

KPC/checks/convention/common-header.py | 52 ++++++++++++++++++++++++++++++++++
tests/test-00015.out | 6 ++++
tests/test-00015.po | 37 ++++++++++++++++++++++++
tests/test-00015.test | 17 +++++++++++
4 files changed, 112 insertions(+)

commit 0ec11b21075bca83905a29be0c0709958cac3245
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 6 09:10:17 2010 +0900

Move convention/consistency to language/consistency

KPC/checks/convention/consistency.py | 46 ------------------------------------
KPC/checks/language/consistency.py | 46 ++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 46 deletions(-)

commit bc326d0f61cc36cfd09e0ee06c963017c169c8f3
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Mar 5 01:08:48 2010 +0900

0.90.4

KPC/config.py | 2 +-
NEWS | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)

commit f42e205c29f646c375b57b24d612dbe97df0466b
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Mar 3 03:08:09 2010 +0900

Test for convention/gnome-team

tests/test-00014.out | 1 +
tests/test-00014.po | 12 ++++++++++++
tests/test-00014.test | 17 +++++++++++++++++
3 files changed, 30 insertions(+)

commit 613fd9d75f3a971c25174a7e4b32047dbf141175
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Mar 3 02:43:26 2010 +0900

Checks the obsolete GNOME Korea mailing list

KPC/checks/convention/gnome-team.py | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

commit 0eb4aa5e5f211fbe16fea7fd6b2f4a65b98a0470
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Mar 3 02:42:08 2010 +0900

Base classes for next-generation KPC

KPC/classes.py | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)

commit 55631d7194be03330aac604038a9076215ba802e
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Mar 3 02:41:20 2010 +0900

Clean up

KPC/po.py | 25 ++++++++++++-------------
KPC/poparse.py | 22 +++++++++++-----------
2 files changed, 23 insertions(+), 24 deletions(-)

commit e273c6014bee23e53679915a923ba87c1350756f
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Mar 2 04:29:58 2010 +0900

more words

KPC/checks/terminology/gnomeguide.py | 2 ++
KPC/checks/terminology/gnomeui.py | 1 +
2 files changed, 3 insertions(+)

commit 646d68003882cec9ded574c7f751dc3606125f9b
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Apr 18 07:04:59 2009 +0900

Remove the obsolete .cvsignore

.cvsignore | 3 ---
1 file changed, 3 deletions(-)

commit 1641e75793422450a072ba154e21e23354137555
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 13 03:04:44 2009 +0900

Add ignored file patterns

.gitignore | 4 ++++
1 file changed, 4 insertions(+)

commit e33f1d05293b12ad15170c1b4482b25fbd5d047f
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 13 03:02:48 2009 +0900

그놈 번역 규칙, 오류 메시지 변경

KPC/checks/convention/gnome.py | 2 +-
tests/test-00007.out | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

commit 15916a15264811d4bf8cc3b64e04583b4be069af
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 13 02:59:36 2009 +0900

KDE 번역 규칙, 최근의 msgctxt를 이용하는 형식에 맞춤

msgctxt "NAME OF TRANSLATORS" 혹은 msgctxt "EMAIL OF TRANSLATORS"
식으로 msgctxt가 들어간 번역.

KPC/checks/convention/kde.py | 41 ++++++++++++++---------------------------
tests/test-00009.out | 9 ++++-----
tests/test-00009.po | 44 ++++++++++++++------------------------------
3 files changed, 32 insertions(+), 62 deletions(-)

commit ba479edc45c67a78c81bc41f3c77c0fbcda3d43a
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Apr 8 05:26:59 2009 +0000

'search' 변경으로 테스트 업데이트

tests/test-00005.out | 2 +-
tests/test-00005.po | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

commit 0ff7eb299525c826537c4403bfbaed9414b1ae96
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Apr 8 05:24:45 2009 +0000

0.90.3

ChangeLog | 17 +++++++++++++++++
KPC/config.py | 2 +-
NEWS | 10 ++++++++++
3 files changed, 28 insertions(+), 1 deletion(-)

commit 9133cce7416e7e7d709a4d59509c1c632d6f591f
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Apr 8 05:20:53 2009 +0000

Fix the inconsistent terminologies for 'search'

KPC/checks/terminology/gnomeui.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 68b52f9edabb51b40299952cbd20a78a013177e6
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Apr 8 05:20:06 2009 +0000

Add <interfacename> Docbook tag

KPC/checks/convention/markup-docbook.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit d5bee73817617313d9dcf82a30763fd42cd6ebf7
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Mar 6 06:59:58 2009 +0000

Typo

README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 1d430fffe957be4fe817510de583fa3a693986ad
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Mar 6 06:59:39 2009 +0000

license - "라이센스" => "라이선스"

KPC/checks/terminology/gnomeguide.py | 1 +
1 file changed, 1 insertion(+)

commit faf961dbef8198d0ece48a78fbd96e1089410b0e
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Mar 6 06:58:07 2009 +0000

search - '찾기' => '검색'

KPC/checks/terminology/gnomeguide.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 97d917560c9d4f122a0f15123fbb3f0c7583a342
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Mar 5 06:54:20 2009 +0000

0.90.2 changes

NEWS | 11 +++++++++++
1 file changed, 11 insertions(+)

commit 29649665a93d6195e0a9612e837cdd57a0bb14a3
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Jan 29 07:48:03 2009 +0000

New file

KPC/config.py | 1 +
1 file changed, 1 insertion(+)

commit 8124b8edbe125d58c3d893ed93be4aa8ecc23863
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Jan 29 06:53:05 2009 +0000

Corrected version string

ChangeLog | 5 +++++
scripts/ko-po-check | 2 +-
setup.py | 3 ++-
3 files changed, 8 insertions(+), 2 deletions(-)

commit a9de2277114a879644f23d85b7667ade414858dc
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jan 23 17:37:26 2009 +0000

Fixed error on multi-lined pango tag (confirmed)

KPC/checks/convention/markup-pango.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

commit c964f12deca79ed5c659933b643e13cc6190c096
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jan 23 17:34:05 2009 +0000

Corrected error on multilined pango tag

KPC/checks/convention/markup-pango.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit da9b458af9a333b8bf1de3e525e9be25bea4e8eb
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Jan 23 08:53:29 2009 +0000

more words

KPC/checks/terminology/gnomeguide.py | 2 ++
1 file changed, 2 insertions(+)

commit eccb7f5fed7f3590f0e5ddd247e2e6cbca3bd56f
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Jan 4 04:16:34 2009 +0000

more words

KPC/checks/terminology/gnomeguide.py | 1 +
1 file changed, 1 insertion(+)

commit 31a7999ed9d2dfb3b977ebfd16593c375fbedbbc
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Jan 4 04:15:54 2009 +0000

fixed the encoding tag

KPC/checks/language/spell.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 7676e28ad26a143b6ec193d3e46dfa1846d5fb81
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Nov 23 05:25:16 2008 +0000

Prepare 0.90.1 release

NEWS | 26 ++++++++++++++++++++++++++
README | 3 ++-
THANKS | 1 +
TODO | 2 +-
setup.py | 2 +-
5 files changed, 31 insertions(+), 3 deletions(-)

commit 0247ccf069fd83f40f4feede6ebf4524986a2ae5
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Nov 23 05:15:01 2008 +0000

Added exception

KPC/checks/convention/consistency.py | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)

commit 15c6b446922c084baf53c7f93a8ccabc0cafde02
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Nov 23 05:14:49 2008 +0000

Corrected ambiguous match (for example, <s> and <small>)

KPC/checks/convention/markup-pango.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

commit b3a07883ef0b9375367ba33bbacd072383c81dc3
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Nov 23 02:58:17 2008 +0000

Checks for multiple Pango markups

KPC/checks/convention/markup-pango.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

commit 67380d5fff83a7680696e48bc1bd9e27430283f4
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Nov 23 02:33:04 2008 +0000

Corrected markup check for the multilined strings

KPC/checks/convention/markup-pango.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

commit 278531a74d5ba81569ca7fd50b1a60703d400ebc
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Nov 23 01:56:44 2008 +0000

Corrected RE to detect Pango markup in the middle of the strings.

ChangeLog | 5 +++++
KPC/checks/convention/markup-pango.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

commit 438f2d65425806c4d5e6d62504cbd90f8fc7951e
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 22 11:31:10 2008 +0000

Clean up

KPC/checks/convention/consistency.py | 2 +-
KPC/checks/language/spell.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

commit dad2647fe456e32223e6ecdfaa7b0537a75bb81b
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 22 06:19:28 2008 +0000

Corrected standalone test code for each check

KPC/checks/convention/consistency.py | 8 +++++---
KPC/checks/convention/copyright.py | 8 +++++---
KPC/checks/convention/gnome.py | 8 +++++---
KPC/checks/convention/kde.py | 8 +++++---
KPC/checks/convention/markup-docbook.py | 9 ++++++---
KPC/checks/convention/markup-pango.py | 8 +++++---
KPC/checks/language/chosaalternative.py | 8 +++++---
KPC/checks/language/spell.py | 8 +++++---
KPC/checks/language/typo2bul.py | 8 +++++---
KPC/checks/language/typoincomplete.py | 8 +++++---
KPC/checks/terminology/gnomeguide.py | 8 +++++---
KPC/checks/terminology/gnomeui.py | 8 +++++---
12 files changed, 61 insertions(+), 36 deletions(-)

commit 9a6d53eabd881c89db117b4b6f1a1dc42d7d0c60
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 22 06:17:45 2008 +0000

Added more exception to the mnemonic check

KPC/checks/convention/mnemonic.py | 23 ++++++++++++++++++-----
1 file changed, 18 insertions(+), 5 deletions(-)

commit a70b6e77accaef25bd3a5c986c33e758c3760a50
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 22 03:47:33 2008 +0000

Removed a word, "translator"

KPC/checks/terminology/gnomeguide.py | 1 -
1 file changed, 1 deletion(-)

commit 01f9c0d0e7616c097c66ba571a7352cef1cbf3e5
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 22 02:46:53 2008 +0000

clean up

KPC/checks/convention/markup-docbook.py | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

commit 96ae9cd78b4e159f7a89fa3f05795660bd6a1f93
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 21 16:04:46 2008 +0000

for GNOME 2.26

misc/get-gnome-po.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d0f6765192dd219ba34bcded30fce8c32991a66
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 21 12:35:31 2008 +0000

Clean up

ChangeLog | 3 +++
KPC/checks/convention/consistency.py | 9 +++------
KPC/checks/convention/copyright.py | 8 +++-----
KPC/checks/convention/gnome.py | 8 +++-----
KPC/checks/convention/kde.py | 8 +++-----
KPC/checks/convention/markup-docbook.py | 7 ++++++-
KPC/checks/convention/markup-pango.py | 8 +++-----
KPC/checks/convention/mnemonic.py | 8 +++-----
KPC/checks/language/chosaalternative.py | 9 +++------
KPC/checks/language/spell.py | 8 +++-----
KPC/checks/language/typo2bul.py | 8 +++-----
KPC/checks/language/typoincomplete.py | 8 +++-----
KPC/checks/terminology/gnomeguide.py | 8 +++-----
KPC/checks/terminology/gnomeui.py | 8 +++-----
scripts/ko-po-check | 2 +-
15 files changed, 46 insertions(+), 64 deletions(-)

commit b3e863d3774a31fbe261aaebc10b6d693c0299ea
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 21 08:33:00 2008 +0000

typo

KPC/checks/convention/kde.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit f2ef1db9ddba9fdfcb0464d00a86442bc009faeb
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 21 06:42:25 2008 +0000

Used set instead of list

KPC/checks/convention/markup-docbook.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit cc0f89390659f268e27f69b287b453b457407dda
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 21 05:43:13 2008 +0000

Added distutils build dir

.cvsignore | 1 +
1 file changed, 1 insertion(+)

commit 2d2d217e30cbd773ddfe9b26839de123cf96f41c
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 21 05:01:57 2008 +0000

New check for DocBook XML based (through gnome-doc-utils or poxml) PO files.

ChangeLog | 4 +++
KPC/checks/convention/markup-docbook.py | 60 +++++++++++++++++++++++++++++++++
tests/test-00013.out | 2 ++
tests/test-00013.po | 47 ++++++++++++++++++++++++++
tests/test-00013.test | 17 ++++++++++
5 files changed, 130 insertions(+)

commit 4d89afc1460609cc0ce6bba746db9e67b2951756
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 21 01:41:22 2008 +0000

Added "modify" and "replace".

ChangeLog | 3 +++
KPC/checks/terminology/gnomeguide.py | 5 +++++
KPC/checks/terminology/gnomeui.py | 2 ++
3 files changed, 10 insertions(+)

commit c8378707fcb7b093d7ce84ddaeeeaeb39b281579
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Nov 21 01:39:07 2008 +0000

Do not warn on all capital words

ChangeLog | 5 +++++
KPC/checks/terminology/gnomeui.py | 5 +++--
2 files changed, 8 insertions(+), 2 deletions(-)

commit 3375d677457a936de0e14f4bc517982ce1e4b12d
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Nov 20 10:54:00 2008 +0000

Made "paste" term consistent with gnomeguide.py.

ChangeLog | 5 +++++
KPC/checks/terminology/gnomeui.py | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)

commit a32c0bdb86a3a54a827fbfa4d8731c70ac14951e
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 09:53:47 2008 +0000

* scripts/ko-po-check: Use os.sep instead of '/'.

ChangeLog | 4 ++++
scripts/ko-po-check | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

commit 2c63eb400ec95d7aca036844d899b36100d2f698
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 03:02:49 2008 +0000

0.90.0

NEWS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

commit 7bbb8fdc6034a63c66110fa79dfc11013b9bd7ee
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 02:59:12 2008 +0000

clean up docs for release

NEWS | 2 +-
README | 24 +++++++++++-------------
TODO | 13 ++-----------
3 files changed, 14 insertions(+), 25 deletions(-)

commit a9da74b5b81b2c40e6478b2d6cb6531b447d3cb3
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 02:53:33 2008 +0000

mnemonic -> 접근키

tests/test-00001.out | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

commit 9dca8003aee4a71f55ee6b84ec950952ffa6ac65
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 02:01:35 2008 +0000

Added --list option which lists all the checks

ChangeLog | 1 +
KPC/checks/convention/consistency.py | 3 ++-
KPC/checks/convention/copyright.py | 1 +
KPC/checks/convention/gnome.py | 1 +
KPC/checks/convention/kde.py | 1 +
KPC/checks/convention/markup-pango.py | 1 +
KPC/checks/convention/mnemonic.py | 1 +
KPC/checks/language/chosaalternative.py | 1 +
KPC/checks/language/spell.py | 1 +
KPC/checks/language/typo2bul.py | 1 +
KPC/checks/language/typoincomplete.py | 3 ++-
KPC/checks/terminology/gnomeguide.py | 1 +
KPC/checks/terminology/gnomeui.py | 1 +
NEWS | 2 ++
scripts/ko-po-check | 16 ++++++++++++++--
15 files changed, 31 insertions(+), 4 deletions(-)

commit 966aa1e45dc50cf19948caf9228db9e888db46a7
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 01:09:55 2008 +0000

Applied mnemonic, terminology checks changes

tests/test-00001.out | 2 +-
tests/test-00005.out | 2 +-
tests/test-00005.po | 2 +-
tests/test-00011.out | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

commit a3b282168c7fbd38d4517ba4b4e7f273552c19fd
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 01:07:47 2008 +0000

Removed autotools stuffs from the test scripts

tests/test-00001.test | 5 ++---
tests/test-00002.test | 5 ++---
tests/test-00003.test | 5 ++---
tests/test-00004.test | 5 ++---
tests/test-00005.test | 5 ++---
tests/test-00006.test | 5 ++---
tests/test-00007.test | 5 ++---
tests/test-00008.test | 5 ++---
tests/test-00009.test | 5 ++---
tests/test-00010.test | 5 ++---
tests/test-00011.test | 5 ++---
tests/test-00012.test | 5 ++---
12 files changed, 24 insertions(+), 36 deletions(-)

commit 7fc9c1a8231d71a0331cbf150ce99681482496a7
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 01:07:16 2008 +0000

mneonic -> 접근키

ChangeLog | 4 ++++
NEWS | 2 ++
2 files changed, 6 insertions(+)

commit 5817a12b81d07f320588362f5f21592a49182a6c
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 01:06:06 2008 +0000

mnemonic -> 접근키

KPC/checks/convention/mnemonic.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 230f6df19714cf4b91f1e8475a0dd5cbb5affdc5
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Nov 18 01:04:45 2008 +0000

mnemonic -> 접근키

KPC/checks/convention/mnemonic.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

commit 8b69601b6b4492a50d0dd4f49d8b18d177cba6ec
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Nov 17 13:41:52 2008 +0000

added some additional source files

MANIFEST.in | 3 +++
1 file changed, 3 insertions(+)

commit 3584e59342141d6a976019674222781d92be0dad
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Nov 17 11:49:21 2008 +0000

Removed remaining non-distutils files

HACKING | 4 --
checks/terminology/gnomeguide.py | 93 --------------------------------------
checks/terminology/gnomeui.py | 98 ----------------------------------------
3 files changed, 195 deletions(-)

commit 876bb4578224223ee8e19fd8bacb2c42f4e37e16
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Nov 17 09:05:37 2008 +0000

updated todo list

TODO | 39 ++++-----------------------------------
1 file changed, 4 insertions(+), 35 deletions(-)

commit 1fee86ab74576ae5d5963595e82fbc6f4b89f5bb
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Nov 17 08:52:11 2008 +0000

Remove more autotools files

Makefile.am | 8 --------
tests/.cvsignore | 2 --
tests/Makefile.am | 22 ----------------------
3 files changed, 32 deletions(-)

commit 7a08dd2a4c7518168858c978bfbd2a95181870ef
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 15 20:05:46 2008 +0000

log changes

ChangeLog | 9 +++++++++
NEWS | 7 +++++++
2 files changed, 16 insertions(+)

commit db12f753bfdce8c569878ae408585e0a493f6911
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 15 19:57:54 2008 +0000

added word "clear"

KPC/checks/terminology/gnomeguide.py | 2 ++
KPC/checks/terminology/gnomeui.py | 1 +
2 files changed, 3 insertions(+)

commit d932cac4a0f4d71678c384393789c33205237889
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Nov 15 19:56:54 2008 +0000

merge from distutils-migration-branch

.cvsignore | 14 +-
KPC/.cvsignore | 3 -
KPC/Makefile.am | 5 -
KPC/__init__.py | 0
KPC/checks/__init__.py | 0
KPC/checks/convention/consistency.py | 42 +
KPC/checks/convention/copyright.py | 32 +
KPC/checks/convention/gnome.py | 27 +
KPC/checks/convention/kde.py | 36 +
KPC/checks/convention/markup-pango.py | 41 +
KPC/checks/convention/mnemonic.py | 53 +
KPC/checks/language/chosaalternative.py | 57 +
KPC/checks/language/spell.py | 118 ++
KPC/checks/language/typo2bul.py | 45 +
KPC/checks/language/typoincomplete.py | 39 +
KPC/checks/terminology/gnomeguide.py | 91 +
KPC/checks/terminology/gnomeui.py | 97 ++
Makefile.am | 2 +-
autogen.sh | 185 --
checks/.cvsignore | 2 -
checks/Makefile.am | 1 -
checks/convention/.cvsignore | 2 -
checks/convention/Makefile.am | 4 -
checks/convention/consistency.py | 42 -
checks/convention/copyright.py | 32 -
checks/convention/gnome.py | 27 -
checks/convention/kde.py | 36 -
checks/convention/markup-pango.py | 41 -
checks/convention/mnemonic.py | 53 -
checks/language/.cvsignore | 2 -
checks/language/Makefile.am | 4 -
checks/language/chosaalternative.py | 57 -
checks/language/spell.py | 118 --
checks/language/typo2bul.py | 45 -
checks/language/typoincomplete.py | 39 -
checks/terminology/.cvsignore | 2 -
checks/terminology/Makefile.am | 4 -
checks/terminology/gnomeguide.py | 2 +
checks/terminology/gnomeui.py | 1 +
configure.ac | 19 -
doc/.cvsignore | 4 -
doc/Makefile.am | 15 -
doc/ko-po-check.xml | 38 -
doc/spelling-rule.xml | 2858 -------------------------------
scripts/.cvsignore | 3 -
scripts/Makefile.am | 1 -
scripts/ko-po-check | 99 ++
scripts/ko-po-check.in | 110 --
setup.py | 17 +
49 files changed, 800 insertions(+), 3765 deletions(-)

commit 807788fe03beb210ce10f6b4a0714dc16801738a
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Nov 3 09:07:20 2008 +0000

Added a missing contributor

THANKS | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

commit 56a41a81b94c9ad6633d72e5cceddeed45e05e44
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Oct 28 15:59:59 2008 +0000

* checks/terminology/gnomeui.py:
* checks/terminology/gnomeguide.py: Changed terms.

ChangeLog | 5 +++++
checks/terminology/gnomeguide.py | 7 ++++---
checks/terminology/gnomeui.py | 5 +++--
3 files changed, 12 insertions(+), 5 deletions(-)

commit c66e7c68cfd5d64764bb216f5da63e08b3fece46
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Oct 28 14:18:39 2008 +0000

begin 0.11 features

NEWS | 9 +++++++++
1 file changed, 9 insertions(+)

commit e354501b4f8494e946b7dcae8f474cccc5572666
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Oct 28 14:18:09 2008 +0000

* autogen.sh:
* configure.ac: Renamed from configure.in

ChangeLog | 5 +++++
autogen.sh | 14 +++++++-------
configure.ac | 19 +++++++++++++++++++
configure.in | 19 -------------------
4 files changed, 31 insertions(+), 26 deletions(-)

commit 6ecd2fb627124fd387eb9b8c6908029bab0766b1
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Mar 28 01:27:33 2008 +0000

* README:
* COPYING: Move to GPL version 3.

.cvsignore | 1 -
COPYING | 676 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ChangeLog | 5 +
README | 9 +-
4 files changed, 684 insertions(+), 7 deletions(-)

commit 37a170d8ec0faa7d5515cf970d38eb07f7968064
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Mar 27 15:48:33 2008 +0000

* configure.in: 0.10 release.

ChangeLog | 2 ++
NEWS | 14 ++++++++++++++
configure.in | 2 +-
3 files changed, 17 insertions(+), 1 deletion(-)

commit 45bfdb756c622b7cc797e441dd356b727ba90433
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Mar 27 15:35:03 2008 +0000

* tests/*: Corrected test cases.
* checks/convention/copyright.py:
* checks/convention/markup-pango.py:
* checks/language/chosaalternative.py:
* checks/language/typo2bul.py: Corrected check names.

ChangeLog | 8 ++++++++
checks/convention/copyright.py | 2 +-
checks/convention/markup-pango.py | 2 +-
checks/language/chosaalternative.py | 2 +-
checks/language/typo2bul.py | 2 +-
tests/Makefile.am | 17 ++++++++++++++++-
tests/kpc-test | 26 --------------------------
tests/test-00001.test | 18 ++++++++++++++++++
tests/test-00002.out | 2 --
tests/test-00002.test | 18 ++++++++++++++++++
tests/test-00003.out | 2 +-
tests/test-00003.test | 18 ++++++++++++++++++
tests/test-00004.test | 18 ++++++++++++++++++
tests/test-00005.test | 18 ++++++++++++++++++
tests/test-00006.test | 18 ++++++++++++++++++
tests/test-00007.out | 1 -
tests/test-00007.test | 18 ++++++++++++++++++
tests/test-00008.test | 18 ++++++++++++++++++
tests/test-00009.test | 18 ++++++++++++++++++
tests/test-00010.test | 18 ++++++++++++++++++
tests/test-00011.out | 4 ----
tests/test-00011.test | 18 ++++++++++++++++++
tests/test-00012.test | 18 ++++++++++++++++++
23 files changed, 245 insertions(+), 39 deletions(-)

commit 0e8e0b66e4a91507ff44dc9cb6b49004d297a7ea
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Mar 25 13:19:57 2008 +0000

* KPC/poparse.py (parse_entry): Corrected multiline msgctxt
parsing.

ChangeLog | 5 +++++
KPC/poparse.py | 4 +++-
2 files changed, 8 insertions(+), 1 deletion(-)

commit f3d0c8ca254f38c30938a671bd2e338ba91c9103
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 8 10:52:20 2008 +0000

* checks/convention/markup-pango.py: Renamed markup.py to
markup-pango.py.

ChangeLog | 3 +++
checks/convention/Makefile.am | 2 +-
checks/convention/markup-pango.py | 41 +++++++++++++++++++++++++++++++++++++++
checks/convention/markup.py | 41 ---------------------------------------
4 files changed, 45 insertions(+), 42 deletions(-)

commit b145c916955ee06e014de154803bc557d262bcb9
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Mar 8 10:50:16 2008 +0000

* misc/get-gnome-po.sh (URLLIST): Fixed download URL.

ChangeLog | 4 ++++
misc/get-gnome-po.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

commit df6465d20ed2639cdbe4f43c272b8771c221c99a
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Jan 1 18:54:18 2008 +0000

* scripts/ko-po-check.in: --filters= option for debug.

ChangeLog | 4 ++++
scripts/ko-po-check.in | 19 +++++++++++++++----
2 files changed, 19 insertions(+), 4 deletions(-)

commit fc4dfef08ecc7ea24c0010c3442f5a9207f864aa
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Dec 31 18:11:57 2007 +0000

* checks/terminology/gnomeguide.py: More words.

ChangeLog | 4 ++++
checks/terminology/gnomeguide.py | 3 +++
2 files changed, 7 insertions(+)

commit 7130f60734bd811c973d305670f1b2bb1b7e1c24
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Dec 7 13:18:53 2007 +0000

added doc

Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 37611b3dc3b86cb0ece313d8054cded57c9eac4a
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Dec 7 12:00:24 2007 +0000

administrative

TODO | 8 ++++++++
1 file changed, 8 insertions(+)

commit 3fd95bde34c07dee215755242b2428290caf83ad
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Dec 7 11:57:39 2007 +0000

* tests/kpc-test: Corrected diff option in the test script.

ChangeLog | 2 ++
tests/kpc-test | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

commit 2ac63d228f8d6078628eba47c570247a3ff9ef56
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Dec 7 11:51:56 2007 +0000

* configure.in: 0.9 release.

ChangeLog | 2 ++
configure.in | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

commit 0b100108c0cb4b226fcd875a0e565b1517c15d53
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Dec 7 11:50:53 2007 +0000

administrative files update

NEWS | 10 ++++++++++
THANKS | 6 +++---
2 files changed, 13 insertions(+), 3 deletions(-)

commit c5bfb229e1ddf5d207f50b07589bfdb90c5f4aeb
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Dec 7 11:44:38 2007 +0000

* KPC/poparse.py (parse_entry):
* KPC/po.py (entry.__init__): msgctxt parsing.

ChangeLog | 3 +++
KPC/po.py | 1 +
KPC/poparse.py | 10 ++++++++--
3 files changed, 12 insertions(+), 2 deletions(-)

commit c5b3ae6f5aa70934522e442a2724ca797d9c49e1
Author: Changwoo Ryu <cwryudebian.org>
Date: Fri Dec 7 11:43:22 2007 +0000

* checks/terminology/gnomeguide.py: Fixed a syntax err.

ChangeLog | 4 ++++
checks/terminology/gnomeguide.py | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)

commit 62dd180a312fed57b9e8f7168391edaa027956fe
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Dec 3 10:44:10 2007 +0000

* checks/terminology/gnomeguide.py: Added 'separator', 'update'.

ChangeLog | 4 ++++
checks/terminology/gnomeguide.py | 2 ++
2 files changed, 6 insertions(+)

commit f09be3b620f2587e00423b4b46de17bfbbbd4713
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Oct 17 21:08:52 2007 +0000

* checks/terminology/gnomeguide.py (data): Fixed wrong 'version'.
Added more 'filter'. Added 'locale'.

ChangeLog | 5 +++++
checks/terminology/gnomeguide.py | 6 ++++--
2 files changed, 9 insertions(+), 2 deletions(-)

commit 570399abc561b3ce5c11f66452e0dbfdbb229640
Author: Changwoo Ryu <cwryudebian.org>
Date: Sun Sep 30 18:47:38 2007 +0000

* checks/terminology/gnomeguide.py (data): Added 'version'.

ChangeLog | 4 ++++
checks/terminology/gnomeguide.py | 2 ++
2 files changed, 6 insertions(+)

commit 495778d93eeb2f56d25092495f2ce12b5ca3856a
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Jul 12 09:46:06 2007 +0000

* checks/terminology/gnomeguide.py (data): More GNOME terms
update.

ChangeLog | 3 +++
checks/terminology/gnomeguide.py | 5 ++---
2 files changed, 5 insertions(+), 3 deletions(-)

commit f7ef536cdb68642c0689ef02c203162b292cab28
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Jul 12 09:45:05 2007 +0000

* tests/kpc-test: No more -S option.

ChangeLog | 1 +
tests/kpc-test | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

commit 1bc1d2eefbcc57441e0d3dcd0bec9dc8eba37f48
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Jul 12 09:43:10 2007 +0000

* scripts/ko-po-check.in: More standard way of overriding sys.setdefaultencoding().

ChangeLog | 5 +++++
scripts/ko-po-check.in | 29 ++++++++++++++---------------
2 files changed, 19 insertions(+), 15 deletions(-)

commit 8dd7b12902de2553d2a611e79ba2536569f34bb8
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 23 23:16:31 2007 +0000

* configure.in: 0.8 release

ChangeLog | 2 ++
configure.in | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)

commit 710641fd45f69bae6482e7dc204675394eda025d
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 23 23:15:42 2007 +0000

* ChangeLog, NEWS, README, THANKS, TODO: converted to UTF-8.

ChangeLog | 4 ++-
NEWS | 88 ++++++++++++++++++++++++++++++++++-----------------------------
README | 24 ++++++++---------
THANKS | 6 ++---
TODO | 48 +++++++++++++++++-----------------
5 files changed, 89 insertions(+), 81 deletions(-)

commit 6933a45e5b30d68fc437c55217519a91a58dcb16
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 23 23:15:42 2007 +0000

* ChangeLog, NEWS, README, THANKS, TODO: converted to UTF-8.

TODO | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

commit 4bc6e1935dc706b28e78270392024ac05804a099
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 23 23:05:17 2007 +0000

* misc/get-gnome-po.sh: Updated for GNOME 2.20.

ChangeLog | 2 ++
misc/get-gnome-po.sh | 13 +++++++------
2 files changed, 9 insertions(+), 6 deletions(-)

commit 370f3bb40ea645da7bc7fff9506d6e61474492d8
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 23 22:19:40 2007 +0000

* checks/terminology/gnomeguide.py (data): More GNOME terms update.
* tests/*: Updated for the GNOME terms.

ChangeLog | 4 ++++
checks/terminology/gnomeguide.py | 17 ++++++++++++++---
tests/test-00001.po | 2 +-
tests/test-00009.po | 6 +++---
4 files changed, 22 insertions(+), 7 deletions(-)

commit b84821c7b713d06dd4777b1afb5dce7c7aacc594
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 23 22:04:21 2007 +0000

* checks/language/typoincomplete.py: gdm exception.

ChangeLog | 2 ++
checks/language/typoincomplete.py | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)

commit f0086fb60bfbd9de0f63ca3028a79ac907549546
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 23 19:19:43 2007 +0000

* Makefile.am (SUBDIRS): Exclude doc subdir.

ChangeLog | 4 ++++
Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

commit 773b6d751d556abfd987bcb1b30dc0115785d161
Author: Changwoo Ryu <cwryudebian.org>
Date: Thu Apr 19 22:51:05 2007 +0000

* scripts/ko-po-check.in: Use u'string' syntax.

ChangeLog | 4 ++++
scripts/ko-po-check.in | 19 ++++++++-----------
2 files changed, 12 insertions(+), 11 deletions(-)

commit 79ee6e55f31c54c30eab835535e023dc6bcb4bfe
Author: Changwoo Ryu <cwryudebian.org>
Date: Mon Apr 16 17:20:35 2007 +0000

* checks/terminology/gnomeguide.py: New GNOME terms.
* checks/terminology/gnomeui.py: New GNOME terms.
* checks/*/*.py: Use u'string' syntax for unicode strings.
* tests/*: UTF-8 migration + New GNOME terms.

ChangeLog | 7 ++
checks/convention/consistency.py | 10 ++-
checks/convention/copyright.py | 8 +--
checks/convention/gnome.py | 13 ++--
checks/convention/kde.py | 28 ++++----
checks/convention/markup.py | 16 ++---
checks/convention/mnemonic.py | 24 ++++---
checks/language/chosaalternative.py | 30 ++++-----
checks/language/spell.py | 126 ++++++++++++++++++------------------
checks/language/typo2bul.py | 24 ++++---
checks/language/typoincomplete.py | 14 ++--
checks/terminology/gnomeguide.py | 72 +++++++++++----------
checks/terminology/gnomeui.py | 74 +++++++++++----------
tests/Makefile.am | 2 +-
tests/kpc-test | 12 ++--
tests/test-00001.out | 6 +-
tests/test-00001.po | 44 ++++++-------
tests/test-00002.out | 22 +++----
tests/test-00002.po | 59 ++++++++---------
tests/test-00003.out | 20 +++---
tests/test-00003.po | 34 +++++-----
tests/test-00004.out | 6 +-
tests/test-00004.po | 18 +++---
tests/test-00005.out | 23 ++++---
tests/test-00005.po | 59 +++++++++--------
tests/test-00006.out | 12 ++--
tests/test-00006.po | 30 ++++-----
tests/test-00007.out | 8 +--
tests/test-00007.po | 14 ++--
tests/test-00008.out | 8 +--
tests/test-00008.po | 28 ++++----
tests/test-00009.out | 10 +--
tests/test-00009.po | 28 ++++----
tests/test-00010.out | 8 +--
tests/test-00010.po | 10 +--
tests/test-00011.out | 10 +--
tests/test-00011.po | 13 ++--
tests/test-00012.out | 4 +-
tests/test-00012.po | 7 +-
39 files changed, 468 insertions(+), 473 deletions(-)

commit 95128755ac1571580285546bb36ed5440e9781ab
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Aug 12 12:29:08 2006 +0000

added change logs

ChangeLog | 5 +++++
NEWS | 8 ++++++++
2 files changed, 13 insertions(+)

commit 7702b23faaec8b73da659d0451219e039e40e62d
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Aug 12 12:27:25 2006 +0000

missing line number parsing on plural msgstr

KPC/poparse.py | 1 +
1 file changed, 1 insertion(+)

commit ae74f8fb5cdc35ef97d0059d5eae5543caa30f63
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Jul 22 12:10:49 2006 +0000

bumped to 0.7

configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 8904a5705fdccaf617863e64ddb9be2512a89afc
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Jul 22 12:10:15 2006 +0000

removed useless file

checks/convention/capital_mnemonic.py | 39 -----------------------------------
1 file changed, 39 deletions(-)

commit df07d5bd532b63ecbff67f048daead888c4a7db1
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Jul 22 11:55:14 2006 +0000

added news

NEWS | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)

commit e9d48a9e39a30b42f1420df90a179fe11315ca35
Author: Changwoo Ryu <cwryudebian.org>
Date: Wed Jul 19 12:41:56 2006 +0000

* checks/terminology/gnomeguide.py (data): Added a terminology.

ChangeLog | 4 ++++
checks/terminology/gnomeguide.py | 1 +
2 files changed, 5 insertions(+)

commit d9a057cab7a3bf306e8e8079c3f552026c4108bb
Author: Changwoo Ryu <cwryudebian.org>
Date: Sat Jul 8 16:11:55 2006 +0000

* checks/terminology/gnomeguide.py (data): Added terminologies.

ChangeLog | 4 ++++
checks/terminology/gnomeguide.py | 1 +
2 files changed, 5 insertions(+)

commit cb6e1752073846650a78fbffceabcba028838ab6
Author: Changwoo Ryu <cwryudebian.org>
Date: Tue Oct 19 15:05:04 2004 +0000

0.95.3

===========

* 새로운 검사 규칙

* convention/desktop-keyword: freedesktop.org desktop 엔트리의 Keyword 번역 확인

* language/gschema: gschema에서 많이 사용하는 설명문의 번역이 통일되었는지 검사

* 개선

* convention/access-key: accesskey에서 이름 변경

* convention/access-key: 접근키 예외 추가 - XML entity 형태(&blah;)

* convention/typo-incomplete: typoincomplete에서 이름 변경

* 문제점 개선

* PyPI를 위한 메타데이터 추가

* flake8 발견한 코드 문제 수정

* 기타 오류 수정

0.95.2

===========

* 개선

* language/spell: 조사 목록 업데이트

* language/josa-alternative: 잘못된 메시지 바로잡음

* language/punctuation: 괄호 앞 띄어쓰기 검사시 괄호 뒤 공백문자가 아닌 모든 문자 검사

* convention/strftime: 시각 표시에 콜론 대신 U+2236 문자 사용하는 경우 고려

* convention/accesskey: 접근키 예외 추가 - 소문자로 시작하는 경우 & URL로 보이는 경우

* 버그 수정

* 기타 오류 수정

0.95.1

===========

* 개선

* language/badstyle: 규칙 추가

* language/josa-alternative: chosaalternative에서 이름 변경.

* language/josa-alternative: 파이썬 포맷 스트링도 검사

* terminology/word-guide: 용어 업데이트

* convention/markup-docbook: 최근 gnome-doc-utils 고려

* convention/markup-mallard: 최근 gnome-doc-utils 고려

* 기타

* 설치에서 Python 버전이 3.x인지 검사

0.95.0

===========

* 이제부터 Python 버전 3.x 사용

* 새로운 검사 규칙

* language/badstyle: 번역체 등 바람직하지 못한 스타일의 번역 검색

* 개선

* terminology/word-guide: gnomeguide에서 이름 변경. 그놈 전용이라는 오해 방지.

* terminology/word-guide: 용어 업데이트

* terminology/desktop-commons: gnomeui에서 이름 변경. 그놈 전용이라는 오해 방지.

* convention/strftime: 날짜/시각 형식 추가

* 기타

* terminology/desktop-commons: test case 추가

0.94.2

===========

* 개선

* convention/markup-docbook: 태그 추가

* language/spell: 조사 목록 추가

* terminology/gnomeguide: 단어 추가

* convention/strftime: 각종 strftime() 플래그를 사용한 경우 지원

* convention/header-comment: 헤더의 번역자 이름에 공백이 추가로 들어갔을 경우 무시

* 기타

* 테스트 케이스 추가 및 정리

* 기타 정리

* Trove 패키지 분류 추가

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.