Showing
1 changed file
with
7 additions
and
7 deletions
| ... | @@ -15,13 +15,13 @@ style.css : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/mas | ... | @@ -15,13 +15,13 @@ style.css : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/mas |
| 15 | <h3>html 폴더</h3> | 15 | <h3>html 폴더</h3> |
| 16 | 웹페이지의 양식을 표현하며, style.css를 이용함<br> | 16 | 웹페이지의 양식을 표현하며, style.css를 이용함<br> |
| 17 | 1. index.html은 홈이며 악질 직업을 생성하는 페이지이다.<br> | 17 | 1. index.html은 홈이며 악질 직업을 생성하는 페이지이다.<br> |
| 18 | -<img src="/img/indexHtml.png"><br> | 18 | +<img src="/img/indexHtml.PNG"><br> |
| 19 | index.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html)<br> | 19 | index.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/index.html)<br> |
| 20 | 2. detail.html은 나의 웹에 대한 설명이 담긴 페이지다.<br> | 20 | 2. detail.html은 나의 웹에 대한 설명이 담긴 페이지다.<br> |
| 21 | -<img src="/img/detailHtml.png"><br> | 21 | +<img src="/img/detailHtml.PNG"><br> |
| 22 | detail.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/detail.html)<br> | 22 | detail.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/detail.html)<br> |
| 23 | 3. statistics.html은 방문자 통계 그래프를 그려주는 페이지다.<br> | 23 | 3. statistics.html은 방문자 통계 그래프를 그려주는 페이지다.<br> |
| 24 | -<img src="/img/statisticsHtml.png"><br> | 24 | +<img src="/img/statisticsHtml.PNG"><br> |
| 25 | statistics.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html)<br> | 25 | statistics.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/html/statistics.html)<br> |
| 26 | 26 | ||
| 27 | <br> | 27 | <br> |
| ... | @@ -29,19 +29,19 @@ statistics.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/bl | ... | @@ -29,19 +29,19 @@ statistics.html : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/bl |
| 29 | <h3>js 폴더</h3> | 29 | <h3>js 폴더</h3> |
| 30 | 웹을 동적으로 만들어주는 기능들을 담은 폴더<br> | 30 | 웹을 동적으로 만들어주는 기능들을 담은 폴더<br> |
| 31 | 1. common.js는 글자수 제한에 관한 기능이 담겼다.<br> | 31 | 1. common.js는 글자수 제한에 관한 기능이 담겼다.<br> |
| 32 | -<img src="/img/글자수제한.png"><br> | 32 | +<img src="/img/글자수제한.PNG"><br> |
| 33 | common.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/common.js)<br> | 33 | common.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/common.js)<br> |
| 34 | 2. contents.js는 악질 직업을 생성하는데 필요한 단어들이 어레이 형태로 저장된 곳이다.<br> | 34 | 2. contents.js는 악질 직업을 생성하는데 필요한 단어들이 어레이 형태로 저장된 곳이다.<br> |
| 35 | -<img src="/img/컨텐츠생성.png"><br> | 35 | +<img src="/img/컨텐츠생성.PNG"><br> |
| 36 | contents.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/contents.js)<br> | 36 | contents.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/contents.js)<br> |
| 37 | 3. generate.js는 contents.js에 담긴 단어를 규칙에 맞게 조합하여 result를 만들어주는 기능이 담겼다.<br> | 37 | 3. generate.js는 contents.js에 담긴 단어를 규칙에 맞게 조합하여 result를 만들어주는 기능이 담겼다.<br> |
| 38 | -<img src="/img/result.png"><br> | 38 | +<img src="/img/result.PNG"><br> |
| 39 | generate.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/generate.js)<br> | 39 | generate.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/generate.js)<br> |
| 40 | 4. josa.js는 조사의 구분이 필요한 특별 케이스에 조사를 붙여주는 기능이 담겼다.<br> | 40 | 4. josa.js는 조사의 구분이 필요한 특별 케이스에 조사를 붙여주는 기능이 담겼다.<br> |
| 41 | 예 : oo을/를 선물받고좋아하는 | 41 | 예 : oo을/를 선물받고좋아하는 |
| 42 | josa.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/josa.js)<br> | 42 | josa.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/josa.js)<br> |
| 43 | 5. statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.<br> | 43 | 5. statistics.js는 amChart 모듈을 이용해 방문자 통계 데이터를 데이터베이스에서 가져와 그래프를 그려주는 기능이 담겼다.<br> |
| 44 | -<img src="/img/chart.png"><br> | 44 | +<img src="/img/chart.PNG"><br> |
| 45 | statistics.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js)<br> | 45 | statistics.js : (http://khuhub.khu.ac.kr/2019102216/opensource_term_project/blob/master/js/statistics.js)<br> |
| 46 | 46 | ||
| 47 | <br> | 47 | <br> | ... | ... |
-
Please register or login to post a comment