Skip to content

.Net / XSLT based Content Management & eCommerce Platform

License

Notifications You must be signed in to change notification settings

beachcomber/ProteanCMS

 
 

Repository files navigation

Protean CMS

.Net / XSLT based Content Management System, with eCommerce and Membership facilities (formerly known as EonicWeb5)

Project Description

Protean CMS is a extremely robust and flexible platform. Every aspect can be themed using XSLT, with a large range of content types Modules available out of the box, and a number of high quality themes ready to go. New Modules can easily be created using xForms and XSLT and .Net assemblies.

The CMS contains full eCommerce and user membership functionality.

Background

Developed over 14 years by leading web design company eonic.co.uk it has been used on hundreds of web projects and has the capacity to cope with almost any customer requirement.

Until recently the project has been managed internally at Eonic and has only recently moved to GitHub, hence the lack of history found here.

List of Features

https://www.proteancms.com/Why-ProteanCMS/Feature-list

Example Websites

https://eonic.com/Our-work

Developers

The team welcome new developers and contributors to the platform, we will actively support and encourage those that are contributing to the platform.

Quick Guide Getting it going locally...

Get a clone or download the files, create a new site locally in IIS and point it to the wwwroot folder in your downloaded files.

Create an Empty SQL server database

complete the following settings in eonic.web.config

  <add key="DatabaseType" value="SQL" />
  <add key="DatabaseServer" value="" />
  <add key="DatabaseAuth" value="user id=user; password=pwd" />
  <add key="DatabaseName" value="" />
  <add key="DatabaseUsername" value="user" />
  <add key="DatabasePassword" value="pwd" />

and go to http://mylocalproject/ewcommon/setup and install the DB.

Any problems email trevor@eonic.co.uk or raise an issue at https://github.com/Eonic/proteancms/issues

Detailed installer guides and videos will come shortly.

Partners

Commercial hosting, consultancy and support is available for any new requirements please go to the website.

Contributors

Key contributors to the ProteanCMS are Web Development Experts based in Kent, Unitied Kingdom https://eonic.com

If you are interested in contributing to the project all developers are welcome.

About

.Net / XSLT based Content Management & eCommerce Platform

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.4%
  • Visual Basic .NET 17.6%
  • XSLT 8.4%
  • CSS 6.1%
  • HTML 1.7%
  • Classic ASP 0.4%
  • Other 0.4%