concrete5学习点滴2
网站内容管理系统CMS: concrete5的一些术语
想一下子就学会网站内容管理系统CMS: concrete5。呵呵,可惜,愿望是美好的,现实是残酷的。哎,还是慢慢来吧。这些常用的术语,对以后熟悉网站内容管理系统CMS: concrete5,很有必要。
总的来说,网站内容管理系统CMS: concrete5的术语可以归纳为:
每个concrete5的页面(Page),都有一些可编辑区域(Area)。这些页面,有着不同的页面类型(Page Type)。区域(Area)由一些块(block)组成。这些块(block)的区分,是块的类型(Block Type)。块(block)可能是可编辑的html,也可能是定制过的调查(survey)。每个页面(Page)都有它自己的权限(Permission)和与之关联的主题(Theme)。主题(Theme)由模板(Template)文件组成,这些模板(Template)文件,决定了不同页面类型的展示方式。
(上面有英文的那几个名词,就是以后会经常遇到的concrete5的术语。我再慢慢的一个个详细理解了。)
这段话的英文如下:
At a summary level: Every Page has editable Areas, defined by its Page Type. Areas contain instances of Blocks (defined by Block Types) which may be anything from editable HTML to a highly customized survey. Each Page has its own Permissions and a Theme associated with it. Themes contain Template files that determine presentation for a given Page Type.