博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
imgaug quokka_Quokka CMS的新功能和Beta版路线图
阅读量:2517 次
发布时间:2019-05-11

本文共 4927 字,大约阅读时间需要 16 分钟。

imgaug quokka

I started the development of in 6th July, and it started as an experiment to learn more about Flask patterns and MongoDB. From the learning experiment I ended creating an extendable CMS.

我从7月6日开始开发 ,并将其作为实验来开始学习有关Flask模式和MongoDB的更多信息。 通过学习实验,我结束了创建可扩展CMS的过程。

The new logo created by @guswidrig
@guswidrig创建的新徽标

Before talking about the project

在谈论项目之前

I have to thank some friends who helped a lot during this development process, who developed the landing , the website, deployment scripts and maintain the demo site, for the help with and the development of the new logo, @ who did not colaborated directly to Quokka core, but made significant enhancements to which is the base for Quokka CMS, @ fixed some compatibility bugs, @ for letting me stole some ideas from , @ and others who reported .

我要感谢一些在此开发过程中提供了很多帮助的朋友, ,他们开发了登录 , 网站,部署脚本并维护了演示站点, 为 和新版本的开发提供了帮助。徽标,@ ,他没有直接与Quokka核心合作,但是对 CMS的基础进行了重大改进,@ 修复了一些兼容性错误,@ 让我从窃取了一些想法,@ 和其他报告 。

Quokka CMS有哪些新功能? (What’s new in Quokka CMS?)

I’ll try to resume the important points of changelog since the first in July

我会尝试恢复更新日志的重要点以来的第一个七月

  • Quokka got a new logo
  • Got a landing page
  • started to be writen in github wiki (yes we are not going to use sphinx)
  • Theming support (front-end and admin has support for multiple themes)
  • Can use a different theme for each channel or content
  • Reorganization of data models
  • Decoupled admin
  • New theme for front-end default theme based in Bootstrap 3
  • New admin theme based in Cosmo theme from bootstrap/bootswatch 2
  • New media management module (Work in Progress)
  • Decoupled comments and created a new internal “disqus like” comment system
  • Easy to setup disqus, facebook, intense debate etc
  • Google webmaster tools and analytics default settings
  • Better SEO settings in base templates
  • Support for multiple content formats (dafaults to HTML or Markdown)
  • Support for tinymce or lepture markdown editor
  • Pagination support (that was easy with mongoengine)
  • Customized MongoEngine lsit field to get filtering tools
  • Channel can be a redirect point
  • Channel can render a flat page or another content instead of channel lists
  • Dynamic template resolver, multiple template types for channels (list, grid, portal, blog)
  • Decoupled settings (now it is recommended to use settings based in environment variables)
  • “manage.py populate” to load sample data
  • to create quokka modules
  • Basic recommendation based in tags
  • Tags listings
  • ATOM/Feed for channels
  • Quokka有了新徽标
  • 到达目标网页
  • 开始在github Wiki中编写(是的,我们将不使用sphinx)
  • 主题支持(前端和管理员支持多个主题)
  • 可以为每个频道或内容使用不同的主题
  • 重组数据模型
  • 解耦管理员
  • 基于Bootstrap 3的前端默认主题的新主题
  • 来自Bootstrap / Bootswatch 2的基于Cosmo主题的新管理主题
  • 新媒体管理模块(进行中)
  • 解耦评论,并创建了一个新的内部“类似disqus”评论系统
  • 易于设置disqus,facebook,激烈的辩论等
  • Google网站管理员工具和分析默认设置
  • 基本模板中更好的SEO设置
  • 支持多种内容格式(对HTML或Markdown的错误)
  • 支持TinyMce或Lepture Markdown编辑器
  • 分页支持(使用mongoengine轻松实现)
  • 自定义的MongoEngine lsit字段以获取过滤工具
  • 频道可以是重定向点
  • 频道可以呈现平面页面或其他内容而不是频道列表
  • 动态模板解析器,通道的多种模板类型(列表,网格,门户网站,博客)
  • 解耦的设置(现在建议使用基于环境变量的设置)
  • “ manage.py填充”以加载样本数据
  • 创建quokka模块
  • 基于标签的基本推荐
  • 标签列表
  • ATOM /频道供稿

Well that’s the important implemented things and now the CMS is really “usable”, but there is already some important things to do before the release of a beta version.

嗯,这是重要的已实现的事情,现在CMS确实是“可用的”,但是在Beta版发布之前已经有一些重要的事情要做。

测试版路线图 (Roadmap to beta)

There is a lot of basic things to be developed and I am counting on your help!

有很多基本的东西要开发,我指望您的帮助!

  • Search (needs full text based in MongoDB features)
  • REST api
  • Module and Themes Package Index python manage.py install theme|module module_name
  • Module management center in admin (allow installation of new modules via admin)
  • Theme management in admin (allow installation of new themes via admin)
  • Media management (need better widgets to manage related media in Content admin)
  • In place edit for posts
  • Basic admin index dashboard (it is already possible to customize the dashboard, it needs quick-post forms and other widgets)
  • Social auth
  • A lot of in github
  • 搜索(需要基于MongoDB功能的全文本)
  • REST API
  • 模块和主题包索引python manage.py install theme|module module_name
  • 管理员模块管理中心(允许通过管理员安装新模块)
  • 管理员中的主题管理(允许通过管理员安装新主题)
  • 媒体管理(需要更好的小部件来管理Content admin中的相关媒体)
  • 就地编辑帖子
  • 基本的管理员索引仪表板(已经可以自定义仪表板,它需要快速发布表单和其他小部件)
  • 社交认证
  • github中的很多

Quokka模块 (Quokka modules)

I already developed some Quokka modules ready for use:

我已经开发了一些可以使用的Quokka模块:

  • Quokka- is a generic shopping cart It is a simple decopled shopping cart to be plugged in any application.

  • Quokka- is a classroom management system Currently it is only a showcase and course selling, but the idea is to create a complete LMS.

  • Quokka- 是一个通用的购物车是decopled购物车的简单,在任何应用程序可以插入。

  • Quokka- 是教室管理系统,目前它只是一个展示和销售过程,但这个想法是创建一个完整的LMS。

使用Quokka的网站 (Sites using Quokka)

  • is using Quokka and Quokka cart
  • BrunoRocha.org (this blog)
  • 正在使用和Quokka购物车
  • BrunoRocha.org(此博客)

一些截图 (Some screenshots)

See

查看

</iframe> Click on the border gutter above to switch images in the gallery

</ iframe> 单击上方的边框,以切换图库中的图像

如何加入项目 (How to join the project)

Quokka the happiest ~~animal~~ CMS in the world
Quokka是世界上最幸福的~~动物~~ CMS

翻译自:

imgaug quokka

转载地址:http://heqwd.baihongyu.com/

你可能感兴趣的文章
生成器/内置函数
查看>>
Windows Phone 8: NavigationInTransition实现页面切换效果
查看>>
新概念英语(1-53)An interesting climate
查看>>
installing the numpy via pip in the enviroment dos
查看>>
ASP.NET MVC中如何在当前页面上弹出另外一个页面
查看>>
VS2015 MSVC编译FFMPEG
查看>>
红外图像盲元补偿matlab实现源码与效果验证
查看>>
Linux环境下部署SpringBoot项目
查看>>
C# 通过反射来动态创建泛型类型
查看>>
git bash中不能显示中文
查看>>
常用算法
查看>>
SQL算术数字的默认类型
查看>>
正则表达式
查看>>
TCP/IP Socket
查看>>
How do I debug a published XBAP file in VS2010?
查看>>
单工、半双工和全双工的定义
查看>>
Hdu【线段树】基础题.cpp
查看>>
时钟系统
查看>>
BiTree
查看>>
5个基于HTML5的加载动画推荐
查看>>