forked from greyli/helloflask
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
主页 | ||
/ [勘误](https://github.com/greyli/helloflask/blob/master/errata/errata.md) | ||
/ [FAQ](https://github.com/greyli/helloflask/blob/master/faq/faq.md) | ||
/ [可改进实现](https://github.com/greyli/helloflask/blob/master/improvement/improvement.md) | ||
/ [示例程序](https://github.com/greyli/helloflask/blob/master/demos/) | ||
/ [HelloFlask.com](http://helloflask.com) | ||
/ [本书主页](http://helloflask.com/book) | ||
|
||
# HelloFlask | ||
|
||
这个仓库包含[《Flask Web开发实战》(Python Web Development with Flask)](http://helloflask.com/book)第1~6章、13章的示例程序源码和勘误信息。 | ||
这里是[《Flask Web开发实战》(Python Web Development with Flask)](http://helloflask.com/book)的Meta仓库,包含第1~6章、13章的示例程序源码和勘误等信息。 | ||
|
||
你可以访问本书主页[http://helloflask.com/book](http://helloflask.com/book)查看本书的资源索引、目录、购买链接等详细信息。 | ||
|
||
本书相关项目的源码建议你按照书中的指导使用Git克隆到本地,如果克隆速度过慢,可以点击<a href="http://helloflask.com/downloads/helloflask-projects-18-8-29.zip" target="_blank" download>这里</a>下载源码合集文件。 | ||
|
||
## 勘误 | ||
## 勘误 & FAQ & 可改进实现 | ||
|
||
勘误文件在[errata](https://github.com/greyli/helloflask/blob/master/errata/)目录下。 | ||
* [勘误](https://github.com/greyli/helloflask/blob/master/errata/errata.md)(书中的笔误、错误及排版问题等) | ||
* [FAQ](https://github.com/greyli/helloflask/blob/master/faq/faq.md)(常见问题) | ||
* [可改进实现](https://github.com/greyli/helloflask/blob/master/improvement/improvement.md)(可改进的内容描述或代码实现) | ||
|
||
首先,为书中包含的错误表示抱歉!如果你发现了书中的错误,欢迎提交PR更新勘误文件;你也可以创建Issue指出相关错误,或是通过Email与我联系([[email protected]](mailto:[email protected])),谢谢! | ||
首先,为书中包含的错误表示抱歉!如果你发现了书中的错误/常见问题/可改进实现,欢迎提交PR更新上述链接指向的文件;你也可以创建Issue指出相关事项,或是通过Email与我联系([[email protected]](mailto:[email protected])),谢谢! | ||
|
||
|
||
## 示例程序目录 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters