diff --git a/VERSION b/VERSION index 23c3b9d6..30fdc72c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -RELEASE_2014-04-29_V0.8.3 +TIPI_2014-04-29_V0.8.3 diff --git a/build/ebook.sh b/build/ebook.sh index e1c78c2a..3bbf2ee8 100644 --- a/build/ebook.sh +++ b/build/ebook.sh @@ -1,11 +1,11 @@ -OPTIONS="--authors 'Reeze Xia, Zhanger, Phppan' " +OPTIONS="--authors 'Reeze Xia&Zhanger&Phppan' " OPTIONS="$OPTIONS --level1-toc '//h:h1' --level2-toc '//h:h2'" -OPTIONS="$OPTIONS --no-default-epub-cover --cover cover.html" +OPTIONS="$OPTIONS --cover cover.html" VERSION=`cat VERSION` # Save /portable/print.php as tipi.html with related asserts -ebook-convert tipi.html web/releases/$VERSION.epub $OPTIONS -ebook-convert tipi.html web/releases/$VERSION.mobi $OPTIONS \ No newline at end of file +eval "ebook-convert tipi.html web/releases/$VERSION.epub $OPTIONS --no-default-epub-cover" +eval "ebook-convert tipi.html web/releases/$VERSION.mobi $OPTIONS" \ No newline at end of file diff --git a/web/templates/downloads/index.php b/web/templates/downloads/index.php index 57c1fa75..77886616 100644 --- a/web/templates/downloads/index.php +++ b/web/templates/downloads/index.php @@ -16,6 +16,9 @@
"> " />
+ +

所有历史版本下载见: Github 历史页面

+

本站所有的内容都托管在github上,我们目前推荐从: http://github.com/reeze/tipi下载。 从那里可以轻松的下载所有的内容,你也可以">订阅我们的更新,我们每完成一小节都会在这里更新,