Skip to content

Commit

Permalink
0.2.1 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
koda-masaru committed Dec 29, 2014
0 parents commit 307e78e
Show file tree
Hide file tree
Showing 248 changed files with 33,128 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory" : "src/main/webapp/bower"
}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bower
target
.classpath
.project
.settings

95 changes: 95 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
### This Project License
- This project is provided under Apache License, Version 2.0
- http://www.apache.org/licenses/LICENSE-2.0


### Third-Party License

#### Server side Library

- H2 Database Engine
- License: [MPL 2.0] http://www.h2database.com/html/license.html
- project-url: http://www.h2database.com/html/main.html

- javassist
- License: [MPL 1.1] https://github.com/jboss-javassist/javassist/blob/3.18/License.html
- project-url: http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/

- log4j
- License: [Apache License, Version 2.0] http://www.apache.org/licenses/LICENSE-2.0
- project-url: http://logging.apache.org/log4j/1.2/

- Commons Lang
- License: [Apache License, Version 2.0] http://www.apache.org/licenses/LICENSE-2.0
- project-url: http://commons.apache.org/proper/commons-lang/

- JSONIC
- License: [Apache License, Version 2.0] http://www.apache.org/licenses/LICENSE-2.0
- project-url: http://jsonic.sourceforge.jp/

- Simple-Xml
- License: [Apache License, Version 2.0] http://www.apache.org/licenses/LICENSE-2.0
- project-url: http://simple.sourceforge.net/

- JUnit
- License: [Eclipse Public License - v 1.0] https://github.com/junit-team/junit/blob/master/LICENSE-junit.txt
- project-url: http://junit.org/

- Commons FileUpload
- License: [Apache License, Version 2.0] http://www.apache.org/licenses/LICENSE-2.0
- project-url: http://commons.apache.org/proper/commons-fileupload/

- OWASP AntiSamy
- License: [Creative Commons Attribution-ShareAlike 3.0 license] http://creativecommons.org/licenses/by-sa/3.0/
- project-url: https://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project

- Apache Lucene
- License: [Apache License, Version 2.0] http://www.apache.org/licenses/LICENSE-2.0
- project-url: http://lucene.apache.org/

- Apache Tika
- License: [Apache License, Version 2.0] http://www.apache.org/licenses/LICENSE-2.0
- project-url: http://tika.apache.org/

#### Front end Library
- jQuery
- License: [MIT] https://jquery.org/license/
- project-url: http://jquery.com/

- Bootstrap
- License: [MIT] https://github.com/twbs/bootstrap/blob/master/LICENSE
- project-url: http://getbootstrap.com/

- Font Awesome
- License: [MIT] http://fortawesome.github.io/Font-Awesome/license/
- project-url: http://fortawesome.github.io/Font-Awesome/

- notifyjs
- License: [MIT] https://github.com/jpillora/notifyjs
- project-url: http://notifyjs.com/

- marked
- License: [MIT] https://github.com/chjj/marked/blob/master/LICENSE
- project-url: https://github.com/chjj/marked

- highlightjs
- License: [BSD] https://github.com/isagalaev/highlight.js/blob/master/LICENSE
- project-url: https://highlightjs.org/

- bootbox
- License: [MIT] https://github.com/makeusabrew/bootbox/blob/master/LICENSE.md
- project-url: http://bootboxjs.com/

- bootstrap-tagsinput
- License: [MIT] https://github.com/TimSchlechter/bootstrap-tagsinput/blob/master/LICENSE
- project-url: http://timschlechter.github.io/bootstrap-tagsinput/examples/

- jquery-file-upload
- License: [MIT] http://opensource.org/licenses/MIT
- project-url: https://blueimp.github.io/jQuery-File-Upload/

- teambox.free-file-icons
- License: [MIT] https://github.com/teambox/Free-file-icons/blob/master/LICENSE
- project-url: https://github.com/teambox/Free-file-icons


31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## knowledge

===============

#### 概要
- Knowledgeは、フリーの情報共有サービスです。
- 社内などで閉じた情報の管理が出来ます。

### 特徴
- Markdown記法で情報登録
- 記事のタイトル/本文を全文検索で目的の情報を探せます
- 情報の公開範囲を、「公開」「非公開(自分のみ)」の指定ができます
- いずれ、指定したユーザに公開/グループに公開などを行えるようにします(予定)
- 情報に付けたタグで、情報の種別の管理を行えます
- 添付ファイルを登録できます(予定)
- 添付ファイルの中身でも検索できます(予定)


#### 使い方
- Tomcat 7.0 以降をインストール
- http://tomcat.apache.org/
- Tomcat でなくても、Servlet3.0 以降に対応しているサーバーであれば動作すると思います
- knowledge.war をダウンロード
- Tomcatのwebappsディレクトリに、knowledge.warを置く
- warが配備され使えるようになります

#### アプリケーションのデータ
- Tomcatの起動ユーザの、ホームディレクトリに「.knowledge」というフォルダを作成し、その中にデータを格納します
- データのバックアップは、このディレクトリをコピーしておくことで可能です
- Linuxなどでは、Tomcat起動ユーザで上記のディレクトリにアクセス出来るように、権限を設定してください

16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "knowledge",
"dependencies": {
"jquery": "2.1.1",
"bootstrap": "3.3.1",
"font-awesome": "4.2.0",
"notifyjs": "0.3.2",
"marked": "0.3.2",
"highlightjs": "8.3.0",
"bootbox": "4.3.0",
"bootstrap-tagsinput": "0.4.2",
"jquery-file-upload": "9.8.1",
"teambox.free-file-icons": "teambox/Free-file-icons"
},
"devDependencies": {}
}
Binary file added document/database/A5M2_knowledge.pdf
Binary file not shown.
Loading

0 comments on commit 307e78e

Please sign in to comment.