Gulbahar
Gulbahar

Reputation: 5537

Javascript-based, server-free CMS?

I remember its look but I can't find it, either here or through Google: Does someone know the name of that JavaScript-based little CMS that doesn't require a server : When you click on any article on the left-side, the article pops up before the currently-displayed articled, and shows "Close this article" and "Close all articles" links.

Thank you.

Upvotes: 8

Views: 9437

Answers (5)

Marcel Panse
Marcel Panse

Reputation: 642

Also, make sure to take a look at Instant, A javascript based content management solution.

Upvotes: 1

Dynalon
Dynalon

Reputation: 6814

To make the list complete, MDWiki is an pure 100% client-side CMS/Wiki running with Javascript in the browser. It uses Markdown as input files, supplied after the hashbang (#!) as part of the URL.

Disclaimer: I am somewhat biased as I am the author of it. It is free and open source licensed GPL.

Upvotes: 3

Esger
Esger

Reputation: 1417

I stumbled across this one http://jscms.sourceforge.net/eng/

Upvotes: 0

Luca Vicini
Luca Vicini

Reputation: 1

Maybe you are thinking about GEEKO CMS. http://www.cms.online-business.ro/ If you are going to create a small website this might be a possible answer. Cheers Luca

Upvotes: 0

Jerome WAGNER
Jerome WAGNER

Reputation: 22422

I don't know if that is what you are looking for, but you have the whole TiddlyWiki family of javascript based wikis (no server needed).

http://www.tiddlywiki.com/

I hope this will help you

Jerome Wagner

Upvotes: 7

Related Questions