Skip to content

Commit cb201f0

Browse files
committed
更新我们对plim&react的态度
1 parent ad82fbb commit cb201f0

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
我们也欢迎在算法/前端/设计方面有能力的同学们, 这个社区同样有很多东西等你来
2222

23+
**WARNING** 我们最近在做plim->jinja2的迁移和嵌入react的工作,其他工作暂停迭代(防止新的代码造冲突).
24+
具体讨论可见: [Issue92](https://github.com/python-cn/firefly/issues/92),开发详情请关注[trello](https://trello.com/b/JM2OEXPA/firefly)
25+
2326
愿景:
2427

2528
* 社区不是一个人的或者几个人写的, 而是很多人贡献代码产生的(包含基本的功能).

posts/flow-and-standards.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ title: 开发流程&代码规范
33

44
假如你想参与firefly的开发, 请详细阅读此文.
55

6+
**WARNING** 我们最近在做plim->jinja2的迁移和嵌入react的工作,其他工作暂停迭代(防止新的代码造冲突).
7+
具体讨论可见: [Issue92](https://github.com/python-cn/firefly/issues/92),开发详情请关注[trello](https://trello.com/b/JM2OEXPA/firefly)
8+
69
### 说在前面的话
710

811
「再牛掰的人写的程序也会有bug. 」

posts/new.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ $cp firefly/local_settings.py.example firefly/local_settings.py # local_settings
4646
库, oauth2等不适合放入版本库敏感数据,以及对一些配置项的自定义
4747
$virtualenv venv # 在当前目录下生成一个venv目录, 这个目录就是你的虚拟环境
4848
$source venv/bin/activate # 激活环境, 如果你想从这个环境中离开, 可以执行`deactivate`
49-
$pip install -r requirements.txt # 安装firefly的python依赖
5049
$pip install -r py2-requirements.txt # 假如你是用python2还需要安装这个依赖
51-
# 安装开发依赖, 不做开发不需要安装
5250
$pip install -r dev-requirements.txt # 安装开发依赖
5351
$pre-commit install -t pre-push # 假如你希望对flake8做本地检查可以安装这个git-hook. 以后每次你的push都会跑一遍对当前提交代码中的检查
5452
```

posts/used.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ firefly的数据库. 选择Mongodb就是因为社区在早期可能功能特性
2929

3030
firefly的模板, plim我个人觉得是一个被严重低估的基于mako的模板. 这里用它其实是示范原因. 给想用plim的人一个范例.
3131

32+
**UPDATE** 我们目前准备把它替换成jinja2 具体讨论可见: [Issue92](https://github.com/python-cn/firefly/issues/92),开发详情请关注[trello](https://trello.com/b/JM2OEXPA/firefly)
33+
3234
#### pygments
3335

3436
[pygments](https://bitbucket.org/birkenfeld/pygments-main)也是[pocoo](http://www.pocoo.org/)团队的作品, 提供各种语言的语法高亮, 他是基本所有python开源项目做语法高亮的底层库. 它有非常好的文档
@@ -42,6 +44,11 @@ firefly的模板, plim我个人觉得是一个被严重低估的基于mako的模
4244

4345
### 前端的
4446

47+
#### react
48+
49+
[react](https://github.com/facebook/react)可能是目前最火的前端框架. firefly组件都由react来支持. 具体讨论可见: [Issue92](https://github.com/python-cn/firefly/issues/92).
50+
目前进行中, 欢迎有兴趣得人一起来做.
51+
4552
#### grunt
4653
[grunt](https://github.com/gruntjs/grunt)是一个javascript的任务处理器(用了才知道).
4754
firefly用来做代码更改自动执行sass, 重载页面, 代码压缩等

posts/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ title: 欢迎入伙
4040
目前想做的一些东西:
4141

4242
1. 一个有社交元素的python社区(firefly)
43-
2.[pythoncn-slack](https://pythoncn.slack.com)写个被调戏的机器人
43+
2.[pythoncn-slack](https://pythoncn.slack.com)写个被调戏的机器人 - 完成: [slack_bot](https://github.com/python-cn/slack_bot)
4444
3. 用react重写本手册
4545
4. 一个使用markdown可预览的博客应用
4646
5. 一个web框架

0 commit comments

Comments
 (0)