KR20100111084A - Content management system with web accessibility checking function - Google Patents

Content management system with web accessibility checking function Download PDF

Info

Publication number
KR20100111084A
KR20100111084A KR1020090029470A KR20090029470A KR20100111084A KR 20100111084 A KR20100111084 A KR 20100111084A KR 1020090029470 A KR1020090029470 A KR 1020090029470A KR 20090029470 A KR20090029470 A KR 20090029470A KR 20100111084 A KR20100111084 A KR 20100111084A
Authority
KR
South Korea
Prior art keywords
web
content
management
management module
module
Prior art date
Application number
KR1020090029470A
Other languages
Korean (ko)
Inventor
이명기
김봉경
Original Assignee
(주)플랜아이
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by (주)플랜아이 filed Critical (주)플랜아이
Priority to KR1020090029470A priority Critical patent/KR20100111084A/en
Publication of KR20100111084A publication Critical patent/KR20100111084A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Health & Medical Sciences (AREA)
  • Economics (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PURPOSE: A content management system with a WA(Web Accessibility) checking function is provided to continuously and systematically check WA of web content to modify. CONSTITUTION: A WA management core engine(30) includes a WA check module(31) and a modification module(32). The WA check module checks WA about a part in which addition or modification of contents is made. If the checked WA is matched with a reference, the WA check module transmits the content to a publication management engine(40). The modification module modifies content with disabled WA. The modification module transmits the modified content to the publication management engine.

Description

웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템 {Content Management System with Web Accessibility Checking Function}Web Content Management System with Web Accessibility Checking Function

본 발명은 웹 접근성 관리 기능을 가지는 웹 컨텐츠 관리 시스템에 관한 것이다.The present invention relates to a web content management system having a web accessibility management function.

웹 접근성(Web Accessibility, WA)이란 모든 인터넷 이용자들이 자신에게 필요한 웹 컨텐츠에 무리없이 접근해 원하는 정보를 손쉽게 획득하거나 편리하게 이용할 수 있는지에 관한 개념이다. 웹 접근성의 주된 초점은, 정보 소외 계층(장애인 및 노약자)이 웹사이트에서 제공하는 정보를 일반인과 동등하게 접근하고 이용 할 수 있도록 하고 소수 사용자를 위해서 다양한 운영 체제나 웹 브라우저에서도 무리없이 웹 사이트를 접근할 수 있도록 웹 사이트를 구축해 놓았는지 여부에 맞추어져 있다. 즉, 웹 접근성이란 누구나 어떠한 상황에서도 웹 사이트를 효과적으로 사용할 수 있도록 구축되어야 한다는 기술적인 측면을 고려하는 것으로 정의될 수 있다.Web accessibility (WA) is a concept of whether all Internet users can easily access the web contents they need and easily obtain or use the desired information. The main focus of web accessibility is to ensure that the information marginalized (disabled and the elderly) can access and use the information provided by the website on an equal basis with the public, and the website can be easily accessed by various operating systems or web browsers for a small number of users. It is tailored to whether or not you have a web site set up for access. In other words, web accessibility can be defined by considering the technical aspect that anyone should be able to effectively use a web site in any situation.

이러한 웹 접근성의 개념은 웹 개발 초기에는 장애인에 의하여 촉발되었는데, 예를 들어 시각 장애인의 경우에는, 스크린 리더(screen reader) 및 문자 음성 변환(Text-to-Speech, TTS) 도구를 사용하여, 웹 사이트 상에 적혀 있는 글자들을 소리로 변환하여 들음으로써 웹 사이트 내용을 파악할 수 있게 되어 있다. 그런데 스크린 리더는 텍스트를 인식할 수 있을 뿐 이미지를 인식하는 것은 불가능하기 때문에, 웹 문서에 사용되는 HTML에서는 이미지 태그(<img>)에 주석 변수(alt)를 제공한다. 즉 스크린 리더가 웹 문서 중 이미지 태그를 만나면, 이미지 태그의 주석 변수 값을 텍스트로서 인식하는 것이다. 예를 들어 어떤 웹 문서 상에 <img src="./images/flower.jpg" alt="꽃">이라는 태그가 있다면, 상기 웹 문서의 해당 부분에는 꽃 그림이 출력되며, 스크린 리더는 상기 웹 문서의 해당 부분에 "꽃"이라는 텍스트가 있는 것처럼 인식하게 되는 것이다.This concept of web accessibility was triggered by people with disabilities in the early stages of web development. For example, in the case of visually impaired people, using a screen reader and text-to-speech (TTS) tool, It is possible to grasp the contents of the web site by converting the words written on the site to sound. Since screen readers can recognize text but not images, HTML used in web documents provides an annotation variable (alt) in an image tag (<img>). That is, when a screen reader encounters an image tag in a web document, it recognizes the value of an annotation variable of the image tag as text. For example, if a web document has the tag <img src = "./ images / flower.jpg" alt = "flowers">, a picture of the flower will be displayed on that part of the web document, and a screen reader will display the web. You will recognize it as if the text "flower" is in that part of the document.

물론 상술한 주석 변수는, 저속 인터넷 환경 하에서 웹 사이트에 접근하는 사용자에게도 유용하게 사용될 수 있다. 일반적으로 텍스트에 비해 이미지는 상당히 파일 크기가 큰 경향이 있으며, 저속 인터넷 환경에서는 이미지를 다운로드받는 데에 많은 시간이 소요될 수 있다. 만일 이미지에 주석 변수 값이 존재하면, 웹 문서 다운로드를 중지하였을 때 이미지 위치에 텍스트가 표시됨으로써 사용자가 해당 이미지를 보지 못한다 하더라도 어떤 이미지인지 인식할 수 있게 된다.Of course, the above-described annotation variable may be useful to users who access a web site in a low speed internet environment. In general, images tend to be considerably larger file sizes than text, and in slow Internet environments it can take a long time to download an image. If an annotation variable value exists in the image, text is displayed at the image position when the download of the web document is stopped, so that the user can recognize the image even if the user does not see the image.

웹이 처음 개발될 당시에는 웹 사이트에서 이미지를 전혀 사용하지 않았기 때문에 이러한 웹 접근성에 대한 문제가 별로 없었으나, 웹 기술의 진화에 따라 이미지뿐만 아니라 움직이는 그림, 플래시, 동영상 등과 같은 다양한 형태의 자료들이 웹 문서에 사용되고 있는 바, 웹 접근성에 대한 고려가 훨씬 난해하고 어려워지게 되었다.When the web was first developed, there were few problems about web accessibility because the web site did not use any images. However, with the evolution of web technology, various forms of materials such as moving pictures, flashes, videos, etc. As it is used for web documents, the consideration of web accessibility becomes more difficult and difficult.

이미 대부분의 선진국에서는 공공의 성격을 가지는 웹 사이트에 대하여 웹 접근성을 높일 것을 법적으로 요구하고 있다. 예를 들어 미국의 경우 백악관 홈페이지는 물론이고 IBM, 마이크로소프트, 오라클 등 첨단 정보기술 업체들도 웹 접근성의 규칙을 지키고 있는데, 일례로 인지장애를 겪는 사람들에게 혼란을 줄 수 있다는 이유로 홈페이지에는 팝업 창이나 움직이는 그림조차 사용하지 않는다. 영국은 1999년 말에 전자 정부 사업을 총괄하는 행정기관이 정부 웹 사이트가 준수해야 할 의무 조항을 마련했으며, 일본도 2000년 11월부터 모든 관공서와 공공 기관이 우정성이 만든 '웹 콘텐츠 접근성 지침'을 준수토록 하고 있다. 국내에서도 이러한 웹 접근성과 관련하여, 2009년 4월 이후부터 홈페이지의 장애인 웹 접근성이 제대로 보장되지 않는다면 민관기관이라도 3년 이하의 징역 또는 3천만원 이하의 벌금에 처해질 수도 있도록 법규가 제정되는 과정에 있으며, 공공기관을 비롯해 국ㅇ공ㅇ사립특수학교, 2009년 4월부터 특수학급이 설치된 국ㅇ공립학교, 장애전담보육시설, 종합병원, 사회복지시설, 장애인복지시설이 1차적으로 적용 대상이 되어 2013년까지 민간 기관까지 확대 적용될 예정이다. 하기의 표 1은 각국의 웹 접근성 현황을 나타낸 것이다.Already in most developed countries, there is a legal requirement to increase web accessibility to publicly available Web sites. For example, in the United States, not only the White House homepage, but also high-tech information technology companies such as IBM, Microsoft, and Oracle are following the rules of Web accessibility. For example, a pop-up window appears on the homepage because it can confuse people with cognitive impairments. Don't even use moving pictures. At the end of 1999, the United Kingdom established a mandate for government websites to oversee e-government initiatives, and Japan, since November 2000, has sought to create a 'web content accessibility guideline' that all government agencies and public agencies have created. To comply with. Regarding such web accessibility in Korea, since April 2009, if the disabled's web accessibility of the homepage is not properly guaranteed, even public-private institutions may be subject to imprisonment of up to 3 years or fines of up to 30 million won. Including public institutions, public and private special schools, national and public schools with special classes since April 2009, disability care centers, general hospitals, social welfare facilities, and welfare facilities for the disabled are the primary targets. It will be extended to private institutions by year. Table 1 below shows the web accessibility of each country.

Figure 112009020601574-PAT00001
Figure 112009020601574-PAT00001

한편, 웹 사이트의 구축 및 관리를 위해 웹 컨텐츠 관리 시스템(Content Management System, CMS)이 널리 사용되고 있다. 웹 개발 초기에는 웹 사이트의 규모가 그리 크지 않고 하나의 페이지를 출력함에 있어서 필요한 파일의 개수가 적었기 때문에 따로 관리하는 시스템이 굳이 필요하지 않았으나, 현재에는 일반적인 회사의 공식 웹 사이트의 경우 수만 개 이상의 문서를 포함하는 정도로 웹 사이트의 규모가 매우 방대해졌으며, 이에 따라 웹 사이트의 구조도 매우 복잡해지고, 또한 하나의 페이지에 텍스트 뿐만 아니라 이미지, 동영상 등 다양한 파일들이 포함되어 출력되는 등 웹 문서의 구조도 복잡해졌기 때문에, 하나하나의 웹 문서들을 일일이 갱신하는 것이 불가능한 바, 웹 컨텐츠를 전문적으로 관리하는 시스템이 필수적으로 요구된다.Meanwhile, a web content management system (CMS) is widely used for building and managing a web site. In the early days of web development, the website was not very large and the number of files needed to print one page was small, so there was no need for a separate management system. The size of the web site has become very large to include documents, and the structure of the web site becomes very complicated, and the structure of the web document is also displayed, including various files such as images and videos as well as text on one page. Due to the complexity, it is impossible to update every single web document, so a system for professionally managing web content is required.

예를 들어 회사의 공식 웹 사이트 같은 경우, 신상품 출시 자료, 상품 가격 변동, 홍보 자료 등과 같은 자료들이 수시로 지속적 갱신이 이루어져야만 한다. 또한 모든 페이지의 디자인이 일관성을 가져야 하며, 디자인 변경 시 각 페이지의 텍스트 내용을 변경하지 않고 형식만 변경하여도 자동으로 새로운 디자인이 적용될 수 있도록 각 페이지가 구성되어야 한다. 이외에도 웹 사이트 특성에 따라 사용자가 웹 사이트 내의 내용을 쉽게 검색할 수 있도록 되어 있어야 한다거나, 사용자가 원하는 대로 목록을 정리하여 출력할 수 있도록 되어 있어야 하는 등과 같은 다양한 조건들이 있을 수 있다. 웹 컨텐츠 관리 시스템은, 이러한 현재의 매우 복잡한 웹 사이트를 보다 쉽게 관리할 수 있도록 웹 컨텐츠의 전체 라이프 사이클을 관리한다. 웹 컨텐츠의 라이프 사이클은 생산 - 수정 - 승인 - 출판 - 배포 - 저장/폐기로 이루어지는데, 이 때 컨텐츠의 내용과 형식을 분리함으로써 컨텐츠 관리의 생산성을 향상시켜 준다.For example, in the case of a company's official website, materials such as new product release data, product price changes, and promotional materials must be updated from time to time. In addition, the design of all pages should be consistent, and each page should be configured so that the new design can be automatically applied when the design is changed without changing the text content of each page. In addition, depending on the characteristics of the web site, there may be various conditions such that the user should be able to easily search the contents of the web site, or the user should be able to arrange and output the list as desired. The web content management system manages the entire life cycle of web content to make it easier to manage these current very complex web sites. The life cycle of web content is production-modification-approval-publication-distribution-storage / disposal, which improves the productivity of content management by separating the content and format of the content.

종래에는, 웹 컨텐츠 관리 시스템(CMS)과 웹 접근성(WA) 점검 솔루션이 각각 따로 개발되어 사용되어 왔다. 일반적으로는, 웹 사이트 구축 시 구축 완료를 하고 웹 접근성 점검 솔루션을 사용하여 웹 접근성을 점검하고, 이후 웹 사이트 운영 및 관리는 웹 컨텐츠 관리 시스템을 통해 이루어지게 되었다.In the related art, a web content management system (CMS) and a web accessibility (WA) check solution have been separately developed and used. In general, when a web site is constructed, it is completed and the web accessibility check solution is used to check web accessibility. Afterwards, the web site operation and management is performed through a web content management system.

종래에 웹 컨텐츠 관리 시스템에 관해, 한국공개특허 제2001-0034974호("홈페이지 포탈 사이트 구축 및 관리 시스템", 세림정보기술, 이하 선행기술1) 등과 같은 기술들이 개시되어 있으며, 또한 웹 접근성 점검 솔루션에 관해 한국등록특허 제0852495호("웹 에디팅 시스템 및 웹 에디팅 시스템 제공 방법", 케익소프트, 이하 선행기술2), 한국등록특허 제0823388호("웹 접근성 서비스 제공 방법 및 그 시스템", 케익소프트, 이하 선행기술3) 등과 같은 기술들이 개시되어 있다.Regarding the web content management system, technologies such as Korean Patent Publication No. 2001-0034974 ("Homepage Portal Site Construction and Management System", Serim Information Technology, hereinafter, Prior Art 1), and the like have been disclosed. Regarding Korean Patent No. 0852495 ("Web Editing System and Web Editing System Provision Method", Cakesoft, hereinafter Prior Art 2), Korean Registered Patent No. 0823388 ("Web accessibility service provision method and system", Cakesoft , Hereinafter, such techniques are disclosed.

상기 선행기술1은, 홈페이지 포탈 사이트에서 제공하는 모듈을 이용자가 쉽게 선택만 함으로써 자동으로 구성 및 생성되는 홈페이지에서, 홈페이지의 구축 및 관리 시 외부에서 개발된 모듈, 컴포넌트 베이스 모듈, 또는 홈페이지 포탈 사이트 자체적으로 제공하는 모듈 등을 쉽게 탑재, 삭제, 변경할 수 있도록 해 주는 홈페이지 포탈 사이트 구축 및 관리 시스템을 제공하고 있다. 이는, 예를 들자면 싸이월드 미니홈피나 마이스페이스 등과 같은 식의, 서비스 이용자가 미리 만들어져 있는 포맷 안에서 서비스 제공자가 제공하는 서비스(일반 게시판, 사진 게시판, 방명록, 배경음악 플레이어, 아바타 등)를 선택하여 홈페이지를 만드는 형태의 홈페이지 포탈 사이트에 적용될 수 있는 기술이다. 이러한 홈페이지들은 대부분 개인용 홈페이지로서, 공공기관이나 기업 공식 사이트와는 전혀 성격이 다르다. 더 방대한 관리가 필요하다고 보면 된다. 또한 외부 모듈을 탑재할 수 있게 한다고 하더라도, 기존 수많은 콘텐츠관리시스템의 개발 프레임 및 기술요소와 맞아야 효율적인 관리가 가능 함으로 웹접근성 점검모듈과 콘텐츠 관리시스템의 연계를 통한 관리는 힘들다고 보면 된다.The prior art 1 is a homepage that is automatically configured and generated only by the user easily selecting a module provided by the homepage portal site, an externally developed module, a component base module, or the homepage portal site itself when building and managing the homepage. It provides a homepage portal site construction and management system that makes it easy to load, delete, and change modules provided by. This can be done by selecting a service provided by the service provider (general bulletin board, photo bulletin board, guest book, background music player, avatar, etc.) in a format that the service user has made in advance, for example, Cyworld Minihompy or MySpace. This technology can be applied to the homepage portal site in the form of homepage. Most of these homepages are personal homepages, and they are completely different from public institutions and corporate official sites. More management is needed. In addition, even if the external module can be mounted, it is difficult to manage by linking the web accessibility check module and the content management system because it can be efficiently managed by matching the development frame and technical elements of many existing content management systems.

상기 선행기술2는 어떤 목표 사이트의 주소를 입력하면 상기 목표 사이트의 컨텐츠 정보를 획득하고 웹 접근성을 체크한 후 분석 결과를 출력하는 기술이며, 상기 선행기술3은 웹 페이지 소스 편집 중 구문 오류나 웹 접근성을 체크하여 컴파일할 수 있도록 하는 기술이다. 그런데, 상기 선행기술2의 경우 웹 사이트 내 컨텐츠의 웹 접근성을 단지 체크할 뿐 이를 수정하거나 관리할 수 있는 방법이 전혀 없다. 또한 상기 선행기술3의 경우 웹 구축 단계에서 웹 프로그래밍에 전문적인 지식을 가지고 있는 사용자가 웹 컨텐츠를 생산하는 시점에서 웹 접근성을 체크하기 위한 기술인데, 이러한 기술로는 웹 사이트 운용 단계에서 웹 접근성을 관리하는 것이 어렵다. 이하에서 그 이유에 대해 보다 상세히 설명한다.The prior art 2 is a technology for acquiring the content information of the target site, checking the web accessibility and outputting the analysis result when inputting the address of a target site, and the prior art 3 is syntax error or web accessibility while editing a web page source. This is a technique to check and compile. However, in the case of the prior art 2, there is no way of simply checking the web accessibility of the content in the web site and modifying or managing it. In addition, the prior art 3 is a technology for checking web accessibility at the time of producing web content by a user who has expertise in web programming in the web construction stage. Difficult to manage The reason for this is described in more detail below.

현재의 웹 구축 업체에서는 웹 접근성에 대한 세계적 동향, 웹 접근성 체크에의 필요성, 법적 규제 현황 등을 잘 알고 있기 때문에, 초기에 웹 접근성에 대한 문제가 없도록 웹 사이트를 구축해 준다. 그런데, 일반적으로 웹 사이트를 구축한 후 웹 사이트의 관리를 함에 있어서, 전문 인력이 관리를 담당하는 경우도 있지만 대부분의 경우에는 해당 웹 사이트를 소유하는 회사의 직원, 즉 전문적 지식이 부족한 인력이 관리를 담당하게 되는 경우가 훨씬 많고, 또한 다수의 직원 각각이 자 신의 업무 내용과 관련하여 웹 사이트의 내용을 수정하거나 업데이트를 하는 경우도 있고, 더욱이 웹 게시판과 같이 일반 사용자가 내용을 작성하여 올리게 되는 경우도 많이 있다. 이들은 웹 프로그래밍 능력에 있어서 일반인에 해당하며, 따라서 웹 접근성에 대한 개념이나 지식이 매우 적은 바, 일반인이 웹사이트 내용을 수정하기에는 기술적으로 어려우므로 이것을 통한 웹접근성 관리는 불가능 하다. 그리고 웹접근성을 점검하여서 나오는 문제를 수정하는 것에 그치치 않고 콘텐츠 입력단계부터 관리하는 것이 효율적이다. 즉, 웹 구축 초기에는 웹 접근성 문제가 전혀 없던 웹 사이트라 하더라도, 웹 사이트를 운영해 감에 따라 점점 웹 접근성 문제가 커지게 되는 것이다. 상기 선행기술3은 이러한 문제를 전혀 해결할 수 없다.Current web builders are well aware of global trends in web accessibility, the need for web accessibility checks, and legal regulations, so that web sites are built without any problems with web accessibility. By the way, in general, when a web site is built and then managed, a professional manpower may be in charge of management, but in most cases, an employee of the company that owns the web site, that is, a man who lacks professional knowledge, manages the web site. In many cases, each of a number of employees may modify or update the contents of the web site in relation to their work, and moreover, such as a web bulletin board, the general users may write and upload the contents. There are many cases. Since they are general people in web programming ability, there is very little concept or knowledge about web accessibility. Therefore, it is impossible to manage web accessibility through this because it is technically difficult for ordinary people to modify website contents. And it is more efficient to manage from the content input stage than to fix the problems that come from checking web accessibility. In other words, even if a web site did not have any web accessibility problem at the beginning of web construction, the web accessibility problem becomes bigger as the web site is operated. The prior art 3 cannot solve this problem at all.

종래에는 이러한 문제를 해결하기 위하여 주기적으로 상기 선행기술2와 같은 웹 접근성 점검 솔루션을 사용하여 점검을 한 후, 문제가 되는 컨텐츠를 찾아내어 수정하는 방식을 사용하였다. 그러나 상술한 바와 같이 이러한 방법은 일시적인 관리 방법이고 입력 단계부터 수정, 출판에 이르는 체계적인 방법이 아니다. 뿐만 아니라, 상술한 바와 같이 내부 사용자(직원) 및 외부 사용자(고객)가 지속적으로 내용을 업데이트하는 상황이라면, 애당초 업데이트 할 때부터 웹 접근성에 맞게 업데이트가 가능하도록 컨텐츠 관리 시스템을 만들어야 하는데 현재 그러한 시스템은 전무한 상황이다. 즉 업데이트는 웹 접근성에 위배되게 하고 나중에 점검 솔루션을 통해 점검해서 소스를 수정하는 것이 일반적인 상황인 것이다. 따라서 웹 사이트 구축 이후 관리 및 운용되는 시간에 비례하여 웹 접근성에 위배되는 컨텐츠의 양이 많아지게 되는 것이 사실이다. 이 때 애당초 업데이트 단계(즉 관리 및 운용 단계)부터 웹 접근성이 관리된다면 이러한 후속 조치를 최소화할 수 있게 되어 상술한 바와 같은 문제점을 제거할 수 있을 것이며, 본 발명은 바로 이를 위해 개발된 것이다.Conventionally, in order to solve such a problem, after checking by using a web accessibility check solution as in the prior art 2, a method of finding and correcting a problem content was used. However, as described above, this method is a temporary management method and is not a systematic method from input to modification and publication. In addition, as described above, if the internal users (employees) and external users (customers) constantly update the contents, the content management system must be made to update the web accessibility from the initial update. Is a nil situation. In other words, it's common practice to make updates violate Web accessibility and later check them with a check solution to fix the source. Therefore, it is true that the amount of content that violates web accessibility increases in proportion to the time of managing and operating the web site after construction. At this time, if the web accessibility is managed from the initial update stage (ie, the management and operation stage), such follow-up measures can be minimized, thereby eliminating the problems described above, and the present invention has been developed for this purpose.

따라서, 본 발명은 상기한 바와 같은 종래 기술의 문제점을 해결하기 위하여 안출된 것으로, 본 발명의 목적은 웹 컨텐츠를 쉽고 편리하게 관리할 수 있는 웹 컨텐츠 관리 시스템의 기능을 모두 가지고 있을 뿐만 아니라, 웹 사이트의 구축 시점뿐만이 아니라 웹 사이트의 관리 및 운용 단계에서도 웹 접근성 문제가 있는 컨텐츠가 생산되지 않게 해 주고, 또한 웹 컨텐츠의 웹 접근성을 지속적이고 체계적으로 점검 및 수정 할 수 있게 해 주는, 웹 접근성 관리 기능을 가지는 웹 컨텐츠 관리 시스템을 제공함에 있다.Accordingly, the present invention has been made to solve the problems of the prior art as described above, the object of the present invention not only has all the functions of the web content management system that can easily and conveniently manage web content, Web accessibility management, which ensures that content with web accessibility problems is not produced not only at the time of site construction but also at the management and operation stages of the website, and also enables the continuous and systematic check and correction of web accessibility of web content. It is to provide a web content management system having a function.

상기한 바와 같은 목적을 달성하기 위한 본 발명의 웹 접근성 점검 기능을 가지는 웹 컨텐츠 관리 시스템은, 웹 사이트의 전체 메뉴를 관리하며 메뉴의 추가, 수정 또는 삭제를 수행하는 사이트 관리 모듈(11), 웹 사이트에 사용되는 템플릿을 제공하는 템플릿 관리 모듈(12), 웹 문서 소스 수정을 포함하는 컨텐츠 관리를 수행하는 컨텐츠 관리 모듈(13), 게시판 관리를 수행하는 게시판 관리 모듈(14)을 포함하여 이루어지는 컨텐츠 관리 엔진(10); 회원 관리 모듈(21), 이벤트 관리 모듈(22), 설문조사 관리 모듈(23), 일정 관리 모듈(24), 기타 애플리케이션 관리 모듈(25) 중 선택되는 어느 하나 이상을 포함하여 이루어지는 애플리케이션 관리 엔진(20); 컨텐츠의 추가 또는 수정이 이루어진 부분에 대하여 웹 접근성을 체크한 후 기준에 부합하면 상기 출판 관리 엔진(40)으로 전달하는 웹 접근성 체크 모듈(31), 상기 웹 접근성 체크 모듈(31)에 의하여 체크된 컨텐츠 중 웹 접근성에 위배된 내용을 수정하는 기능을 제공하고, 컨텐츠가 수정된 후 상기 출판 관리 엔진(40)으로 전달하는 수정 모듈(32);을 포함하여 이루어지는 웹 접근성 관리 핵심 엔진(30); 컨텐츠가 웹 사이트에 적용되기 전에 최종 승인하는 승인 관리 모듈(41), 컨텐츠의 웹 사이트에의 적용을 예약하여 지정하는 예약 관리 모듈(42), 웹 사이트의 버전을 관리하며 이전 버전으로 되돌리는 기능을 제공하는 히스토리 관리 모듈(43), 접속 유저 수, 방문 수를 포함하는 웹 사이트 관련 지표들의 통계를 관리하는 통계 관리 모듈(44)을 포함하여 이루어지는 출판 관리 엔진(40); 운영 체제 또는 서버 특성을 포함하는 전체 환경을 조정하는 환경 관리 모듈(51), 웹 사이트 전체의 자원을 관리하는 자원 관리 모듈(52), 접속 정보를 관리하는 접속 관리 모듈(53), 데이터베이스를 관리하는 데이터베이스 관리 모듈(54), 오류 또는 수정 사항을 포함하는 웹 사이트 전체의 기록을 관리하는 로그 관리 모듈(55), 그룹웨어 또는 내부 업무 시스템을 포함하는 외부 시스템과의 연계를 관리하는 연계 시스템 관리 모듈(56)을 포함하여 이루어지는 개발 프레임워크(50); 을 포함하여 이루어지는 것을 특징으로 한다.Web content management system having a web accessibility check function of the present invention for achieving the above object, the site management module 11 for managing the entire menu of the web site and performing the addition, modification or deletion of the menu, Web Contents including a template management module 12 for providing a template used for the site, a content management module 13 for performing content management including web document source modification, and a bulletin board management module 14 for managing bulletin boards. Management engine 10; Application management engine comprising any one or more selected from the member management module 21, event management module 22, survey management module 23, schedule management module 24, other application management module 25 ( 20); The web accessibility check module 31 and the web accessibility check module 31 which check the web accessibility for the added or modified content and deliver it to the publication management engine 40 if it meets the criteria are checked. A web accessibility management core engine (30) comprising: a modification module (32) which provides a function of correcting a content violating web accessibility among contents, and which is delivered to the publication management engine (40) after the content is modified; An approval management module 41 for final approval before the content is applied to the website, a reservation management module 42 for scheduling and specifying the application of the content to the website, and the ability to manage the version of the website and return to the previous version. A publishing management engine 40 comprising a history management module 43 for providing a statistics management module 44 for managing statistics of website-related indicators including the number of access users and the number of visits; An environment management module 51 for adjusting the entire environment including operating system or server characteristics, a resource management module 52 for managing resources of the entire web site, a connection management module 53 for managing access information, and a database management Database management module (54), log management module (55) for managing records of the entire website including errors or corrections, and linkage system management module for managing associations with external systems including groupware or internal business systems. A development framework 50 comprising 56; And a control unit.

이 때, 상기 웹 접근성 관리 핵심 엔진(30)은 상기 컨텐츠 관리 엔진(10) 및 상기 애플리케이션 관리 엔진(20)이 상기 출판 관리 엔진(40)으로 정보를 전달하는 경로에 위치되어 전달되는 정보를 점검하는 것을 특징으로 한다.At this time, the web accessibility management core engine 30 checks the information that is located in the path through which the content management engine 10 and the application management engine 20 deliver information to the publication management engine 40. Characterized in that.

또한, 상기 웹 접근성 체크 모듈(31)은 한국 웹 접근성 지침을 체크하는 단 계, 세계 웹 접근성 지침을 체크하는 단계, 시각 장애인을 위한 스크린 리더를 사용하여 체크하는 단계를 순차적으로 거쳐 컨텐츠를 체크하는 것을 특징으로 한다.In addition, the web accessibility check module 31 checks the content through the steps of checking the Korean web accessibility guidelines, checking the global web accessibility guidelines, and using a screen reader for the visually impaired. It is characterized by.

또한, 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)은 이미지 또는 동영상을 포함하는 비텍스트 컨텐츠의 인식을 위한 태그를 입력하는 기능을 제공하는 것을 특징으로 한다.The content management module 13 and the bulletin board management module 14 may provide a function of inputting a tag for recognizing non-text content including an image or a video.

또한, 상기 통계 관리 모듈(44)은 주기적으로 웹 사이트 전체에 대한 웹 접근성 준수 현황을 점검하고 점검 결과에 대한 통계를 출력하는 것을 특징으로 한다.In addition, the statistics management module 44 periodically checks the web accessibility compliance status for the entire web site and outputs statistics on the check result.

본 발명에 의하면, 일반적인 콘텐츠 관리 시스템의 기능을 모두 가지고 있어 웹 사이트의 콘텐츠 관리를 쉽고 편리하게 수행할 수 있는 효과가 있을 뿐만 아니라, 웹 사이트 관리자가 작성하여 업데이트하는 콘텐츠를 웹 접근성 문제가 없도록 해 주는 큰 효과가 있다.According to the present invention, it has all the functions of a general content management system, which not only has the effect of easily and conveniently managing the content of a web site, but also prevents web accessibility problems of content created and updated by a web site administrator. Giving has a great effect.

보다 상세히 설명하자면, 종래의 웹 접근성 체크 솔루션의 경우 구축 시점에서 웹 접근성을 체크하거나, 또는 목표 웹 사이트의 웹 접근성을 체크 및 분석하여 그 결과를 출력해 주는 데 그침으로써, 그 당시에는 수정으로 일시적인 효과를 볼 수 있었으나 관리 및 운용이 진행되어 감에 따라 해당 웹 사이트의 웹 접근성이 점점 나빠지게 되었다. 또한 종래의 웹 컨텐츠 관리 솔루션의 경우 웹 접근성을 관리하는 부분이 없어서 웹 프로그래밍에 대한 전문적 지식이 없는 일반인이 관리, 수 정 및 업데이트 수행하게 되는 경우 일일이 프로그래밍이 가능한 전문 업체에 의뢰를 해야 했고 일반 관리자가 웹 접근성에 위배되게 컨텐츠를 업데이트 하는 경우가 많았다. 또한 일반 사용자가 생산하는 게시판의 컨텐츠의 경우 웹 접근성 관리가 불가능하였다.More specifically, the conventional web accessibility check solution checks web accessibility at the time of construction, or checks and analyzes the web accessibility of the target web site and outputs the result. It was effective, but as management and operation progressed, the web accessibility of the website became worse. In addition, in the case of the conventional web content management solution, since there is no part to manage web accessibility, if a general person who does not have expertise in web programming is to manage, modify, and update, it is required to refer to a professional company that can be programmed. Frequently updated content to violate Web accessibility. In addition, web accessibility management was not possible for bulletin board contents produced by general users.

그러나 본 발명에 의하면, 본 발명의 웹 컨텐츠 관리 솔루션에서는 추가되거나 수정되는 웹 문서에 대하여 입력단계부터 접근성에 맞게 입력을 하며 최종 출판되기 전에 체커를 통해 한번 더 점검을 실시하고, 다시 한 번 전체적으로 웹접 근성 통계 관리를 통해 정기적으로 웹 접근성을 관리하므로 웹 접근성이 나빠지는 문제점을 몇 단계로 관리할 수 있는 효과가 있다. 뿐만 아니라, 일반 사용가가 사용하는 게시판에 있어서도, 역시 비텍스트 컨텐츠에 대해 인식용 태그를 입력할 수 있도록 지원해 줌으로써, 누구나 쉽게 웹 접근성에 위배되지 않도록 게시판 내용을 생산할 수 있도록 해 주는 바, 게시판에서도 웹 접근성을 관리할 수 있게 되는 큰 효과가 있다.However, according to the present invention, in the web content management solution of the present invention, the web document to be added or modified is inputted according to accessibility from the input stage, and once again checked through a checker before the final publication, and once again as a whole Since web accessibility is regularly managed through the management of statistics, it is effective to manage the problem of web accessibility in several steps. In addition, in the bulletin board used by general users, it also supports the input of recognition tags for non-text contents, so that anyone can easily produce the bulletin board contents without violating web accessibility. There is a big effect of being able to manage accessibility.

이하, 상기한 바와 같은 구성을 가지는 본 발명에 의한 웹 접근성 점검 기능을 가지는 웹 컨텐츠 관리 시스템을 첨부된 도면을 참고하여 상세하게 설명한다.Hereinafter, a web content management system having a web accessibility checking function according to the present invention having the above configuration will be described in detail with reference to the accompanying drawings.

본 발명의 웹 접근성 점검 기능을 가지는 웹 컨텐츠 관리 시스템은, 웹 사이트를 구축하는 데 사용되는 것이 아니라 웹 사이트를 관리하는 데 사용된다. 웹 사 이트를 구축하는 사람들은 웹 프로그래밍에 전문적인 지식을 가지고 있으며 또한 세계적인 웹 관련 동향에 대해 잘 알고 있는 사람들로서, 현재 새로이 구축되는 웹 사이트의 경우 대부분 웹 접근성 문제가 없도록 잘 만들어진다. 그러나 웹 사이트의 관리 및 운용 단계에 이르면, 웹 사이트를 소유한 회사의 직원이 관리를 맡게 되는 경우 웹 프로그래밍에 전문적인 지식을 가지지 못한 일반인이 관리 담당이 되는 경우가 많아, 컨텐츠의 추가나 수정이 이루어지는 과정에서 웹 접근성 위배가 빈번히 일어난다. 본 발명은 이러한 문제를 막기 위하여 관리 시 컨텐츠의 추가나 수정 후 이를 출판하기 전에 웹 접근성을 체크하고, 웹 접근성이 위배되면 이를 쉽게 수정할 수 있게 해 주는 기능을 제공한다. 물론 본 발명은 웹 컨텐츠 관리 시스템으로서의 기능도 충분히 수행할 수 있도록, 관련 모듈을 제공하는 등 전문 지식이 없는 일반인도 쉽게 웹 컨텐츠를 작성할 수 있도록 하는 기능 역시 제공한다.The web content management system having the web accessibility checking function of the present invention is not used to build a web site but to manage a web site. The people who build web sites are experts in web programming and are familiar with global web trends. Most new web sites are well designed to avoid web accessibility issues. However, when the management and operation stage of the website is reached, when the employees of the company that owns the website are in charge, the general manager who does not have expertise in web programming is often in charge of the management. In the process, web accessibility violations frequently occur. In order to prevent such a problem, the present invention provides a function of checking web accessibility before publishing after adding or modifying content in management, and easily modifying the web accessibility. Of course, the present invention also provides a function that makes it possible to easily create a web content even by a general person without specialized knowledge, such as providing a related module so as to perform a function as a web content management system.

또한, 본 발명의 웹 컨텐츠 관리 시스템은 관리자가 아닌 일반 사용자가 사용하는 게시판에서도 웹 접근성 위배 게시물이 발생하지 않도록 관리해 주는 기능을 가진다. 즉 관리자 및 일반 사용자가 게시판에 웹 접근성이 위배되는 비텍스트 컨텐츠(이미지, 동영상 등)가 포함된 게시물을 작성하여 올릴 경우, 게시판에 글을 등록하기 전에 웹 접근성을 체크하고, 역시 웹 접근성이 위배되면 이를 쉽게 수정할 수 있게 해 주는 기능을 제공하는 것이다.In addition, the web content management system of the present invention has a function to manage the web accessibility violations do not occur even in the bulletin board used by non-administrators. In other words, when administrators and general users write and post posts containing non-text content (images, videos, etc.) that violates web accessibility on the bulletin board, check web accessibility before posting on the bulletin board. If it does, it provides a function that makes it easy to modify it.

도 1은 웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템을 간략히 도시한 것이다. 본 발명의 웹 컨텐츠 관리 시스템(100)은, 크게는 컨텐츠 관리 엔 진(10), 애플리케이션 관리 엔진(20), 웹 접근성 관리 핵심 엔진(30), 출판 관리 엔진(40), 개발 프레임워크(50)를 포함하여 이루어진다.1 is a diagram schematically illustrating a web content management system having a web accessibility check function. The web content management system 100 of the present invention includes a content management engine 10, an application management engine 20, a web accessibility management core engine 30, a publishing management engine 40, and a development framework 50. )

첨언하자면, 일반적인 웹 컨텐츠 관리 시스템에도 상기 컨텐츠 관리 엔진(10), 상기 애플리케이션 관리 엔진(20), 출판 관리 엔진(40) 및 개발 프레임워크(50)와 유사한 기능을 가지는 구성요소들이 존재하며, 일반적인 웹 컨텐츠 관리 시스템에서는 상기 컨텐츠 관리 엔진(10) 및 상기 애플리케이션 관리 엔진(20)에서 웹 컨텐츠가 생산, 수정 등이 이루어지고, 이와 같이 생산 또는 수정된 웹 컨텐츠 내용 및 정보 등을 상기 출판 관리 엔진(40)이 전달받아 이를 출력하게 된다.In addition, there are components in the general web content management system that have functions similar to those of the content management engine 10, the application management engine 20, the publication management engine 40, and the development framework 50. In the web content management system, web content is produced and modified by the content management engine 10 and the application management engine 20, and the web content content and information produced or modified as described above is generated by the publication management engine ( 40) is received and outputs it.

한편, 종래의 웹 컨텐츠 관리 시스템(CMS) 및 웹 접근성 체크 솔루션(WA Checker)은 서로 독립적으로 개발되어 왔다. 따라서 종래의 웹 컨텐츠 관리 시스템 및 종래의 웹 접근성 체크 솔루션은 각각 제작 언어(즉 C++로 만들어졌는지, C.NET으로 만들어졌는지 등), 제작 언어의 버전, 사용 운영 체제(PC용으로 만들어졌는지, Mac용으로 만들어졌는지 등) 등과 같은 부분에 있어 서로 많이 다르며, 따라서 종래의 웹 컨텐츠 관리 시스템과 종래의 웹 접근성 체크 솔루션을 결합하는 것은 매우 어려운 문제가 있었다. 뿐만 아니라, 종래의 웹 컨텐츠 관리 시스템 및 종래의 웹 접근성 체크 솔루션은 서로 독립적으로 작동되었기 때문에, 웹 컨텐츠 관리 시스템을 사용하여 웹 컨텐츠 등의 수정이 이루어지면, 일단 이를 출판한 후 웹 접근성 체크 솔루션을 사용하여 체크하고, 문제가 있다면 이를 다시 수정하여 출판해야 하는 등과 같이 사용 절차가 매우 복잡하였다. 따라서 웹 프로그래밍에 전문적인 지식이 없는 일반인이 두 가지 솔루션을 다루어 가면서 웹 접근성을 관리한다는 것은 거의 불가능한 일이었다.Meanwhile, the conventional web content management system (CMS) and web accessibility check solution (WA Checker) have been developed independently of each other. Thus, conventional web content management systems and conventional web accessibility check solutions are each a production language (ie, C ++, C.NET, etc.), a version of the production language, and an operating system (for PC, Mac). And the like, and thus, combining a conventional web content management system with a conventional web accessibility check solution has been a very difficult problem. In addition, since the conventional web content management system and the conventional web accessibility check solution operate independently of each other, once the web content management system is used to modify the web content, the web accessibility check solution is published. The usage procedure was very complicated, such as using it to check it, and if there were any problems, modify it again and publish it. As a result, it was almost impossible for a layperson who had no expertise in web programming to manage web accessibility while dealing with both solutions.

반면 본 발명에서는 상기 웹 접근성 관리 핵심 엔진(30)이 상기 컨텐츠 관리 엔진(10) 및 상기 애플리케이션 관리 엔진(20)이 상기 출판 관리 엔진(40)으로 정보를 전달하는 경로에 위치되어, 상기 전달되는 정보를 자동으로 점검한다. 즉 추가 또는 수정된 모든 웹 컨텐츠에 대하여 출판되기 전에 웹 접근성 체크를 수행하게 되는 것인 바, 결과적으로 출판되는 웹 사이트에서는 웹 접근성 위배가 일어날 가능성이 비약적으로 축소되게 되며, 또한 웹 프로그래밍에 전문적인 지식이 없는 일반인도 본 발명의 시스템 한 가지만을 사용하여 쉽게 웹 접근성을 체크해 가면서 웹 컨텐츠를 관리하는 것이 가능해지게 된다.On the other hand, in the present invention, the web accessibility management core engine 30 is located in a path through which the content management engine 10 and the application management engine 20 transmit information to the publication management engine 40, which is transmitted. Check the information automatically. In other words, the web accessibility check is performed before all published or modified web contents are published. As a result, the possibility of web access violations is greatly reduced in the published website. Even a general person without knowledge can manage web content while easily checking web accessibility using only one system of the present invention.

이하에서 본 발명의 웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템(100)의 각 구성요소 및 동작에 대해 보다 상세히 설명한다.Hereinafter, each component and operation of the web content management system 100 having the web accessibility checking function of the present invention will be described in detail.

상기 컨텐츠 관리 엔진(10)은 웹 사이트의 컨텐츠와 관련된 부분을 전체적으로 관리해 주는 모듈들로 이루어진다. 보다 상세히는, 상기 컨텐츠 관리 엔진(10)은 웹 사이트의 전체 메뉴를 관리하며 메뉴의 추가, 수정 또는 삭제를 수행하는 사이트 관리 모듈(11), 웹 사이트에 사용되는 템플릿을 제공하는 템플릿 관리 모듈(12), 웹 문서 소스 수정을 포함하는 컨텐츠 관리를 수행하는 컨텐츠 관리 모듈(13), 게시판 관리를 수행하는 게시판 관리 모듈(14)을 포함하여 이루어지게 된다. 이 때, 상기 컨텐츠 관리 모듈(13)은 HTML, DHTML, XHTML 등과 같은 다양한 웹 프로그래밍 언어로 이루어지는 웹 문서를 입력하거나 수정함에 있어서, 웹 프로그래밍에 전문적인 지식이 없는 일반인이라도 쉽게 입력 및 수정 등이 가능하도록 한다. 이와 같이 하기 위해서 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)은 위지위그(WYSIWYG) 방식을 채용할 수 있다.The content management engine 10 is composed of modules that manage a part related to the content of the web site as a whole. In more detail, the content management engine 10 manages the entire menu of the web site, the site management module 11 for adding, modifying, or deleting a menu, and a template management module for providing a template used for the web site ( 12), a content management module 13 to perform content management including web document source modification, and a bulletin board management module 14 to perform bulletin board management. In this case, the content management module 13 can easily input and modify even a general person who does not have expertise in web programming in inputting or modifying a web document made of various web programming languages such as HTML, DHTML, XHTML, and the like. Do it. To do this, the content management module 13 and the bulletin board management module 14 may adopt a WYSIWYG scheme.

위지위그란 "What You See Is What You Get"의 머릿글자를 따서 만들어진 용어로서, 문서 편집 과정에서 화면에 포맷된 낱말, 문장이 출력물과 동일하게 나오는 방식을 말하며, 편집 명령어를 입력하여 글꼴이나 문장 형태를 바꾸는 방식과 구별된다. 현재 대부분의 워드 프로세서가 이러한 위지위그 방식을 사용하고 있으나, 일반적으로 HTML, TeX 등과 같은 경우에는 문서의 호환성 및 범용성 때문에 편집 명령어를 통해 작성하는 방식을 사용하고 있는 실정이다. 따라서 웹 프로그래밍 관련 전문 지식이 없는 일반인이 편집 명령어를 사용하는 편집 프로그램을 사용하여 웹 컨텐츠를 제작하는 데에는 많은 어려움이 따른다.WiGi Wig is a term written after the heading of "What You See Is What You Get". It refers to the way words and sentences formatted on the screen appear in the same way as the output during the document editing process. To distinguish it from Currently, most word processors use this wiki widget method. However, in general, HTML, TeX, etc. are used through the editing instructions due to the compatibility and generality of the document. Therefore, it is difficult for a general person without web programming expertise to create web content using an editing program that uses editing commands.

그러나 웹 구축 단계가 아니라 관리 단계의 경우에 있어서는, 웹 문서의 포맷이 대부분 미리 결정되어 있으며 단순히 콘텐츠가 변경 또는 추가되는 정도의 수정이 이루어지는 것이므로, 소스를 수정하는 전문적인 편집 프로그램을 많이 사용하지 않아도 된다. 따라서 본 발명의 웹 컨텐츠 관리 시스템(100)에서는 상기 컨텐츠 관리 모듈(13)을 위지위그 방식을 사용하도록 하였으며, 웹 접근성 관리도 이미 개발된 모듈을 통해 쉽고 편리하게 관리할 수 있도록 모듈을 개발하여 이에 따라 웹 프로그래밍 관련 전문 지식이 없는 일반인도 매우 용이하게 웹 문서의 입력 및 수정과 웹 접근성 관리가 가능하게 된다.However, in the case of the management phase, not the web construction phase, the format of the web document is mostly determined in advance, and the content of the web document is simply changed or added, so that a professional editing program for modifying the source is not required. do. Therefore, in the web content management system 100 of the present invention, the content management module 13 is made to use the Wiegee method, and a web accessibility management is also developed to easily and conveniently manage the module through the already developed module. Therefore, even the general public without web programming expertise can easily input and edit web documents and manage web accessibility.

한편, 일반적으로 이러한 위지위그 방식은 현재 포털에서 제공하는 게시판이나 블로그 등에서 게시물 작성 시 제공되는 편집기에서 널리 사용되고 있다. 도 2는 다음(http://www.daum.net)에서 제공되는 편집기로서, 도시된 바와 같이 편집 명령어를 모르는 사람도 위쪽에 제공되는 메뉴 단추들을 사용하여 쉽게 글자 글꼴, 크기, 형태, 색깔 등을 편집하고 이미지, 링크, 음악 등을 삽입할 수 있게 해 준다. 즉, 예를 들어 "dolore magna…" 부분의 글자를 크게 표시하고 싶은 경우 편집 명령어를 사용하여 편집할 경우에는 <font size=4>dolore magna…</font> 등과 같은 방식으로 작성해야 하는데, 위지위그 방식을 사용할 경우에는 도 2에 도시된 바와 같이 [글씨크기] 단추를 누르고 원하는 글자 크기를 선택하기만 하면 쉽게 글자 크기를 변경할 수 있게 되는 것이다.On the other hand, in general, such a wiggle method is widely used in the editor provided when writing a post in the bulletin board or blog provided by the current portal. Figure 2 is an editor provided in the following (http://www.daum.net), as shown, even those who do not know the editing command using the menu buttons provided at the top of the text font, size, shape, color, etc. Allows you to edit and insert images, links, music, and more. That is, for example, if you want to display large letters in the "dolore magna…" part, and you edit them using the editing command, <font size = 4> dolore magna… </ font> should be written in the same manner. In the case of using the Wiziwig method, as shown in FIG. 2, simply press the [Font size] button and select a desired font size to easily change the font size. .

상기 게시판 관리 모듈(14)은 기본적인 게시판 관리를 수행하는데, 그 중에는 일반 사용자가 게시물을 작성하여 게시할 수 있도록 해 주는 기능이 포함된다. 이 때, 본 발명의 상기 게시판 관리 모듈(14)도 상기 컨텐츠 관리 모듈(13)과 마찬가지로 위지위그 방식의 편집기를 제공해 줌으로써, 도 2의 예시와 유사하게 일반 사용자가 게시물을 쉽게 작성할 수 있게 한다.The bulletin board management module 14 performs basic bulletin board management, among which a function for allowing a general user to create and post a post is included. At this time, the bulletin board management module 14 of the present invention also provides a wiki wig editor similarly to the content management module 13, so that a general user can easily create a post similarly to the example of FIG.

이 때, 본 발명의 웹 컨텐츠 관리 시스템(100)에서는 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)이 이미지나 동영상 등과 같은 비텍스트 컨텐츠, 즉 웹 접근성에 위배되는 컨텐츠를 인식할 수 있는 태그를 쉽게 삽입할 수 있도록 해 준다. 여기에서 컨텐츠를 인식할 수 있는 태그란, 예를 들어 이미지 태그의 경우 <img src="./images/flower.jpg" alt="꽃">와 같이 작성될 때 alt="꽃" 부 분을 말한다. 본 발명의 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)은 위지위그 방식의 편집기를 제공하기 때문에, 이러한 기능을 쉽게 구현할 수 있다.At this time, in the web content management system 100 of the present invention, the content management module 13 and the bulletin board management module 14 may recognize non-text content such as an image or a video, that is, a content that violates web accessibility. This makes it easy to insert existing tags. Here, the tag that can recognize the content is an alt = "flower" part when it is written as <img src = "./ images / flower.jpg" alt = "flower"> for an image tag, for example. Say. Since the content management module 13 and the bulletin board management module 14 of the present invention provide a wiki widget editor, such a function can be easily implemented.

도 3은 이와 같이 이미지를 삽입하는 경우에 있어서 alt 변수값의 입력을 자동으로 구현하게 하는 일례를 도시한 것이다. 즉, 도 3(A)에 도시된 바와 같이 본문 중에 이미지를 넣기 위해 사용자가 원하는 이미지 템플릿을 선택하면, 도 3(B)에 도시된 바와 같이 alt 변수값에 들어갈 텍스트를 입력하게 한 후, 도 3(C)와 같이 이미지를 삽입함으로써, 이미지 삽입 시 alt 변수값을 항상 입력받을 수 있도록 하는 것이다. 도 3(A)에서 선택된 이미지 템플릿이 원래 http://example.com/images/template01.gif라는 주소를 가지고 있을 경우, 일반적인 종래 편집기에서는 <img src="http://example.com/images/template01.gif">라는 태그를 자동 생성해 주게 되며, 따라서 이 문서를 출판하여 스크린 리더로 읽게 되면 이미지 부분을 인식할 수 없게 된다. 그러나 본 발명의 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)에서는, 이와 같이 이미지를 삽입하는 경우 도 3(B)와 같이 alt 변수값을 입력받는 단계를 수행한다. 도 3(B)에서와 같이 [스마일]이라는 텍스트를 입력한 후 확인을 하면, 도 3(C)에서와 같이 이미지가 삽입되되 이 때 자동 생성되는 태그는 <img src="http://example.com/images/template01.gif" alt="스마일">이 된다. 따라서 이 문서를 출판하여 스크린 리더로 읽으면 이미지 부분을 [스마일]이라는 텍스트로서 인식할 수 있게 되는 것이다. 도 3은 하나의 예시로서 도시한 것으로, 물론 실 제로는 다음(http://www.daum.net)에서 제공되는 편집기에서는 이러한 기능이 제공되지 않는다. 또한, 비텍스트 컨텐츠 인식용 태그 입력 방식이 반드시 도 3과 같은 방식으로 이루어져야 하는 것은 아니고 하나의 예시일 뿐으로, 이로써 본 발명이 제한되는 것은 아니다. 부연하자면, 상기 예는 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)이 위지위그 방식을 사용하는 편집기를 채용하는 경우 비텍스트 컨텐츠 인식용 태그 입력의 한 예일 뿐으로, 만일 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)이 편집 명령어 입력 방식을 사용하는 편집기를 채용하거나, 또는 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)이 위지위그 방식 및 편집 명령어 입력 방식 두 가지를 모두 지원할 수도 있다. 이러한 경우에는 물론 경우에는 비텍스트 컨텐츠 인식용 태그 입력은 그에 맞추어 구성될 수 있으며, 상술한 바와 같은 설명이나 도면으로서 본 발명이 제한되는 것은 아니다.FIG. 3 illustrates an example of automatically inputting an alt variable value when inserting an image as described above. That is, when the user selects a desired image template to insert an image in the body as shown in FIG. 3 (A), as shown in FIG. 3 (B), after inputting text to be entered into the alt variable value, FIG. By inserting the image as shown in 3 (C), it is possible to always receive the alt variable value when inserting the image. If the image template selected in FIG. 3 (A) originally had an address of http://example.com/images/template01.gif, in a conventional conventional editor, <img src = "http://example.com/images/ template01.gif "> is automatically generated, so if you publish this document and read it with a screen reader, the image part will not be recognized. However, in the content management module 13 and the bulletin board management module 14 of the present invention, when the image is inserted as described above, an alt variable value is input as shown in FIG. If you enter the text [Smile] as shown in FIG. 3 (B) and confirm, the image is inserted as shown in FIG. 3 (C), but the tag generated automatically is <img src = "http: // example .com / images / template01.gif "alt =" smiley "> Therefore, when this document is published and read by a screen reader, the image part can be recognized as the text [smile]. 3 is shown as an example, and of course, such a function is not provided in an editor provided in the following (http://www.daum.net). In addition, the tag input method for recognizing the non-text content is not necessarily made in the manner as shown in FIG. 3, but is merely an example, and thus the present invention is not limited thereto. In other words, the above example is merely an example of inputting a tag for non-text content recognition when the content management module 13 and the bulletin board management module 14 employ an editor using the Wiegig method. (13) and the bulletin board management module 14 employ an editor using an editing command input method, or the content management module 13 and the bulletin board management module 14 use both a wiki and a editing command input method. It can also support all branches. In this case, of course, the tag input for recognizing the non-text content may be configured accordingly, and the present invention is not limited to the above description or drawings.

또한, 위에서는 단지 alt 변수값 입력과 관련된 웹 접근성 관리 방법에 대하여 설명하였으나, 이외에도 웹 접근성과 관련한 여러 기준들이 있으며, 구체적으로는 각각의 기준에 따라 적절한 단계들을 사용하여 웹 접근성을 관리하도록 할 수 있다. 다른 구체적인 예가 도 4에 도시되어 있다. 도 4는 첨부 파일 형태로 이미지나 동영상을 올리게 되어 있는 게시판에서의 웹 접근성 관리 방법의 한 예시이다. 게시판 형식 중에 널리 사용되는 갤러리 형식 게시판은 (그 명칭에서 알 수 있듯이 이미지를 올리기 위한 공간인바) 게시물에 이미지를 반드시 등록하게 되어 있다. 이 때, 일반적으로 대부분의 게시판에서 첨부 파일 형식으로 이미지를 올릴 수 있도록 하는 방식을 채용하고 있다. 이 때, 도 4에 도시되어 있는 바와 같이 이미지 등록 창에 설명 입력 창이 노출되게 하여, 텍스트로 된 설명이 입력되지 않으면 게시물이 등록되지 않도록 할 수 있다. 이와 같이 함으로써 일반 사용자가 게시판에 게시물을 올릴 때에도 비텍스트 컨텐츠에 반드시 텍스트로 된(즉 스크린리더가 인식 가능한) 설명이 붙도록 함으로써, 일반 사용자가 작성하는 게시물에서도 웹 접근성 위배가 발생하지 않도록 할 수 있다. 물론 이미지 뿐만 아니라 음악 파일이나 동영상 파일 등도 마찬가지로 이러한 방식을 적용할 수 있음은 당연하다.In addition, the above describes the web accessibility management method related to the input of alt variable value, but there are other criteria related to web accessibility. Specifically, the web accessibility can be managed by using the appropriate steps according to each criterion. have. Another specific example is shown in FIG. 4. 4 is an example of a web accessibility management method of a bulletin board in which an image or a video is uploaded in the form of an attached file. The gallery-type bulletin board, which is widely used among the bulletin board formats (as the name suggests, is a space for uploading images), must register images in posts. In this case, most bulletin boards adopt a method of uploading images in the form of an attachment file. In this case, as illustrated in FIG. 4, the description input window may be exposed in the image registration window so that the post may not be registered if the description in text is not input. This ensures that non-text content must have a textual description (that is, screen reader recognizable) even when the post is posted to the bulletin board, so that the web post is not violated by the post. have. Of course, not only images but also music files and video files can be applied in this manner as well.

이외에도 국내 및 국외 웹 접근성 관련 기준들이 명시적으로 존재하며, 이를 점검하거나 이에 위배되지 않도록 하는 툴을 구현하는 것은 웹 프로그래밍을 전문으로 하는 당업자라면 용이하게 실현 가능한 것인바, 상세한 설명은 생략한다.In addition, domestic and international web accessibility standards exist explicitly, and implementing a tool that checks or does not violate it can be easily realized by those skilled in the art of web programming, and a detailed description thereof will be omitted.

즉, 결론적으로 다른 웹 접근성 관리 분야도 이와 같이 함으로써, 본 발명의 본 발명의 웹 컨텐츠 관리 시스템(100)에 의하면 웹 프로그래밍 관련 전문 지식이 없는 관리자나 일반 사용자라 해도 쉽게 웹 접근성에 위배되지 않는 컨텐츠 또는 게시물을 작성할 수 있게 된다.That is, as a result, other web accessibility management fields in this way, according to the web content management system 100 of the present invention, the content that does not violate the web accessibility easily even if the administrator or a general user without web programming related expertise Or you can write a post.

상기 애플리케이션 관리 엔진(20)은, 회원 관리 모듈(21), 이벤트 관리 모듈(22), 투표 관리 모듈(23), 일정 관리 모듈(24), 기타 애플리케이션 관리 모듈(25) 중 선택되는 어느 하나 이상을 포함하여 이루어진다. 상기 회원 관리 모듈(21)은 웹 사이트 이용자에게 회원 가입 폼을 제공하고, 웹 사이트 회원의 추가, 삭제, 등급 관리 등을 수행한다. 상기 이벤트 관리 모듈(22)은 팝업창이나 팝업존 등과 같이 이벤트와 같은 한정된 기간에만 출력되는 이벤트 페이지를 관리한다. 상기 설문조사 관리 모듈(23)은 다양한 설문 조사의 기능을 수행할 수 있게 해 주며, 상기 일정 관리 모듈(24)은 행사 등 일정 관리를 수행하는 기능을 제공한다.The application management engine 20 may be one or more selected from the member management module 21, the event management module 22, the voting management module 23, the schedule management module 24, and the other application management module 25. It is made, including. The member management module 21 provides a member registration form to a web site user and adds, deletes, and manages a web site member. The event management module 22 manages an event page output only for a limited period of time such as an event such as a pop-up window or a pop-up zone. The survey management module 23 enables to perform various survey functions, and the schedule management module 24 provides a function of performing schedule management such as an event.

물론 웹 사이트가 상술한 바와 같은 웹 애플리케이션을 모두 가지고 있을 필요는 없으나, 일반적으로 상술한 웹 애플리케이션들은 널리 또한 자주 사용되는 웹 애플리케이션들인 바, 본 발명의 웹 컨텐츠 관리 시스템(100)은 웹 사이트 구축 기간을 단축시켜 주고 자체적으로 쉽게 관리할 수 있도록 이러한 애플리케이션들을 구현하는 상기 모듈들을 포함하여 이루어지게 된다. 물론 본 발명의 웹 컨텐츠 관리 시스템(100)은, 상기 나열한 애플리케이션 외에도, 해당 웹 사이트에 특별히 필요한 기능이 있다면 이를 개발, 지원 및 관리하는 모듈을 더 구비할 수 있다. 도 1에서는 이러한 모듈을 포괄적으로, 기타 애플리케이션 관리 모듈(25)로 표시하였다.Of course, the web site does not need to have all the web applications as described above, but in general, the above-described web applications are widely and frequently used web applications, and thus, the web content management system 100 of the present invention is a web site construction period. It includes the modules that implement these applications to shorten the time and easily manage by itself. Of course, in addition to the applications listed above, the web content management system 100 of the present invention may further include a module for developing, supporting, and managing the web site if there is a function necessary for the web site. In Figure 1 these modules are collectively referred to as other application management modules (25).

본 발명의 웹 컨텐츠 관리 시스템(100)에서 웹 접근성을 관리하기 위한 가장 특징적인 구성요소가 바로 상기 웹 접근성 관리 핵심 엔진(30)이다. 상기 웹 접근성 관리 핵심 엔진(30)은 웹 접근성 체크 모듈(31) 및 수정 모듈(32)로 이루어져, 상기 컨텐츠 관리 엔진(10) 및 상기 애플리케이션 관리 엔진(20)이 상기 출판 관리 엔진(40)으로 정보를 전달하는 경로에 위치되어 전달되는 정보를 점검함으로써, 상기 컨텐츠 관리 엔진(10) 및 상기 애플리케이션 관리 엔진(20)에서 생산 또는 수정된 모든 웹 컨텐츠에 대하여 출판 전에 웹 접근성을 점검해 주게 된다.The most characteristic component for managing web accessibility in the web content management system 100 of the present invention is the web accessibility management core engine 30. The web accessibility management core engine 30 is composed of a web accessibility check module 31 and a modification module 32 so that the content management engine 10 and the application management engine 20 are transferred to the publication management engine 40. By checking the information that is located in the path for delivering the information, the web accessibility is checked before publication of all the web content produced or modified by the content management engine 10 and the application management engine 20.

상기 웹 접근성 체크 모듈(31)은, 컨텐츠의 추가 또는 수정이 이루어진 부분에 대하여 웹 접근성을 체크한 후 기준에 부합하면 상기 출판 관리 엔진(40)으로 전달해 준다. 본 발명의 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)에서 웹 접근성의 위배가 발생하지 않도록 작성 과정에서 비텍스트 컨텐츠 인식용 태그를 삽입할 수 있는 단계 등을 제공했다 해도, 컨텐츠 작성자가 이를 무시하거나, 모르고 건너뛰거나, 또다른 웹 접근성 지침에 위배되는 일이 발생할 수 있으며, 이 경우 결국 웹 접근성에 위배되는 컨텐츠가 만들어지게 된다. 또한 애플리케이션을 관리하는 과정에서 미처 생각지 못한 부분에서 웹 접근성에 위배되는 컨텐츠가 만들어지게 될 수도 있다. 상기 웹 접근성 체크 모듈(31)은, 이러한 웹 컨텐츠가 상기 출판 관리 엔진(40)으로 전달되기 전에 이를 점검함으로써, 문제가 없는 경우에만 상기 출판 관리 엔진(40)으로 전달하여 출판이 수행되도록 한다.The web accessibility check module 31 checks web accessibility for a portion where content is added or modified, and delivers it to the publication management engine 40 when the web accessibility is met. Even if the content management module 13 and the bulletin board management module 14 of the present invention provide a step for inserting a tag for recognizing non-text content in a creation process such that a violation of web accessibility does not occur, the content creator It can be ignored, skipped, or violated another web accessibility guideline, which results in content that violates web accessibility. In addition, the process of managing an application may create content that violates web accessibility. The web accessibility check module 31 checks this web content before it is delivered to the publication management engine 40, so that it can be delivered to the publication management engine 40 only if there is no problem so that publication can be performed.

본 발명에서 상기 웹 접근성 체크 모듈(31)은, 한국 웹 접근성 지침을 체크하는 단계, 세계 표준 웹 접근성 지침을 체크하는 단계, 시각 장애인을 위한 스크린 리더를 사용하여 체크하는 단계를 순차적으로 거쳐 컨텐츠를 체크하는 것이 바람직하다. 이와 같이 함으로써 어떤 경우에서든 웹 접근성 위배 가능성을 최소화할 수 있게 된다. 이하의 표 2는 본 발명의 웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템(100)의 웹 관리 및 웹 접근성 체크 기준의 한 예시를 기재한 것이다.In the present invention, the web accessibility check module 31 checks the content by sequentially checking the Korean web accessibility guidelines, checking the world standard web accessibility guidelines, and checking using a screen reader for the visually impaired. It is preferable to check. This will minimize the possibility of a web accessibility violation in any case. Table 2 below describes an example of web management and web accessibility check criteria of the web content management system 100 having a web accessibility check function of the present invention.

Figure 112009020601574-PAT00002
Figure 112009020601574-PAT00002

상기 웹 접근성 체크 모듈(31)에 의하여 체크된 컨텐츠 중 웹 접근성에 위배된 컨텐츠가 발생한 경우에는, 상기 수정 모듈(32)이 이를 수정할 수 있게 해 준다. 즉, 상기 수정 모듈(32)은 상기 웹 접근성 체크 모듈(31)에 의하여 체크된 컨텐츠 중 웹 접근성에 위배된 내용을 수정하는 기능을 제공하고, 컨텐츠가 수정된 후 상기 출판 관리 엔진(40)으로 전달하게 된다.If the content checked by the web accessibility check module 31 violates the web accessibility, the modification module 32 enables the modification. That is, the modification module 32 provides a function of correcting a content violating web accessibility among contents checked by the web accessibility check module 31, and after the content is modified, the publication management engine 40. Will be delivered.

이와 같이 상기 웹 접근성 체크 모듈(31) 및 상기 수정 모듈(32)의 작동에 의하여, 완벽하게 웹 접근성 위배가 없는 컨텐츠만이 상기 출판 관리 엔진(40)으로 전달되게 되며, 따라서 본 발명의 웹 컨텐츠 관리 시스템(100)에 의하여 관리되는 웹 사이트는, 비록 관리자가 웹 접근성 등에 대해 잘 모르는 사람이라 하더라도, 어느 시점에서든(즉 구축된 직후나 구축된 후 한동안 관리 및 운용이 수행된 후 등을 막론하고) 웹 접근성이 잘 지켜지는 웹 사이트로서 유지될 수 있게 된다.By the operation of the web accessibility check module 31 and the modification module 32 as described above, only content without complete web accessibility violation is delivered to the publication management engine 40, and thus the web content of the present invention. The website managed by the management system 100, even if the administrator is not familiar with the web accessibility, etc. at any point (i.e. immediately after being built or after management and operation have been performed for a while after being built). Web accessibility can be maintained as a well-protected web site.

상기 출판 관리 엔진(40)은, 컨텐츠가 웹 사이트에 적용되기 전에 최종 승인하는 승인 관리 모듈(41), 컨텐츠의 웹 사이트에의 적용을 예약하여 지정하는 예약 관리 모듈(42), 웹 사이트의 버전을 관리하며 이전 버전으로 되돌리는 기능을 제공하는 히스토리 관리 모듈(43), 접속 유저 수, 방문 수를 포함하는 웹 사이트 관련 지표들의 통계를 관리하는 통계 관리 모듈(44)을 포함하여 이루어진다.The publication management engine 40 may include: an approval management module 41 for final approval before the content is applied to a web site, a reservation management module 42 for reserving and specifying the application of the content to a web site, and a version of the web site. It includes a history management module 43 that manages and provides a function to return to the previous version, statistics management module 44 for managing the statistics of the web site-related indicators, including the number of access users, the number of visits.

이 때, 상기 통계 관리 모듈(44)은 주기적으로 웹 사이트 전체에 대한 웹 접근성 준수 현황을 점검하고 점검 결과에 대한 통계를 출력하는 것이 바람직하다. 상술한 바와 같이 본 발명에 의한 웹 컨텐츠 관리 시스템(100)을 사용하여 웹 사이트를 관리하게 되면 웹 접근성 위배 문제가 발생될 가능성이 최소화되나, 예상치 못한 오류 등으로 인하여 웹 접근성 위배 문제가 발생할 수도 있으므로, 마지막으로 상기 통계 관리 모듈(44)에서 이를 주기적으로 다시 점검해 줌으로써 더욱 웹 접근성 위배 문제 발생 가능성을 극소화시킬 수 있게 된다.In this case, the statistics management module 44 periodically checks the web accessibility compliance status for the entire web site and outputs statistics on the check result. As described above, when the web site is managed using the web content management system 100 according to the present invention, the possibility of a web accessibility violation may be minimized, but a web accessibility violation may occur due to an unexpected error. Finally, the statistics management module 44 periodically checks this again, thereby minimizing the possibility of a web accessibility violation problem.

도 5는 본 발명의 웹 접근성 관리 상세 동작의 한 실시예를 개략적으로 도시한 것으로, 상기 웹 접근성 관리 핵심 엔진(30) 및 상기 출판 관리 엔진(40)를 중심으로 설명한다. 어떤 컨텐츠가 관리자 인터페이스를 통해 입력이 되면, 상기 웹 접근성 체크 모듈(31)이 3단계의 점검(KWCAG 점검(국내 기준 관련) - W3C 점검(세계 기준 관련) - 스크린리더 점검)을 통해 현재 입력된 컨텐츠가 웹 접근성에 위배되는 부분이 없는지 확인한다. 이 때 웹 접근성에 위배되는 부분이 있으면 상기 수정 모듈(32)이 해당 부분을 수정하도록 관리자 인터페이스로 적절한 메시지 및 수정 사항 입력 단계를 제공하게 된다. 이러한 점검을 통하여 입력된 컨텐츠에 웹 접근성에 위배되는 부분이 없도록 확인이 끝나면, 상기 웹 접근성 체크 모듈(31)을 통과한 컨텐츠가 컴파일되어 데이터베이스에 입력됨과 동시에 상기 출판 관리 엔진(40)으로 넘겨진다. 상기 출판 관리 엔진(40)은 넘겨받은 컨텐츠를 다양한 브라우저 및 시각장애인을 위한 스크린리더를 모두 지원하도록 만들어 최종적으로 웹 페이지를 출판하게 된다.FIG. 5 schematically illustrates an embodiment of a detailed web accessibility management operation of the present invention, and will be described with reference to the web accessibility management core engine 30 and the publication management engine 40. When any content is input through the administrator interface, the web accessibility check module 31 is currently input through a three-step check (KWCAG check (national standard)-W3C check (world standard)-screen reader check). Check that the content does not violate web accessibility. In this case, if there is a part that violates web accessibility, the modification module 32 provides an appropriate message and modification input step to the administrator interface so as to modify the part. After checking to ensure that there is no violation of web accessibility in the input content through the check, the content passing through the web accessibility check module 31 is compiled and input into a database and is passed to the publication management engine 40 at the same time. . The publication management engine 40 makes the delivered content support all browsers and screen readers for the visually impaired to finally publish the web page.

마지막으로 상기 개발 프레임워크(50)는, 운영 체제 또는 서버 특성을 포함하는 전체 환경을 조정하는 환경 관리 모듈(51), 웹 사이트 전체의 자원을 관리하는 자원 관리 모듈(52), 접속 정보를 관리하는 접속 관리 모듈(53), 데이터베이스를 관리하는 데이터베이스 관리 모듈(54), 오류 또는 수정 사항을 포함하는 웹 사이트 전체의 기록을 관리하는 로그 관리 모듈(55), 그룹웨어 또는 내부 업무 시스템을 포함하는 외부 시스템과의 연계를 관리하는 연계 시스템 관리 모듈(56)을 포함하여 이루어진다.Finally, the development framework 50 manages the environment management module 51 for adjusting the overall environment including operating system or server characteristics, the resource management module 52 for managing resources of the entire web site, and access information. A connection management module 53 for managing a database, a database management module 54 for managing a database, a log management module 55 for managing a record of an entire web site including errors or corrections, an external device including a groupware or an internal business system And a linkage system management module 56 that manages linkage with the system.

본 발명은 상기한 실시예에 한정되지 아니하며, 적용범위가 다양함은 물론이고, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 본 발명이 속하는 분야에서 통상의 지식을 가진 자라면 누구든지 다양한 변형 실시가 가능한 것은 물론이다.The present invention is not limited to the above-described embodiments, and the scope of application of the present invention is not limited to those of ordinary skill in the art to which the present invention pertains without departing from the gist of the present invention as claimed in the claims. Of course, various modifications can be made.

도 1은 본 발명에 의한 웹 접근성 점검 기능을 가지는 웹 컨텐츠 관리 시스템.1 is a web content management system having a web accessibility checking function according to the present invention.

도 2는 위지위그 방식의 편집기의 한 예.Figure 2 is an example of the Wiegee-based editor.

도 3은 본 발명에서 비텍스트 컨텐츠의 인식용 태그 삽입 방식의 한 예.3 is an example of a tag insertion method for recognizing non-text content in the present invention.

도 4는 본 발명에서 비텍스트 컨텐츠의 인식용 태그 삽입 방식의 다른 예.4 is another example of a tag insertion method for recognizing non-text content in the present invention.

도 5는 본 발명에 의한 콘텐츠 입력, 수정, 출판까지 체계적인 웹 접근성 콘텐츠 관리 절차. 5 is a systematic web accessibility content management procedure from content input, modification, and publication according to the present invention.

**도면의 주요부분에 대한 부호의 설명**DESCRIPTION OF REFERENCE NUMERALS

100: 본 발명의 웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템100: web content management system having a web accessibility check function of the present invention

10: 컨텐츠 관리 엔진10: Content Management Engine

11: 사이트 관리 모듈 12: 템플릿 관리 모듈11: Site Administration Module 12: Template Management Module

13: 컨텐츠 관리 모듈 14: 게시판 관리 모듈13: Content Management Module 14: Bulletin Board Management Module

20: 애플리케이션 관리 엔진20: Application Management Engine

21: 회원 관리 모듈 22: 이벤트 관리 모듈21: Membership Management Module 22: Event Management Module

23: 투표 관리 모듈 24: 일정 관리 모듈23: Voting Management Module 24: Schedule Management Module

25: 기타 애플리케이션 관리 모듈25: Other application management module

30: 웹 접근성 관리 핵심 엔진30: Web Accessibility Management Core Engine

31: 웹 접근성 체크 모듈 32: 수정 모듈31: Web Accessibility Check Module 32: Modification Module

40: 출판 관리 엔진40: publishing management engine

41: 승인 관리 모듈 42: 예약 관리 모듈41: Approval Management Module 42: Reservation Management Module

43: 히스토리 관리 모듈 43: 통계 관리 모듈43: history management module 43: statistics management module

50: 개발 프레임워크50: Development framework

51: 환경 관리 모듈 52: 자원 관리 모듈51: environmental management module 52: resource management module

53: 접속 관리 모듈 54: 데이터베이스 관리 모듈53: access management module 54: database management module

55: 로그 관리 모듈 56: 연계 시스템 관리 모듈55: log management module 56: linked system management module

Claims (4)

웹 사이트의 전체 메뉴를 관리하며 메뉴의 추가, 수정 또는 삭제를 수행하는 사이트 관리 모듈(11), 웹 사이트에 사용되는 템플릿을 제공하는 템플릿 관리 모듈(12), 웹 문서 소스 수정을 포함하는 컨텐츠 관리를 수행하는 컨텐츠 관리 모듈(13), 게시판 관리를 수행하는 게시판 관리 모듈(14)을 포함하여 이루어지는 컨텐츠 관리 엔진(10);Site management module (11) that manages the entire menu of a website and adds, modifies, or deletes menus, template management module (12) that provides templates for websites, and content management including web document source modification A content management engine 10 including a content management module 13 to perform a bulletin board management module 14 to perform bulletin board management; 회원 관리 모듈(21), 이벤트 관리 모듈(22), 투표 관리 모듈(23), 일정 관리 모듈(24), 기타 애플리케이션 관리 모듈(25) 중 선택되는 어느 하나 이상을 포함하여 이루어지는 애플리케이션 관리 엔진(20);The application management engine 20 including any one or more selected from the member management module 21, the event management module 22, the voting management module 23, the schedule management module 24, and the other application management module 25. ); 컨텐츠의 추가 또는 수정이 이루어진 부분에 대하여 웹 접근성을 체크한 후 기준에 부합하면 상기 출판 관리 엔진(40)으로 전달하는 웹 접근성 체크 모듈(31), 상기 웹 접근성 체크 모듈(31)에 의하여 체크된 컨텐츠 중 웹 접근성에 위배된 내용을 수정하는 기능을 제공하고, 컨텐츠가 수정된 후 상기 출판 관리 엔진(40)으로 전달하는 수정 모듈(32);을 포함하여 이루어지는 웹 접근성 관리 핵심 엔진(30);The web accessibility check module 31 and the web accessibility check module 31 which check the web accessibility for the added or modified content and deliver it to the publication management engine 40 if it meets the criteria are checked. A web accessibility management core engine (30) comprising: a modification module (32) which provides a function of correcting a content violating web accessibility among contents, and which is delivered to the publication management engine (40) after the content is modified; 컨텐츠가 웹 사이트에 적용되기 전에 최종 승인하는 승인 관리 모듈(41), 컨텐츠의 웹 사이트에의 적용을 예약하여 지정하는 예약 관리 모듈(42), 웹 사이트의 버전을 관리하며 이전 버전으로 되돌리는 기능을 제공하는 히스토리 관리 모듈(43), 접속 유저 수, 방문 수를 포함하는 웹 사이트 관련 지표들의 통계를 관리하는 통계 관리 모듈(44)을 포함하여 이루어지는 출판 관리 엔진(40);An approval management module 41 for final approval before the content is applied to the website, a reservation management module 42 for scheduling and specifying the application of the content to the website, and the ability to manage the version of the website and return to the previous version. A publishing management engine 40 comprising a history management module 43 for providing a statistics management module 44 for managing statistics of website-related indicators including the number of access users and the number of visits; 운영 체제 또는 서버 특성을 포함하는 전체 환경을 조정하는 환경 관리 모듈(51), 웹 사이트 전체의 자원을 관리하는 자원 관리 모듈(52), 접속 정보를 관리하는 접속 관리 모듈(53), 데이터베이스를 관리하는 데이터베이스 관리 모듈(54), 오류 또는 수정 사항을 포함하는 웹 사이트 전체의 기록을 관리하는 로그 관리 모듈(55), 그룹웨어 또는 내부 업무 시스템을 포함하는 외부 시스템과의 연계를 관리하는 연계 시스템 관리 모듈(56)을 포함하여 이루어지는 개발 프레임워크(50);An environment management module 51 for adjusting the entire environment including operating system or server characteristics, a resource management module 52 for managing resources of the entire web site, a connection management module 53 for managing access information, and a database management Database management module (54), log management module (55) for managing records of the entire website including errors or corrections, and linkage system management module for managing associations with external systems including groupware or internal business systems. A development framework 50 comprising 56; 을 포함하여 이루어지는 것을 특징으로 하는 웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템.Web content management system having a web accessibility check function comprising a. 제 1항에 있어서, 상기 웹 접근성 관리 핵심 엔진(30)은The method of claim 1, wherein the web accessibility management core engine 30 상기 컨텐츠 관리 엔진(10) 및 상기 애플리케이션 관리 엔진(20)이 상기 출판 관리 엔진(40)으로 정보를 전달하는 경로에 위치되어 전달되는 정보를 점검 및 수정하는 것을 특징으로 하는 웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템.The content management engine 10 and the application management engine 20 has a web accessibility check function, characterized in that to check and modify the information that is located in the path for delivering information to the publication management engine 40 Web content management system. 제 1항에 있어서, 상기 웹 접근성 체크 모듈(31)은The web accessibility checking module 31 of claim 1, wherein 한국 웹 접근성 지침을 체크하는 단계, 세계 표준 웹 접근성 지침을 체크하는 단계, 시각 장애인을 위한 스크린 리더를 사용하여 체크하는 단계를 순차적으로 거쳐 컨텐츠를 체크하는 것을 특징으로 하는 웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템.A web with a web accessibility check function characterized in that the content is checked sequentially by checking a web accessibility guideline in Korea, checking a world standard web accessibility guideline, and using a screen reader for the visually impaired. Content Management System. 제 1항에 있어서, 상기 컨텐츠 관리 모듈(13) 및 상기 게시판 관리 모듈(14)은According to claim 1, wherein the content management module 13 and the bulletin board management module 14 이미지 또는 동영상을 포함하는 비텍스트 컨텐츠의 인식을 위한 태그를 입력하는 기능을 제공하는 것을 특징으로 하는 웹 접근성 체크 기능을 가지는 웹 컨텐츠 관리 시스템.A web content management system having a web accessibility check function, which provides a function of inputting a tag for recognizing non-text content including an image or a video.
KR1020090029470A 2009-04-06 2009-04-06 Content management system with web accessibility checking function KR20100111084A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020090029470A KR20100111084A (en) 2009-04-06 2009-04-06 Content management system with web accessibility checking function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020090029470A KR20100111084A (en) 2009-04-06 2009-04-06 Content management system with web accessibility checking function

Publications (1)

Publication Number Publication Date
KR20100111084A true KR20100111084A (en) 2010-10-14

Family

ID=43131458

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020090029470A KR20100111084A (en) 2009-04-06 2009-04-06 Content management system with web accessibility checking function

Country Status (1)

Country Link
KR (1) KR20100111084A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101337501B1 (en) * 2012-06-05 2013-12-05 주식회사 맑은기업 Automatically convert system for web accessibility standards of homepage
KR101448128B1 (en) * 2012-12-12 2014-10-08 충북대학교 산학협력단 System and method for managing web contents
KR20150049940A (en) * 2013-10-31 2015-05-08 주식회사 에스크레인 Method and system of verifying mobile accessibility
CN107330015A (en) * 2016-11-25 2017-11-07 深圳市联谛信息无障碍有限责任公司 It is a kind of that the accessible method of info web is realized by tertium quid
KR20200010669A (en) 2018-07-05 2020-01-31 김현욱 Big data based web-accessibility improvement apparatus and method
WO2023224423A1 (en) * 2022-05-20 2023-11-23 주식회사 마이크로페이지 Method and system for operating automatic website generation platform

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101337501B1 (en) * 2012-06-05 2013-12-05 주식회사 맑은기업 Automatically convert system for web accessibility standards of homepage
KR101448128B1 (en) * 2012-12-12 2014-10-08 충북대학교 산학협력단 System and method for managing web contents
KR20150049940A (en) * 2013-10-31 2015-05-08 주식회사 에스크레인 Method and system of verifying mobile accessibility
CN107330015A (en) * 2016-11-25 2017-11-07 深圳市联谛信息无障碍有限责任公司 It is a kind of that the accessible method of info web is realized by tertium quid
KR20200010669A (en) 2018-07-05 2020-01-31 김현욱 Big data based web-accessibility improvement apparatus and method
WO2023224423A1 (en) * 2022-05-20 2023-11-23 주식회사 마이크로페이지 Method and system for operating automatic website generation platform

Similar Documents

Publication Publication Date Title
US11675485B2 (en) Systems and methods for providing a tagging interface for external content
US20150089339A1 (en) Systems and methods for creating or updating an application using website content
EP2778977A1 (en) Systems and methods for providing a tagging interface for external content
Blakiston Developing a content strategy for an academic library website
KR20100111084A (en) Content management system with web accessibility checking function
US9852117B1 (en) Text-fragment based content editing and publishing
US10789053B2 (en) Facilitated user interaction
Daniels et al. Community as resource: Crowdsourcing transcription of an historic newspaper
Hayes et al. Developments in the Nunaliit cybercartographic atlas framework
Hunter Moving open access to open source: transitioning an open-access journal into the open journal systems journal management system
Rehberger Getting oral history online: collections management applications
US20080077641A1 (en) System and method for editing contract clauses in static web pages
Mellone et al. Applying best practices in web site redesign: the Queens College Libraries experience
Schmitt Professional CSS: cascading style sheets for web design
Lin et al. Discovering the present, preserving the past: the development of a digital archive at the University of Maryland
Krepp Development of Section 508–Compliant Document Production Protocols and Websites
Collier JR et al. Playing in the sandbox: EAC-CPF projects at Duke University
Schlitz et al. The TEIViewer: Facilitating the transition from XML to web display
Riondet et al. Standardization Survival Kit (Final)
Freund et al. Implementing a crowd-sourced picture archive for Bad Harzburg
Poolos Designing, Building, and Maintaining Websites
Dhillon et al. Open Health Care
Grube et al. Textdatenbank und Wörterbuch des Klassischen Maya
Holzer et al. Go-Lab Deliverable D5. 6 Releases of the Go-Lab Portal and the App Composer-final
Kashyap et al. FILE PORT a web based file manager for JUIT

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
SUBM Surrender of laid-open application requested