From 437ba872c140eed3379f58a2bfc7904aa3ff69a9 Mon Sep 17 00:00:00 2001 From: fen Date: Sat, 16 Jul 2016 13:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=A8=A1=E6=9D=BF=E5=BC=80=E5=8F=91=E6=97=B6?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E6=8F=90=E4=BA=A4=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=B7=B2=E5=AE=8C=E6=88=90=E7=9A=84=20todo=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 8 ++++++++ .gitignore | 4 ++++ license.txt => LICENSE.txt | 0 README.md | 11 ++++++----- todo.txt | 7 ------- 5 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 .editorconfig rename license.txt => LICENSE.txt (100%) delete mode 100644 todo.txt diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..e3f795c0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +indent_style = space +indent_size = 4 + +[*.scss] +indent_size = 2 diff --git a/.gitignore b/.gitignore index 6e85e877..5666883d 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,7 @@ config.rb /config.inc.php /usr/uploads/ /usr/*.db +/usr/plugins/ +!/usr/plugins/HelloWorld +/usr/themes/ +!/usr/themes/default diff --git a/license.txt b/LICENSE.txt similarity index 100% rename from license.txt rename to LICENSE.txt diff --git a/README.md b/README.md index 69fcb177..fef0746b 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ Typecho Blogging Platform ========================= -####Homepage +Typecho is a PHP Blogging Platform. Simple and Powerful. + +#### Homepage http://typecho.org/ -####Document +#### Documents http://docs.typecho.org/ -####Forum +#### Community http://forum.typecho.org/ -####Download +#### Download http://typecho.org/download - diff --git a/todo.txt b/todo.txt deleted file mode 100644 index 7949f9cf..00000000 --- a/todo.txt +++ /dev/null @@ -1,7 +0,0 @@ -0.9 版 - -1. 干掉mootools,上jquery -2. 后台UI更新 -3. 撰写页面更新,加入markdown支持 -4. 增加bae支持 -