基于web2py构建的成熟CMS和博客有哪些?

发布于 2024-12-16 13:37:02 字数 783 浏览 4 评论 0原文

为了寻找开发 Web 应用程序和门户的技术,我最近涉足了 Ruby 和 Python(从非系统管理员的角度来看,即面向 Web 应用程序开发),并立即爱上了 Python。从那以后我只想把时间花在基于 python 的技术上(笑)。我迫切需要建立一个也能够充当企业网站的博客,因此我开始寻找可能的 python 解决方案。

我研究了所有主要的框架,比如企业上的 zope/plone,所以我最终会在 plone 上做很多事情。然而,我还需要一个“即时”框架,我可以非常快速地推出它并用它来测试博客中的一些概念。

考虑到市面上有大量优秀的 Python 项目,这应该很容易吧? .. 嗯,错了。这真的很困难,最终我无法弄清楚是选择 Django 还是 web2py。每个人都有极好的优势。最后,我决定免除自己的痛苦,首先与他们一起玩……希望能够快速发现他们每个人的优势,更适合不同的项目。

我要选择:

  • Django --> Django-cms,其他插件
  • web2py --> InstantPress ?、KPax?、其他 插件?

我的主要不满是,除了在 web2py 网站的“免费设备”下列出之外,关于基于 web2py 的 Kpax 和 Instant press 的额外信息似乎很少。我还没有看到 kpax 和 instantpress 的成熟替代品。

问题(对于熟悉 web2py 并有经验的人):除了观看 3 年前的电影之外,我在哪里可以阅读有关 instantpress 或 kpax 的更多信息?或者我应该通过安装和使用它们来继续使用它们?

预先感谢所有建议和信息..

In search of technologies for developing web applications and portals, I recently dabbled into Ruby and Python (from a non-sysadmin point of view .. ie, towards web application development) and immediately fell in love with python. I have since wanted to only spend time on python based technology for everything (LOL). I have an immediate need to build a weblog that is also able to function as a corporate website, so I started seeking possible python solutions.

I have researched all the major frameworks and like zope/plone on the enterprise, so I will eventually do a lot in plone. However, I also need an 'instant' sort of framework that I can roll out very rapidly and use to test out some concepts in a weblog.

Given the amount of excellent python projects out there, that ought to be easy right? .. Well, WRONG. That has been real tough, and in the end I could never figure out whether to go with Django or web2py. Each had excellent advantages. In the end, I have decided to spare myself the agony and play with both of them initially .. with a hope to quickly discovering the strengths of each of them that are better suited to different projects.

I am going with:

  • Django --> Django-cms, other plugins
  • web2py --> InstantPress ?, KPax?, other
    plugins?

My my main beef is that there seems to be very little extra information about the web2py based Kpax and Instant press, beyond being listed under 'free appliances' in web2py website. I have also not seen a well-established alternative to kpax and instantpress.

Question (to those familiar and experienced with web2py): where can I read more about instantpress or kpax beyond watching 3-year old movies of them? Or is the idea that I should just get on with it by installing and playing with them?

Thanks in advance for all suggestions and info ..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

凉栀 2024-12-23 13:37:02

确保您已安装最新版本 Instant Press 2.0。这是最近的视频。不幸的是,我认为没有太多文档,尽管我相信马丁(创建者)正在努力解决这个问题。请注意,IP 2.0 基于 Powerpack 2.0(请参阅视频)。

更基本的选项是 web2py-cmsVCMS。您还可以考虑使用 plugin_wiki

另外,一些可能有用的文本编辑插件:web2py_ckeditorelRTE WYSIWYG Widgetplugin_driven_html

KPAX 相当老了——目前可能不是最好的选择。

此外,最近一些有兴趣联手构建功能齐全的 CMS 的人进行了讨论,因此希望在即将发布的 web2py 2.0(很快)之后这会受到一些关注。

更新:还有一些新的工作正在开发中:

Make sure you've got the current version, Instant Press 2.0. Here's a recent video. Unfortunately, I don't think there's much documentation, though I believe Martin (the creator) is working on that. Note, IP 2.0 is based on Powerpack 2.0 (see video).

More basic options are web2py-cms and VCMS. You might also consider making use of plugin_wiki.

Also, a few text editing plugins that may be useful: web2py_ckeditor, elRTE WYSIWYG Widget, and plugin_managed_html

KPAX is fairly old -- probably not the best option at this point.

Also, there was a recent discussion among some folks who are interested in joining forces to build a full-featured CMS, so hopefully this will receive some attention right after the upcoming release of web2py 2.0 (very soon).

UPDATE: There are also a few new efforts under development:

烈酒灼喉 2024-12-23 13:37:02

我正在开发一个社交CMS,到目前为止,除了核心组件之外我没有太多的工作。但计划是在一个月内发布“alpha”。 (我与客户的最后期限)

https://github.com/rochacbruno/Movuca

该项目的灵感来自于vikuit.com(但可以在 GAE 之外工作)

虽然我的社交 CMS 尚未准备好,但您可以使用 InstantPress 或 PowerPack(目前 web2py 的最佳选择)

这里是演示的链接。 Movuca 演示链接

I am developing a Social-CMS, By now I don't have too much working besides the core compoments. But the plan is to release the 'alpha' in one month. (my deadline with a client)

https://github.com/rochacbruno/Movuca

The project is inspired in vikuit.com (but will work outside GAE)

While mine social-CMS is not ready, you can go with InstantPress or PowerPack (best options for web2py by now)

Here is a link to the demo. Movuca Demo Link

≈。彩虹 2024-12-23 13:37:02

我也遇到过类似的困境,但最终决定使用 Django & 。 Django-CMS 或 FeinCMS。

虽然 web2py 社区很好,但根本没有一个积极开发的 CMS 拥有大量开发人员、社区等。

这是我的 post 到 web2py 邮件列表:

使用 web2py 框架编写像样的 CMS 和/或强大的博客引擎可能并不困难,但我认为还有更多比写 Yet Another CMS/博客更重要的事情要做(或写)。 ;)

I was in a similar dilemma, but at the end decided to use Django & Django-CMS or FeinCMS.

Although web2py community is nice, there is simply not a single actively developed CMS with some significant number of developers, community etc.

Here is my post to web2py mailing list about it:

It might be that it's not difficult to write decent CMS and/or strong blog engine using web2py framework, but I consider there are more important things to do (or write) than writing Yet Another CMS/blog. ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文