|
Atomic CMS is a powerful and free open source CMS (content management system) developed on ASP.NET MVC platform. This open source project written on C#. You can download and use it for free, and you can modify source code and use it in your projects.
It is very easy to create your own website for free using Atomic CMS. All than you need is copy this CMS on your hosting and change configuration. Atomic CMS has very good guide how to install this open source CMS, you can find it in Documentation section.
While developing this content management system my goal was to develop easy to use CMS to minimize the users interaction with system and improve users experience.
The key features of Atomic CMS are:
-
easy to deploy (you have to copy it on server and change connection string to database)
-
easy to use (this content management system has easy to understand admin panel with small number of buttons)
-
easy to edit (Atomic CMS admin panel contains WYSIWYG editor, so users does not need to have any HTML knowledge)
-
easy skin developing (you can easy change current skin or develop new one. It requires to modify only a couple of files)
-
SEO for created pages (while creating new pages in Atomic CMS you will be prompted how to improve search engine visibility)
-
frienly URLs (Atomic CMS use ASP.NET MVC routing to provide frienly URLs for users and search engines)
-
it is free and open source (you can modify any parts of the system and use source code in your projects)
Atomic CMS is an open source CMS and all source code for can be downloaded from CodePlex site.
|