changeset 480:11eddcc1d33f

add README.md
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 10 Dec 2017 22:20:28 +0900
parents 077dc1763239
children 856710101c49
files README.md
diffstat 1 files changed, 37 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Sun Dec 10 22:20:28 2017 +0900
@@ -0,0 +1,37 @@
+s4
+=======
+
+SNS by Shell Script and SQLite3
+-------------------------------
+S4 is an SNS(Social Networking System) constructed with
+Bourne Shell and SQLite3.  Main purpose of S4 is to build
+prototyping system for assessment of the first introduction of some
+information system.
+
+Features
+--------
+* 本体 < 500KB
+* コード < 10k lines
+* 招待制SNS
+* 個人によるブログ作成
+* グループ作成
+* グループ内の掲示板作成
+* レポート提出(集計)機能つき掲示板
+* 新着表示
+* 全文検索
+
+How to Get
+----------
+You can obtain s4 via
+[Mercurial repository](https://www.yatex.org/hgrepos/s4/)
+as below.
+
+	hg clone https://www.yatex.org/hgrepos/s4
+
+Join to S4
+----------
+設置サンプル
+[S4square](https://www.yatex.org/shsql/) へどうぞ。
+招待メイルを出します(捨てアドレス可)。
+https://www.yatex.org にあるアドレスまで連絡ください。
+

yatex.org