Cms using Xml for data storage in C# .NET

Behind

In the start I did this project just for fun, and to see how hard it is to build a small but well functional cms.
I new that it would be hard, and not so surprisingly I came to the conclusion that it's very hard!

Base functionallity

  • Simple login and creating of users.
  • Create, delete and edit pages.
  • Basic property types
  • Registering page views in advantage of displaying most viewed articles.
  • Upload and viewing of files. (swf, images and documents.)
  • And more.

My work will countinue to make it well functional

  • Implement use of cache.
  • Lock pages that is in process of beeing edited.
  • A way to sort pages in edit mode.
  • Continue the statistics handler.
  • Be able to delete users/editors.
  • And much much more.

This is a "in-progress"-project with no release-date set, so i don't provide the source code here just yet, which is the idéa later on.

/Dennie