Python论坛  - 讨论区

标题:[python-chinese] [Blog转贴]尚未发布的Python web framework -- Django

2005年07月12日 星期二 22:05

limodou limodou at gmail.com
Tue Jul 12 22:05:41 HKT 2005

原文在: http://blog.donews.com/limodou/archive/2005/07/12/463768.aspx

上网就是有趣,这不在 Python.list 中看到一则消息,那就是美国芝加哥 Python
用户组开会的通知,其中有一则是说一个叫Adrian Holovaty的家伙会对一个叫Django的web framework作一个预告。

为什么说有趣呢?因为我的确发现了有趣的东西:

   1. Django是一个尚未发布的 Python web
framework。上到它的主页几乎没有什么东西,好象是在找律师商量关于代码发布的版本问题。这个月应该可以发布。同时我在网上找到它在
Python.org 的wiki上有一个页面,下面是它的描述:

      Django is a high-level Python Web framework that encourages
rapid development and clean, MVC design. Includes a template system,
object-relational mapper and a framework for dynamically creating
admin interfaces.

      Django是一个高级 Python web
framework,它鼓励快速开发和干净的、MVC设计。它包括一个模板系统,对象相关的映射和用于动态创建管理界面的框架。

      Django has been actively developed over the past year and a
half. Ruby on Rails is similar to it, but Django is written in Python
and has a few more advanced conveniences for super-quick Web
development.

      Django已经积极开发了一年半了。Ruby on Rails与之相似,但Django是用 Python
编写的,对于超快的web开发有一些更高级的便利。

      This framework is a potential competitor for Rails. It can claim
one high profile site so far, chicagocrime.org though the same was
true of Rails when the hype started. If Adrian Holovaty and Simon
Willison blog about it and evangelize it in the same way that DHH did
for Rails and the meme manages to propagate across the blogosphere,
Django may achieve a similar profile. A big win for Rails was the
accompanying documentation, the very active wiki and the screencasts.
This made it much more approachable for interested web developers to
get started.

      这个框架对于Rails是一个潜在的竞争者。迄今为止它可以声明一个站点的高层轮廓,可是在作此番宣传的时候,chicagocrime.org对于使用
Rails来说也是一样可以做到的。如果Adrian Holovaty和Simon
Willison写Django的Blog,并且象DHH对待Rails一样来对它进行传教式的宣传,并且跨越blog群体进行宣传,Django也许可以获得相似的地位。对于Rails的一个大胜利就是公司列表文档,非常活跃的wiki和屏幕展示。这样使得它对于想要开始进行web开发的开发者更感到容易接受。
      (翻译水平有限,凑和着看吧:)
   2. chicagocrime.org就是使用Django开发的。同时在
Django的项目主页上还有一些使用Django开发的网站,看上去都不错。那么这个chicagocrime.org是芝加哥犯罪情况的网站,让人感兴趣的是在首页有一个map,如果你点击进去,你会看到它使用了google
map的功能,但是它增加了自已的东西。google已经公布了map的api,因此你完全可以使用它,这就是一个很好的例子,真是利害。
   3. 这个叫Adrian Holovaty研究google map已经有几个月了,颇有心得,看看他的Blog就知道了。
   4. 在我看他的Blog的时候,我发现他就是编写Creasemonkey
compiler的人。Creasemonkey是Firefox的一个扩展,它可以安装脚本,用于在客户端修改得到的页面。功能超强。如果你不知道
Greasemonkey,那么建议你到网上搜一搜吧。那么这个编译器就是可以把需要依赖Creasemonkey才可以运行的脚本可以变成可以单独安装的Firefox扩展,因此受到不少人的欢迎。

看到这些真是对Django很期待,很想看一看,到底它能达到Ruby on
Rails一样的功能,甚至更好吗?发现的东西真是很有趣,好象不相干的事情都联系在一起了。

-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月12日 星期二 00:35

韩 祝鹏 hanzhupeng at 163.com
Tue Jul 12 00:35:58 HKT 2005

这个google map 的扩展应用很有趣!

快速构造模板也很值得期待啊

Albertlee
-- Life will show its trues. Keep simple, keep smile. It will pass, 
soon.
在 2005.7.12, 下午10:05, limodou 写道:

> chicagocrime.org


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 05:24

shhgs shhgs.efhilt at gmail.com
Wed Jul 13 05:24:29 HKT 2005

有一个subway,也是用Python实现rails。

这么多web framework都疲了。

On 7/12/05, limodou <limodou at gmail.com> wrote:
> 原文在: http://blog.donews.com/limodou/archive/2005/07/12/463768.aspx
> 
> 上网就是有趣,这不在 Python.list 中看到一则消息,那就是美国芝加哥 Python
> 用户组开会的通知,其中有一则是说一个叫Adrian Holovaty的家伙会对一个叫Django的web framework作一个预告。
> 
> 为什么说有趣呢?因为我的确发现了有趣的东西:
> 
>   1. Django是一个尚未发布的 Python web
> framework。上到它的主页几乎没有什么东西,好象是在找律师商量关于代码发布的版本问题。这个月应该可以发布。同时我在网上找到它在
> Python.org 的wiki上有一个页面,下面是它的描述:
> 
>      Django is a high-level Python Web framework that encourages
> rapid development and clean, MVC design. Includes a template system,
> object-relational mapper and a framework for dynamically creating
> admin interfaces.
> 
>      Django是一个高级 Python web
> framework,它鼓励快速开发和干净的、MVC设计。它包括一个模板系统,对象相关的映射和用于动态创建管理界面的框架。
> 
>      Django has been actively developed over the past year and a
> half. Ruby on Rails is similar to it, but Django is written in Python
> and has a few more advanced conveniences for super-quick Web
> development.
> 
>      Django已经积极开发了一年半了。Ruby on Rails与之相似,但Django是用 Python
> 编写的,对于超快的web开发有一些更高级的便利。
> 
>      This framework is a potential competitor for Rails. It can claim
> one high profile site so far, chicagocrime.org though the same was
> true of Rails when the hype started. If Adrian Holovaty and Simon
> Willison blog about it and evangelize it in the same way that DHH did
> for Rails and the meme manages to propagate across the blogosphere,
> Django may achieve a similar profile. A big win for Rails was the
> accompanying documentation, the very active wiki and the screencasts.
> This made it much more approachable for interested web developers to
> get started.
> 
>      这个框架对于Rails是一个潜在的竞争者。迄今为止它可以声明一个站点的高层轮廓,可是在作此番宣传的时候,chicagocrime.org对于使用
> Rails来说也是一样可以做到的。如果Adrian Holovaty和Simon
> Willison写Django的Blog,并且象DHH对待Rails一样来对它进行传教式的宣传,并且跨越blog群体进行宣传,Django也许可以获得相似的地位。对于Rails的一个大胜利就是公司列表文档,非常活跃的wiki和屏幕展示。这样使得它对于想要开始进行web开发的开发者更感到容易接受。
>      (翻译水平有限,凑和着看吧:)
>   2. chicagocrime.org就是使用Django开发的。同时在
> Django的项目主页上还有一些使用Django开发的网站,看上去都不错。那么这个chicagocrime.org是芝加哥犯罪情况的网站,让人感兴趣的是在首页有一个map,如果你点击进去,你会看到它使用了google
> map的功能,但是它增加了自已的东西。google已经公布了map的api,因此你完全可以使用它,这就是一个很好的例子,真是利害。
>   3. 这个叫Adrian Holovaty研究google map已经有几个月了,颇有心得,看看他的Blog就知道了。
>   4. 在我看他的Blog的时候,我发现他就是编写Creasemonkey
> compiler的人。Creasemonkey是Firefox的一个扩展,它可以安装脚本,用于在客户端修改得到的页面。功能超强。如果你不知道
> Greasemonkey,那么建议你到网上搜一搜吧。那么这个编译器就是可以把需要依赖Creasemonkey才可以运行的脚本可以变成可以单独安装的Firefox扩展,因此受到不少人的欢迎。
> 
> 看到这些真是对Django很期待,很想看一看,到底它能达到Ruby on
> Rails一样的功能,甚至更好吗?发现的东西真是很有趣,好象不相干的事情都联系在一起了。
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 08:37

limodou limodou at gmail.com
Wed Jul 13 08:37:38 HKT 2005

呵呵。学东西也是一种乐趣,你可以学到如何选择,如何比较。subway看过,但感觉不完整好象还很乱,也就没有深入下去。

在 05-7-13,shhgs<shhgs.efhilt at gmail.com> 写道:
> 有一个subway,也是用Python实现rails。
> 
> 这么多web framework都疲了。
> 
> On 7/12/05, limodou <limodou at gmail.com> wrote:
> > 原文在: http://blog.donews.com/limodou/archive/2005/07/12/463768.aspx
> >
> > 上网就是有趣,这不在 Python.list 中看到一则消息,那就是美国芝加哥 Python
> > 用户组开会的通知,其中有一则是说一个叫Adrian Holovaty的家伙会对一个叫Django的web framework作一个预告。
> >
> > 为什么说有趣呢?因为我的确发现了有趣的东西:
> >
> >   1. Django是一个尚未发布的 Python web
> > framework。上到它的主页几乎没有什么东西,好象是在找律师商量关于代码发布的版本问题。这个月应该可以发布。同时我在网上找到它在
> > Python.org 的wiki上有一个页面,下面是它的描述:
> >
> >      Django is a high-level Python Web framework that encourages
> > rapid development and clean, MVC design. Includes a template system,
> > object-relational mapper and a framework for dynamically creating
> > admin interfaces.
> >
> >      Django是一个高级 Python web
> > framework,它鼓励快速开发和干净的、MVC设计。它包括一个模板系统,对象相关的映射和用于动态创建管理界面的框架。
> >
> >      Django has been actively developed over the past year and a
> > half. Ruby on Rails is similar to it, but Django is written in Python
> > and has a few more advanced conveniences for super-quick Web
> > development.
> >
> >      Django已经积极开发了一年半了。Ruby on Rails与之相似,但Django是用 Python
> > 编写的,对于超快的web开发有一些更高级的便利。
> >
> >      This framework is a potential competitor for Rails. It can claim
> > one high profile site so far, chicagocrime.org though the same was
> > true of Rails when the hype started. If Adrian Holovaty and Simon
> > Willison blog about it and evangelize it in the same way that DHH did
> > for Rails and the meme manages to propagate across the blogosphere,
> > Django may achieve a similar profile. A big win for Rails was the
> > accompanying documentation, the very active wiki and the screencasts.
> > This made it much more approachable for interested web developers to
> > get started.
> >
> >      这个框架对于Rails是一个潜在的竞争者。迄今为止它可以声明一个站点的高层轮廓,可是在作此番宣传的时候,chicagocrime.org对于使用
> > Rails来说也是一样可以做到的。如果Adrian Holovaty和Simon
> > Willison写Django的Blog,并且象DHH对待Rails一样来对它进行传教式的宣传,并且跨越blog群体进行宣传,Django也许可以获得相似的地位。对于Rails的一个大胜利就是公司列表文档,非常活跃的wiki和屏幕展示。这样使得它对于想要开始进行web开发的开发者更感到容易接受。
> >      (翻译水平有限,凑和着看吧:)
> >   2. chicagocrime.org就是使用Django开发的。同时在
> > Django的项目主页上还有一些使用Django开发的网站,看上去都不错。那么这个chicagocrime.org是芝加哥犯罪情况的网站,让人感兴趣的是在首页有一个map,如果你点击进去,你会看到它使用了google
> > map的功能,但是它增加了自已的东西。google已经公布了map的api,因此你完全可以使用它,这就是一个很好的例子,真是利害。
> >   3. 这个叫Adrian Holovaty研究google map已经有几个月了,颇有心得,看看他的Blog就知道了。
> >   4. 在我看他的Blog的时候,我发现他就是编写Creasemonkey
> > compiler的人。Creasemonkey是Firefox的一个扩展,它可以安装脚本,用于在客户端修改得到的页面。功能超强。如果你不知道
> > Greasemonkey,那么建议你到网上搜一搜吧。那么这个编译器就是可以把需要依赖Creasemonkey才可以运行的脚本可以变成可以单独安装的Firefox扩展,因此受到不少人的欢迎。
> >
> > 看到这些真是对Django很期待,很想看一看,到底它能达到Ruby on
> > Rails一样的功能,甚至更好吗?发现的东西真是很有趣,好象不相干的事情都联系在一起了。
> >
> > --
> > I like python!
> > My Donews Blog: http://www.donews.net/limodou
> > New Google Maillist: http://groups-beta.google.com/group/python-cn
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 09:21

志骋 karronqiu at gmail.com
Wed Jul 13 09:21:12 HKT 2005

开源就是这样,新东西层出不穷,每个人都可以搞自己的东西,但是系统化的东西比较少

在 05-7-13,limodou<limodou at gmail.com> 写道:
> 呵呵。学东西也是一种乐趣,你可以学到如何选择,如何比较。subway看过,但感觉不完整好象还很乱,也就没有深入下去。
> 
> 在 05-7-13,shhgs<shhgs.efhilt at gmail.com> 写道:
> > 有一个subway,也是用Python实现rails。
> >
> > 这么多web framework都疲了。
> >
> > On 7/12/05, limodou <limodou at gmail.com> wrote:
> > > 原文在: http://blog.donews.com/limodou/archive/2005/07/12/463768.aspx
> > >
> > > 上网就是有趣,这不在 Python.list 中看到一则消息,那就是美国芝加哥 Python
> > > 用户组开会的通知,其中有一则是说一个叫Adrian Holovaty的家伙会对一个叫Django的web framework作一个预告。
> > >
> > > 为什么说有趣呢?因为我的确发现了有趣的东西:
> > >
> > >   1. Django是一个尚未发布的 Python web
> > > framework。上到它的主页几乎没有什么东西,好象是在找律师商量关于代码发布的版本问题。这个月应该可以发布。同时我在网上找到它在
> > > Python.org 的wiki上有一个页面,下面是它的描述:
> > >
> > >      Django is a high-level Python Web framework that encourages
> > > rapid development and clean, MVC design. Includes a template system,
> > > object-relational mapper and a framework for dynamically creating
> > > admin interfaces.
> > >
> > >      Django是一个高级 Python web
> > > framework,它鼓励快速开发和干净的、MVC设计。它包括一个模板系统,对象相关的映射和用于动态创建管理界面的框架。
> > >
> > >      Django has been actively developed over the past year and a
> > > half. Ruby on Rails is similar to it, but Django is written in Python
> > > and has a few more advanced conveniences for super-quick Web
> > > development.
> > >
> > >      Django已经积极开发了一年半了。Ruby on Rails与之相似,但Django是用 Python
> > > 编写的,对于超快的web开发有一些更高级的便利。
> > >
> > >      This framework is a potential competitor for Rails. It can claim
> > > one high profile site so far, chicagocrime.org though the same was
> > > true of Rails when the hype started. If Adrian Holovaty and Simon
> > > Willison blog about it and evangelize it in the same way that DHH did
> > > for Rails and the meme manages to propagate across the blogosphere,
> > > Django may achieve a similar profile. A big win for Rails was the
> > > accompanying documentation, the very active wiki and the screencasts.
> > > This made it much more approachable for interested web developers to
> > > get started.
> > >
> > >      这个框架对于Rails是一个潜在的竞争者。迄今为止它可以声明一个站点的高层轮廓,可是在作此番宣传的时候,chicagocrime.org对于使用
> > > Rails来说也是一样可以做到的。如果Adrian Holovaty和Simon
> > > Willison写Django的Blog,并且象DHH对待Rails一样来对它进行传教式的宣传,并且跨越blog群体进行宣传,Django也许可以获得相似的地位。对于Rails的一个大胜利就是公司列表文档,非常活跃的wiki和屏幕展示。这样使得它对于想要开始进行web开发的开发者更感到容易接受。
> > >      (翻译水平有限,凑和着看吧:)
> > >   2. chicagocrime.org就是使用Django开发的。同时在
> > > Django的项目主页上还有一些使用Django开发的网站,看上去都不错。那么这个chicagocrime.org是芝加哥犯罪情况的网站,让人感兴趣的是在首页有一个map,如果你点击进去,你会看到它使用了google
> > > map的功能,但是它增加了自已的东西。google已经公布了map的api,因此你完全可以使用它,这就是一个很好的例子,真是利害。
> > >   3. 这个叫Adrian Holovaty研究google map已经有几个月了,颇有心得,看看他的Blog就知道了。
> > >   4. 在我看他的Blog的时候,我发现他就是编写Creasemonkey
> > > compiler的人。Creasemonkey是Firefox的一个扩展,它可以安装脚本,用于在客户端修改得到的页面。功能超强。如果你不知道
> > > Greasemonkey,那么建议你到网上搜一搜吧。那么这个编译器就是可以把需要依赖Creasemonkey才可以运行的脚本可以变成可以单独安装的Firefox扩展,因此受到不少人的欢迎。
> > >
> > > 看到这些真是对Django很期待,很想看一看,到底它能达到Ruby on
> > > Rails一样的功能,甚至更好吗?发现的东西真是很有趣,好象不相干的事情都联系在一起了。
> > >
> > > --
> > > I like python!
> > > My Donews Blog: http://www.donews.net/limodou
> > > New Google Maillist: http://groups-beta.google.com/group/python-cn
> > >
> > > _______________________________________________
> > > python-chinese list
> > > python-chinese at lists.python.cn
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> > >
> >
> 
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 13:24

清风 paradise.qingfeng at gmail.com
Wed Jul 13 13:24:06 HKT 2005

Greasemonkey很Cool,以后为firefox编写插件就更容易了,推荐之!
主页:http://greasemonkey.mozdev.org/index.html
可用脚本:http://dunck.us/collab/GreaseMonkeyUserScriptsGeneric
推荐脚本:Inline MP3 Player。安装以后网页所有mp3后缀的连接都会跟上一个播放按钮,可以直接播放之,还有很多很cool的插件,推荐!

2005/7/12, limodou <limodou at gmail.com>:
> 原文在: http://blog.donews.com/limodou/archive/2005/07/12/463768.aspx
> 
> 上网就是有趣,这不在 Python.list 中看到一则消息,那就是美国芝加哥 Python
> 用户组开会的通知,其中有一则是说一个叫Adrian Holovaty的家伙会对一个叫Django的web framework作一个预告。
> 
> 为什么说有趣呢?因为我的确发现了有趣的东西:
> 
>    1. Django是一个尚未发布的 Python web
> framework。上到它的主页几乎没有什么东西,好象是在找律师商量关于代码发布的版本问题。这个月应该可以发布。同时我在网上找到它在
> Python.org 的wiki上有一个页面,下面是它的描述:
> 
>       Django is a high-level Python Web framework that encourages
> rapid development and clean, MVC design. Includes a template system,
> object-relational mapper and a framework for dynamically creating
> admin interfaces.
> 
>       Django是一个高级 Python web
> framework,它鼓励快速开发和干净的、MVC设计。它包括一个模板系统,对象相关的映射和用于动态创建管理界面的框架。
> 
>       Django has been actively developed over the past year and a
> half. Ruby on Rails is similar to it, but Django is written in Python
> and has a few more advanced conveniences for super-quick Web
> development.
> 
>       Django已经积极开发了一年半了。Ruby on Rails与之相似,但Django是用 Python
> 编写的,对于超快的web开发有一些更高级的便利。
> 
>       This framework is a potential competitor for Rails. It can claim
> one high profile site so far, chicagocrime.org though the same was
> true of Rails when the hype started. If Adrian Holovaty and Simon
> Willison blog about it and evangelize it in the same way that DHH did
> for Rails and the meme manages to propagate across the blogosphere,
> Django may achieve a similar profile. A big win for Rails was the
> accompanying documentation, the very active wiki and the screencasts.
> This made it much more approachable for interested web developers to
> get started.
> 
>       这个框架对于Rails是一个潜在的竞争者。迄今为止它可以声明一个站点的高层轮廓,可是在作此番宣传的时候,chicagocrime.org对于使用
> Rails来说也是一样可以做到的。如果Adrian Holovaty和Simon
> Willison写Django的Blog,并且象DHH对待Rails一样来对它进行传教式的宣传,并且跨越blog群体进行宣传,Django也许可以获得相似的地位。对于Rails的一个大胜利就是公司列表文档,非常活跃的wiki和屏幕展示。这样使得它对于想要开始进行web开发的开发者更感到容易接受。
>       (翻译水平有限,凑和着看吧:)
>    2. chicagocrime.org就是使用Django开发的。同时在
> Django的项目主页上还有一些使用Django开发的网站,看上去都不错。那么这个chicagocrime.org是芝加哥犯罪情况的网站,让人感兴趣的是在首页有一个map,如果你点击进去,你会看到它使用了google
> map的功能,但是它增加了自已的东西。google已经公布了map的api,因此你完全可以使用它,这就是一个很好的例子,真是利害。
>    3. 这个叫Adrian Holovaty研究google map已经有几个月了,颇有心得,看看他的Blog就知道了。
>    4. 在我看他的Blog的时候,我发现他就是编写Creasemonkey
> compiler的人。Creasemonkey是Firefox的一个扩展,它可以安装脚本,用于在客户端修改得到的页面。功能超强。如果你不知道
> Greasemonkey,那么建议你到网上搜一搜吧。那么这个编译器就是可以把需要依赖Creasemonkey才可以运行的脚本可以变成可以单独安装的Firefox扩展,因此受到不少人的欢迎。
> 
> 看到这些真是对Django很期待,很想看一看,到底它能达到Ruby on
> Rails一样的功能,甚至更好吗?发现的东西真是很有趣,好象不相干的事情都联系在一起了。
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
Blog:http://www.donews.net/changzheng

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 13:29

清风 paradise.qingfeng at gmail.com
Wed Jul 13 13:29:13 HKT 2005

截图:
http://blog.donews.com/images/blog_csdn_net/changzheng/Greasemonkey.gif

2005/7/13, 清风 <paradise.qingfeng at gmail.com>:
> Greasemonkey很Cool,以后为firefox编写插件就更容易了,推荐之!
> 主页:http://greasemonkey.mozdev.org/index.html
> 可用脚本:http://dunck.us/collab/GreaseMonkeyUserScriptsGeneric
> 推荐脚本:Inline MP3 Player。安装以后网页所有mp3后缀的连接都会跟上一个播放按钮,可以直接播放之,还有很多很cool的插件,推荐!
> 
> 2005/7/12, limodou <limodou at gmail.com>:
> > 原文在: http://blog.donews.com/limodou/archive/2005/07/12/463768.aspx
> >
> > 上网就是有趣,这不在 Python.list 中看到一则消息,那就是美国芝加哥 Python
> > 用户组开会的通知,其中有一则是说一个叫Adrian Holovaty的家伙会对一个叫Django的web framework作一个预告。
> >
> > 为什么说有趣呢?因为我的确发现了有趣的东西:
> >
> >    1. Django是一个尚未发布的 Python web
> > framework。上到它的主页几乎没有什么东西,好象是在找律师商量关于代码发布的版本问题。这个月应该可以发布。同时我在网上找到它在
> > Python.org 的wiki上有一个页面,下面是它的描述:
> >
> >       Django is a high-level Python Web framework that encourages
> > rapid development and clean, MVC design. Includes a template system,
> > object-relational mapper and a framework for dynamically creating
> > admin interfaces.
> >
> >       Django是一个高级 Python web
> > framework,它鼓励快速开发和干净的、MVC设计。它包括一个模板系统,对象相关的映射和用于动态创建管理界面的框架。
> >
> >       Django has been actively developed over the past year and a
> > half. Ruby on Rails is similar to it, but Django is written in Python
> > and has a few more advanced conveniences for super-quick Web
> > development.
> >
> >       Django已经积极开发了一年半了。Ruby on Rails与之相似,但Django是用 Python
> > 编写的,对于超快的web开发有一些更高级的便利。
> >
> >       This framework is a potential competitor for Rails. It can claim
> > one high profile site so far, chicagocrime.org though the same was
> > true of Rails when the hype started. If Adrian Holovaty and Simon
> > Willison blog about it and evangelize it in the same way that DHH did
> > for Rails and the meme manages to propagate across the blogosphere,
> > Django may achieve a similar profile. A big win for Rails was the
> > accompanying documentation, the very active wiki and the screencasts.
> > This made it much more approachable for interested web developers to
> > get started.
> >
> >       这个框架对于Rails是一个潜在的竞争者。迄今为止它可以声明一个站点的高层轮廓,可是在作此番宣传的时候,chicagocrime.org对于使用
> > Rails来说也是一样可以做到的。如果Adrian Holovaty和Simon
> > Willison写Django的Blog,并且象DHH对待Rails一样来对它进行传教式的宣传,并且跨越blog群体进行宣传,Django也许可以获得相似的地位。对于Rails的一个大胜利就是公司列表文档,非常活跃的wiki和屏幕展示。这样使得它对于想要开始进行web开发的开发者更感到容易接受。
> >       (翻译水平有限,凑和着看吧:)
> >    2. chicagocrime.org就是使用Django开发的。同时在
> > Django的项目主页上还有一些使用Django开发的网站,看上去都不错。那么这个chicagocrime.org是芝加哥犯罪情况的网站,让人感兴趣的是在首页有一个map,如果你点击进去,你会看到它使用了google
> > map的功能,但是它增加了自已的东西。google已经公布了map的api,因此你完全可以使用它,这就是一个很好的例子,真是利害。
> >    3. 这个叫Adrian Holovaty研究google map已经有几个月了,颇有心得,看看他的Blog就知道了。
> >    4. 在我看他的Blog的时候,我发现他就是编写Creasemonkey
> > compiler的人。Creasemonkey是Firefox的一个扩展,它可以安装脚本,用于在客户端修改得到的页面。功能超强。如果你不知道
> > Greasemonkey,那么建议你到网上搜一搜吧。那么这个编译器就是可以把需要依赖Creasemonkey才可以运行的脚本可以变成可以单独安装的Firefox扩展,因此受到不少人的欢迎。
> >
> > 看到这些真是对Django很期待,很想看一看,到底它能达到Ruby on
> > Rails一样的功能,甚至更好吗?发现的东西真是很有趣,好象不相干的事情都联系在一起了。
> >
> > --
> > I like python!
> > My Donews Blog: http://www.donews.net/limodou
> > New Google Maillist: http://groups-beta.google.com/group/python-cn
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 
> 
> --
> Blog:http://www.donews.net/changzheng
> 


-- 
Blog:http://www.donews.net/changzheng

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 14:00

清风 paradise.qingfeng at gmail.com
Wed Jul 13 14:00:47 HKT 2005

尝试了一下其编写,确实很简单,完全就是js
写了一个Hello World:
安装后点击网页里的图片就会弹出Hello World
下载地址:http://wiki.woodpecker.org.cn/moin/Greasemonkey?action=AttachFile&do;=get⌖=hello.user.js

并在啄木鸟建立了页面:
http://wiki.woodpecker.org.cn/moin/Greasemonkey

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 14:16

limodou limodou at gmail.com
Wed Jul 13 14:16:56 HKT 2005

好呀。写Dive into Python的作者还写了一本叫Dive into Greasemonkey的书,不过没看过。

在 05-7-13,清风<paradise.qingfeng at gmail.com> 写道:
> 尝试了一下其编写,确实很简单,完全就是js
> 写了一个Hello World:
> 安装后点击网页里的图片就会弹出Hello World
> 下载地址:http://wiki.woodpecker.org.cn/moin/Greasemonkey?action=AttachFile&do;=get⌖=hello.user.js
> 
> 并在啄木鸟建立了页面:
> http://wiki.woodpecker.org.cn/moin/Greasemonkey
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 14:49

Zoom Quiet zoom.quiet at gmail.com
Wed Jul 13 14:49:44 HKT 2005

唉呀呀!!世界上认真的家伙就是多哪!!
http://diveintogreasemonkey.org/download/
有完备的资料!
开始组织翻译吧?清风!
http://www.woodpecker.org.cn/share/doc/diveintogreasemonkey-2005-05-09/toc/
已经收集完整 版本,有flash 视频演示的 《Dive into Greasemonkey》
!!!又一个美味的东西哪!


在 05-7-13,limodou<limodou at gmail.com> 写道:
> 好呀。写Dive into Python的作者还写了一本叫Dive into Greasemonkey的书,不过没看过。
> 
> 在 05-7-13,清风<paradise.qingfeng at gmail.com> 写道:
> > 尝试了一下其编写,确实很简单,完全就是js
> > 写了一个Hello World:
> > 安装后点击网页里的图片就会弹出Hello World
> > 下载地址:http://wiki.woodpecker.org.cn/moin/Greasemonkey?action=AttachFile&do;=get⌖=hello.user.js
> >
> > 并在啄木鸟建立了页面:
> > http://wiki.woodpecker.org.cn/moin/Greasemonkey
> >
> 
> 
> --
> I like python!
> My Donews Blog: http://www.donews.net/limodou
> New Google Maillist: http://groups-beta.google.com/group/python-cn
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
[Time is unimportant, only life important!]

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 14:52

limodou limodou at gmail.com
Wed Jul 13 14:52:58 HKT 2005

好象有台湾的兄弟在做这件事,我不记得了。

在 05-7-13,Zoom Quiet<zoom.quiet at gmail.com> 写道:
> 唉呀呀!!世界上认真的家伙就是多哪!!
> http://diveintogreasemonkey.org/download/
> 有完备的资料!
> 开始组织翻译吧?清风!
> http://www.woodpecker.org.cn/share/doc/diveintogreasemonkey-2005-05-09/toc/
> 已经收集完整 版本,有flash 视频演示的 《Dive into Greasemonkey》
> !!!又一个美味的东西哪!
> 
> 
> 在 05-7-13,limodou<limodou at gmail.com> 写道:
> > 好呀。写Dive into Python的作者还写了一本叫Dive into Greasemonkey的书,不过没看过。
> >
> > 在 05-7-13,清风<paradise.qingfeng at gmail.com> 写道:
> > > 尝试了一下其编写,确实很简单,完全就是js
> > > 写了一个Hello World:
> > > 安装后点击网页里的图片就会弹出Hello World
> > > 下载地址:http://wiki.woodpecker.org.cn/moin/Greasemonkey?action=AttachFile&do;=get⌖=hello.user.js
> > >
> > > 并在啄木鸟建立了页面:
> > > http://wiki.woodpecker.org.cn/moin/Greasemonkey
> > >
> >
> >
> > --
> > I like python!
> > My Donews Blog: http://www.donews.net/limodou
> > New Google Maillist: http://groups-beta.google.com/group/python-cn
> >
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
> >
> 
> 
> --
> [Time is unimportant, only life important!]
> 


-- 
I like python! 
My Donews Blog: http://www.donews.net/limodou
New Google Maillist: http://groups-beta.google.com/group/python-cn

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月13日 星期三 19:01

清风 paradise.qingfeng at gmail.com
Wed Jul 13 19:01:59 HKT 2005

做了一个新浪vivi的插件:
安装以后,屏幕右下角出现一vivi图标,点击后即可将当前网页保存至vivi。

截图:
http://wiki.woodpecker.org.cn/moin/Greasemonkey?action=AttachFile&do;=get⌖=vivi.scr1.gif

到此安装:
http://wiki.woodpecker.org.cn/moin/Greasemonkey

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月14日 星期四 09:24

Zoom Quiet zoom.quiet at gmail.com
Thu Jul 14 09:24:00 HKT 2005

咳咳咳!!清风兄归化的非常快哪!
已经开始为新浪贡献青春了哪!

在 05-7-13,清风<paradise.qingfeng at gmail.com> 写道:
> 做了一个新浪vivi的插件:
> 安装以后,屏幕右下角出现一vivi图标,点击后即可将当前网页保存至vivi。
> 
> 截图:
> http://wiki.woodpecker.org.cn/moin/Greasemonkey?action=AttachFile&do;=get⌖=vivi.scr1.gif
> 
> 到此安装:
> http://wiki.woodpecker.org.cn/moin/Greasemonkey
> 
> _______________________________________________
> python-chinese list
> python-chinese at lists.python.cn
> http://python.cn/mailman/listinfo/python-chinese
> 
> 
> 


-- 
[Time is unimportant, only life important!]

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2005年07月14日 星期四 17:51

清风 paradise.qingfeng at gmail.com
Thu Jul 14 17:51:26 HKT 2005

发布1.1版本,使得新浪vivi图标始终居于右下角。
http://wiki.woodpecker.org.cn/moin/Greasemonkey#head-407a5695f988f63bbe8046198c1f12ec565c03a2

解决方法:
{{{
div.style.position = "fixed";
}}}

2005/7/13, 清风 <paradise.qingfeng at gmail.com>:
> 做了一个新浪vivi的插件:
> 安装以后,屏幕右下角出现一vivi图标,点击后即可将当前网页保存至vivi。
> 
> 截图:
> http://wiki.woodpecker.org.cn/moin/Greasemonkey?action=AttachFile&do;=get⌖=vivi.scr1.gif
> 
> 到此安装:
> http://wiki.woodpecker.org.cn/moin/Greasemonkey
> 


-- 
Blog:http://www.donews.net/changzheng

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号