sanxiyn / producingoss-ko
Korean translation of Producing Open Source Software.
Clone this repository (size: 389.7 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/sanxiyn/producingoss-ko/
| commit 54: | d48a6c4f2d16 |
| parent 50: | d6050c5118ff |
| parent 53: | 7569ef227d31 |
| branch: | default |
merge
khris
7 months ago
7 months ago
Changed (Δ180 bytes):
raw changeset »
appb.xml (9 lines added, 10 lines removed)
| … | … | @@ -64,7 +64,7 @@ matching that search.</para> |
64 |
64 |
<para>RT 웹 사이트에서는 "RT는 개발자 집단이 작업, 이슈, 유저들이 올린 |
65 |
65 |
요청들을 현명하고 효율적으로 관리할 수 있게하는 엔터프라이즈급 티켓팅 |
66 |
66 |
시스템 이며…" 등으로 소개합니다. RT의 웹 인터페이스는 상당히 우수하며, 꽤 |
67 |
널리 |
|
67 |
널리 쓰이고 있는듯 합니다. 인터페이스는 보기에 조금 복잡해 보이지만, 그런 |
|
68 |
68 |
점은 익숙해지기 전까지 감수해야할 작은 고생일 뿐입니다. RT는 GNU GPL |
69 |
69 |
라이센스를 따르고 있습니다 (무슨 연유인지 웹 사이트에서는 명확히 밝히고 있지 |
70 |
70 |
않습니다).</para> |
| … | … | @@ -75,11 +75,10 @@ matching that search.</para> |
75 |
75 |
<title><emphasis role="bold">Trac</emphasis> — <ulink |
76 |
76 |
url="http://trac.edgewall.com/"/></title> |
77 |
77 |
|
78 |
<para>Trac is a bit more than a bug tracker: it's really an integrated |
|
79 |
wiki and bug tracking system. It uses wiki linking to connect |
|
80 |
issues, files, version control changesets, and plain wiki pages. It's |
|
81 |
fairly simple to set up, and integrates with Subversion (see <xref |
|
82 |
linkend="vc-systems"/>).</para> |
|
78 |
<para>Trac은 버그 추적기에서 한발 더 나아간 도구입니다. 버그 추적 시스템과 |
|
79 |
위키가 잘 융합되어 있죠. 통합 위키 페이지에 이슈나 파일, 버전 변경 집합, |
|
80 |
다른 페이지를 링크할 수 있습니다. 상당히 설치하기 쉬우며 Subversion과도 |
|
81 |
매끄럽게 통합됩니다 (<xref linkend="vc-systems"/>를 참조하세요).</para> |
|
83 |
82 |
|
84 |
83 |
</sect2> |
85 |
84 |
|
| … | … | @@ -87,10 +86,10 @@ linkend="vc-systems"/>).</para> |
87 |
86 |
<title><emphasis role="bold">Roundup</emphasis> — <ulink |
88 |
87 |
url="http://roundup.sourceforge.net/"/></title> |
89 |
88 |
|
90 |
<para>Roundup is pretty easy to install (only Python 2.1 or higher |
|
91 |
is required), and simple to use. It has web, email, and |
|
92 |
command-line interfaces. The issue data templates and web interface |
|
93 |
are customizable, as is some of its state-transition logic.</para> |
|
89 |
<para>Roundup은 매우 설치하기 쉽고 (Python 버전 2.1 이상만 있으면 됩니다) 쓰는 |
|
90 |
법도 간단합니다. 제공되는 인터페이스는 웹, 전자우편, 명령행(Command-line) |
|
91 |
입니다. 이슈 데이터 형식과 웹 인터페이스는 확장성 높습니다. 상태 변화 로직 |
|
92 |
역시 마찬가지 입니다.</para> |
|
94 |
93 |
|
95 |
94 |
</sect2> |
96 |
95 |
