开发者

Suggestions for an offline CMS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

I am looking for a way to create a blog (with some other informative pages) using offline CMS.

What I mean by "offline CMS" is:开发者_如何学C

  • I should be able to write using a markup which is abstract (not HTML, or XML). Something like the MarkDown or Textile systems.
  • The entries will be edited offline on my PC
  • When I am done, I will need to (re)generate the final HTML output and rsync it to my server.
  • For page comments, I can use something like the Disqus service.
  • In effect, the final site will be static.

Nice to have feature: Support for categories, tags, and other such navigational aids.

Is there anything like this out there?

Edit: Opensource/Free, cross-platform tools preferable.

Edit #2 Thanks to Adam, I found a similar question on SO.


What you are looking for seems to be a static site generator. There is Jekyll written in ruby which supports both Textile, and Markdown. Its old homepage used Disqus. It seems to fit your needs. There is also the django-based Hyde.


I also searched for something like this. I found some offline Wikis e.q. TiddlyWiki, but this is not want I wanted, same for you I think. There's CityDesk from FogCreek, pretty good, "old", avout 300 $ (to expensive I think).

I now use Incomedia Website X5 which is not a CMS but easy to use anyway.

Edit: Oh, I forgot this one, might be what you want (Java, free): www.thingamablog.com


I have written an offline CMS of my own called Latemp based on Website Meta Language (which I did not write, but now maintain), some CPAN modules, and other programs. It is not too fast, but it is powerful and flexible, and I find it much more transparent than Jekyll, and as opposed to Jekyll, it supports incremental build based on timestamps (using GNU make).

There is some support in Website Meta Language for writing in the so-called “lightweight markup languages” (Perl POD specifically), and Latemp should support it as well, but I personally don't like them much, and prefer having a full control of the XHTML (or alternatively using an XML format such as DocBook or XML-Grammar-Fiction). I do have some pages written in or using AsciiDoc and other lightweight markup languages on my site.


For anyone else who stumbles across this. I think a flat-file cms would do the trick. Flat-file means it runs off files, not a database. Try grav. I know it interprets markdown from basic text files. https://getgrav.org/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜