Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

improve help message #610

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 49 additions & 31 deletions app/views/help/toc.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,111 +9,129 @@ <h3>@Messages("title.help")</h3>
<div class="page-wrap-outer">
<div class="page-wrap">
<ul class="qas">
<li class="qa">
<div class="question-wrap">
<i class="yobicon-q q"></i>
<a href="#!/toggle" class="question">이 사이트에서 사용하는 협업 개발 플랫폼의 이름은 무엇인가요?</a>
<i class="ico icor"></i>
</div>
<div class="answer-wrap">
<i class="yobicon-a a"></i>
<div class="answer" style="width:100%">
이 플랫폼의 이름은 Yobi이며 '요비'라고 읽습니다.
</div>
</div>
</li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

탭 인덴트가 안맞는거 같아요

<li class="qa">
<div class="question-wrap">
<i class="yobicon-q q"></i>
<a href="#!/toggle" class="question">@Messages("app.name")를 설치하고 싶어요.</a>
<a href="#!/toggle" class="question">Yobi를 설치하고 싶어요.</a>
<i class="ico icor"></i>
</div>
<div class="answer-wrap">
<i class="yobicon-a a"></i>
<div class="answer" style="width:100%">
@Messages("app.name")를 설치하고자 하면 <a href="http://github.com/nforge/yobi#korean">http://github.com/nforge/yobi#korean</a>를 참고해 주세요.
Yobi를 설치하려면 <a href="http://github.com/nforge/yobi#korean">http://github.com/nforge/yobi#korean</a>를 참고해주세요.
</div>
</div>
</li>
<li class="qa">
<div class="question-wrap">
<i class="yobicon-q q"></i>
<a href="#!/toggle" class="question">프로젝트를 새로 생성하고 싶어요.</a>
<a href="#!/toggle" class="question">프로젝트를 새로 만들고 싶어요.</a>
<i class="ico icor"></i>
</div>
<div class="answer-wrap">
<i class="yobicon-a a"></i>
<div class="answer" style="width:100%">
<p>상단의 "새 프로젝트 시작"을 클릭하신후 필요한 정보를 입력하시면 됩니다.</p>
<p>
공개설정에서 공개를 택하게 되면 해당 프로젝트의 멤버가 아닌
사용자들도 해당 프로젝트를 둘러 볼 수 있게 되며 멤버가 아니라면
코드 저장소를 익명으로 접근하여 소스코드를 받아 갈 수는 있지만
소스코드를 수정하지는 못합니다. 공개설정에서 비공개를 선택하면
해당 프로젝트의 멤버가 아닌 사용자들은 단지 설명과
이름만을 볼수 있습니다.
상단의 "새 프로젝트 시작"을 클릭한 후 필요한 정보를 입력하면 됩니다.
&nbsp;<br/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

마지막에 사용된 공백과 줄바꿈을 사용하신 이유가 있으신가요?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p   br / /p /pre 꼴에서 태그만 지우다가 저런 모양이 난 것 같습니다. 수정 내용에 정리해서 반영하겠습니다. (태그를 쓰니 인식이 되는군요 -.-;)

</p>
<p>
공개설정에서 공개를 선택하면 해당 프로젝트의 구성원이 아닌
사용자도 해당 프로젝트를 둘러볼 수 있습니다. 구성원이 아닌 경우,
코드 저장소를 익명으로 접근하여 소스코드를 받아 갈 수는 있지만
수정한 소스코드를 올릴 수는 없습니다.
공개설정에서 비공개를 선택하면 해당 프로젝트의 구성원이 아닌 사용자는
프로젝트를 둘러볼 수 없으며, 이름과 설명만 볼 수 있습니다.
&nbsp;<br/>
</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기도 탭인덴트가 안맞는거 같아요

<p>
코드 저장소 방식은 현재 Git과 Subversion을 지원합니다.
Subversion과 Git은 전 세계적으로 널리 쓰이고 있으며
이 두가지 방식은 전 세계적으로 널리 쓰이고 있으며
충분한 신뢰성과 성능을 가지고 있습니다.
&nbsp;<br/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

공백과 줄바꿈을 사용하신 이유가 있나요?

</p>
<p>
위의 내용을 다 작성하셨다면 "프로젝트 생성" 버튼을 누르면
새로운 프로젝트를 생성하실수 있습니다.
위의 내용을 다 작성하셨다면 "프로젝트 생성" 버튼을 눌러
새로운 프로젝트를 생성할 수 있습니다.
</p>
</div>
</div>
</li>
<li class="qa">
<div class="question-wrap">
<i class="yobicon-q q"></i>
<a href="#!/toggle" class="question">내가 참여하는 프로젝트들은 어디서 볼수 있나요?</a>
<a href="#!/toggle" class="question">내가 참여하는 프로젝트들은 어디서 볼 수 있나요?</a>
<i class="ico icor"></i>
</div>
<div class="answer-wrap">
<i class="yobicon-a a"></i>
<div class="answer" style="width:100%">
<a href="/">메인화면</a>
우측 하단에 다음과 같이 참여하고 있는 프로젝트의 목록을 볼수 있습니다.
자물쇠가 있는 것은 비공개 프로젝트이며 자물쇠가 없는 것은 공개 프로젝트 입니다.
혹은 자신의 <a href="/info">정보 페이지</a>에서도 확인하실수 있습니다.
우측 하단을 보시면 참여하고 있는 프로젝트의 목록을 볼 수 있습니다.
자물쇠 그림이 있는 항목은 비공개 프로젝트이며 자물쇠 그림이 없는 항목은 공개 프로젝트 입니다.
여러분 자신의 <a href="/info">정보 페이지</a>에서도 확인할 수 있습니다.
</div>
</div>
</li>
<li class="qa">
<div class="question-wrap">
<i class="yobicon-q q"></i>
<a href="#!/toggle" class="question">프로젝트 탈퇴는 어떻게 하나요.</a>
<a href="#!/toggle" class="question">프로젝트 탈퇴는 어떻게 하나요?</a>
<i class="ico icor"></i>
</div>
<div class="answer-wrap">
<i class="yobicon-a a"></i>
<div class="answer" style="width:100%">
자신의 <a href="/info">정보 페이지</a>에서 참여하고 있는 프로젝트 목록을 볼 수있고
탈퇴도 할수 있습니다. 자신이 프로젝트의 유일한 관리자라면 해당 프로젝트에서 탈퇴를 할 수 없습니다.
자신의 <a href="/info">정보 페이지</a>에서 참여하고 있는 프로젝트 목록을 볼 수 있고
탈퇴도 할 수 있습니다. 자신이 프로젝트의 유일한 관리자라면 해당 프로젝트에서 탈퇴를 할 수 없습니다.
</div>
</div>
</li>
<li class="qa">
<div class="question-wrap">
<i class="yobicon-q q"></i>
<a href="#!/toggle" class="question">게시판에서는 어떠한 것들을 할수 있나요?</a>
<a href="#!/toggle" class="question">게시판에서 어떤 기능을 쓸 수 있나요?</a>
<i class="ico icor"></i>
</div>
<div class="answer-wrap">
<i class="yobicon-a a"></i>
<div class="answer" style="width:100%">
게시판에서는 다음과 같은 기능이 가능합니다.
게시판에서는 다음과 같은 기능을 쓸 수 있습니다.
<ul>
<li>게시물 읽기: 사용자는 게시물의 내용을 볼 수 있다.</li>
<li>게시물 댓글 등록: 로그인 유저는 게시물에 댓글을 남길 수 있다.</li>
<li>게시물 댓글 조회: 사용자는 게시물의 댓글을 볼 수 있다.</li>
<li>게시물 댓글 삭제: 로그인 유저는 자신이 남긴 댓글을 삭제할 수 있다.</li>
<li>관리자 게시물 댓글 삭제: 프로젝트 관리자는 댓글을 삭제할 수 있다.</li>
<li>관리자 게시물 수정: 프로젝트 관리자는 게시물을 편집/삭제 할 수 있다.</li>
<li>게시물 읽기: 사용자는 게시물의 내용을 볼 수 있습니다.</li>
<li>게시물 댓글 등록: 로그인 유저는 게시물에 댓글을 남길 수 있습니다.</li>
<li>게시물 댓글 조회: 사용자는 게시물의 댓글을 볼 수 있습니다.</li>
<li>게시물 댓글 삭제: 로그인 유저는 자신이 남긴 댓글을 삭제할 수 있습니다.</li>
<li>관리자 게시물 댓글 삭제: 프로젝트 관리자는 댓글을 삭제할 수 있습니다.</li>
<li>관리자 게시물 수정: 프로젝트 관리자는 게시물을 편집/삭제 할 수 있습니다.</li>
</ul>
</div>
</div>
</li>
<li class="qa">
<div class="question-wrap">
<i class="yobicon-q q"></i>
<a href="#!/toggle" class="question">@Messages("app.name")의 버그를 발견했어요.</a>
<a href="#!/toggle" class="question">Yobi의 버그를 발견했어요.</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요기도 탭인덴트가 안맞는거 같아요

<i class="ico icor"></i>
</div>
<div class="answer-wrap">
<i class="yobicon-a a"></i>
<div class="answer" style="width:100%">
@Messages("app.name")는 현재 Open Source로 진행되고 있습니다. 버그를 발견하셨다면
<a href="https://github.com/nforge/yobi/issues">@Messages("app.name") 이슈트래커에 등록</a>해 주시거나 패치를 만들어 보내주시면 됩니다.
Yobi는 현재 Open Source로 진행중입니다. 버그를 발견하셨다면
<a href="https://github.com/nforge/yobi/issues">Yobi 이슈트래커에 등록</a>해 주시거나 패치를 만들어 보내주시면 됩니다.
</div>
</div>
</li>
Expand Down