diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..a7904937 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: php + +php: + - 5.5 + - 5.4 + - 5.3 + +script: cd ./tools/ && make all + diff --git a/README.md b/README.md new file mode 100644 index 00000000..69fcb177 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Typecho Blogging Platform +========================= + +####Homepage +http://typecho.org/ + +####Document +http://docs.typecho.org/ + +####Forum +http://forum.typecho.org/ + +####Download +http://typecho.org/download + diff --git a/admin/manage-comments.php b/admin/manage-comments.php index b80ca9e4..eb979418 100644 --- a/admin/manage-comments.php +++ b/admin/manage-comments.php @@ -50,7 +50,7 @@ $isAllComments = ('on' == $request->get('__typecho_all_comments') || 'on' == Typ
- +