[go: up one dir, main page]

JP2009301239A - Authentication mark controller and authentication mark control program - Google Patents

Authentication mark controller and authentication mark control program Download PDF

Info

Publication number
JP2009301239A
JP2009301239A JP2008153581A JP2008153581A JP2009301239A JP 2009301239 A JP2009301239 A JP 2009301239A JP 2008153581 A JP2008153581 A JP 2008153581A JP 2008153581 A JP2008153581 A JP 2008153581A JP 2009301239 A JP2009301239 A JP 2009301239A
Authority
JP
Japan
Prior art keywords
authentication mark
diagnosis
web
content
authentication
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2008153581A
Other languages
Japanese (ja)
Inventor
Masahiro Watanabe
昌洋 渡辺
Yoko Asano
陽子 浅野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NTT Inc
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2008153581A priority Critical patent/JP2009301239A/en
Publication of JP2009301239A publication Critical patent/JP2009301239A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

【課題】 ウェブコンテンツを複数回診断して、最新の診断結果に従った認証マークをウェブコンテンツに与える。
【解決手段】 認証マーク制御装置101は、ネットワーク102を介してウェブサーバ103.104と通信可能に接続されている。情報蓄積部5は、ウェブサーバ103.104から取得した診断対象のウェブコンテンツを保存する。情報診断部6は、情報蓄積部5に保存されたウェブコンテンツをユニバーサルデザイン等予め設定された認証基準に従って(1)定期的、(2)ウェブコンテンツの更新時、(3)ウェブ閲覧者の閲覧時に診断し、そのウェブコンテンツの診断結果を反映し、認証マークを書き換える。
【選択図】 図1
PROBLEM TO BE SOLVED: To diagnose a web content a plurality of times and give an authentication mark according to the latest diagnosis result to the web content.
An authentication mark control apparatus 101 is connected to a web server 103.104 via a network 102 so as to be communicable. The information storage unit 5 stores the web content to be diagnosed acquired from the web server 103.104. The information diagnostic unit 6 (1) periodically, (2) when updating web content, (3) browsing by web viewers, according to preset authentication standards such as universal design for web content stored in the information storage unit 5 Diagnose occasionally, reflect the diagnostic result of the web content, and rewrite the authentication mark.
[Selection] Figure 1

Description

本発明は、主にインターネットに公開されているウェブコンテンツを認証基準に従って診断し、該診断結果に応じた認証マークを付与する認証マーク制御装置および認証マーク制御プログラムに関する。   The present invention relates to an authentication mark control apparatus and an authentication mark control program for diagnosing web content mainly published on the Internet according to an authentication standard and providing an authentication mark according to the diagnosis result.

インターネット社会の進展に伴い、インターネットによる情報取得の機会が増えてきた。それに伴い、ウェブコンテンツは誰にでも扱うことができるようにデザインされることが求められている。これは、ウェブのアクセシビリティ、あるいはウェブのユニバーサルデザインなどと呼ばれ、ますます重要になってきている。また、「使いやすさ」はユーザビリティと呼ばれており、いろいろな観点から工夫をしてウェブコンテンツを制作する必要がある。例えば、ウェブのユニバーサルデザインの観点からすると、画像が閲覧できない閲覧者のためにウェブコンテンツに含まれる画像に代替テキストを付けたり、閲覧者が自由に文字を拡大できるように文字の大きさを相対値で指定したり、背景色と文字色の明度コントラストを上げたりすることは有効である。また、これに関連して、特許文献1には、視覚障がい者であってもウェブを利用できる音声ブラウザシステムについて記載されている。   With the progress of the Internet society, opportunities for information acquisition via the Internet have increased. Along with this, web content is required to be designed so that anyone can handle it. This is called web accessibility, or web universal design, and is becoming increasingly important. “Usability” is called usability, and it is necessary to devise web content from various viewpoints. For example, from the viewpoint of the universal design of the web, for the viewer who cannot browse the image, add alternative text to the image included in the web content, or relative size of the text so that the viewer can freely enlarge the text It is effective to specify the value or increase the brightness contrast between the background color and the text color. In relation to this, Patent Document 1 describes a voice browser system that can use the web even for visually impaired persons.

これらの配慮すべき項目はW3C(World Wide Web Consortium)の「Web Content Accessibility Guidelines 1.0」やJIS規格の「JIS X8341−3」で基準が定められている。これらの基準を使えば、ウェブコンテンツがユニバーサルデザイン等の基準に対応しているかを診断することが可能である。また、これらの基準に基づくチェックツールも開発され、一般に公開されている。このチェックツールを使えば、効率的にウェブコンテンツの診断を行うことができる。   Standards for these items to be considered are defined in “Web Content Accessibility Guidelines 1.0” of W3C (World Wide Web Consortium) and “JIS X8341-3” of JIS standard. If these criteria are used, it is possible to diagnose whether the web content corresponds to a standard such as universal design. A check tool based on these standards has also been developed and made public. By using this check tool, it is possible to efficiently diagnose web contents.

例えば、「画像に代替テキストを付ける」という項目は、「IMG要素にはalt属性を設定する」ということになり、HTML文書の中でIMGタグを検索し、「alt=“ABC”」などがあれば、この項目を満たしていると言える。この場合には、「ABC」が代替テキストとなる。このとき、チェックツールは文字列検索技術のひとつであるパターンマッチングの機能を有しており、HTML文書の<IMG>というタグを検索し、その中に「alt=“ABC”」などという表現があるかどうかをチェックする。   For example, the item “add alt text to an image” means “set an alt attribute to an IMG element”, search for an IMG tag in an HTML document, and “alt =“ ABC ”” or the like. If there is, it can be said that this item is satisfied. In this case, “ABC” is the alternative text. At this time, the check tool has a pattern matching function, which is one of the character string search techniques, and searches for a tag <IMG> in the HTML document, and an expression such as “alt =“ ABC ”” is included therein. Check if it exists.

例えば、IMGタグは<IMG src=“image/image.jpg”alt=“ABC” width=100 height=100>のような形をしている。このような場合、「<IMG」から始まり「>」で終わるまでに、「alt」があればOK、なければNGなどと診断することができる。   For example, the IMG tag has a form of <IMG src = “image / image.jpg” alt = “ABC” width = 100 height = 100>. In such a case, if “alt” is present before “<IMG” and ends with “>”, it can be diagnosed as OK, otherwise NG can be diagnosed.

このようにガイドラインやチェックツールを使ってウェブページを診断すれば、ウェブがユニバーサルデザイン等の基準に対応しているかをチェックすることが可能である。また、ウェブのユーザビリティなどに対しても、一定の基準があれば診断を行うことが可能である。例えば、「地図のページには電話番号を併記する」などという基準を設ければ、その診断基準によって診断を行うことができる。このように、ユニバーサルデザイン以外にも任意の基準に従って診断を行うことができる。   By diagnosing a web page using guidelines and check tools in this way, it is possible to check whether the web complies with standards such as universal design. Moreover, if there is a certain standard for web usability or the like, it is possible to make a diagnosis. For example, if a criterion such as “A phone number is also written on the map page” is set, diagnosis can be performed based on the diagnosis criterion. In this way, diagnosis can be performed according to any standard other than the universal design.

このようなチェックツールを使った診断を行った場合に、ウェブページに診断済のマークを付けるなどのサービスが存在する。
特開平11−249867号公報
When a diagnosis is performed using such a check tool, there are services such as marking a diagnosed web page.
JP-A-11-249867

しかしながら、従来は、ある基準に従っているウェブコンテンツに認証マークを付けることができるものの、ウェブコンテンツは日々更新されるものであり、ある時点で認証マークが与えられるようなデザインになっていても、更新した瞬間に認証マークを取り消さなければならなくなる状況もあり得る。   However, in the past, although it was possible to place a certification mark on web content that complies with a certain standard, the web content is updated daily, and even if the design is such that a certification mark is given at a certain point in time, it is updated. There may be a situation where the certification mark must be canceled at the moment.

したがって、ウェブ閲覧者にとっては、認証マークが付いたウェブコンテンツであっても、認証マークをどの程度信頼できるのかが分からず、認証マークに対する信頼度が高められないという問題があった。   Therefore, there is a problem that the web viewer cannot know how reliable the authentication mark is even if it is web content with the authentication mark, and the reliability of the authentication mark cannot be increased.

そこで、本発明は、ウェブコンテンツを複数回にわたって診断し、最新の診断結果に従った認証マークをウェブコンテンツに与えることを解決課題としている。   Therefore, the present invention has a problem to be solved by diagnosing web content a plurality of times and providing the web content with an authentication mark according to the latest diagnosis result.

本発明は、前記課題を解決するために創作された技術的思想であって、診断対象となるコンテンツを、ユニバーサルデザイン等の基準を満たしているか否かを診断し、満たしていれば合格の判定を与える一方、満たしていなければ合格の判定を取り消している。   The present invention is a technical idea created to solve the above-mentioned problem, and diagnoses whether or not the content to be diagnosed satisfies the criteria such as universal design, and if so, the determination of pass On the other hand, if it does not meet the requirement, the pass judgment is cancelled.

具体的には、請求項1記載の発明は、ウェブ上のコンテンツをネットワーク経由で診断し、診断結果に応じた認証マークを前記コンテンツに付与する認証マーク制御装置であって、前記コンテンツを予め設定された任意の認証基準に従って診断する診断手段を備え、前記診断手段が前記コンテンツを複数回診断して、各診断結果に応じて前記認証マークを書換可能なことを特徴としている。   Specifically, the invention according to claim 1 is an authentication mark control apparatus that diagnoses content on the web via a network and adds an authentication mark according to the diagnosis result to the content, wherein the content is set in advance. Diagnostic means for diagnosing in accordance with any given authentication standard, wherein the diagnosing means diagnoses the content a plurality of times and rewrites the authentication mark according to each diagnosis result.

また、請求項2記載の発明は、前記認証基準が、ユニバーサルデザインの認証基準であることを特徴としている。   The invention described in claim 2 is characterized in that the authentication standard is a universal design authentication standard.

また、請求項3記載の発明は、前記診断手段は、予め設定されたスケジュールに従って定期的に前記コンテンツを診断することを特徴としている。   The invention according to claim 3 is characterized in that the diagnosis means periodically diagnoses the content according to a preset schedule.

また、請求項4記載の発明は、前記診断手段は、前記認証マークの付与された前記コンテンツの更新が公開されるときに、公開前に更新コンテンツを診断することを特徴としている。   The invention according to claim 4 is characterized in that, when the update of the content to which the authentication mark is added is published, the diagnosis unit diagnoses the updated content before publication.

また、請求項5記載の発明は、前記診断手段は、前記認証マークの付与された前記コンテンツを閲覧者が閲覧するときに、閲覧者の閲覧前に前記コンテンツを診断することを特徴としている。   The invention according to claim 5 is characterized in that, when the browser browses the content to which the authentication mark is given, the diagnostic unit diagnoses the content before the browser browses.

また、請求項6記載の発明は、前記診断手段は、前記コンテンツが複数ページを有するウェブサイトのときに、前記ページ毎に診断結果を定めることを特徴としている。   The invention according to claim 6 is characterized in that, when the content is a website having a plurality of pages, the diagnosis means determines a diagnosis result for each page.

また、請求項7記載の発明は、前記診断手段は、前記コンテンツが複数ページを有するウェブサイトのときに、前記各ページの診断結果を総合して前記ウェブサイトの診断結果を定めることを特徴としている。   The invention according to claim 7 is characterized in that, when the content is a website having a plurality of pages, the diagnosis means determines the diagnosis result of the website by combining the diagnosis results of the pages. Yes.

また、請求項8記載の発明は、前記コンテンツの診断結果を時系列に保存した情報蓄積手段をさらに備え、前記診断手段は、前記コンテンツの診断結果と前記情報蓄積手段に保存された前回の診断結果とが相違するときに、前記認証マークを書き換えることを特徴としている。   The invention according to claim 8 further includes an information storage unit that stores the diagnosis results of the contents in time series, and the diagnosis unit stores the diagnosis results of the contents and the previous diagnosis stored in the information storage unit. When the result is different, the authentication mark is rewritten.

また、請求項9記載の発明は、前記診断手段は、前記情報蓄積手段に保存された前回の診断結果を前記認証マークに記述することを特徴としている。   The invention according to claim 9 is characterized in that the diagnosis means describes the previous diagnosis result stored in the information storage means in the authentication mark.

また、請求項10記載の発明は、認証マーク制御プログラムであり、請求項1〜9のいずれか1項に記載の認証マーク制御装置として、コンピュータを機能させることを特徴としている。   The invention described in claim 10 is an authentication mark control program, wherein the computer functions as the authentication mark control apparatus described in any one of claims 1-9.

請求項1〜10記載の発明によれば、コンテンツには最新の診断結果を反映した認証マークが付与されることから、認証マークの信頼性が向上する。   According to the first to tenth aspects of the present invention, since the authentication mark reflecting the latest diagnosis result is given to the content, the reliability of the authentication mark is improved.

特に、請求項3記載の発明によれば、スケジュールに従って定期的にコンテンツが診断されるため、最新の診断結果が認証マークに反映される。   In particular, according to the invention described in claim 3, since the content is regularly diagnosed according to the schedule, the latest diagnosis result is reflected in the authentication mark.

また、請求項4記載の発明によれば、更新コンテンツの認証マークに最新の診断結果が反映される。   According to the invention described in claim 4, the latest diagnosis result is reflected in the authentication mark of the updated content.

さらに、請求項5記載の発明によれば、閲覧するコンテンツの認証マークには最新の診断結果が反映される。   According to the fifth aspect of the present invention, the latest diagnosis result is reflected in the authentication mark of the content to be browsed.

本発明は、主にインターネットに公開されているウェブコンテンツが、ユニバーサルデザインなどの認証基準を満たしているかを診断するといった利用を想定している。本発明は、ユニバーサルデザインの基準ではなく、ユーザビリティなど任意の基準を使うことができるが、以下では、ユニバーサルデザインの基準を例として説明する。例えば、「画像に代替テキストが付いているか」といったいくつかの項目を診断した結果、認証基準を満たしていれば、ウェブコンテンツに合格の判定を付与するといった利用方法である。   The present invention is supposed to be used mainly for diagnosing whether web contents published on the Internet satisfy an authentication standard such as universal design. In the present invention, any standard such as usability can be used instead of the universal design standard. Hereinafter, the universal design standard will be described as an example. For example, as a result of diagnosing some items such as “Is there an alternative text on the image” or not, if the authentication standard is satisfied, the web content is given a pass determination.

もっとも、ウェブコンテンツは日々更新されていることから、ある時点では認証基準を満たしていても、更新により基準を外れるおそれもある。この場合に、ウェブコンテンツを定期的に診断したり、ウェブコンテンツが更新されたタイミングで診断を行えば、最新の診断結果を得ることができる。   However, since web contents are updated every day, even if the certification standard is satisfied at a certain point in time, there is a possibility that the standard will be lost due to the update. In this case, the latest diagnosis result can be obtained by periodically diagnosing the web content or performing diagnosis at the timing when the web content is updated.

そこで、本発明は、ウェブコンテンツを(1)定期的、(2)ウェブコンテンツ更新時、(3)閲覧者のウェブコンテンツ閲覧時に診断し、その診断結果をウェブコンテンツに表示する認証マークに反映させている。以下、本発明の実施形態を図面に基づき説明する。   Therefore, the present invention diagnoses web content (1) periodically, (2) when updating web content, (3) when browsing web content, and reflects the diagnosis result on an authentication mark displayed on the web content. ing. Hereinafter, embodiments of the present invention will be described with reference to the drawings.

(1)構成例
図1は、本発明の実施形態に係る認証マーク制御装置101の構成例およびネットワーク構成例を示している。この認証マーク制御装置101は、ネットワーク102を介して、2台のウェブサーバ103.104、およびウェブ閲覧者PC105と通信可能に接続されている。この認証マーク制御装置101によれば、ウェブサーバ103.104から診断対象のウェブコンテンツが取得され、認証基準に基づく診断が行われるとともに、その診断結果に応じた認証マークが付与される。この認証基準としては、W3C(World Wide Web Consortium)のWeb Content Accessibility Guidelines 1.0やJIS規格の「JIS X8341−3」で基準が定められている。もっとも、認証基準はこれに限定されるものではなく、設定や使用によって適宜に診断内容に合わせた基準に変更することができる。
(1) Configuration Example FIG. 1 shows a configuration example and a network configuration example of the authentication mark control apparatus 101 according to the embodiment of the present invention. The authentication mark control apparatus 101 is connected to the two web servers 103.104 and the web browser PC 105 via the network 102 so as to be communicable. According to the authentication mark control apparatus 101, web content to be diagnosed is acquired from the web server 103.104, a diagnosis based on the authentication standard is performed, and an authentication mark according to the diagnosis result is given. As the authentication standard, a standard is defined in W3C (World Wide Web Consortium) Web Content Accessibility Guidelines 1.0 and JIS standard “JIS X8341-3”. However, the authentication standard is not limited to this, and can be appropriately changed to a standard that matches the diagnosis contents by setting and use.

具体的には、認証マーク制御装置101は、サーバあるいはパーソナルコンピュータ(PC)により構成され、図1に示すように、キーボードやマウスなどの入力デバイスである情報入力部1と、各構成要素の制御や演算処理をする制御部2(例えばCPUなど)と、ネットワーク接続に使用する通信デバイスなどの送受信部3と、取得したウェブコンテンツを画像化する情報解析部4と、処理データを記録可能なハードディスクドライブ装置などの保存手段で構成された情報蓄積部5と、ウェブコンテンツを認証基準に基づき診断する情報診断部6と、ディスプレイやスピーカなどの出力デバイスである情報出力部7と、診断時刻を制御可能なタイマ8とを備え、ハードディスクドライブ装置に保存された前記認証基準を読み出して診断が行われる。   Specifically, the authentication mark control apparatus 101 is configured by a server or a personal computer (PC). As shown in FIG. 1, the information input unit 1 that is an input device such as a keyboard and a mouse, and control of each component. And a control unit 2 (for example, a CPU) for performing arithmetic processing, a transmission / reception unit 3 such as a communication device used for network connection, an information analysis unit 4 for imaging acquired web content, and a hard disk capable of recording processing data An information storage unit 5 constituted by storage means such as a drive device, an information diagnosis unit 6 that diagnoses web content based on authentication criteria, an information output unit 7 that is an output device such as a display and a speaker, and a diagnosis time are controlled And a timer 8 capable of performing diagnosis by reading out the authentication criteria stored in the hard disk drive device. Divide.

前記情報解析部4は、ウェブサーバ103.104から取得したウェブコンテンツの情報を計算によって画像化し(レンダリング)、ディスプレイなどの前記情報出力部7へ表示する。この機能は、例えばコンピュータのハードディスクドライブ装置などにインストールされたレンダリング用アプリケーションプログラムを、前記制御部2にて実行することにより実現される。   The information analysis unit 4 images (renders) the web content information acquired from the web server 103.104 by calculation and displays the information on the information output unit 7 such as a display. This function is realized by causing the control unit 2 to execute a rendering application program installed in, for example, a hard disk drive of a computer.

前記情報蓄積部5には、ウェブサーバ103.104から取得した診断対象のウェブコンテンツや該ウェブコンテンツの診断結果などが時系列に基づき保存されているものとする。   It is assumed that the information storage unit 5 stores the web content to be diagnosed acquired from the web server 103.104, the diagnosis result of the web content, and the like based on time series.

前記情報診断部6は、前記情報蓄積部5に保存された診断対象のウェブコンテンツを前記認証基準に基づいて診断する。この診断機能は、例えば一般に公開されている認証基準に基づくチェックツールなどをコンピュータにインストールし、前記制御部2などがこれを実行することにより実現される。   The information diagnosis unit 6 diagnoses the web content to be diagnosed stored in the information storage unit 5 based on the authentication criteria. This diagnostic function is realized, for example, by installing a check tool or the like based on a publicly available authentication standard on a computer and executing it by the control unit 2 or the like.

前記タイマ8には、診断を開始する日時や診断間隔などの診断スケジュールを予め設定しておくことができる。以下、認証マーク制御装置101の診断処理を実施例1〜3に沿って説明する。   The timer 8 can be set in advance with a diagnosis schedule such as a date and time at which diagnosis is started and a diagnosis interval. Hereinafter, the diagnosis process of the authentication mark control apparatus 101 will be described along with the first to third embodiments.

(2)実施例1
本実施例では、認証マーク制御装置101は、予め指定されたウェブページをスケジュールに従って定期的に診断し、診断結果に応じてウェブページに付与されている認証マークを制御する。このとき複数のウェブページからなるウェブサイトの診断を、ウェブサイトに属する全ページの診断結果などから行い、そのウェブサイトの合否を判定する。
(2) Example 1
In this embodiment, the authentication mark control device 101 periodically diagnoses a web page designated in advance according to a schedule, and controls the authentication mark given to the web page according to the diagnosis result. At this time, the diagnosis of the website composed of a plurality of web pages is performed from the diagnosis results of all the pages belonging to the website, and the pass / fail of the website is determined.

ここでは、認証マーク画像データは前記情報蓄積部5に予め保存されているものとする。また、前記情報蓄積部5には、診断対象となるウェブページのURL、そのウェブページが属するウェブサイトのトップページのURLなどを保存する診断対象データベースが構築されているものとする。この診断対象データベースの一例を表1に示す。   Here, it is assumed that the authentication mark image data is stored in the information storage unit 5 in advance. In the information storage unit 5, a diagnosis target database for storing the URL of a web page to be diagnosed and the URL of the top page of the website to which the web page belongs is constructed. An example of this diagnosis target database is shown in Table 1.

Figure 2009301239
Figure 2009301239

表1によれば、サイト整理番号1.2の各ウェブページは、2008年3月22日10時00分に診断が行われている。このとき、前記タイマ8には、24時間毎に診断を行うよう設定されているものとする。したがって、次回の診断は2008年3月23日10時00分に開始される。ここでは、この次回の診断を例に、認証マーク制御装置101の動作を図2のフローチャートに基づき説明する。   According to Table 1, each web page with the site reference number 1.2 was diagnosed at 10:00 on March 22, 2008. At this time, the timer 8 is set to perform diagnosis every 24 hours. Therefore, the next diagnosis is started on March 23, 2008 at 10:00. Here, taking the next diagnosis as an example, the operation of the authentication mark control apparatus 101 will be described based on the flowchart of FIG.

S01:まず、前記タイマ8で設定された日時になると、前記制御部2にて前記情報蓄積部5内の前記診断対象データベースを参照し、最初の診断対象URLを読み出す。ここでは表1におけるページ整理番号1の診断対象URLを読み出す。このURLは「http://www.aaa.jp/aaa/index.html」である。このページを、ページ整理番号を用いてウェブページ1と呼ぶ。   S01: First, when the date set by the timer 8 is reached, the control unit 2 refers to the diagnosis target database in the information storage unit 5 and reads the first diagnosis target URL. Here, the URL to be diagnosed with page number 1 in Table 1 is read. This URL is “http://www.aaa.jp/aaa/index.html”. This page is referred to as a web page 1 using a page number.

S02:前記制御部2は、前記送受信部3および前記ネットワーク102を通じて、前記ウェブページ1を格納するウェブサーバ103と通信し、前記ウェブページ1を受信する。このとき、前記ウェブページ1の診断対象URLは、前記ウェブサーバ103上に存在するものとする。   S02: The control unit 2 communicates with the web server 103 storing the web page 1 through the transmission / reception unit 3 and the network 102, and receives the web page 1. At this time, it is assumed that the diagnosis target URL of the web page 1 exists on the web server 103.

S03:前記制御部2は、S02で受信した前記ウェブページ1を前記情報蓄積部5に保存する。そして、保存した前記ウェブページ1の情報に対して前記情報解析部4にて画像化処理(レンダリング)を行い、ディスプレイなどの前記情報出力部7に表示する。このディスプレイに表示されたウェブページ1の表示例を図3に示す。   S03: The control unit 2 stores the web page 1 received in S02 in the information storage unit 5. Then, the information analysis unit 4 performs imaging processing (rendering) on the stored information on the web page 1 and displays the information on the information output unit 7 such as a display. A display example of the web page 1 displayed on this display is shown in FIG.

S04:前記情報診断部6にて、前記ウェブページ1を診断する。認証基準の項目が適用されたチェックツールによって自動診断できるようになっている。また、この診断は、図3のようなレンダリング後の表示や前記ウェブページ1のソースファイルを見ながら人が判断し、図4のような画面から結果を人が入力するようにしても、どちらでもよい。図4は診断結果を入力する画面の例であり、判定の列にラジオボタンがあり、合格か不合格かを選択できるようになっている。図4の診断項目などのデータは予め前記情報蓄積部5に蓄積されており、これがディスプレイなどに表示される。それを見て、人がマウスやキーボードなどの前記情報入力部1から結果を入力すればよい。   S04: The information diagnosis unit 6 diagnoses the web page 1. Automatic diagnosis can be performed by a check tool to which the items of the certification standard are applied. In addition, this diagnosis may be performed by a person judging from the display after rendering as shown in FIG. 3 or the source file of the web page 1 and inputting the result from the screen as shown in FIG. But you can. FIG. 4 is an example of a screen for inputting a diagnosis result, and there is a radio button in the determination column so that pass or fail can be selected. Data such as diagnostic items in FIG. 4 is stored in advance in the information storage unit 5 and displayed on a display or the like. Looking at it, a person may input the result from the information input unit 1 such as a mouse or a keyboard.

この診断結果は、前記情報診断部6にて、前記情報蓄積部5に予め構築されているページ診断結果データベースに記録される。このページ診断結果データベースの一例を表2に示す。   The diagnosis result is recorded by the information diagnosis unit 6 in a page diagnosis result database built in the information storage unit 5 in advance. An example of this page diagnosis result database is shown in Table 2.

Figure 2009301239
Figure 2009301239

表2は、ウェブページ1に関する診断結果を示すレコードである。ここでは、表1の診断対象データベースに記載された診断対象のウェブページの数だけ、診断結果のレコードをページ診断結果データベースに用意しておき、結果を追記するようにする。このページ診断結果データベースには、予め診断項目の項目番号、診断項目、配点が設定されており、判定と得点は診断後に追記される。   Table 2 is a record showing a diagnosis result related to the web page 1. Here, as many diagnosis result records as the number of web pages to be diagnosed described in the diagnosis object database in Table 1 are prepared in the page diagnosis result database, and the results are additionally written. In this page diagnosis result database, item numbers, diagnosis items, and points are assigned in advance, and the determination and score are added after diagnosis.

ここで、表2では診断項目はn個あるが、各診断項目の条件を満たしているとき、その項目に対する判定を合格とし、診断項目の条件を満たしていないときは不合格とする。合格であれば、その配点を得点の列に追記し、不合格であれば、得点を0とする。ここで配点が一様でないのは、各診断項目に対して重要度が異なり、優先度が付いているためである。この優先度が高いものは重要であるとして配点を5点とし、優先度が低くなるに従い配点を3点、1点としている。本実施例では、配点は1、3、5点の3段階となっている。このようにしてすべての診断項目に対して同様の診断を行い、得点をすべて加算して表2の最終行に追記する。ここでは、総得点は52点となっている。   Here, although there are n diagnostic items in Table 2, when the condition of each diagnostic item is satisfied, the determination for the item is passed, and when the condition of the diagnostic item is not satisfied, it is rejected. If it passes, the score is added to the score column, and if it fails, the score is 0. The reason why the points are not uniform is that the importance is different for each diagnosis item and the priority is given. The points with high priority are considered important, and the points are assigned 5 points, and the points are assigned 3 points and 1 point as the priority is lowered. In the present embodiment, the scoring is made in three stages of 1, 3, and 5 points. In this way, the same diagnosis is performed for all diagnosis items, and all the scores are added and added to the last line of Table 2. Here, the total score is 52 points.

S05:S04で診断されたウェブページが認証基準を満たしているかの合否を判定する。具体的には、前記情報診断部6にて、前記ページ診断結果データベースからウェブページの診断結果を読み出して判定する。この判定は、S04で算出したウェブページの総得点と、予め前記情報蓄積部5に保存された合否レベルとを比較して行うことができる。本実施例では、合否レベルを60点とする。つまり、ウェブページの総得点が60点以上であるとき、そのウェブページは合格であるとし、60点未満であるときには、そのウェブページは不合格である。したがって、表2に示した52点から、ウェブページ1は不合格であると判定される。   S05: It is determined whether or not the web page diagnosed in S04 satisfies the authentication criteria. Specifically, the information diagnosis unit 6 reads and determines the diagnosis result of the web page from the page diagnosis result database. This determination can be made by comparing the total score of the web page calculated in S04 with a pass / fail level stored in the information storage unit 5 in advance. In this embodiment, the pass / fail level is 60 points. That is, when the total score of a web page is 60 points or more, the web page is considered to be acceptable, and when it is less than 60 points, the web page is unacceptable. Therefore, it is determined from the 52 points shown in Table 2 that the web page 1 is rejected.

なお、ここでは60点以上と60点以下で2種類の評価を与えているが、この評価は3種類以上であってもよい。例えば、60点未満をC評価、60点以上80点未満をB評価、80点以上をA評価などとしてもよい。このとき、合否レベルを60点とすれば、A、B評価は合格で、C評価は不合格となる。   In addition, although two types of evaluation is given here by 60 points or more and 60 points or less, this evaluation may be three or more types. For example, the C evaluation may be less than 60 points, the B evaluation may be 60 points or more and less than 80 points, and the A evaluation may be 80 points or more. At this time, if the pass / fail level is 60 points, the A and B evaluations are acceptable and the C evaluation is unacceptable.

この結果を、評価と判定を分けて表1の前記診断対象データベースに追記する。例えば、52点であればC評価で不合格、88点であればA評価で合格などとなる。この結果を表1の前記診断対象データベースの対応する欄に上書きすると、表3に示す診断後の診断対象データベースが構築される。   This result is added to the diagnosis target database in Table 1 separately for evaluation and determination. For example, if it is 52 points, it will be rejected by C evaluation, and if it is 88 points, it will pass by A evaluation. When this result is overwritten in the corresponding column of the diagnosis object database in Table 1, the diagnosis object database after diagnosis shown in Table 3 is constructed.

Figure 2009301239
Figure 2009301239

表3では表1と異なり、最新診断日時が2008年3月23日10時00分に更新されている。このようにして、前記診断対象データベースに記憶されたすべての診断対象ウェブページに対して診断を行う。   In Table 3, unlike Table 1, the latest diagnosis date is updated on March 23, 2008 at 10:00. In this way, diagnosis is performed on all diagnosis target web pages stored in the diagnosis target database.

S06:S05のウェブページの合否判定結果に基づいてウェブサイトの合否判定を行う。通常、ウェブサイトは、単一または複数のウェブページから構成されている。表1.2によれば、ウェブサイト1はウェブページ1〜6の6つのウェブページからなる。したがって、ウェブページ1〜6の診断結果を総合してウェブサイト1の合否判定を行うことができる。   S06: A website pass / fail determination is made based on the result of the web page pass / fail determination in S05. Usually, a website is composed of a single web page or a plurality of web pages. According to Table 1.2, the website 1 is composed of six web pages 1 to 6. Therefore, the pass / fail determination of the website 1 can be performed by integrating the diagnosis results of the web pages 1 to 6.

具体的には、まず、前記情報診断部6にて、表3の診断対象データベースからウェブページ毎の総得点や判定、評価などを読み出し、それらを前記情報蓄積部5に構築されたサイト診断結果データベースに記録する。このサイト診断結果データベースの一例を表4に示す。   Specifically, first, the information diagnosis unit 6 reads out the total score, determination, evaluation, and the like for each web page from the diagnosis target database of Table 3, and the site diagnosis result built in the information storage unit 5 is read out. Record in the database. An example of this site diagnosis result database is shown in Table 4.

Figure 2009301239
Figure 2009301239

表4は、ウェブサイト1の診断結果を示すレコードである。ここでは、表1の診断対象データベースに記載された診断対象のウェブサイトの数だけ、診断結果のレコードを前記サイト診断結果データベースに用意しておき、結果を追記するようにする。   Table 4 is a record showing the diagnosis result of the website 1. Here, as many diagnosis result records as the number of diagnosis target websites described in the diagnosis target database in Table 1 are prepared in the site diagnosis result database, and the results are additionally written.

表4に示すように、このウェブサイト1はページ番号が1〜NのN個のウェブページから構成されているとする。ページ番号1のウェブページ1の得点は2列目に示されているように52点であり、ページ番号2のウェブページ2の得点は80点である。また、各ウェブページの合否判定が4列目に、評価が5列目にそれぞれ示されている。   As shown in Table 4, it is assumed that this website 1 is composed of N web pages with page numbers 1 to N. The score of web page 1 with page number 1 is 52 points as shown in the second column, and the score of web page 2 with page number 2 is 80 points. The pass / fail judgment for each web page is shown in the fourth column, and the evaluation is shown in the fifth column.

ところで、このウェブサイト1のように、ウェブサイトが複数のウェブページから構成されている場合、各ウェブページを比較することにより評価される項目がある。例えば、ウェブサイトの中で、各ウェブページを容易に判別できるように、ウェブページのタイトルが別にされているか、あるいは、音声ブラウザで読み上げたときに区別しやすくするために、タイトルの先頭が異なる言葉で始まっているか、などである。これらの項目を、サイト特有診断項目と呼ぶ。   By the way, like this website 1, when a website is composed of a plurality of web pages, there are items evaluated by comparing each web page. For example, in the website, the title of the web page is different so that each web page can be easily identified, or the title head is different so that it can be easily distinguished when read by a voice browser Whether it starts with words. These items are called site-specific diagnostic items.

このサイト特有診断項目に関する診断は、前記情報診断部6にて、ウェブサイトを構成する複数のウェブページを前記情報蓄積部5から読み出し、それらを前記サイト特有診断項目に従って診断して行う。そして、診断結果を前記情報蓄積部5に予め構築されたサイト特有診断項目データベースに記録する。この診断項目がM個ある場合のサイト特有診断項目データベースの一例を表5に示す。   The diagnosis relating to the site-specific diagnosis item is performed by the information diagnosis unit 6 by reading a plurality of web pages constituting the website from the information storage unit 5 and diagnosing them according to the site-specific diagnosis item. Then, the diagnosis result is recorded in a site-specific diagnosis item database built in advance in the information storage unit 5. Table 5 shows an example of the site-specific diagnostic item database when there are M diagnostic items.

Figure 2009301239
Figure 2009301239

表5は、ウェブサイト1の診断結果を示すレコードである。ここでは、表1の診断対象データベースに記載された診断対象のウェブサイトの数だけ、診断結果のレコードを前記サイト特有診断項目データベースに用意しておき、結果を追記するようにする。ここでは、ウェブサイト1の総得点は90点となっている。   Table 5 is a record showing the diagnosis result of the website 1. Here, as many diagnosis result records as the number of websites to be diagnosed described in the diagnosis object database in Table 1 are prepared in the site-specific diagnosis item database, and the results are additionally recorded. Here, the total score of the website 1 is 90 points.

そして、この総得点を、前記情報診断部6にて表4に示した前記サイト診断結果データベースのページ番号0の行に追記し、合否判定を行って評価を算出する。ここでは、得点90点が追記され、これを基に合格判定およびA評価が算出・追記されている。   Then, the total score is added to the line of page number 0 of the site diagnosis result database shown in Table 4 by the information diagnosis unit 6, and a pass / fail determination is performed to calculate an evaluation. Here, a score of 90 points is added, and based on this, a pass determination and an A evaluation are calculated and added.

このとき、ウェブサイト特有診断項目の結果をウェブページの診断結果と同列に扱うために、ウェブページの診断による得点の最高得点が、ウェブサイト特有診断による得点と等しくなるよう正規化を行ってもよい。例えば、ウェブページによっては画像を持たないものもあり、そのようなウェブページに対して画像に関する診断を行っても得点が加算されず、総得点が極端に低くなる可能性がある。そのような場合には正規化が有効である。また、ウェブページによっても重要なページとそれほど重要でないページが考えられるため、配点により重み付けをしてもよい。しかし、究極には、どのページも等しく良い点数になるべきであるため、本実施例では配点はすべて1としている。   At this time, in order to treat the results of the website-specific diagnosis items in the same way as the diagnosis results of the web page, normalization is performed so that the highest score of the score of the web page is equal to the score of the website-specific diagnosis. Good. For example, some web pages do not have an image, and even if a diagnosis related to an image is performed on such a web page, the score may not be added, and the total score may be extremely low. In such a case, normalization is effective. Also, since important pages and less important pages can be considered depending on the web page, weighting may be performed using a score. However, ultimately, every page should have an equally good score, so in this embodiment, all points are set to 1.

このようにサイト特有診断を行った後、前記情報診断部6にて、表4のサイト診断結果データベースからウェブサイトの診断結果を読み出して、対象ウェブサイトの合否を判定する。このウェブサイトの合否判定には、いくつかの方法が挙げられる。   After performing the site-specific diagnosis in this manner, the information diagnosis unit 6 reads the website diagnosis result from the site diagnosis result database shown in Table 4 to determine whether the target website is acceptable or not. There are several methods for determining whether a website is acceptable or not.

まず、各ウェブページの合否判定に基づき、合格であれば得点×配点(ここでは1点)、不合格は0点として総計を出す方法がある。これにより算出されたウェブページの得点の合計を、表4に示したサイト診断結果データベースに追記する。この例では、合計が123456点であるとする。これを総ページ数Nで割ると、1ページあたりの平均得点を計算することができる。この平均得点が、予め設定された基準値以上であれば、このウェブサイトは合格、基準値以下であれば不合格とする。この例では、表4に示すように平均点が66点なので、基準値を60点とすると合格となる。または、ページの評価を見て、A=5点、B=3点、C=1点などと点数に換算して総計を計算し、基準値と比較してもよい。   First, based on the pass / fail judgment of each web page, there is a method of calculating the total as a score × scoring (1 point here) if it is a pass and 0 points if it is a failure. The total of the web page scores calculated in this way is added to the site diagnosis result database shown in Table 4. In this example, it is assumed that the total is 123456 points. When this is divided by the total number of pages N, an average score per page can be calculated. If this average score is greater than or equal to a preset reference value, this website is accepted, and if it is less than or equal to the reference value, the website is rejected. In this example, as shown in Table 4, the average score is 66 points. Alternatively, looking at the evaluation of the page, A = 5 points, B = 3 points, C = 1 points, etc. may be converted into points and the total may be calculated and compared with the reference value.

あるいは、各ウェブページの合否判定結果を考慮してウェブサイト全体の合否判定を行ってもよい。例えば本実施例では、合格が756ページ、不合格が244ページであるとする。このとき、全体の何パーセントが合格であればよいなどという基準をつくればよい。例として、基準を全体の60%以上とすれば、全体の75.6%のウェブページが合格判定なので、このウェブサイト1は合格である。あるいは、全ページが合格でなければならないということでもよい。その場合には、基準を全体の100%以上とすればよく、本実施例ではウェブサイト1は不合格となる。   Or you may perform the pass / fail determination of the whole website in consideration of the pass / fail determination result of each web page. For example, in this embodiment, it is assumed that the pass is 756 pages and the failure is 244 pages. At this time, what is necessary is just to make a standard that what percentage of the whole is acceptable. As an example, if the criterion is 60% or more of the whole, this web site 1 is acceptable because 75.6% of all web pages are judged as acceptable. Or it may be that all pages must pass. In that case, the standard may be 100% or more of the whole, and the website 1 is rejected in this embodiment.

なお、ここでは、基準を全体の60%以上とし、ウェブサイト1は合格であると判定するものとする。つまり、ウェブページ1は52点で不合格だが、ウェブページ1が属するウェブサイト1は合格である。なお、基準値は、プログラムの閾値として設定でき、仕様により適宜変更される。   Here, the criterion is 60% or more of the whole, and the website 1 is determined to be acceptable. That is, the web page 1 is rejected with 52 points, but the website 1 to which the web page 1 belongs is acceptable. The reference value can be set as a program threshold value, and is appropriately changed according to the specification.

このようにウェブサイトの合否判定を行い、結果を表1および表3に示す診断対象データベースのサイトの判定欄に追記する。   Thus, the pass / fail determination of the website is performed, and the result is added to the site determination column of the diagnosis target database shown in Tables 1 and 3.

S07:S06で求めた合否判定に基づいて、ウェブページの認証マークを書き換える。   S07: The authentication mark of the web page is rewritten based on the pass / fail determination obtained in S06.

この認証マークは、各対象ウェブページに対して1つが設定されている。この設定は、予め前記情報蓄積部5内に構築された認証マーク管理データベースに記憶されている。この認証マーク管理データベースの一例を表6に示す。   One authentication mark is set for each target web page. This setting is stored in advance in an authentication mark management database built in the information storage unit 5. An example of this authentication mark management database is shown in Table 6.

Figure 2009301239
Figure 2009301239

表6に示すように、ページ整理番号「1」のウェブページ1は、ウェブサイト1に属し、対象ウェブページ用マーク画像として、「ninsyou1.jpg」が設定されている。この対象ウェブページ用マーク画像は、各対象ウェブページに特有のものが設定され、「ninsyou1.jpg」などの画像データを前記情報蓄積部5に予め保存しておく。また、この画像データは、「http://www.ninsyou.jp/img/ninsyou1.jpg」で参照することができるように設定されている。   As shown in Table 6, the web page 1 with the page number “1” belongs to the website 1 and “ninsyou1.jpg” is set as the target web page mark image. The target web page mark image is unique to each target web page, and image data such as “ninsyu1.jpg” is stored in the information storage unit 5 in advance. The image data is set so that it can be referred to as “http://www.ninsyou.jp/img/ninsyou1.jpg”.

この認証マーク画像を、今回の診断結果に基づいて書き換える。新たに付与する認証マークは、いくつかの診断結果の組み合わせにより決定される。すなわち、S05およびS06で求めたウェブページの合否判定、評価、ウェブサイトの合否判定など、考えられる組み合わせを予め作成し、それぞれの場合にどのような認証マークを使うかを設定する認証マークデータベースを前記情報蓄積部5内に構築しておく。この認証マークデータベースの一例を表7に示す。これらの組合せを表6に追記する。   This authentication mark image is rewritten based on the current diagnosis result. The newly assigned authentication mark is determined by a combination of several diagnostic results. In other words, an authentication mark database is prepared in which possible combinations such as pass / fail judgment of web pages obtained in S05 and S06, evaluation, pass / fail judgment of websites, etc. are created in advance and what kind of authentication mark is used in each case. It is built in the information storage unit 5. An example of this authentication mark database is shown in Table 7. These combinations are added to Table 6.

Figure 2009301239
Figure 2009301239

表7によれば、新たに付与される認証マーク画像は、ウェブサイトの合否判定、診断前のウェブページの合否判定、診断後のウェブページの合否判定により決定される。表6の認証マーク管理データベースによれば、ウェブページ1の属するウェブサイト1の判定は合格、診断前のウェブページ1の判定は合格、診断後のウェブページ1の判定は不合格である。したがって、新たに付与される認証マーク画像は「Bad1.jpg」となる。そこで、前記情報診断部6にて、前記情報蓄積部5に保存されている「ninsyou1.jpg」の画像データに、「Bad1.jpg」の画像データを上書きする。   According to Table 7, the newly provided authentication mark image is determined by the pass / fail determination of the website, the pass / fail determination of the web page before diagnosis, and the pass / fail determination of the web page after diagnosis. According to the authentication mark management database of Table 6, the determination of the website 1 to which the web page 1 belongs is acceptable, the determination of the web page 1 before diagnosis is acceptable, and the determination of the web page 1 after diagnosis is unacceptable. Therefore, the newly assigned authentication mark image is “Bad1.jpg”. Therefore, the information diagnosis unit 6 overwrites the image data “Bad1.jpg” on the image data “ninsyou1.jpg” stored in the information storage unit 5.

ここで、ウェブページ1のHTMLソースの例を図5に示す。このHTMLソースでは、BODY要素の最後に、<img source = “ http://www.ninsyou.jp/img/ninsyou1.jpg ”alt = “診断結果”width=“196”height=“52”>と記述されている。これは、画像を表示することを指定しており、画像ファイルは「http://www.ninsyou.jp/img/ninsyou1.jpg」である。したがって、ウェブページ1には、認証マーク画像として「http://www.ninsyou.jp/img/ninsyou1.jpg」が表示される。   Here, an example of the HTML source of the web page 1 is shown in FIG. In this HTML source, <img source = “http://www.ninsyou.jp/img/ninsyu1.jpg” alt = “diagnosis result” width = “196” height = “52”> at the end of the BODY element is described. This designates that an image is displayed, and the image file is “http://www.ninsyou.jp/img/ninsyou1.jpg”. Therefore, “http://www.ninsyou.jp/img/ninsyou1.jpg” is displayed on the web page 1 as an authentication mark image.

ここで、認証マーク画像の具体例を図6〜図9に示す。図6は、画像「Good1.jpg」の例であり、今回の合否判定前は「ninsyou1.jpg」は「Good1.jpg」の内容で上書きされていたため、図6に示す画像が表示されていた。しかし、今回の合否判定後は「Bad1.jpg」の内容に上書きされているため、「ninsyou1.jpg」の内容は「Bad1.jpg」と同一である。したがって、今回の合否判定後のウェブページ1には、図7に示す画像が表示されることになる。   Here, specific examples of the authentication mark image are shown in FIGS. FIG. 6 is an example of the image “Good1.jpg”. Before the pass / fail judgment of this time, “ninsyou1.jpg” was overwritten with the contents of “Good1.jpg”, so the image shown in FIG. 6 was displayed. . However, since the contents of “Bad1.jpg” are overwritten after the current pass / fail determination, the contents of “ninsyou1.jpg” are the same as “Bad1.jpg”. Accordingly, the image shown in FIG. 7 is displayed on the web page 1 after the current pass / fail determination.

このとき、前記認証マーク制御装置101にある図外のシステム時計や、前記タイマ8などから診断日時を取得して、認証マーク画像に入れ込むように画像を生成し、表示してもよい。または、診断者や診断に用いたツールなどの付加情報を埋め込んでもよい。これらの付加情報を加えた認証マーク画像の例を図8、9に示す。あるいは、画像を新しく作り直さず、診断日時、診断者、診断に用いたツールなどの情報を含むメッセージを作成してもよい。このメッセージを認証マークと同じウェブページに記載してもよいし、認証マークにリンクを設定し、リンク先のウェブページを作成してそこに記載するようにしてもよい。   At this time, a diagnosis date and time may be acquired from a system clock (not shown) in the authentication mark control apparatus 101 or the timer 8, and an image may be generated and displayed so as to be included in the authentication mark image. Alternatively, additional information such as a diagnostician and a tool used for diagnosis may be embedded. Examples of authentication mark images to which these additional information are added are shown in FIGS. Alternatively, a message including information such as a diagnosis date and time, a diagnostic person, and a tool used for diagnosis may be created without recreating a new image. This message may be described on the same web page as the authentication mark, or a link may be set to the authentication mark, and a linked web page may be created and described there.

また、S06の処理過程で説明したように、ウェブサイト全体での合否も判定することができるため、これに基づきウェブサイト全体の認証マークなどをウェブページに表示してもよい。または、ウェブサイト全体の認証マークとウェブページの認証マークを並べて表示してもよい。ウェブサイト全体の認証マークを表示する場合には、表6を参照して、ウェブページ1と同じウェブサイト1に属するウェブページ2から6の認証マークも変更すればよい。   Further, as described in the process of S06, since the pass / fail of the entire website can also be determined, an authentication mark or the like of the entire website may be displayed on the web page based on this. Alternatively, the authentication mark for the entire website and the authentication mark for the web page may be displayed side by side. When displaying the authentication mark of the entire website, referring to Table 6, the authentication marks of the web pages 2 to 6 belonging to the same website 1 as the web page 1 may be changed.

S08:S06の合否判定結果に変更があったかを調べる。具体的には、前記情報診断部6にて、表6の認証マーク管理データベースから各ウェブページの合否判定結果を読み出し、診断前の合否判定結果と診断後の合否判定結果とを比較して、変更の有無を追記する。本実施例では、表6に示すように、ウェブページ1については診断前の合否判定結果と診断後の合否判定結果は異なっているので、変更の有無の列に「有」を追記する。   S08: It is checked whether or not the pass / fail judgment result of S06 has changed. Specifically, the information diagnosis unit 6 reads the pass / fail determination result of each web page from the authentication mark management database of Table 6, and compares the pass / fail determination result before diagnosis with the pass / fail determination result after diagnosis. Add the change. In this embodiment, as shown in Table 6, for web page 1, the pass / fail determination result before diagnosis and the pass / fail determination result after diagnosis are different, so “Yes” is added to the column of presence / absence of change.

S09:S06の合否判定結果に変更があった場合には、ウェブページ1の制作者に合否判定結果の変更を通知する。本実施例のように、合格から不合格への変更があった場合には、ウェブページ1の制作者にウェブページの修正を依頼する。逆に、不合格から合格へ変更になった場合には、その旨を通知する。具体的には、電子メールの文面や各ウェブページの制作者のメールアドレスを予め前記情報蓄積部5に保存しておき、これらを前記制御部2にて電子メールソフトなどで編集して、前記送受信部3を経由して制作者のコンピュータに送信すればよい。   S09: When there is a change in the pass / fail judgment result in S06, the creator of the web page 1 is notified of the change in the pass / fail judgment result. When there is a change from pass to fail as in the present embodiment, the web page 1 creator is requested to correct the web page. On the contrary, when it is changed from fail to pass, the fact is notified. Specifically, the text of the e-mail and the e-mail address of the creator of each web page are stored in the information storage unit 5 in advance, and these are edited by the e-mail software or the like in the control unit 2, What is necessary is just to transmit to a producer's computer via the transmission / reception part 3.

このように、タイマ8で予め定められた時間にチェックツールなどによりウェブページを自動的に診断し、その結果を反映して、ウェブページに表示する認証マークが変更され、これにより認証マークの信頼性が高められる。この診断結果が制作者のコンピュータに送信されるので、ウェブ制作者はウェブコンテンツを迅速に修正でき、ユニバーサルデザインに配慮されたウェブコンテンツが広められる。   In this way, the web page is automatically diagnosed by a check tool or the like at a predetermined time by the timer 8, and the authentication mark displayed on the web page is changed to reflect the result. Sexuality is enhanced. Since the diagnosis result is transmitted to the creator's computer, the web creator can quickly modify the web content, and the web content in consideration of universal design is spread.

(3)実施例2
本実施例では、認証マーク制御装置101は、制作者の更新したウェブページをウェブ上に公開する直前に診断し、診断結果に応じてウェブページの認証マークを制御する。ここでは、認証マーク画像データはウェブ公開用のウェブサーバ103上に予め保存されている。以下、本実施例における認証マーク制御装置101の動作を、図10のフローチャートに基づき説明する。
(3) Example 2
In the present embodiment, the authentication mark control apparatus 101 diagnoses the web page updated by the creator immediately before publishing on the web, and controls the web page authentication mark according to the diagnosis result. Here, the authentication mark image data is stored in advance on the web server 103 for web publication. Hereinafter, the operation of the authentication mark control apparatus 101 in the present embodiment will be described based on the flowchart of FIG.

S11:認証マーク制御装置101は、認証マークの発行請求があったかを確認する。すなわち、ウェブ制作者は、ウェブページ1を更新して公開しようとするとき、更新後のウェブページ1をウェブ公開用のウェブサーバ103にコピーする。その際、ウェブ制作者は認証マーク制御装置101に対し、認証マークの発行を請求する。この請求のときには、更新されたウェブページ1のURLと連絡先とが、ウェブ制作者の端末(例えばパーソナルコンピュータなど)からネットワーク102を介して前記認証マーク制御装置101に送信される。前記認証マーク制御装置101は、前記制御部2にてこれらの受信を確認すると、認証マークの発行請求があったと判断してS12へ進む。   S11: The authentication mark control apparatus 101 confirms whether there is a request for issuing an authentication mark. That is, when the web creator wants to update and publish the web page 1, the web creator copies the updated web page 1 to the web server 103 for web publication. At that time, the web creator requests the authentication mark control apparatus 101 to issue an authentication mark. At the time of this request, the URL and contact information of the updated web page 1 are transmitted from the web creator's terminal (for example, a personal computer) to the authentication mark control apparatus 101 via the network 102. When the control part 2 confirms the reception of these, the authentication mark control apparatus 101 determines that an authentication mark is issued and proceeds to S12.

S12:前記制御部2にて、前記送受信部3および前記ネットワーク102を通じてウェブページ1を格納するウェブサーバ103と通信し、更新されたウェブページ1を受信する。   S12: The control unit 2 communicates with the web server 103 storing the web page 1 through the transmission / reception unit 3 and the network 102, and receives the updated web page 1.

S13〜S15:S12にて受信したウェブページ1を、実施例1のS03〜S06と同様に、前記情報診断部6にてウェブページ1を診断し、または、レンダリングしてディスプレイなどに表示して人がウェブページ1を診断し、ウェブページ1の合否を判定する。ここでは、判定の結果、ウェブページ1は不合格であったとし、不合格の場合に付与される認証マークは「Bad.jpg」に設定されているものとする。   S13 to S15: The web page 1 received in S12 is diagnosed by the information diagnosis unit 6 or rendered and displayed on a display or the like in the same manner as S03 to S06 in the first embodiment. A person diagnoses the web page 1 and determines whether the web page 1 is acceptable. Here, as a result of the determination, it is assumed that the web page 1 has failed, and the authentication mark given in the case of failure is set to “Bad.jpg”.

S16:対象のウェブページの認証マークを書き換える。ここでは前記認証マーク制御装置101は、前記ウェブサーバ103に保存されたHTMLファイル中の画像情報に関する記述を書き換える。このとき、前記認証マーク制御装置101は、前記ウェブサーバ13に保存されたHTMLファイルを更新する権限を付与される。この権限はHTMLファイルの書き換えが終了したら抹消されるようにする。   S16: Rewrite the authentication mark of the target web page. Here, the authentication mark control apparatus 101 rewrites the description regarding the image information in the HTML file stored in the web server 103. At this time, the authentication mark control apparatus 101 is given the authority to update the HTML file stored in the web server 13. This authority is deleted when the rewriting of the HTML file is completed.

ここで、前記ウェブサーバ103に保存されているウェブページ1のHTMLソースの例を図11に示す。このHTMLソースでは、BODY要素の最後に、<img source= “NINSYOU−IMAGE” alt= “診断結果” width=“196”height=“52”>と記述されている。これは、画像ファイルが“NINSYOU−IMAGE”であることを示している。この「NINSYOU−IMAGE」というのは、置換用の言葉(変数)である。ウェブ制作者は、予め定められたこの置換用の言葉(変数)を診断対象のウェブページ1のHTMLソースに埋め込んで記述する。この変数を認証マーク制御装置101が書き換える。具体的には、前記制御部2が前記送受信部3、前記ネットワーク102を介してウェブサーバ13内のHTMLファイルにアクセスし、「NINSYOU−IMAGE」という変数をS15の合否判定結果に従って「Bad.jpg」に書き換える。さらに、その文の直前に、<p>このウェブページはユニバーサルデザインの問題がありますが、現在、修正中です。</p>という一文を付け加える。   Here, an example of the HTML source of the web page 1 stored in the web server 103 is shown in FIG. In this HTML source, <img source = “NINSYOU-IMAGE” alt = “diagnosis result” width = “196” height = “52”> is described at the end of the BODY element. This indicates that the image file is “NINSYOU-IMAGE”. This “NINSYOU-IMAGE” is a replacement word (variable). The web creator describes the predetermined replacement word (variable) by embedding it in the HTML source of the web page 1 to be diagnosed. The authentication mark control apparatus 101 rewrites this variable. Specifically, the control unit 2 accesses the HTML file in the web server 13 via the transmission / reception unit 3 and the network 102, and sets the variable “NINSYO-IMAGE” to “Bad.jpg” according to the pass / fail judgment result of S15. To "". In addition, just before the sentence, <p> This web page has a universal design issue, but it is currently being corrected. Add a sentence </ p>.

これにより、ウェブページ1の最後に「このウェブページはユニバーサルデザインの問題がありますが、現在、修正中です。」という文字と、図7や図9に示すような不合格を表す認証マーク画像が表示される。   As a result, at the end of web page 1, the text “This web page has a problem with universal design, but it is currently being corrected.” And an authentication mark image indicating failure as shown in FIGS. 7 and 9 are displayed. Is displayed.

このとき、図9のように合否判定日時が追記された認証マーク画像を使ってもよい。この場合には、ファイル名を例えば「Bad20080312.jpg」などとしてもよい。さらに、「alt」属性の内容である「診断結果」を書き換えて、「ウェブ認証マーク: ウェブ修正中」などとしてもよい。これらの書き換えはテキストのパターンマッチング技術を用いれば可能である。   At this time, as shown in FIG. 9, an authentication mark image to which the pass / fail determination date / time is added may be used. In this case, the file name may be, for example, “Bad200880312.jpg”. Furthermore, the “diagnosis result” that is the content of the “alt” attribute may be rewritten to be “Web authentication mark: Web being modified” or the like. These rewritings are possible using text pattern matching technology.

また、合否判定結果が合格の場合には、例えば<p>このウェブページはユニバーサルデザインの合否判定の結果、問題はありません。</p>などという一文を付け加えてもよい。   Also, if the pass / fail judgment result is acceptable, for example, <p> This web page has no problem as a result of the universal design pass / fail judgment. A sentence such as </ p> may be added.

このようにして、ウェブ制作者が更新したウェブページを公開する直前に診断することにより、最新の診断結果に応じた認証マークに変更でき、認証マークの信頼性が高められる。   In this way, by making a diagnosis immediately before publishing the updated web page by the web producer, the authentication mark can be changed to the latest diagnosis result, and the reliability of the authentication mark is improved.

この診断結果をウェブ制作者のコンピュータに送信すれば、ウェブ制作者はコンテンツの更新がユニバーサルデザインの認証基準を満たしているか否かを容易に確認できる。したがって、更新コンテンツがユニバーサルデザインの認証基準を満たしていない場合には、ウェブ制作者は迅速に修正できる。この点でもユニバーサルデザインに配慮されたウェブコンテンツが広められる。   If this diagnosis result is transmitted to the web creator's computer, the web creator can easily confirm whether the content update satisfies the universal design certification standard. Therefore, if the updated content does not meet the universal design certification standard, the web creator can quickly correct it. In this respect as well, web contents that take universal design into account are disseminated.

(4)実施例3
本実施例では、認証マーク制御装置101は、ウェブページをウェブ閲覧者に閲覧される直前に診断して、診断結果に応じてウェブページの認証マークを制御する。ここでは、認証マーク画像データはウェブ公開用のウェブサーバ103上に予め保存されている。以下、本実施例における認証マーク制御装置101の動作を、図12に示すフローチャートに基づき説明する。
(4) Example 3
In this embodiment, the authentication mark control apparatus 101 diagnoses a web page immediately before being viewed by a web viewer, and controls the web page authentication mark according to the diagnosis result. Here, the authentication mark image data is stored in advance on the web server 103 for web publication. Hereinafter, the operation of the authentication mark control apparatus 101 in the present embodiment will be described based on the flowchart shown in FIG.

S21:認証マーク制御装置101は、ウェブ閲覧者の端末105からウェブサーバ103に対してウェブ閲覧の要求があったかを確認する。   S21: The authentication mark control apparatus 101 confirms whether a web browsing request has been made to the web server 103 from the terminal 105 of the web browser.

すなわち、前記ウェブ閲覧者PC105から前記ウェブサーバ103に対してウェブページ1の閲覧のリクエストがあると、前記ウェブサーバ103は、閲覧をリクエストされたウェブページ1のURLをネットワーク102経由で前記認証マーク制御装置101に送信する。前記認証マーク制御装置101は、前記制御部2にてこれを確認すると、ウェブ閲覧の要求があったと判断してS22へ進む。   That is, when the web browser PC 105 requests the web server 103 to browse the web page 1, the web server 103 sends the URL of the web page 1 requested to be browsed via the network 102 to the authentication mark. Transmit to the control device 101. When the control unit 2 confirms this, the authentication mark control apparatus 101 determines that there is a web browsing request and proceeds to S22.

S22:前記制御部2にて、前記送受信部3および前記ネットワーク102を介してウェブページ1を格納するウェブサーバ13と通信し、閲覧がリクエストされたウェブページ1を受信する。   S22: The control unit 2 communicates with the web server 13 storing the web page 1 via the transmission / reception unit 3 and the network 102, and receives the web page 1 requested to be browsed.

S23〜S26:S22にて受信したウェブページ1を、実施例2のS13〜S16と同様に、前記情報診断部6にてウェブページ1を診断し、または、レンダリングしてディスプレイなどに表示して人がウェブページ1を診断し、ウェブページ1の合否を判定して、対象ウェブページの認証マークを書き換える。   S23 to S26: The web page 1 received in S22 is diagnosed by the information diagnosis unit 6 or rendered and displayed on a display or the like in the same manner as S13 to S16 in the second embodiment. A person diagnoses the web page 1, determines whether the web page 1 is acceptable, and rewrites the authentication mark of the target web page.

このようにして、ウェブ閲覧者がウェブページを閲覧する直前にそのウェブページの診断を行うことにより、最新の診断結果に基づく認証マークに変更することができる。したがって、ウェブ閲覧者は最新の診断結果を反映した合否判定結果の付与されたコンテンツを閲覧できる。   In this way, by performing a diagnosis of the web page immediately before the web viewer browses the web page, it can be changed to an authentication mark based on the latest diagnosis result. Therefore, the web browser can browse the content to which the pass / fail judgment result reflecting the latest diagnosis result is given.

なお、本発明は、上記実施形態に限定されるものではなく、例えば認証マーク制御装置101を構成する各部1〜8としてコンピュータを機能させるプログラムに構築することもできる。   In addition, this invention is not limited to the said embodiment, For example, it can also be comprised in the program which functions a computer as each part 1-8 which comprises the authentication mark control apparatus 101, for example.

この場合には、コンピュータの処理部(例えばCPUなど)がプログラムコードを読み出して、各実施例の処理S01〜S09,S11〜S16,S21〜S26が実行される。このプログラムコードは、例えばCD−ROM,DVD−ROM,CD−R,CD−RW,DVD−R,DVD−RW,DVD+R,DVD+RW,MO,HDDなど記録媒体に格納してコンピュータに提供される。また、前記プログラムを、インターネットサイトからダウンロードしてコンピュータに提供してもよい。   In this case, the processing unit (for example, CPU) of the computer reads the program code, and the processes S01 to S09, S11 to S16, and S21 to S26 of each embodiment are executed. This program code is stored in a recording medium such as a CD-ROM, DVD-ROM, CD-R, CD-RW, DVD-R, DVD-RW, DVD + R, DVD + RW, MO, HDD, and provided to a computer. The program may be downloaded from an Internet site and provided to a computer.

本発明の実施形態に係る認証マーク制御装置の構成図。The block diagram of the authentication mark control apparatus which concerns on embodiment of this invention. 同 実施例1の処理フロー図。The processing flow figure of the Example 1. FIG. 同 診断対象ウェブページの画面表示例。Screen display example of the diagnosis target web page. 同 診断結果入力画面の表示例。Display example of the same diagnostic result input screen. 同 実施例1の診断対象ウェブページのHTMLソース例。The example of the HTML source of the web page for diagnosis of the same Example 1. 同 合格を示す認証マークの表示例。The example of the certification mark showing the same pass. 同 不合格を示す認証マークの表示例。An example of the certification mark indicating the same failure. 同 合格を示す認証マークの応用例。An application example of the certification mark indicating the same pass. 同 不合格を示す認証マークの応用例。Application example of the certification mark indicating the same failure. 同 実施例2の処理フロー図。The processing flow figure of the Example 2. FIG. 同 実施例2の診断対象ウェブページのHTMLソース例。The example of the HTML source of the web page for diagnosis of the same Example 2. 同 実施例3の処理フロー図。The processing flow figure of the Example 3. FIG.

符号の説明Explanation of symbols

1…情報入力部
2…制御部
3…送受信部
4…情報解析部
5…情報蓄積部(情報蓄積手段)
6…情報診断部(診断手段)
7…情報出力部
8…タイマ
101…認証マーク制御装置
102…ネットワーク
103,104…ウェブサーバ
105…ウェブ閲覧者PC
DESCRIPTION OF SYMBOLS 1 ... Information input part 2 ... Control part 3 ... Transmission / reception part 4 ... Information analysis part 5 ... Information storage part (information storage means)
6 ... Information diagnosis section (diagnosis means)
DESCRIPTION OF SYMBOLS 7 ... Information output part 8 ... Timer 101 ... Authentication mark control apparatus 102 ... Network 103, 104 ... Web server 105 ... Web viewer PC

Claims (10)

ウェブ上のコンテンツをネットワーク経由で診断し、診断結果に応じた認証マークを前記コンテンツに付与する認証マーク制御装置であって、
前記コンテンツを予め設定された任意の認証基準に従って診断する診断手段を備え、
前記診断手段が前記コンテンツを複数回診断して、各診断結果に応じて前記認証マークを書換可能なことを特徴とする認証マーク制御装置。
An authentication mark control device that diagnoses content on the web via a network and assigns an authentication mark according to the diagnosis result to the content,
Diagnosing means for diagnosing the content according to any preset authentication criteria;
An authentication mark control apparatus, wherein the diagnosis unit can diagnose the content a plurality of times and rewrite the authentication mark according to each diagnosis result.
前記認証基準が、ユニバーサルデザインの認証基準であることを特徴とする請求項1記載の認証マーク制御装置。   The authentication mark control apparatus according to claim 1, wherein the authentication standard is a universal design authentication standard. 前記診断手段は、予め設定されたスケジュールに従って定期的に前記コンテンツを診断する
ことを特徴とする請求項1または2のいずれか1項に記載の認証マーク制御装置。
The authentication mark control apparatus according to claim 1, wherein the diagnosis unit periodically diagnoses the content according to a preset schedule.
前記診断手段は、前記認証マークの付与された前記コンテンツの更新が公開されるときに、
公開前に更新コンテンツを診断することを特徴とする請求項1または2のいずれか1項に記載の認証マーク制御装置。
The diagnostic means, when an update of the content with the authentication mark is published,
3. The authentication mark control apparatus according to claim 1, wherein the update content is diagnosed before publication.
前記診断手段は、前記認証マークの付与された前記コンテンツを閲覧者が閲覧するときに、
閲覧者の閲覧前に前記コンテンツを診断することを特徴とする請求項1または2のいずれか1項に記載の認証マーク制御装置。
The diagnostic means, when a viewer browses the content provided with the authentication mark,
The authentication mark control apparatus according to claim 1, wherein the content is diagnosed before browsing by a viewer.
前記診断手段は、前記コンテンツが複数ページを有するウェブサイトのときに、
前記ページ毎に診断結果を定めることを特徴とする請求項1〜5のいずれか1項に記載の認証マーク制御装置。
When the content is a website having a plurality of pages,
6. The authentication mark control apparatus according to claim 1, wherein a diagnosis result is determined for each page.
前記診断手段は、前記コンテンツが複数ページを有するウェブサイトのときに、
前記各ページの診断結果を総合して前記ウェブサイトの診断結果を定める
ことを特徴とする請求項1〜5のいずれか1項に記載の認証マーク制御装置。
When the content is a website having a plurality of pages,
The authentication mark control apparatus according to any one of claims 1 to 5, wherein a diagnosis result of the website is determined by integrating a diagnosis result of each page.
前記コンテンツの診断結果を時系列に保存した情報蓄積手段をさらに備え、
前記診断手段は、前記コンテンツの診断結果と前記情報蓄積手段に保存された前回の診断結果とが相違するときに、
前記認証マークを書き換えることを特徴とする請求項1〜7のいずれか1項に記載の認証マーク制御装置。
It further comprises information storage means for storing the diagnostic results of the contents in time series,
When the diagnostic unit is different from the diagnostic result of the content and the previous diagnostic result stored in the information storage unit,
The authentication mark control apparatus according to claim 1, wherein the authentication mark is rewritten.
前記診断手段は、前記情報蓄積手段に保存された前回の診断結果を前記認証マークに記述する
ことを特徴とする請求項8記載の認証マーク制御装置。
The authentication mark control apparatus according to claim 8, wherein the diagnosis unit describes a previous diagnosis result stored in the information storage unit in the authentication mark.
請求項1〜9のいずれか1項に記載の認証マーク制御装置としてコンピュータを機能させることを特徴とする認証マーク制御プログラム。   An authentication mark control program that causes a computer to function as the authentication mark control apparatus according to claim 1.
JP2008153581A 2008-06-11 2008-06-11 Authentication mark controller and authentication mark control program Pending JP2009301239A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008153581A JP2009301239A (en) 2008-06-11 2008-06-11 Authentication mark controller and authentication mark control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008153581A JP2009301239A (en) 2008-06-11 2008-06-11 Authentication mark controller and authentication mark control program

Publications (1)

Publication Number Publication Date
JP2009301239A true JP2009301239A (en) 2009-12-24

Family

ID=41548076

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008153581A Pending JP2009301239A (en) 2008-06-11 2008-06-11 Authentication mark controller and authentication mark control program

Country Status (1)

Country Link
JP (1) JP2009301239A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011234305A (en) * 2010-04-30 2011-11-17 Sanyo Electric Co Ltd Playback apparatus, display apparatus, recording apparatus, and storage medium
KR101635329B1 (en) * 2015-12-14 2016-06-30 양준영 An on-line badge management system for representing the designated state on the list
JP2021168071A (en) * 2020-04-13 2021-10-21 株式会社豊通オールライフ Information processing systems, methods, and programs

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011234305A (en) * 2010-04-30 2011-11-17 Sanyo Electric Co Ltd Playback apparatus, display apparatus, recording apparatus, and storage medium
KR101635329B1 (en) * 2015-12-14 2016-06-30 양준영 An on-line badge management system for representing the designated state on the list
JP2021168071A (en) * 2020-04-13 2021-10-21 株式会社豊通オールライフ Information processing systems, methods, and programs

Similar Documents

Publication Publication Date Title
US8589790B2 (en) Rule-based validation of websites
KR101444389B1 (en) Message catalogs for remote modules
US20160092573A1 (en) Navigable website analysis engine
JP2009541822A (en) Early search warning
JP2011191862A (en) File management apparatus, file management system, and file management program
JP2011044116A (en) Device, method, and program for controlling browsing
JP2003280974A (en) Web server management method, program, and recording medium
US9778919B2 (en) Dual context interaction with a content object for facilitating content creation and software development
AU2007201620A1 (en) Information processing system, information processor, information processing method, and program
JP4682549B2 (en) Classification guidance device
JP2009301239A (en) Authentication mark controller and authentication mark control program
JP5922640B2 (en) Browsing control device, browsing control method, and browsing control program
JP2009301240A (en) Web content authentication mark controller and program
JP5033714B2 (en) Certification mark control device and certification mark control program
JP4571648B2 (en) WEB information providing apparatus, method thereof, and program
JP2020042660A (en) Electronic file management device, electronic file management program and electronic file management system
JP2009301237A (en) Web content disclosure control apparatus and program
JP2008299788A (en) WEB SERVER DEVICE, WEB SERVER PROGRAM, AND WEB SERVER DEVICE MANAGEMENT METHOD
JP2005327183A (en) Information provision device
US7822842B2 (en) System of managing connection to web services and method thereof
JP2009223538A (en) Information providing method, information providing device, information providing system, and computer program
JP5175574B2 (en) Content management server, content management program, and content management method
JP4104878B2 (en) Web page guidance method and web page guidance program
JP6104729B2 (en) Content search system, content search method, and content search program
JP5137931B2 (en) Web page diagnostic result management system, web page diagnostic result management method and program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20100604

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100722

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111220

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120626