Questions tagged [content-management]

Content management practices and goals vary by mission and by organizational governance structure.

Content-management is a set of processes and technologies that supports the collection, managing, and publishing of information in any form or medium. Content management allows an organization to control the storage and retrieval of content objects, track content revisions, maintain a content audit trail, and enable a collaborative environment.

136 questions
3
votes
1 answer

Setup Content Server

This is more of a strategy question instead of a 'help with code' question. I have a content server and need to supply content to various shared hosting and would love to know how you guys would set this up. We would like the content to be 'cached'…
Michael W
3
votes
3 answers

Django - Static content display based on URL

I'm working on a Django site with a basic three column design. Left column navigation, center column content and right column URL specific content blocks. My question is about the best method of controlling the URL specific content blocks in the…
Steven Potter
  • 619
  • 1
  • 8
  • 13
3
votes
2 answers

CMS common Architecture

I know this is a weird question to ask, but I would like to know if there is any documentation/blog-article out there that explains the architecture of a Website content management system? More particularly, I am interested to learn more about how…
Shalan
  • 943
  • 4
  • 20
  • 43
3
votes
2 answers

How to use Git as content distribution network

The book 'Git Internal' mentions about using git as peer to peer content distribution network at p50, but doesn't have much detail. Especially how to have several branches which has tracking different files. Example: (working…
Scud
  • 41,923
  • 8
  • 26
  • 18
3
votes
1 answer

How do you set up N2 CMS in an "enterprise" environment?

I've been playing around with the N2 CMS and I've been impressed so far. But it seems like a big jump to move from the examples to an "enterprise" grade solution. What I really need are robust permissions and roles integrated with Active Directory.…
Shea Daniels
  • 3,232
  • 3
  • 23
  • 27
3
votes
4 answers

Anyone know of an Asp.Net C# CMS type system with a Forms Module

We have a large internal data collection website. I don't have time to create form based data collection pages for every department. I was thinking that there might be some kind of WYSIWYG forms creation module that could be run on top of our…
Breadtruck
  • 1,943
  • 5
  • 25
  • 39
2
votes
3 answers

Building a simple CMS to manage mysql?

I want to build a simple CMS system that would be directly connected to my remote database (mysql) and be able to add,delete/update fields/records. Are there any examples of this, tutorials? where should I start? I'm assuming the language would be…
Spike Lee
  • 411
  • 2
  • 11
  • 23
2
votes
5 answers

Seeing strange character for apostrophe on wordpress based page, but only in Internet Explorer

I'm gettign this strange character instead of an apostrophe on a page that's powered by Wordpress, but only in Internet Explorer. Other browsers (chrome, firefox) display as the actual apostrophe. ’ Can somebody tell me what the problem is? Here's…
2
votes
3 answers

Any flexible CMS perfect for restaurant website’s back-end?

I’m building a website for a restaurant which consists of several static pages like ‘About us’ and editable menu. I need a CMS flexible enough to be able to add items individually (by individually, I mean adding items doesn’t equal pasting a HTML…
user308664
2
votes
2 answers

Allowing users to create website from template

Folks, I'm building a website for a very non-tech-savvy audience. The intent is to allow them to pick a website template from a list, and then customize the content of the provisioned website lightly. The emphasis of ease of use (target audience…
Alex Weinstein
  • 9,823
  • 9
  • 42
  • 59
2
votes
2 answers

EPiServer migrate content from home grown CMS

Hopefully someone can help me, I'm new to EPiServer and have been given a data migration task. We are using the latest version 8.5. I need to migrate content from a clients home grown CMS (that luckily is in a tree like structure) to EPiServer.…
2
votes
5 answers

Content Management Systems that comply with WCAG 2.0

I like the look of SIteInifinity by Telerik as a content management system. Unfortunately it is not WCAG 2.0 compliant. Are there any third party CMS systems that are WCAG 2.0 complaint?
AJM
  • 32,054
  • 48
  • 155
  • 243
2
votes
2 answers

Is there any open source CMS user management and administration system based on PHP and jQuery?

I've try many CMS flavors like MODx, Drupal, Joomla for the admin Panel but they can't seem to manage my existing data, like the users. I'm planing on building some kind of control panel for my site, similar to the one that is used for managing…
Pablo
  • 5,897
  • 7
  • 34
  • 51
2
votes
2 answers

Web CMS That Outputs to Flat Static Pages (.html) via FTP to Remote Server?

I have a web app project that I will be starting to work on shortly. One of the features included is going to be a content management system where users can add content and then that content will be combined with a template and then output as a…
2
votes
1 answer

Content Manager in another class XNA

I have created a separate class (let's call it class2.cs for example) and want to use it as a level, in that when I call it, it will draw everything in one level for me. I'm having trouble getting contentmanager to work in class2. In the given…
Dominic K
  • 6,975
  • 11
  • 53
  • 62
1 2
3
9 10