Questions tagged [cms]

Content Management Systems (CMS) allow content authors the ability to manage electronic text, images, and other media.

Content Management Systems (CMS) allow content authors the ability to manage electronic text, images, and other media.

The amount of software referring to itself as "CMS" is broad and definitions vary between solutions, but the scope on Super User is focused on computer software, hardware, and networking.

Appropriate topics:

  • configuration, installation, and personal computer hardware issues
  • browser issues not related to any Web-based applications
  • non-Web based CMS
  • non-programming questions

Consider asking WCM (Web Content Management) questions on Web Apps or programming questions on Stack Overflow.

29 questions
18
votes
2 answers

What's all this deploy.akamaitechnologies.com traffic?

I happened to do a tcpdump while leaving my Mac idle, and when I came back after a mere half-hour there were something like 5000 packets involving deploy.akamaitechnologies.com, in which my computer was asking it on port TCP 443 for something, and…
Warren
  • 269
  • 1
  • 3
  • 6
6
votes
6 answers

What tool can I use to allow multiple teams to share files?

I need to work with several teams and need to be able to share requirements and design documents. Most people won't be too technical, so I want to avoid source code tools. The main requirements are: Easy sharing via links. I don't want people to…
George
3
votes
3 answers

How to edit contents after restarting Strapi

When I restart strapi, I can no longer edit content, receiving this alert: The autoreload feature is required to use this plugin. Start your server with strapi develop
A JE
  • 31
  • 2
3
votes
0 answers

Reading CMS signed enveloped data structure from Base64 encoded envelope

Is there a way to read the CMS enveloped data structure from a Base64 encoded signed enveloped message? What I am particularly interested is to read is which kind of algorithm is used for ephemeral key encryption. I have received this message from…
Stanislav
  • 31
  • 4
2
votes
0 answers

How to view POST data from previous form submission?

I'm using Google Chrome and have been working in a rather clunky and rediculous CMS. I've been making some CSS edits using Chrome Developer Tools and then copying and pasting it into a large textarea in the CMS. I have then hit the 'update' button…
David
  • 209
  • 2
  • 9
2
votes
2 answers

Document management system behind the firewall

Some of my colleagues like to use Word and Excel documents for all communication. There is very little chance of changing that. The major frustration is when multiple people need to edit the documents and there are many versions "floating" around -…
Ramon
  • 381
  • 1
  • 3
  • 7
2
votes
2 answers

Problem with Drupal 7.0 installation - PHP extensions disabled

when I install Drupal I have the following problem. PHP extensions Disabled Drupal requires you to enable the PHP extensions in the following list (see the system requirements page for more information): gd I tried to solve it…
xralf
  • 64
  • 2
  • 4
  • 18
2
votes
1 answer

ImageMagick is incorrectly showing some images as negatives

1 2 3 4 Image 1 is the original main file as displayed by ImageMagick display. It is showing up as a negative, but shouldn't be. When displayed using other tools, it's normal. Image 2 is Image 4 appended to Image 1 using…
Dennis Williamson
  • 106,229
  • 19
  • 167
  • 187
2
votes
1 answer

Drupal 7 media module to replace swftools

I was using the swftools module for a Drupal 6 site. It was nice as you could place tokens of audio or video files in your text editor and it would be converted to a flash object for you when the page was rendered. A port for drupal 7 has just…
brian_d
  • 195
  • 1
  • 8
1
vote
2 answers

Documentation Management

We are writing documentation for several of our software applications. Those documentation documents share some common content fragments (eg corporate profile, etc.). I need to find some decent software that would allow us to manage the formatting…
Ondrej
  • 189
  • 1
  • 3
  • 14
1
vote
2 answers

Drupal on CentOS / RedHat

I have just setup a fresh installation of CentOS in VM form. I want to try and test out Drupal. What is the best way to install Drupal? I have not installed LAMP yet.
oshirowanen
  • 1,690
  • 14
  • 62
  • 79
1
vote
0 answers

My admin backend wont open with Typo3

Im on the Admin Tools Page of Typo3 and I want to open the admin backend to the website I have so I click the according button (Admin Page Typo3). However all that shows up is the website itself without the backend admin functions. I'm running…
1
vote
1 answer

Program to read and convert entire website to html

Possible Duplicate: How can I download an entire website I'm using a very old cms, Synkron.web. I need to convert all of my pages (written in .asp) to plain html - so I have an archive where all of the pages from my website are saved. I was…
1
vote
1 answer

Automatically set owner of system created file

So you know how CMS create files by themselves, well I can't find a fix to make those files automatically belong to the right group (the group for the SFTP users). Is there something I can do to prevent this, or should I setup a cron job or…
t1b0
  • 11
  • 2
0
votes
0 answers

unable to create cms signed message

So I'm trying to create a CMS signed message with OpenSSL and am having some difficulty. Here's what the OpenSSL docs say: Create a cleartext signed message: openssl cms -sign -in message.txt -text -out mail.msg \ -signer mycert.pem I…
neubert
  • 6,863
  • 35
  • 76
  • 138
1
2