9
Edilbek Slanov

Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

Embed Size (px)

Citation preview

Page 1: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

Edilbek Slanov

Page 2: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

Content Management systemA content management system (CMS) is a system used to manage the content of a Web site. Typically,

a CMS consists of two elements: the content management application (CMA) and the content

delivery application (CDA). The CMA element allows the content manager or author, who may not know Hypertext Markup Language (HTML), to manage the creation, modification, and removal of content from a Web site without needing the expertise of a Webmaster. The CDA element uses and compiles

that information to update the Web site. (definition from Whatis.com)

Page 3: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

Project description

Usually CMS uses data base as repository. In my system information will be gathered from

other sources as web sites (web services?) and delivered by agents.

It will be a part of Content Management application

Page 4: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

Agents

User agent Proxy agent Transformer

agent

Page 5: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

User agent

will live on web page listening to requests made by user and sending them to

Page 6: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

Proxy agent

will receive requests from User agent and transform them into HTTP requests. It will also receive HTTP responses and content of

requested pages and send it to

Page 7: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

Transformer agent

will transform received information into readable view and send it to User agent to

display

Page 8: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists

Use case

Page 9: Edilbek Slanov. Content Management system A content management system (CMS) is a system used to manage the content of a Web site. Typically, a CMS consists