04 Web Content Management Systems Flashcards

1
Q

Content Management: Definition

A

Systematic and structured acquisition, creating, editing, management, publication and reuse of content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Web Content Management: Definition

A

Content Management presented as or referenced by HTML pages with additional web-specific functionality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Motivation of Web content management

A

Orthogonality as a basic concept in system design

  • separation of structure, content, design and programming logic
  • Thus: separation of tasks and responsibilities
  • Reuse of content in different abstraction layers
  • real publication and editorial process
  • content can be automatically changed for different output devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Web CMS: Structure

A

Structural templated for the backend

  • instead of “big text field”
  • dedicated strurctured fields and field types
  • depending on content semantics

Structural templates for the frontend

  • markers for content element’s field
  • different content in same structure (e.g. list vs detail)

Additional: Restructuring on a non semantical level

  • special exports for external APIs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Web CMS: Design

A

Separated from semantical structure

  • Single source - multiple media principle
  • e.g. via CSS
  • cross-media design possible (e.g. CI/CD)
  • special media design possible (e.g. for print)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Web CMS: Content

A

Content is structured in the system

  • Objects defined by structure fields
  • still: different abstraction layers
  • content can be assigning to markers in the structure

Necesities

  • content needs lifecycle management
  • content needs usage neutral storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Web CMS: Programming Logic

A

In order to transform content and use templates

  • for user interaction
  • creating dynamic content
  • creating logical units and different abstraction levels
  • modules and extensions
  • thus: virtually any content possible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Web CMS Components: Interfaces

A

many different interfaces needed

  • content syndication
  • user authentication and authorization
  • content import
  • integrating other systems
  • business processes execution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Web CMS Components: User-, Access- and Workflow Management

A

Access to objects and functions

  • specific rights assigned
  • depends on responsibilities and tasks

Important differentiation

  • Group policices
  • User roles
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Web CMS: Input Techniques

A
  • Rich Text Editors
  • Embedding multimedia elements
  • Including foreign content
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Web CMS: Content Types

A
  • Content (generated in the system)
  • Files (added to the system)
  • Assets (managed with the system)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Web CMS: Digital Asset Management

A
  • Metadata enrichment as key focus
  • File independence
  • Validity and licensing issues
  • Creation context
  • Access restrictions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Web CMS: Distribution Concepts

A
  • Staging Server (push)
  • Dynamic Publishing (pull)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Web CMS: Staging Server concept

A
  • Content distribution and content management on different systems
  • Content management server accessible only by authors, editors, administrators (no public access)
  • Static publishing of content aas HTML on staging server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Web CMS: Staging Server Reasoning

A

Pros

  • High performance
  • Simple Backup
  • Readable URLs
  • Seach Engine friendly

Cons

  • Only useable with infrequent updates
  • Small functionality
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Web CMS: Dynamic Publishing concept

A
  • Distribution and Management on same server
  • Page is generated on user request
17
Q

Web CMS: Staging Server Reasoning

A

Pros

  • easy and live editing
  • more functionality

Cons

  • slow performance
  • search engine optimization necessary