### 導航
- [索引](# "總目錄")
- [下一頁](# "術語表") |
- [上一頁](# "Flask Changelog") |
- [Flask 0.10.1 文檔](#) ?
# 許可證
Flask 由一個三條款的 BSD 許可證許可。基本上可以認為:你可以用它做任何事情,只要版權在 Flask 的支持范圍內,條款不能被修改,并且提供免責聲明。此外,你不可以在沒有書面同意的情況下使用作者的名字來推廣衍生作品。
完整的許可證可以在下面找到( [*Flask License*](#) )。對于文檔和藝術作品,使用不同的許可證。
### 作者
Flask is written and maintained by Armin Ronacher andvarious contributors:
### Development Lead
- Armin Ronacher <[armin.ronacher@active-4.com](#)>
### Patches and Suggestions
- Adam Zapletal
- Ali Afshar
- Chris Edgemon
- Chris Grindstaff
- Christopher Grebs
- Florent Xicluna
- Georg Brandl
- Justin Quick
- Kenneth Reitz
- Marian Sigler
- Matt Campell
- Matthew Frazier
- Michael van Tellingen
- Ron DuPlain
- Sebastien Estienne
- Simon Sapin
- Stephane Wirtel
- Thomas Schranz
- Zhao Xiaohong
### 通用許可證定義
下面的章節包含完整的 Flask 及其文檔的許可證文本。
- 在此 [*作者*](#) 節中列出的所有作者引用自 “AUTHORS” 。
- “[*Flask License*](#)” 適用于所有作為 Flask 一部分的源代碼( Flask 本身,同樣也包含實例和單元測試),以及文檔。
- “[*Flask Artwork License*](#)” 適用于 Flask 的長角標志(Horn-Logo)。
### Flask License
Copyright (c) 2012 by Armin Ronacher and contributors. See AUTHORSfor more details.
Some rights reserved.
Redistribution and use in source and binary forms of the software as wellas documentation, with or without modification, are permitted providedthat the following conditions are met:
- Redistributions of source code must retain the above copyrightnotice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the abovecopyright notice, this list of conditions and the followingdisclaimer in the documentation and/or other materials providedwith the distribution.
- The names of the contributors may not be used to endorse orpromote products derived from this software without specificprior written permission.
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS ANDCONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUTNOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FORA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNEROR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, ORPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OFLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDINGNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCHDAMAGE.
### Flask Artwork License
Copyright (c) 2010 by Armin Ronacher.
Some rights reserved.
This logo or a modified version may be used by anyone to refer to theFlask project, but does not indicate endorsement by the project.
Redistribution and use in source (the SVG file) and binary forms (renderedPNG files etc.) of the image, with or without modification, are permittedprovided that the following conditions are met:
- Redistributions of source code must retain the above copyrightnotice and this list of conditions.
- The names of the contributors to the Flask software (see AUTHORS) maynot be used to endorse or promote products derived from this softwarewithout specific prior written permission.
Note: we would appreciate that you make the image a link to[http://flask.pocoo.org/](http://flask.pocoo.org/) if you use it on a web page.
? 版權所有 2013, Armin Ronacher.
- 歡迎使用 Flask
- 前言
- 給有經驗程序員的前言
- 安裝
- 快速入門
- 教程
- 介紹 Flaskr
- 步驟 0: 創建文件夾
- 步驟 1: 數據庫模式
- 步驟 2: 應用設置代碼
- 步驟 3: 創建數據庫
- 步驟 4: 請求數據庫連接
- 步驟 5: 視圖函數
- 步驟 6: 模板
- 步驟 7: 添加樣式
- 福利: 應用測試
- 模板
- 測試 Flask 應用
- 記錄應用錯誤
- 配置處理
- 信號
- 即插視圖
- 應用上下文
- 請求上下文
- 用藍圖實現模塊化的應用
- Flask 擴展
- 與 Shell 共舞
- Flask 代碼模式
- 大型應用
- 應用程序的工廠函數
- 應用調度
- 使用 URL 處理器
- 部署和分發
- 使用 Fabric 部署
- 在 Flask 中使用 SQLite 3
- 在 Flask 中使用 SQLAlchemy
- 上傳文件
- 緩存
- 視圖裝飾器
- 使用 WTForms 進行表單驗證
- 模板繼承
- 消息閃現
- 用 jQuery 實現 Ajax
- 自定義錯誤頁面
- 延遲加載視圖
- 在 Flask 中使用 MongoKit
- 添加 Favicon
- 數據流
- 延遲請求回調
- 添加 HTTP Method Overrides
- 請求內容校驗碼
- 基于 Celery 的后臺任務
- 部署選擇
- mod_wsgi (Apache)
- 獨立 WSGI 容器
- uWSGI
- FastCGI
- CGI
- 聚沙成塔
- API
- JSON 支持
- Flask 中的設計決策
- HTML/XHTML 常見問題
- 安全注意事項
- Flask 中的 Unicode
- Flask 擴展開發
- Pocoo 風格指引
- Python 3 支持
- 升級到最新版本
- Flask Changelog
- 許可證
- 術語表