English 中文(简体)
Jekyll vs RefineryCMS?
原标题:Jekyll vs RefineryCMS?

我知道许多Ruby用户正在使用Jekyll,但我想知道,将带来哪些好处?

能够强调彼此之间的差别和利弊。

最佳回答

I m是Refinery CMS的核心开发商之一。

每个项目的架构差别很大。 在这方面,CMS公司做了一些事情:

  • Web based interface (just go to /refinery to login and edit content)
  • Visual content editing (but also supports editing in plain HTML)
  • Stores it s content in a database (MySQL, SQLite, PostgreSQL - your choice)
  • Suitable for non technical people to edit
  • Supports Rails 3
  • Supports localisation in 11 languages (and you can add your own)
  • Support and docs: IRC, Google Group, Tutorials, API docs, Github repository

我对Jekyll(也许可以回答)说不上权威,但看起来:

  • Static content editing
  • Stores it s content in files
  • Developer focused, not suitable for an end user to edit
  • Markup based editing
  • Will load slightly faster as the pages are static

我希望这有助于权衡。 这一切都符合你们的项目要求。

问题回答

湿度为100%的静态。 所有档案都输入静态的超文本。 热点对确实不需要动态内容的小地点来说是令人吃惊的。 阁下在自己的文本编辑中撰写内容。

我先测试了RefineryCMS,但更像你认为是一种内容管理系统,其数据储存在通过网络接口管理的数据库中。 如果由非技术人员管理该网站,我可以说,“焦急”是一种禁忌,炼油是一种更好的选择。

炼油管系统完全符合铁路3.0条,它们为国际铁路运输中心提供大力支持。 此外,RefineryCMS是一种完全具有特色的CMS,具有可在当地使用的接口,而Jekyl则不是。 这一切都取决于你们的项目需要。

最好的办法是安装和游戏。 你们很快会看到这两个目标都完全不同。 炼油厂是CMS,Jekyll是静态现场发电机。 在内容管理方面没有建造Jekyll。





相关问题
Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

multiple ruby extension modules under one directory

Can sources for discrete ruby extension modules live in the same directory, controlled by the same extconf.rb script? Background: I ve a project with two extension modules, foo.so and bar.so which ...

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

热门标签