簡單來說我們要寫一個入口主頁,這個主頁是公開的然後提供TWCL的基本資訊等等
接著透過登錄(FB,Google,或創建新的...)可以進入TWCL的community
community中有三塊
第一個是一個聊天室
第二個是討論串
第三個是一個TWCL的wiki
另外每個使用者會有一個簡單的個人頁面
Prerequisite: git, python27, GAE
- Fork this project
- Follow these instructions
git clone https://github.com/你的github帳號/official-site.git
cd official-site
dev_appserver.py .
Awesome! now you are in business!
When your modification done, please send us a pull request.
We'll review as soon as possible.