Skip to content

Commit

Permalink
Use TIPI as prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
reeze committed Apr 29, 2014
1 parent dccecc7 commit 6aca4f9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
RELEASE_2014-04-29_V0.8.3
TIPI_2014-04-29_V0.8.3
8 changes: 4 additions & 4 deletions 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
eval "ebook-convert tipi.html web/releases/$VERSION.epub $OPTIONS --no-default-epub-cover"
eval "ebook-convert tipi.html web/releases/$VERSION.mobi $OPTIONS"
3 changes: 3 additions & 0 deletions web/templates/downloads/index.php
Expand Up @@ -16,6 +16,9 @@
<div style='padding-left: 100px;' class="fl"><a target='_blank' href="<?php echo url_for("https://github.com/reeze/tipi/blob/master/web/releases/" . TIPI::getVersion() . ".chm?raw=true");?>">
<img src="<?php echo url_for("/images/icon_chm.png"); ?>" /></a></div>
</div>

<p>所有历史版本下载见: <a href="https://github.com/reeze/tipi/tree/master/web/releases">Github 历史页面</a></p>

<p>
本站所有的内容都托管在github上,我们目前推荐从: <a href="http://github.com/reeze/tipi">http://github.com/reeze/tipi</a>下载。
从那里可以轻松的下载所有的内容,你也可以<a href="<?php echo url_for("/feed/");?>">订阅我们的更新</a>,我们每完成一小节都会在这里更新,
Expand Down

0 comments on commit 6aca4f9

Please sign in to comment.