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
0
votes
2 answers

How do I list data from a specific database table as a list with links?

I'm working on my own simple Content Management System to implement on my projects for clients who want to do their own maintenance. I'm going to contain only page titles and their content in a database table. All I want is to make a list which…
Purag
  • 16,941
  • 4
  • 54
  • 75
0
votes
1 answer

how to use Peer-To-Peer networking to minimize internet bandwidth?

I am trying to build a networking solution to the following problem: I have several stores running PCs which need to be frequently updated with new content (primarily video files ~40Mb). I want to put the new content on a central server and have…
JayDee
  • 123
  • 1
  • 10
0
votes
1 answer

How do I add Ubercart product images in my Drupal module?

I'm writing a script that imports products from one of our suppliers, and I have almost everything importing correctly except product images. From what I can tell, the product images are described in the files and content_field_image_cache tables.…
DLH
  • 2,771
  • 3
  • 23
  • 30
0
votes
1 answer

Does Moqui support saving content in Apache Jackrabbit / Viewing Content History / Checkout / Checkin

Browsing thru Moqui online documentation, i found the below references about Apache Jackrabbit, which suggests Moqui supports using Apache Jackrabbit as a content resource, However it is not clear to me, if Moqui supports Saving contents in Apache…
0
votes
1 answer

Prevent abuse on a crowd-sourced website

I am building a crowd-sourced website where users can create new articles, update any existing articles in a category A. There is no ownership in all articles in category A. Because I wanna show instant response, I let the articles be updated…
Victor
  • 13,010
  • 18
  • 83
  • 146
0
votes
5 answers

Silverlight or Asp.net?

My company is about to creat a new website to replace the current one. We hope the new website could be more attractive than current one, which means animation, flash, etc. And, in order to let non-technical staff update web content, we are also…
Steven Zack
  • 4,984
  • 19
  • 57
  • 88
0
votes
1 answer

Migrate Vignette CM (Content Manager) content to Oracle UCM

We're at the start of a project where we need to migrate Vignette CM (version 7.6) content to Oracle UCM (11g). Some pointers on which tools and approaches to use would be extremely helpful. It seems to me that you should be able to write an…
rudolfv
  • 797
  • 1
  • 9
  • 22
0
votes
1 answer

Object error with trying to return documents (Umbraco Document API)

I'm working on a recursive method that displays all documents I have permissions to see. The first pass works great, but when it calls itself recursively passing a document array of the current document's children it throws an error: Object…
Dexter
  • 1,128
  • 3
  • 25
  • 51
0
votes
4 answers

Including dynamic content on a static HTML page

I've noticed on websites like IGN and Gamespot that their feature article and review pages are HTML (.html) with dynamic content like user comments included on the page. How do they include this type of dynamic content in a static HTML page? If I…
Tom
  • 4,467
  • 17
  • 59
  • 91
0
votes
2 answers

PHP call_user_func_array - get the WHOLE array inside a function

I am trying to create a content management system with SEO friendly URLs .. My problem is, that with htaccess I have made my URLs passed through $_GET['url']. To get the arguments for "call_user_func_array" I am just exploding $_GET['url'] by / I am…
Dennis Lauritzen
  • 404
  • 3
  • 7
  • 21
0
votes
2 answers

Drupal wrongly allowing access for anonymous users to a single edit page

My Drupal / ubercart install has a bizarre issue. Anonymous users can access an edit page /node/44/edit for s SINGLE node only - an ubercart product. I have created a new version of the node, which does not have the issue. The tabs (view / edit) are…
CitrusTree
  • 184
  • 2
  • 10
0
votes
2 answers

Database schema for getting started with a Content Management System

Hi I'm starting development of a small content management system but struggling to figure out how to get started. Does any one know where I can get a database schema or how such a system is developed. There are loads of CMS systems but none allow…
gcameo
  • 275
  • 1
  • 3
  • 6
0
votes
1 answer

How can I get data from an SQL database, as it was at a specfic point in time?

I'm writing a browser turn-based RPG. Nearly every part of the game, including enemies, items, and levels, are rows in an SQL table corresponding to the prototype of that object. This same data is accessible in Wiki format, allowing users to edit…
Griffin Young
  • 223
  • 1
  • 4
  • 11
0
votes
3 answers

Handling complex data collection with a CMS

I do web work for a group at the university I attend. We’re having a design company redo our site and will be coding the site ourselves. We’d like to build the new site on top of a CMS so that people can easily add content. So far I’ve been looking…
Ian Burris
  • 6,325
  • 21
  • 59
  • 80
0
votes
1 answer

Organisation / Management of files on a web server

I'm looking for a good word to describe the placement of files in a directory. For instance, putting all files that are includes within an "includes" directory. Putting images into an "images" directory. I'm sure there is a right word for it, its…
Max
  • 1