JP2004145545A - Web site configuration inspection device, web site configuration inspection method, and program making computer execute the method - Google Patents
Web site configuration inspection device, web site configuration inspection method, and program making computer execute the method Download PDFInfo
- Publication number
- JP2004145545A JP2004145545A JP2002308561A JP2002308561A JP2004145545A JP 2004145545 A JP2004145545 A JP 2004145545A JP 2002308561 A JP2002308561 A JP 2002308561A JP 2002308561 A JP2002308561 A JP 2002308561A JP 2004145545 A JP2004145545 A JP 2004145545A
- Authority
- JP
- Japan
- Prior art keywords
- site
- configuration
- logical configuration
- web site
- web
- 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
Links
Images
Landscapes
- Machine Translation (AREA)
- Document Processing Apparatus (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
【0001】
【発明の属する技術分野】
この発明は、複数のWebサイトを形成するマークアップ言語ファイルからなるWebサイトのサイト構成を検査するWebサイト構成検査装置、Webサイト構成検査方法、およびその方法をコンピュータに実行させるプログラムに関する。
【0002】
【従来の技術】
World Wide Web(WWW)上に情報を提供するWebサイトを形成するマークアップ言語ファイル形式が広く普及している。Hyper Text Markup Language(以下HTMLと称す)はその1つである。HTML形式によるファイル(HTMLファイルと称す)ではハイパーリンク(以下リンクと称す)機構を用いて、Webサイトの閲覧者がブラウザ上で1つのHTMLファイルによる画面(HTML画面と称す)から他のHTML画面へと自由に移動することが可能である。このHTMLファイルを作成する場合、そこに掲載する情報が増加すればするほど、1つのHTMLファイルに情報を収めることが難しくなる。そこで、見やすくするためにも複数のHTMLファイルをハイパーリンクで関連付けて、1つのWebサイトを作成することが一般的である。
【0003】
特に、インターネット上でのニュース提供サイト、商品販売サイトなどではその情報の量と種類の多さから、多数のHTMLファイルを用いてサイトを形成する場合が多い。Webサイトの構築は一般的に、1つずつのHTMLファイルを作成し、それらのHTMLファイルをお互いにリンクで関連付けることによって行う。このリンクは、リンク先のHTMLファイル(または画像、その他のファイル)の場所を記述することによって実現される。
【0004】
このリンクをチェックするリンクチェックツールは従来から一般的に知られており、HTMLファイルに張られたリンクをたどって、存在しないリンク先に向かって張られたリンクの記述を作成者に通知する。こうして、作成者はリンクチェックツールによる通知を参照しながら、正しくリンクを張っていくことができる。
【0005】
またHTMLファイルにおいて情報の入れ替えを頻繁に行う場合、特開2001−325144号公報の発明に示されたように、自動的にリンクを作成し、あるいは古くなったリンクの記載を削除して作成者のリンク作成を補助する技術も知られている。
【0006】
【特許文献1】
特開2001−325144号公報(第2−4頁、第1−4図)
【0007】
【発明が解決しようとする課題】
しかし、これらの技術では、リンク先のファイルが存在するかどうかをチェックしたり、あるいは自動的にリンクを作成および/または削除してリンク作成を補助したり、あるいは特定の条件に合致するリンク情報のみをチェックしたりすることはできるが、サイトの作成者が意図したサイトの論理構成をリンクが満たしているか否かをチェックすることはできなかった。ここでいう論理構成とは、例えばサイトのトップページが1ファイル存在し、その下に各カテゴリの情報へのリストが存在し、各カテゴリ内に複数の情報がリンクされているようなWebサイトを形成するマークアップ言語ファイル中に記述された情報に従ったサイト構成を指す。
【0008】
これらのサイト構成に関するリンクのチェックには、作成者が実際にブラウザ上ですべてのリンクをたどって正しくリンク情報が張られているかどうかを確認することが必要である。しかしながら、特にファイル数が多いWebサイトでは確認することが非常に煩雑であった。
【0009】
この発明は上記の問題点に鑑みてなされたものであって、Webサイトの作成者が意図するサイト内の論理的なページ構成を、実際のWebサイトを形成するマークアップ言語ファイル群が正しく満たしているか否かを検査することができるWebサイト構成検査装置、Webサイト構成検査方法、およびその方法をコンピュータに実行させるプログラムを提供することを、第1の目的とする。
【0010】
また、サイト作成者がサイト内の論理構成に従ってWebサイトを形成するマークアップ言語ファイルに必要な要素を規則化し、各ファイルがその規則を満たしているか否かを容易に検査することができるWebサイト構成検査装置、Webサイト構成検査方法、およびその方法をコンピュータに実行させるプログラムを提供することを、第2の目的とする。
【0011】
【課題を解決するための手段】
上記目的を達成するため、請求項1にかかる発明は、複数のWebサイトを形成するマークアップ言語ファイルからなるサイトを解釈して前記サイトの論理構成を記述する論理構成記述手段と、記述された前記サイトの論理構成を記憶手段に格納して登録する論理構成管理手段と、登録された前記サイトの論理構成に基づいて前記複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査する論理構成検査手段と、を備えたことを特徴とするWebサイト構成検査装置である。
【0012】
この請求項1の発明によれば、複数のWebサイトを形成するマークアップ言語ファイルからなるサイトを解釈してそのサイトの論理構成を記述する論理構成記述手段と、サイトの論理構成を登録する論理構成管理手段と、登録されたサイトの論理構成に基づいて複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査する論理構成検査手段とを備えたことによって、サイトを構築するサイト作成者がサイト構成の論理構成を記述し、リンクがその論理構成を満たしているか否かを検査できるので、作成者のサイト構成上の意図を的確にサイト構成に反映することができるWebサイト構成検査装置を提供できる。
【0013】
また、請求項2にかかる発明は、請求項1に記載のWebサイト構成検査装置において、前記論理構成記述手段は、前記複数のWebサイトを形成するマークアップ言語ファイルをグループ化し、そのグループ化されたグループごとに共通なハイパーリンク規則を記述し、前記論理構成検査手段は、前記グループごとに共通なハイパーリンク規則に基づいて前記複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査することを特徴とする。
【0014】
この請求項2の発明によれば、請求項1に記載のWebサイト構成検査装置の作用に加え、論理構成記述手段は、複数のWebサイトを形成するマークアップ言語ファイルをグループ化してそのグループごとに共通なハイパーリンク規則を記述し、論理構成検査手段は、グループごとに共通なハイパーリンク規則に基づいて複数のファイル内のハイパーリンクを検査することによって、サイト内のファイルについて複数のファイルのリンク規則を一括して検査することができるので、サイト作成者が、規則に従って容易にWebサイトを構築できる。
【0015】
また、請求項3にかかる発明は、請求項1または2に記載のWebサイト構成検査装置において、前記複数のWebサイトを形成するマークアップ言語ファイル内に配置される画像および文字の規則を定義するファイル内規則定義手段と、定義された前記画像および文字の規則に基づいて、前記複数のWebサイトを形成するマークアップ言語ファイル内の記述を検査するファイル内規則検査手段とを、更に備えたことを特徴とする。
【0016】
この請求項3の発明によれば、請求項1または2に記載のWebサイト構成検査装置の作用に加えて、複数のWebサイトを形成するマークアップ言語ファイル内に配置される画像および文字の規則を定義するファイル内規則定義手段と、定義された画像および文字の規則に基づいてファイル内の記述を検査するファイル内規則検査手段とを、更に備えたことによって、Webサイトの複数ファイルのスタイルを一括して検査することができるので、Webサイト作成者が、統制の取れたデザインのWebサイトを容易に作成できる。
【0017】
また、請求項4にかかる発明は、請求項3に記載のWebサイト構成検査装置において、前記論理構成管理手段が登録した前記サイトの論理構成と、前記ファイル内規則定義手段が定義した前記画像および文字の規則とに基づいて、新しいWebサイトを形成するマークアップ言語ファイル作成時のテンプレートを作成するテンプレート作成手段を、更に備えたことを特徴とする。
【0018】
この請求項4の発明によれば、請求項3に記載のWebサイト構成検査装置の作用に加えて、論理構成管理手段が管理しているサイトの論理構成と、ファイル内規則定義手段が定義した画像および文字の規則とに基づいて、新しいWebサイトを形成するためのマークアップ言語ファイルによるテンプレートを作成するテンプレート作成手段を、更に備えたことによって、サイト内の規則に従ったテンプレートを生成してサイト内に新しいファイルを挿入できるので、Webサイト作成者が、そのテンプレートを用いてサイト内に新しいファイルを容易に挿入することができる。
【0019】
また、請求項5にかかる発明は、請求項1〜4のいずれか1つに記載のWebサイト構成検査装置において、前記論理構成管理手段で登録された前記サイトの論理構成に基づいて、前記サイトの論理構成をWebサイトを形成するマークアップ言語ファイル上で表現したサイトマップを作成するサイトマップ作成手段を、更に備えたことを特徴とする。
【0020】
この請求項5にかかる発明によれば、請求項1〜4のいずれか1つに記載のWebサイト構成検査装置の作用に加えて、論理構成管理手段で登録されたサイトの論理構成に基づいて、サイトの論理構成をWebサイトを形成するマークアップ言語ファイル上で表現したサイトマップを作成するサイトマップ作成手段を、更に備えたことによって、サイト内の構成を変更した場合でも、サイト内の論理構成を正しく、かつ瞬時にサイト利用者に提供することができるので、サイト利用者にサイト内の論理構成を迅速に正しく知らせることができるという利便性を提供できる。
【0021】
また、請求項6にかかる発明は、請求項1〜5のいずれか1つに記載のWebサイト構成検査装置において、作成されるサイトの論理構成をグラフィック形式で表示するサイト構成情報入力補助手段を、更に備えたことを特徴とする。
【0022】
この請求項6にかかる発明によれば、請求項1〜5のいずれか1つに記載のWebサイト構成検査装置の作用に加えて、作成されるサイトの論理構成をグラフィック形式で表示するサイト構成情報入力補助手段を、更に備えて、サイト内の構成を図や絵の形で提供することによって、サイト構築者が視覚的に理解しやすくサイト構成を決定することができるので、サイト構築者にとって利便性の高いWebサイト構成検査装置を提供できる。
【0023】
また、請求項7にかかる発明は、請求項1〜6のいずれか1つに記載のWebサイト構成検査装置において、前記Webサイト構成検査の結果をグラフィック形式で表示する結果表示手段を、更に備えたことを特徴とする。
【0024】
この請求項7にかかる発明によれば、請求項1〜6のいずれか1つに記載のWebサイト構成検査装置の作用に加えて、Webサイト構成検査の結果をグラフィック形式で表示する結果表示手段を、更に備えたことによって、サイト内の構成検査結果を図や絵の形で提供できるので、サイト構築者はサイト構成を容易に理解し修正を行うことができる。
【0025】
また、請求項8にかかる発明は、複数のWebサイトを形成するマークアップ言語ファイルからなるサイトを解釈して前記サイトの論理構成を記述する論理構成記述ステップと、記述された前記サイトの論理構成を記憶手段に格納して登録する論理構成管理ステップと、登録された前記サイトの論理構成に基づいて前記複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査する論理構成検査ステップと、を含むことを特徴とするWebサイト構成検査方法である。
【0026】
この請求項8にかかる発明によれば、複数のWebサイトを形成するマークアップ言語ファイルからなるサイトを解釈してそのサイトの論理構成を記述する論理構成記述ステップと、記述されたサイトの論理構成を登録する論理構成管理ステップと、登録されたサイトの論理構成に基づいてそれらのファイル内のハイパーリンクを検査する論理構成検査ステップと、を含むことによって、サイトを構築するサイト作成者がサイト構成の論理構成を記述し、リンクがその論理構成を満たしているか否かを検査できるので、作成者のサイト構成上の意図を的確にサイト構成に反映することができるWebサイト構成検査方法を提供できる。
【0027】
また、請求項9にかかる発明は、請求項8に記載のWebサイト構成検査方法において、前記論理構成記述ステップは、前記複数のWebサイトを形成するマークアップ言語ファイルをグループ化し、そのグループ化されたグループごとに共通なハイパーリンク規則を記述し、前記論理構成検査ステップは、前記グループごとに共通なハイパーリンク規則に基づいて前記複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査することを特徴とする。
【0028】
この請求項9にかかる発明によれば、請求項8に記載のWebサイト構成検査方法の作用に加えて、論理構成記述ステップは、複数のWebサイトを形成するマークアップ言語ファイルをグループ化してグループごとに共通なハイパーリンク規則を記述し、論理構成検査ステップはグループごとに共通なハイパーリンク規則に基づいてファイル内のハイパーリンクを検査することによって、サイト内のファイルについて複数のファイルのリンク規則を一括して検査することが可能となり、規則に従ったWebサイト構築が可能となるので、サイト作成者が、規則に従って容易にWebサイトを構築できる。
【0029】
また、請求項10にかかる発明は、請求項8または9に記載のWebサイト構成検査方法において、前記複数のWebサイトを形成するマークアップ言語ファイル内に配置される画像および文字の規則を定義するファイル内規則定義ステップと、定義された前記画像および文字の規則に基づいて、前記複数のWebサイトを形成するマークアップ言語ファイル内の記述を検査するファイル内規則検査ステップとを、更に含むことを特徴とする。
【0030】
この請求項10にかかる発明によれば、請求項8または9に記載のWebサイト構成検査方法の作用に加えて、複数のWebサイトを形成するマークアップ言語ファイル内に配置される画像および文字の規則を定義するファイル内規則定義ステップと、定義される画像および文字の規則に基づいて複数のファイル内の記述を検査するファイル内規則検査ステップとを、更に含むことによって、Webサイトを構成する複数ファイルのスタイルを一括して検査することができるので、Webサイト作成者が、統制の取れたデザインのWebサイトを容易に構築できる。
【0031】
また、請求項11にかかる発明は、請求項10に記載のWebサイト構成検査方法において、前記論理構成管理ステップで登録した前記サイトの論理構成と、前記ファイル内規則定義ステップで定義された前記画像および文字の規則とに基づいて、新しいWebサイトを形成するマークアップ言語ファイル作成時のテンプレートを作成するテンプレート作成ステップを、更に含むことを特徴とする。
【0032】
この請求項11にかかる発明によれば、請求項10に記載のWebサイト構成検査方法の作用に加えて、論理構成管理ステップで管理されるサイトの論理構成と、ファイル内規則定義ステップで定義される画像および文字の規則とに基づいて、新しいWebサイトを形成するマークアップ言語ファイル作成時のテンプレートを作成するテンプレート作成ステップを、更に含むことによって、サイト内の規則に従ったテンプレートを生成するのでWebサイト作成者がそのテンプレートを用いてサイト内に新しいファイルを容易に挿入することができるので、利便性の高いWebサイト構成検査方法を提供できる。
【0033】
また、請求項12にかかる発明は、請求項8〜11のいずれか1つに記載のWebサイト構成検査方法において、前記論理構成管理ステップで登録された前記サイトの論理構成に基づいて、前記サイトの論理構成を前記Webサイトを形成するマークアップ言語ファイル上で表現したサイトマップを作成するサイトマップ作成ステップを、更に含むことを特徴とする。
【0034】
この請求項12にかかる発明によれば、請求項8〜11のいずれか1つに記載のWebサイト構成検査方法の作用に加えて、論理構成管理ステップで登録されたサイトの論理構成に基づいて、サイトの論理構成をWebサイトを形成するマークアップ言語ファイル上で表現したサイトマップを作成するサイトマップ作成ステップを、更に含むことによって、サイト内の構成を変更した場合でも、サイト内の論理構成を正しく、かつ瞬時にサイト利用者に提供することができるので、サイト利用者にサイト内の論理構成を迅速に正しく知らせることができる利便性の高いWebサイト構成検査方法を提供できる。
【0035】
請求項13にかかる発明は、請求項8〜12のいずれか1つに記載された方法をコンピュータに実行させるプログラムであるので、コンピュータに請求項8〜12のいずれか1つに記載された方法を実行させることができるので、利便性の高いWebサイト構成検査プログラムを提供できる。
【0036】
【発明の実施の形態】
以下に添付の図面を参照して、この発明にかかるWebサイト構成検査装置、Webサイト構成検査方法、およびその方法をコンピュータに実行させるプログラムの好適な実施の形態を、実施の形態1〜5に分けて詳細に説明する。Webサイトを形成するには、Webサイト形成用のマークアップ言語ファイル形式が用いられるが、以下に述べる実施の形態1〜5においては、Hyper Text Markup Language(HTML)を例として用いる。ただし、本発明は、特にHTML形式に限定されるものではない。
【0037】
(実施の形態1)
図1は、本発明の実施の形態1によるWebサイト構成検査装置の機能的構成を示すブロック図である。本発明のWebサイト構成検査装置は、入力部1、データ制御装置2、表示部3、および記憶装置4からなる。
【0038】
入力部1は、キーボードやマウス(不図示)などのポインティングデバイスからなり、サイトを構成するサイト構成者が入力を行ってサイトの論理構成の登録(後述)を行う。表示部3は、ディスプレイなどの表示デバイスであって、サイト構成者に対して情報を表示する。
【0039】
データ制御装置2は、サイト作成者が構成したサイト内の論理構成を管理する論理構成管理部21と、サイト作成者が構成した論理構成情報が書き込まれた論理構成情報データベース(DB)22と、検査対象となるWebサイトを形成するHTMLファイルを読み込んで解釈するHTML解釈部23と、HTML解釈部23が読み込んだHTML情報に基づいて検査対象のHTMLファイルが論理構成管理部21の管理している論理構成を満たしているかどうかを検査する論理構成検査部24と、を備える。
【0040】
ここで、論理構成管理部21および論理構成情報データベース(DB)22は、本発明の論理構成管理手段を構成する。また、論理構成検査部24は本発明の論理構成検査手段を構成する。また、HTML解釈部23は本発明の論理構成記述手段を構成する。HTML解釈部23に関しては、その技術が既知であるため説明は省略する(例えば特開平10−116222号公報の発明)。
【0041】
記憶装置4は、検査対象となるHTMLファイルを格納する装置であって、例えばハードディスクのような記憶媒体である。記憶装置4はWebサイト構成検査装置とは別途管理されるものであって、直接装置と接続していても良く、あるいはその装置との間にインターネットまたはLANなどのネットワークが介在していても良い。ただし、ネットワークが介在する場合は、HTML解釈部23がそのネットワークを通して記憶装置4からHTMLファイルを読み出せるものとする。
【0042】
また、入力部1、表示部3もシステムに直接接続されず、サイト構成者が利用するクライアントに備えられて、クライアントとWebサイト構成検査装置との間にネットワークが介在しても良い。
【0043】
今、サイト作成者が、企業の案内サイトを構築する場合を例として挙げる。図2は、サイト作成者が作ろうとするサイト構成の1例を示す模式図である。作成者は、まず図2に示されるサイト全体のページ構成を考える。
【0044】
図3は、本発明の実施の形態1によるWebサイト構成検査装置の検査手順を示すフローチャートである。このフローチャートを参照しながら検査手順を説明する。サイト作成者は考案したサイト構成を、表示部3の表示を参照しながら、入力部1を介して入力する。入力されたWebサイト構成は、論理構成管理部21を介して論理構成情報DB22に書き込まれて、記憶手段に格納される。この記憶手段は、記憶装置4であっても良く、他の方式の記憶メディアなどでも良い。論理構成情報DB22に書き込まれ格納されることによって、該考案したサイト構成はWebサイト構成検査装置に登録される(ステップS301)。
【0045】
図4は、Webサイト構成情報の1例を示す模式図であり、(a)はHTMLファイルについてそのタイトルと格納場所を示し、(b)は構成情報についてそのタイトルとリンク先を示す。即ち、図2に示されたサイト構成が、図4に示すサイト構成情報の形で論理構成情報DB22に書き込まれて、格納されている。
【0046】
次に、サイト作成者はサイト構成に従って、各ページの内容を含む複数のHTMLファイルを作成する。作成された各HTMLファイルは、記憶装置4に格納される(ステップS302)。
【0047】
次に、HTML解釈部23は、記憶装置4に格納されたHTMLファイルを読み出して解釈し、その解釈を記述する(ステップS303)。
【0048】
論理構成検査部24は、HTML解釈部23が各HTMLファイルを解釈して記述した内容と、論理構成管理部21から得た論理構成の情報とに基づいて、HTMLファイルにおけるページ間のリンクが、図2に示した論理構成を満たしているかどうかを検査する(ステップS304)。そして、検査結果は、表示部3に表示される(ステップS305)。
【0049】
図5は、本発明の実施の形態1によるWebサイト構成検査装置が行った論理構成検査結果の1例を示す模式図である。この結果を見ることによってリンクの状態が分かり、例えばサイト作成者は“商品カテゴリ1”のページから“商品1−2”へのリンクが正しく張られていないことを発見できる(図中NGの記載)。
【0050】
ここで、論理構成管理部21は、複数のHTMLファイルをグループに分けて、分けられたグループごとにリンクの規則を指定することができる。図6は、本発明の実施の形態1によるWebサイト構成検査装置において、グループ単位でHTMLファイルにリンクの規則を指定した1例を示す模式図であり、(a)は各HTMLファイルのタイトル、ファイルの場所、およびグループを示し、(b)はグループごとのリンク先を示す論理構成を示している。
【0051】
図6を参照しながら、グループごとに論理構成を管理する動作について述べる。論理構成検査部24は、図6に示す論理構成に基づいてサイトの論理構成の検査を行う。検査は単一の各ページごとだけではなく、グループ単位のリンクについても行う。これによって、例えばグループ1に含まれるページからは必ずサイトトップページに戻るリンクが張られること、あるいはグループ3に含まれるページからは必ず商品トップページへリンクが張られること、などのグループ毎の規則検査が可能となる。
【0052】
動作手順については特に図示しないが、図3におけるステップS301はWebサイトのグループごとの構成を登録する、ステップS304は論理構成検査部がサイトの論理構成をグループごとに検査する、と読み換えるものとする。
【0053】
こうして、実施の形態1によるWebサイト構成検査装置においては、Webサイト作成者は先ずサイト構成を論理構成情報DB22に書き込んで記憶手段に格納することによって登録しておき、次いで、作成するWebサイトを構成するHTMLファイルをHTML解釈部23が論理構成情報DB22に登録された論理構成に基づいてそれらのハイパーリンクを検査することによって、HTMLファイルにおけるリンクがその論理構成を満たしているか否かを検査できるので、作成者のサイト構成上の意図を的確にサイト構成に反映することができる。また、その検査もグループごとに能率良く行うことができる。
【0054】
(実施の形態2)
図7は、本発明の実施の形態2によるWebサイト構成検査装置を示す機能的ブロック図である。実施の形態2は、図7に示すように、実施の形態1の構成にサイト構成情報入力変換部71を追加した構成である。サイト構成情報入力変換部71は、入力部1からの入力を変換し、かつ表示部3でグラフィック形式での表示を提供する。即ち、サイト構成情報入力変換部71は、入力されたサイト構成情報をグラフィカルに表示部3で表示する手段であり、本発明におけるサイト構成情報入力補助手段を構成する。サイト作成者は、表示部3に表示されたサイト構成情報を参照することによって、視認しながら入力できるので、サイト構成の構築を容易になすことができる。
【0055】
更に、サイト構成情報入力変換部71は、論理構成管理部21が管理する論理構成情報をグラフィック形式で表示部3に表示する。サイト作成者は、表示部3に表される画面を見ながら、キーボードあるいはマウスを含む入力部1を用いて、各ページの構成を決めることができる。そして、各ページのリンクの付加を、例えばページを表す図形同士を表示部3の画面上において線でつなぐ操作によって実行する。入力部1からの入力により作成されたHTMLファイルの論理構成情報は、サイト構成情報変換部71により、例えば図4に示された論理構成模式図の形に変換され、論理構成管理部21に送信され、管理、保存される。
【0056】
図8は、本発明の実施の形態2によるWebサイト構成検査装置において、作成者の入力したサイト構成情報の画面表示の1例の模式図である。図8においては、ファイルおよびファイル間の構成、リンクの向きが四角と矢印で示される。さらに1つのグループに属するファイルは色や枠線で区別できる。
【0057】
さらに、実施の形態2は、サイトの検査結果を表示部3にグラフィック形式で表示するサイト検査結果変換部を備えることができる。図9は、本発明の実施の形態2によるWebサイト構成検査装置が、サイト検査結果変換部を有する場合の機能的ブロック図である。サイト検査結果変換部91は、検査結果データを表示部3においてグラフィカルに表示させる。サイト検査結果変換部91は、本発明における結果表示手段を構成する。
【0058】
図10は、本発明の実施の形態2によるWebサイト構成検査装置の検査結果の表示の1例の模式図である。既に記述したとおり、論理構成情報に従ってサイト内の構成検査が行われ、論理構成情報と検査結果の情報は、サイト検査結果変換部91によって変換されて、図10に示すようなグラフィック形式で表現されて表示部3に出力される。その結果、例えば図10に示されるように、“商品1−2”へのリンク、および“事業所1”へのリンクが無効となっていることが視認できる。また、変換された出力は表示部3に限らず、プリンタ(不図示)などに出力することも可能である。
【0059】
(実施の形態3)
図11は、本発明の実施の形態3によるWebサイト構成検査装置の機能的ブロック図である。実施の形態3は図11に示すように、実施の形態1の構成に、HTML規則検査部111、HTML規則管理部112、およびHTML規則データベース(DB)113を追加した構成である。ここで、HTML規則検査部111は、本発明におけるファイル内規則検査手段を構成する。また、HTML規則管理部112およびHTML規則DB113は、本発明におけるファイル内規則定義手段を構成する。
【0060】
図12は、本発明の実施の形態3によるWebサイト構成検査装置が検査を行う手順を示すフローチャートである。実施の形態1の動作手順を示した図3における符号と同一の符号は、実施の形態1の手順と同一のステップを示している。以下、実施の形態1の手順に対して追加されたステップについて、図11および12を参照しながら説明する。
【0061】
HTML規則管理部112は、入力に基づき各HTMLファイル内に配置される画像および文字の規則を定義する(ステップS1201)。そして、HTML規則DB113に、その規則情報を書き込み、記憶手段に格納する(ステップS1202)。HTML規則検査部111は、HTML規則管理部112がHTML規則DB113から読み出して送信してきた規則に基づいて、Webサイトを構成する各HTMLファイル内の記述の検査を行う(ステップS1203)。そして、検査結果が表示部3によって表示される(ステップS305)。
【0062】
図13は、HTML規則情報の1例を示す模式図である。ここでは、すべてのページが含むべき画像へのリンク、グループ単位で満たすべき画像、あるいは関連付けられるべき他のページへのリンクなどの規則が記述されている。これによって、HTML規則検査部111は、例えばヘッダー、フッダーを必ず入れる、トップページへのリンクには決まった「HOME」アイコンを使う、などの指定された規則が守られているかどうかを検査できる。こうして、作成しようとするWebサイトの複数のHTMLファイルのスタイルを一括して検査することができるので、作成者が統一のとれたデザインのWebサイトを容易に作成できる。
【0063】
(実施の形態4)
図14は、本発明の実施の形態4によるWebサイト構成検査装置の機能的ブロック図である。実施の形態4は図14に示すように、実施の形態3の構成に、さらにテンプレート作成部131を追加した構成である。テンプレート作成部131は本発明におけるテンプレート作成手段を構成する。
【0064】
図15は、本発明の実施の形態4によるWebサイト構成検査装置が、検査を行う手順を示すフローチャートである。実施の形態1の手順を示した図3における符号と同一の符号は、実施の形態1の手順と同一のステップを示している。以下、実施の形態1の手順に対して追加されたステップについて、図14および15を参照しながら説明する。
【0065】
テンプレート作成の際には、サイト作成者は入力部1から、新しく作成するページがサイト論理構成内でどこに位置するか、どのグループに所属するかなどのテンプレートについての設定項目を、入力により設定する(ステップS1501)。テンプレート作成部131は、サイト作成者からの設定項目の情報、論理構成管理部21から送信されてくる論理構成情報、およびHTML規則管理部112から送信されてくる規則情報とに基づいて、新しいHTMLファイル作成のためのテンプレートを作成する(ステップS1502)。作成されたテンプレートは、上記のように作成されたので、定められた論理構成とHTML規則とを満たしたものとなる。また、論理構成管理部21は、論理構成情報DB22に対して新しいテンプレートあるいはそれによって作成されたファイルを追加して更新する(ステップS1503)。
【0066】
こうしてサイト内の規則に従ったHTMLファイルのテンプレートを生成することができるので、サイト内に生成されたテンプレートを用いて新しいHTMLファイルを挿入することが容易になり、Webサイトの作成が容易となる。
【0067】
(実施の形態5)
図16は、本発明の実施の形態5によるWebサイト構成検査装置の機能的ブロック図である。実施の形態5は、実施の形態1の構成に対して、サイトの論理構成をHTMLファイル上で表現したサイトマップを作成するサイトマップ作成部141を追加した構成である。サイトマップ作成部141は、本発明におけるサイトマップ作成手段を構成する。
【0068】
図17は、本発明の実施の形態5によるWebサイト構成検査装置がサイトマップを作成する手順を示すフローチャートである。実施の形態1の手順を示した図3における符号と同一の符号は、実施の形態1の手順と同一のステップを示している。以下、実施の形態1の手順に対して追加されたステップについて、図16および17を参照しながら説明する。
【0069】
サイトマップ作成部141は、論理構成管理部21が論理構成情報DB22から読み出して送信してくるサイト全体の構成情報を受け取り、階層的なHTMLファイルの構成をHTMLドキュメント化する(ステップS1701)。そして表現されたHTMLファイルの階層構造をサイトマップとして、表示部3によって表示する(ステップS1702)。その際、図4に示したHTMLファイルの論理構成のファイル情報に、ファイルの内容説明を付加して、サイトマップ作成時にその内容説明を表示することも可能である。図18は、本発明の実施の形態5によるWebサイト構成検査装置のサイトマップ作成部によって作成されたサイトマップの1例を示す模式図である。
【0070】
こうして、サイト内の構成を変更した場合でも、サイト内の論理構成をHTMLファイルに書き込みサイトマップ化して、瞬時にサイト利用者に見やすく提供することができる。
【0071】
なお、この実施の形態1〜5のいずれか1つによるWebサイト構成検査装置で実行されるWebサイト構成検査プログラムは、インストール可能な形式または実行可能な形式のファイルでCD−ROM、フロッピー(R)ディスク(FD)、DVDなどのコンピュータで読み取り可能な記録媒体に記録されて提供される。
【0072】
また、本実施の形態のWebサイト構成検査プログラムを、インターネットなどのネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供および配布するように構成しても良い。
【0073】
【発明の効果】
以上説明したように、請求項1にかかる発明によれば、サイト作成者の意図を的確にサイト構成に反映することができる利便性の高いWebサイト構成検査装置を提供できるという効果を奏する。
【0074】
請求項2にかかる発明によれば、請求項1に記載のWebサイト構成検査装置の効果に加えて、サイト作成者が、サイト内の複数のファイルについてグループごとに一括して規則を検査できるので、迅速に複数ファイルのリンクを検査でき、容易にWebサイトを構築できるという効果を奏する。
【0075】
請求項3にかかる発明によれば、請求項1または2に記載のWebサイト構成検査装置の効果に加えて、Webサイト作成者が、ファイルに共通に統制の取れたデザインのWebサイトを容易に構築できるという効果を奏する。
【0076】
請求項4にかかる発明によれば、請求項3に記載のWebサイト構成検査装置の効果に加えて、テンプレート作成手段を用いてテンプレートを作成するので、Webサイト作成者はそのテンプレートを用いて新しいファイルを容易に作成して挿入することができるという効果を奏する。
【0077】
請求項5にかかる発明によれば、請求項1〜4のいずれか1つに記載のWebサイト構成検査装置の効果に加えて、サイト利用者がサイトマップによって、サイト内の論理構成を迅速に正しく知ることができるという効果を奏する。
【0078】
請求項6にかかる発明によれば、請求項1〜5のいずれか1つに記載のWebサイト構成検査装置の効果に加えて、サイト内の構成が図や絵の形で表示されるので、サイト構築者にとって検査が容易な利便性の高いWebサイト構成検査装置を提供できるという効果を奏する。
【0079】
請求項7にかかる発明によれば、請求項1〜6のいずれか1つに記載のWebサイト構成検査装置の効果に加えて、サイト内の構成検査結果が図や絵の形で提供できるので、サイト構築者が構成検査結果を視認しながらサイトを容易に作成できるという効果を奏する。
【0080】
請求項8にかかる発明によれば、作成者のサイト構成上の意図を的確にサイト構成に反映することができるWebサイト構成検査方法を提供できるという効果を奏する。
【0081】
請求項9にかかる発明によれば、請求項8に記載のWebサイト構成検査方法の効果に加えて、サイト内の複数のファイルのリンク規則をグループごとに一括して検査して規則に従ったWebサイト構築が可能となるので、サイト作成者が規則に従って迅速にインクを検査でき、容易にWebサイトを作成できるという効果を奏する。
【0082】
請求項10にかかる発明によれば、請求項8または9に記載のWebサイト構成検査方法の効果に加えて、Webサイトを構成する複数ファイル内のスタイルを一括して検査することができるので、Webサイト作成者がファイルに共通な統制の取れたデザインのWebサイトを容易に構築できるという効果を奏する。
【0083】
請求項11にかかる発明によれば、請求項10に記載のWebサイト構成検査方法の効果に加えて、サイト内の規則に従ったファイルのテンプレートを生成し、そのテンプレートを用いてサイト内に新しいファイルを作成して挿入できるので、Webサイト作成者が容易にWebサイトを作成できるという効果を奏する。
【0084】
請求項12にかかる発明によれば、請求項8〜11のいずれか1つに記載のWebサイト構成検査方法の効果に加えて、サイトマップを作成することによってサイト利用者にサイト内の論理構成を迅速に正しく知らせることができるので、利便性の高いWebサイト構成検査方法を提供できるという効果を奏する。
【0085】
請求項13にかかる発明によれば、コンピュータが実行する利便性の高いWebサイト構成検査プログラムを提供できるという効果を奏する。
【図面の簡単な説明】
【図1】この発明の実施の形態1によるWebサイト構成検査装置の機能的構成を示すブロック図である。
【図2】この発明の実施の形態1によるWebサイト構成検査装置を用いて、サイト作成者が作ろうとするサイトの構成の1例を示す模式図である。
【図3】この発明の実施の形態1によるWebサイト構成検査装置が行う検査手順を示すフローチャートである。
【図4】Webサイト構成情報の1例を示す模式図であり、(a)はHTMLファイルについてそのタイトルと格納場所を示し、(b)は構成情報についてそのタイトルとリンク先を示す。
【図5】この発明の実施の形態1によるWebサイト構成検査装置が検査した論理構成検査結果の1例を示す模式図である。
【図6】この発明の実施の形態1によるWebサイト構成検査装置において、HTMLファイルのグループごとにリンクの規則を指定した1例を示す模式図であり、(a)はHTMLファイルのタイトル、ファイルの場所、およびグループを示し、(b)はグループごとのリンク先を示した論理構成を示す。
【図7】この発明の実施の形態2によるWebサイト構成検査装置の機能的ブロック図である。
【図8】この発明の実施の形態2によるWebサイト構成検査装置において、作成者の入力したサイト構成情報の画面表示の1例の模式図である。
【図9】この発明の実施の形態2によるWebサイト構成検査装置が、サイト検査結果変換部を有する場合の機能的ブロック図である。
【図10】この発明の実施の形態2によるWebサイト構成検査装置の検査結果の表示の1例の模式図である。
【図11】この発明の実施の形態3によるWebサイト構成検査装置のHTML規則管理部が定義したHTML規則情報の1例を示す模式図である。
【図12】本発明の実施の形態3によるWebサイト構成検査装置が検査を行う手順を示すフローチャートである。
【図13】この発明の実施の形態3によるWebサイト構成検査装置が獲得したHTML規則情報の1例を示す模式図である。
【図14】この発明の実施の形態4によるWebサイト構成検査装置の機能的ブロック図である。
【図15】本発明の実施の形態4によるWebサイト構成検査装置が検査を行う手順を示すフローチャートである。
【図16】この発明の実施の形態5によるWebサイト構成検査装置の機能的ブロック図である。
【図17】本発明の実施の形態5によるWebサイト構成検査装置がサイトマップを作成する手順を示すフローチャートである。
【図18】この発明の実施の形態5によるWebサイト構成検査装置のサイトマップ作成部によって作成されたサイトマップの1例を示す模式図である。
【符号の説明】
1 入力部
2 データ制御装置
3 表示部
4 記憶装置
21 論理構成管理部
22 論理構成情報DB
23 HTML解釈部
24 論理構成検査部
71 サイト構成情報入力変換部
91 サイト検査結果変換部
111 HTML規則検査部
112 HTML規則管理部
113 HTML規則DB
131 テンプレート作成部
141 サイトマップ作成部[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a Web site configuration inspection device, a Web site configuration inspection method, and a program for causing a computer to execute the Web site configuration inspection method for inspecting a Web site configuration composed of markup language files forming a plurality of Web sites.
[0002]
[Prior art]
A markup language file format that forms a Web site that provides information on the World Wide Web (WWW) is widely used. Hyper Text Markup Language (hereinafter referred to as HTML) is one of them. In a file in an HTML format (hereinafter referred to as an HTML file), a Web site viewer uses a hyperlink (hereinafter referred to as a “link”) mechanism to change one HTML file screen (hereinafter referred to as an HTML screen) on a browser to another HTML screen. It is possible to move freely to When creating this HTML file, the more information posted there, the more difficult it is to store the information in one HTML file. Therefore, it is common to create one Web site by associating a plurality of HTML files with hyperlinks for easy viewing.
[0003]
In particular, a news providing site, a merchandise selling site, and the like on the Internet often form a site using a large number of HTML files due to the amount and variety of information. In general, the construction of a Web site is performed by creating HTML files one by one and linking the HTML files to each other by a link. This link is realized by describing the location of the linked HTML file (or image or other file).
[0004]
A link check tool for checking this link has been generally known from the past. The link check tool follows a link provided in an HTML file and notifies a creator of a description of the link provided to a nonexistent link destination. In this way, the creator can link correctly while referring to the notification by the link check tool.
[0005]
When information is frequently exchanged in an HTML file, as described in the invention of Japanese Patent Application Laid-Open No. 2001-325144, a link is automatically created or an old link is deleted and the creator is deleted. A technique for assisting in creating a link is also known.
[0006]
[Patent Document 1]
JP 2001-325144 A (Pages 2-4, FIG. 1-4)
[0007]
[Problems to be solved by the invention]
However, these technologies check whether a linked file exists, automatically create and / or delete a link to assist in link creation, or link information that meets specific conditions. Can check only the link, but cannot check whether the link satisfies the logical configuration of the site intended by the creator of the site. The logical configuration here means, for example, a Web site in which a top page of the site exists in one file, a list of information of each category exists under the file, and a plurality of information are linked in each category. Refers to the site configuration according to the information described in the markup language file to be formed.
[0008]
In order to check links related to these site configurations, it is necessary for the creator to actually follow all the links on the browser and confirm that the link information is correctly set. However, it is very complicated to confirm the information especially on a Web site having a large number of files.
[0009]
The present invention has been made in view of the above problems, and a markup language file group forming an actual Web site correctly satisfies a logical page configuration in the site intended by the Web site creator. It is a first object of the present invention to provide a Web site configuration inspection apparatus, a Web site configuration inspection method, and a program for causing a computer to execute the method, which can inspect whether or not the Web site is configured.
[0010]
In addition, a site creator can regularize elements required for a markup language file forming a Web site according to a logical configuration in the site, and can easily check whether each file satisfies the rules. A second object is to provide a configuration inspection apparatus, a Web site configuration inspection method, and a program for causing a computer to execute the method.
[0011]
[Means for Solving the Problems]
In order to achieve the above object, the invention according to claim 1 includes a logical configuration description unit that interprets a site composed of a markup language file forming a plurality of Web sites and describes a logical configuration of the site. A logical configuration management unit for storing and registering the logical configuration of the site in a storage unit, and inspecting a hyperlink in a markup language file forming the plurality of Web sites based on the registered logical configuration of the site. And a logical configuration inspection unit.
[0012]
According to the first aspect of the invention, a logical configuration description means for interpreting a site composed of a markup language file forming a plurality of Web sites and describing a logical configuration of the site, and a logic for registering the logical configuration of the site Site creation for constructing a site by providing a configuration management unit and a logical configuration inspection unit for inspecting hyperlinks in a markup language file that forms a plurality of Web sites based on a logical configuration of a registered site Web site configuration inspection that allows the creator to describe the logical configuration of the site configuration and check whether the link satisfies the logical configuration, so that the intention of the creator in the site configuration can be accurately reflected in the site configuration. Equipment can be provided.
[0013]
According to a second aspect of the present invention, in the web site configuration inspection apparatus according to the first aspect, the logical configuration description unit groups the markup language files forming the plurality of web sites, and groups the markup language files. A common hyperlink rule for each group described, and the logical configuration checking unit checks a hyperlink in a markup language file forming the plurality of Web sites based on the common hyperlink rule for each group. It is characterized by doing.
[0014]
According to the second aspect of the present invention, in addition to the operation of the Web site configuration inspection apparatus according to the first aspect, the logical configuration description unit groups the markup language files forming a plurality of Web sites, and The common configuration hyperlink rules are described, and the logical configuration checking unit checks the hyperlinks in the multiple files based on the common hyperlink rules for each group, thereby linking the files in the site to the plurality of files. Since the rules can be checked collectively, the site creator can easily construct a Web site according to the rules.
[0015]
According to a third aspect of the present invention, in the Web site configuration inspection apparatus according to the first or second aspect, rules for images and characters to be arranged in a markup language file forming the plurality of Web sites are defined. A file rule definition unit; and a file rule inspection unit that inspects descriptions in a markup language file that forms the plurality of Web sites based on the defined image and character rules. It is characterized by.
[0016]
According to the third aspect of the present invention, in addition to the operation of the Web site configuration inspection apparatus according to the first or second aspect, rules for images and characters arranged in a markup language file forming a plurality of Web sites And a file rule checking means for checking the description in the file based on the defined image and character rules, so that the styles of a plurality of files on the Web site can be changed. Since the inspection can be performed collectively, the Web site creator can easily create a Web site with a well-designed design.
[0017]
According to a fourth aspect of the present invention, in the web site configuration inspection apparatus according to the third aspect, the logical configuration of the site registered by the logical configuration management unit, the image defined by the in-file rule definition unit, A template creating means for creating a template when creating a markup language file for forming a new Web site based on the character rules is further provided.
[0018]
According to the fourth aspect of the present invention, in addition to the operation of the Web site configuration inspection apparatus according to the third aspect, the logical configuration of the site managed by the logical configuration management unit and the rule definition in the file are defined. A template creation unit for creating a template based on a markup language file for forming a new Web site based on the image and character rules; Since a new file can be inserted into the site, the website creator can easily insert the new file into the site using the template.
[0019]
According to a fifth aspect of the present invention, in the web site configuration inspection device according to any one of the first to fourth aspects, the site is configured based on a logical configuration of the site registered by the logical configuration management unit. And a site map creating means for creating a site map that expresses the logical configuration of the above on a markup language file forming a Web site.
[0020]
According to the fifth aspect of the invention, in addition to the operation of the Web site configuration inspection apparatus according to any one of the first to fourth aspects, based on the logical configuration of the site registered by the logical configuration management unit. And a site map creating means for creating a site map that expresses the logical configuration of the site on a markup language file that forms a Web site, so that even if the configuration within the site is changed, Since the configuration can be provided to the site user correctly and instantly, the convenience that the site user can be quickly and correctly notified of the logical configuration in the site can be provided.
[0021]
According to a sixth aspect of the present invention, in the Web site configuration inspection apparatus according to any one of the first to fifth aspects, a site configuration information input assisting unit for displaying a logical configuration of a created site in a graphic format is provided. , Are further provided.
[0022]
According to the sixth aspect of the present invention, in addition to the operation of the Web site configuration inspection apparatus according to any one of the first to fifth aspects, a site configuration for displaying a logical configuration of a created site in a graphic format. By further providing an information input assisting means and providing the structure in the site in the form of a diagram or a picture, the site builder can easily determine the site configuration easily and easily. A highly convenient Web site configuration inspection device can be provided.
[0023]
According to a seventh aspect of the present invention, in the web site configuration inspection apparatus according to any one of the first to sixth aspects, the apparatus further includes a result display unit that displays a result of the web site configuration inspection in a graphic format. It is characterized by having.
[0024]
According to the seventh aspect of the present invention, in addition to the operation of the Web site configuration inspection apparatus according to any one of the first to sixth aspects, a result display means for displaying a Web site configuration inspection result in a graphic format. Is provided, the configuration inspection results in the site can be provided in the form of figures and pictures, so that the site builder can easily understand and correct the site configuration.
[0025]
The invention according to claim 8 is a logical configuration description step of interpreting a site composed of a markup language file forming a plurality of Web sites and describing a logical configuration of the site, and a logical configuration of the described site. A logical configuration management step of storing and registering in a storage means, and a logical configuration inspection step of inspecting a hyperlink in a markup language file forming the plurality of Web sites based on the registered logical configuration of the site. And a Web site configuration inspection method.
[0026]
According to the invention of claim 8, a logical configuration description step of interpreting a site composed of a markup language file forming a plurality of Web sites and describing a logical configuration of the site, and a logical configuration of the described site A logical configuration management step of registering a site, and a logical configuration inspection step of inspecting hyperlinks in those files based on the logical configuration of the registered site. Can be described to check whether the link satisfies the logical configuration. Therefore, it is possible to provide a Web site configuration inspection method that can accurately reflect the creator's intention in the site configuration in the site configuration. .
[0027]
According to a ninth aspect of the present invention, in the Web site configuration inspection method according to the eighth aspect, the logical configuration description step groups the markup language files forming the plurality of Web sites, and groups the markup language files. A common hyperlink rule is described for each group, and the logical configuration checking step checks a hyperlink in a markup language file forming the plurality of Web sites based on the common hyperlink rule for each group. It is characterized by doing.
[0028]
According to the ninth aspect of the present invention, in addition to the operation of the Web site configuration inspection method according to the eighth aspect, the logical configuration description step includes grouping markup language files forming a plurality of Web sites. Describe the common hyperlink rules for each file, and the logical configuration check step checks the hyperlinks in the files based on the common hyperlink rules for each group, thereby establishing the link rules of multiple files for the files in the site. Inspection can be performed collectively, and Web sites can be constructed in accordance with the rules, so that the site creator can easily construct Web sites in accordance with the rules.
[0029]
According to a tenth aspect of the present invention, in the web site configuration inspection method according to the eighth or ninth aspect, rules for images and characters arranged in a markup language file forming the plurality of web sites are defined. Further comprising: an in-file rule definition step; and an in-file rule inspection step of inspecting descriptions in a markup language file forming the plurality of Web sites based on the defined image and character rules. Features.
[0030]
According to the tenth aspect of the present invention, in addition to the operation of the Web site configuration inspection method according to the eighth or ninth aspect, in addition to the operation of the image and the characters arranged in the markup language file forming a plurality of Web sites, A plurality of rules for defining a rule, and an in-file rule checking step for checking descriptions in a plurality of files based on defined image and character rules. Since the file style can be checked collectively, the website creator can easily construct a website with a well-designed design.
[0031]
According to an eleventh aspect of the present invention, in the web site configuration inspection method according to the tenth aspect, the logical configuration of the site registered in the logical configuration management step and the image defined in the file rule definition step The method further includes a template creation step of creating a template when creating a markup language file for forming a new Web site based on the character rules.
[0032]
According to the eleventh aspect of the present invention, in addition to the operation of the Web site configuration inspection method according to the tenth aspect, the logical configuration of the site managed in the logical configuration management step and the definition in the file rule definition step are defined. And generating a template according to the rules in the site by further including a template creating step of creating a template when creating a markup language file for forming a new Web site based on the image and character rules. Since the website creator can easily insert a new file into the site using the template, a highly convenient website configuration inspection method can be provided.
[0033]
According to a twelfth aspect of the present invention, in the Web site configuration inspection method according to any one of the eighth to eleventh aspects, the site is determined based on a logical configuration of the site registered in the logical configuration management step. And a site map creating step of creating a site map expressing the logical configuration of the above on a markup language file forming the Web site.
[0034]
According to the twelfth aspect, in addition to the operation of the Web site configuration inspection method according to any one of the eighth to eleventh aspects, based on the logical configuration of the site registered in the logical configuration management step. And a site map creating step of creating a site map in which the logical configuration of the site is expressed on a markup language file that forms a Web site, so that the logical configuration within the site can be changed even if the configuration within the site is changed. Can be provided to the site user correctly and instantaneously, and therefore a highly convenient Web site configuration inspection method that can promptly and correctly inform the site user of the logical configuration in the site can be provided.
[0035]
The invention according to claim 13 is a program for causing a computer to execute the method according to any one of claims 8 to 12, so that the method according to any one of claims 8 to 12 causes the computer to execute the method. Can be executed, so that a highly convenient Web site configuration inspection program can be provided.
[0036]
BEST MODE FOR CARRYING OUT THE INVENTION
DESCRIPTION OF EMBODIMENTS Preferred embodiments of a Web site configuration inspection apparatus, a Web site configuration inspection method, and a program for causing a computer to execute the method according to the present invention will be described with reference to the accompanying drawings. The details will be described separately. To form a Web site, a markup language file format for forming a Web site is used. In Embodiments 1 to 5 described below, Hyper Text Markup Language (HTML) is used as an example. However, the present invention is not particularly limited to the HTML format.
[0037]
(Embodiment 1)
FIG. 1 is a block diagram showing a functional configuration of a Web site configuration inspection device according to Embodiment 1 of the present invention. The Web site configuration inspection device of the present invention includes an input unit 1, a
[0038]
The input unit 1 is composed of a pointing device such as a keyboard and a mouse (not shown), and a site constructor configuring the site performs an input to register a logical configuration of the site (described later). The display unit 3 is a display device such as a display, and displays information to a site constituent.
[0039]
The data control
[0040]
Here, the logical
[0041]
The storage device 4 is a device that stores an HTML file to be inspected, and is a storage medium such as a hard disk, for example. The storage device 4 is managed separately from the Web site configuration inspection device, and may be directly connected to the device, or a network such as the Internet or a LAN may be interposed between the storage device 4 and the device. . However, when a network is interposed, the
[0042]
Also, the input unit 1 and the display unit 3 are not directly connected to the system, but may be provided in a client used by the site builder, and a network may be interposed between the client and the Web site configuration inspection device.
[0043]
Now, a case where a site creator builds a company guide site will be described as an example. FIG. 2 is a schematic diagram illustrating an example of a site configuration that a site creator intends to create. The creator first considers the page configuration of the entire site shown in FIG.
[0044]
FIG. 3 is a flowchart showing an inspection procedure of the Web site configuration inspection device according to the first embodiment of the present invention. The inspection procedure will be described with reference to this flowchart. The site creator inputs the devised site configuration via the input unit 1 while referring to the display on the display unit 3. The input Web site configuration is written to the logical
[0045]
4A and 4B are schematic diagrams illustrating an example of the website configuration information. FIG. 4A illustrates the title and storage location of the HTML file, and FIG. 4B illustrates the title and link destination of the configuration information. That is, the site configuration shown in FIG. 2 is written and stored in the logical
[0046]
Next, the site creator creates a plurality of HTML files including the contents of each page according to the site configuration. Each of the created HTML files is stored in the storage device 4 (step S302).
[0047]
Next, the
[0048]
The logical
[0049]
FIG. 5 is a schematic diagram illustrating an example of a logical configuration inspection result performed by the Web site configuration inspection device according to the first embodiment of the present invention. By looking at this result, the state of the link can be understood, and for example, the site creator can discover that the link from the “product category 1” page to the “product 1-2” is not correctly set (NG in the figure) ).
[0050]
Here, the logical
[0051]
The operation for managing the logical configuration for each group will be described with reference to FIG. The logical
[0052]
Although the operation procedure is not particularly illustrated, it should be read that step S301 in FIG. 3 is to register the configuration of each Web site group, and step S304 is to be performed by the logical configuration inspection unit to inspect the logical configuration of the site for each group. I do.
[0053]
Thus, in the website configuration inspection apparatus according to the first embodiment, the website creator first registers the site configuration by writing the site configuration in the logical
[0054]
(Embodiment 2)
FIG. 7 is a functional block diagram showing a Web site configuration inspection device according to the second embodiment of the present invention. As shown in FIG. 7, the second embodiment has a configuration in which a site configuration information
[0055]
Further, the site configuration information
[0056]
FIG. 8 is a schematic diagram of an example of a screen display of site configuration information input by a creator in the Web site configuration inspection device according to the second embodiment of the present invention. In FIG. 8, the files, the configuration between the files, and the directions of the links are indicated by squares and arrows. Further, files belonging to one group can be distinguished by colors or frame lines.
[0057]
Further, the second embodiment can include a site inspection result conversion unit that displays the inspection result of the site on the display unit 3 in a graphic format. FIG. 9 is a functional block diagram when the Web site configuration inspection device according to the second embodiment of the present invention has a site inspection result conversion unit. The site inspection
[0058]
FIG. 10 is a schematic diagram of an example of the display of the inspection result of the Web site configuration inspection device according to the second embodiment of the present invention. As described above, the configuration inspection within the site is performed according to the logical configuration information, and the logical configuration information and the inspection result information are converted by the site inspection
[0059]
(Embodiment 3)
FIG. 11 is a functional block diagram of a Web site configuration inspection device according to Embodiment 3 of the present invention. As shown in FIG. 11, the third embodiment has a configuration in which an HTML
[0060]
FIG. 12 is a flowchart showing a procedure for performing inspection by the Web site configuration inspection apparatus according to Embodiment 3 of the present invention. The same reference numerals as those in FIG. 3 showing the operation procedure of the first embodiment indicate the same steps as the procedure of the first embodiment. Hereinafter, steps added to the procedure of the first embodiment will be described with reference to FIGS.
[0061]
The HTML rule management unit 112 defines rules for images and characters arranged in each HTML file based on the input (step S1201). Then, the rule information is written in the
[0062]
FIG. 13 is a schematic diagram illustrating an example of the HTML rule information. Here, rules such as links to images to be included in all pages, images to be satisfied in group units, and links to other pages to be associated are described. As a result, the HTML
[0063]
(Embodiment 4)
FIG. 14 is a functional block diagram of a Web site configuration inspection device according to the fourth embodiment of the present invention. As shown in FIG. 14, the fourth embodiment has a configuration in which a
[0064]
FIG. 15 is a flowchart showing a procedure for performing inspection by the Web site configuration inspection apparatus according to Embodiment 4 of the present invention. The same reference numerals as those in FIG. 3 showing the procedure of the first embodiment indicate the same steps as those of the first embodiment. Hereinafter, steps added to the procedure of the first embodiment will be described with reference to FIGS.
[0065]
When creating a template, the site creator inputs and sets setting items for the template, such as where the newly created page is located in the site logical configuration and to which group, from the input unit 1. (Step S1501). The
[0066]
Since the template of the HTML file can be generated in accordance with the rules in the site in this manner, it is easy to insert a new HTML file using the template generated in the site, and the creation of the Web site is facilitated. .
[0067]
(Embodiment 5)
FIG. 16 is a functional block diagram of a Web site configuration inspection device according to the fifth embodiment of the present invention. The fifth embodiment is different from the first embodiment in that a site
[0068]
FIG. 17 is a flowchart showing a procedure for creating a site map by the website configuration inspection apparatus according to the fifth embodiment of the present invention. The same reference numerals as those in FIG. 3 showing the procedure of the first embodiment indicate the same steps as those of the first embodiment. Hereinafter, steps added to the procedure of the first embodiment will be described with reference to FIGS.
[0069]
The site
[0070]
In this way, even when the configuration in the site is changed, the logical configuration in the site is written in an HTML file and is converted into a site map, so that the site can be instantly provided to the site user in an easily viewable manner.
[0071]
Note that the Web site configuration inspection program executed by the Web site configuration inspection apparatus according to any one of the first to fifth embodiments is a file in an installable format or an executable format in a CD-ROM, a floppy (R) ) Provided by being recorded on a computer-readable recording medium such as a disk (FD) or a DVD.
[0072]
Further, the Web site configuration inspection program of the present embodiment may be stored on a computer connected to a network such as the Internet, and provided and distributed by being downloaded via the network.
[0073]
【The invention's effect】
As described above, according to the first aspect of the invention, it is possible to provide a highly convenient Web site configuration inspection apparatus that can accurately reflect the intention of the site creator in the site configuration.
[0074]
According to the second aspect of the present invention, in addition to the effect of the Web site configuration inspection apparatus according to the first aspect, the site creator can inspect the rules of a plurality of files in the site collectively for each group. This makes it possible to quickly check the links of a plurality of files and easily construct a Web site.
[0075]
According to the third aspect of the present invention, in addition to the effects of the Web site configuration inspection device according to the first or second aspect, the Web site creator can easily create a Web site having a design that is commonly controlled by files. It has the effect of being able to build.
[0076]
According to the fourth aspect of the present invention, in addition to the effect of the Web site configuration inspection apparatus according to the third aspect, a template is created using the template creating means, so that the website creator can use the template to create a new one. There is an effect that a file can be easily created and inserted.
[0077]
According to the fifth aspect of the invention, in addition to the effect of the Web site configuration inspection apparatus according to any one of the first to fourth aspects, the site user can quickly make the logical configuration in the site by using the site map. This has the effect of being able to know correctly.
[0078]
According to the invention according to claim 6, in addition to the effect of the Web site configuration inspection device according to any one of claims 1 to 5, the configuration in the site is displayed in the form of a diagram or a picture. This has the effect of providing a highly convenient Web site configuration inspection device that is easy to inspect for a site builder.
[0079]
According to the invention according to claim 7, in addition to the effect of the Web site configuration inspection apparatus according to any one of claims 1 to 6, the configuration inspection result in the site can be provided in the form of a diagram or a picture. This has the effect that the site builder can easily create the site while visually recognizing the configuration inspection results.
[0080]
According to the invention according to claim 8, there is an effect that it is possible to provide a Web site configuration inspection method capable of accurately reflecting the creator's intention on the site configuration in the site configuration.
[0081]
According to the ninth aspect of the invention, in addition to the effect of the Web site configuration inspection method according to the eighth aspect, the link rules of a plurality of files in the site are collectively inspected for each group and the rules are followed. Since the Web site can be constructed, there is an effect that the site creator can quickly inspect the ink according to the rules and can easily create the Web site.
[0082]
According to the tenth aspect, in addition to the effect of the Web site configuration inspection method according to the eighth or ninth aspect, the styles in a plurality of files constituting the Web site can be inspected collectively. This has the effect that the Web site creator can easily construct a Web site with a well-designed design common to the files.
[0083]
According to the eleventh aspect of the present invention, in addition to the effect of the Web site configuration inspection method according to the tenth aspect, a file template is generated in accordance with the rules in the site, and a new file is created in the site using the template. Since the file can be created and inserted, there is an effect that the website creator can easily create the website.
[0084]
According to the twelfth aspect of the invention, in addition to the effect of the Web site configuration inspection method according to any one of the eighth to eleventh aspects, a site map is created to provide a site user with a logical configuration in the site. Can be quickly and correctly notified, so that a highly convenient Web site configuration inspection method can be provided.
[0085]
According to the thirteenth aspect, it is possible to provide a highly convenient Web site configuration inspection program executed by a computer.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a functional configuration of a Web site configuration inspection device according to a first embodiment of the present invention.
FIG. 2 is a schematic diagram illustrating an example of a configuration of a site that a site creator intends to create using the Web site configuration inspection device according to the first embodiment of the present invention.
FIG. 3 is a flowchart showing an inspection procedure performed by the Web site configuration inspection device according to the first embodiment of the present invention.
4A and 4B are schematic diagrams illustrating an example of Web site configuration information. FIG. 4A illustrates a title and a storage location of an HTML file, and FIG. 4B illustrates a title and a link destination of the configuration information.
FIG. 5 is a schematic diagram showing an example of a logical configuration inspection result inspected by the Web site configuration inspection apparatus according to the first embodiment of the present invention.
FIG. 6 is a schematic diagram showing an example in which a link rule is specified for each HTML file group in the Web site configuration inspection device according to the first embodiment of the present invention; (B) shows a logical configuration indicating a link destination for each group.
FIG. 7 is a functional block diagram of a Web site configuration inspection device according to a second embodiment of the present invention.
FIG. 8 is a schematic diagram of an example of a screen display of site configuration information input by a creator in the Web site configuration inspection device according to the second embodiment of the present invention.
FIG. 9 is a functional block diagram in a case where a Web site configuration inspection apparatus according to
FIG. 10 is a schematic diagram of an example of a display of an inspection result of the Web site configuration inspection device according to the second embodiment of the present invention.
FIG. 11 is a schematic diagram showing an example of HTML rule information defined by an HTML rule management unit of a Web site configuration inspection device according to a third embodiment of the present invention.
FIG. 12 is a flowchart showing a procedure for performing inspection by a Web site configuration inspection apparatus according to Embodiment 3 of the present invention.
FIG. 13 is a schematic diagram showing an example of HTML rule information obtained by a Web site configuration inspection device according to Embodiment 3 of the present invention.
FIG. 14 is a functional block diagram of a Web site configuration inspection device according to a fourth embodiment of the present invention.
FIG. 15 is a flowchart showing a procedure for performing inspection by a Web site configuration inspection apparatus according to Embodiment 4 of the present invention.
FIG. 16 is a functional block diagram of a Web site configuration inspection device according to a fifth embodiment of the present invention.
FIG. 17 is a flowchart showing a procedure for creating a site map by the Web site configuration inspection device according to the fifth embodiment of the present invention.
FIG. 18 is a schematic diagram showing an example of a site map created by a site map creating section of the website configuration inspection device according to the fifth embodiment of the present invention.
[Explanation of symbols]
1 Input section
2 Data controller
3 Display
4 Storage device
21 Logical configuration management unit
22 Logical configuration information DB
23 HTML interpreter
24 Logical Configuration Inspection Unit
71 Site configuration information input conversion unit
91 Site inspection result converter
111 HTML Rule Inspection Unit
112 HTML Rule Management Unit
113 HTML Rule DB
131 Template Creation Unit
141 Site Map Creation Department
Claims (13)
記述された前記サイトの論理構成を記憶手段に格納して登録する論理構成管理手段と、
登録された前記サイトの論理構成に基づいて前記複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査する論理構成検査手段と、
を備えたことを特徴とするWebサイト構成検査装置。Logical configuration description means for interpreting a site consisting of a markup language file forming a plurality of Web sites and describing a logical configuration of the site;
Logical configuration management means for storing and registering the described logical configuration of the site in storage means,
Logical configuration checking means for checking a hyperlink in a markup language file forming the plurality of Web sites based on a logical configuration of the registered site;
A web site configuration inspection device comprising:
前記論理構成検査手段は、前記グループごとに共通なハイパーリンク規則に基づいて前記複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査することを特徴とする請求項1に記載のWebサイト構成検査装置。The logical configuration description unit groups markup language files forming the plurality of Web sites, and describes a common hyperlink rule for each of the grouped groups;
2. The Web according to claim 1, wherein the logical configuration checking unit checks a hyperlink in a markup language file forming the plurality of Web sites based on a common hyperlink rule for each group. Site configuration inspection device.
定義された前記画像および文字の規則に基づいて、前記複数のWebサイトを形成するマークアップ言語ファイル内の記述を検査するファイル内規則検査手段とを、
更に備えたことを特徴とする請求項1または2に記載のWebサイト構成検査装置。An in-file rule defining means for defining rules for images and characters arranged in a markup language file forming the plurality of Web sites;
An in-file rule inspecting unit that inspects a description in a markup language file that forms the plurality of Web sites based on the defined rules of the image and the character.
The Web site configuration inspection device according to claim 1 or 2, further comprising:
記述された前記サイトの論理構成を記憶手段に格納して登録する論理構成管理ステップと、
登録された前記サイトの論理構成に基づいて前記複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査する論理構成検査ステップと、
を含むことを特徴とするWebサイト構成検査方法。A logical configuration description step of interpreting a site consisting of a markup language file forming a plurality of Web sites and describing a logical configuration of the site;
A logical configuration management step of storing and registering the described logical configuration of the site in storage means,
A logical configuration inspection step of inspecting hyperlinks in a markup language file forming the plurality of Web sites based on the registered logical configuration of the site;
A web site configuration inspection method characterized by including:
前記論理構成検査ステップは、前記グループごとに共通なハイパーリンク規則に基づいて前記複数のWebサイトを形成するマークアップ言語ファイル内のハイパーリンクを検査することを特徴とする請求項8に記載のWebサイト構成検査方法。The logical configuration description step groups the markup language files forming the plurality of Web sites, and describes a common hyperlink rule for each of the grouped groups.
9. The Web according to claim 8, wherein the logical configuration checking step checks a hyperlink in a markup language file forming the plurality of Web sites based on a common hyperlink rule for each group. Site configuration inspection method.
定義された前記画像および文字の規則に基づいて、前記複数のWebサイトを形成するマークアップ言語ファイル内の記述を検査するファイル内規則検査ステップとを、
更に含むことを特徴とする請求項8または9に記載のWebサイト構成検査方法。An in-file rule defining step of defining rules for images and characters arranged in a markup language file forming the plurality of Web sites;
An in-file rule inspection step of inspecting descriptions in a markup language file forming the plurality of Web sites based on the defined image and character rules.
The Web site configuration inspection method according to claim 8, further comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002308561A JP2004145545A (en) | 2002-10-23 | 2002-10-23 | Web site configuration inspection device, web site configuration inspection method, and program making computer execute the method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002308561A JP2004145545A (en) | 2002-10-23 | 2002-10-23 | Web site configuration inspection device, web site configuration inspection method, and program making computer execute the method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2004145545A true JP2004145545A (en) | 2004-05-20 |
Family
ID=32454669
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2002308561A Pending JP2004145545A (en) | 2002-10-23 | 2002-10-23 | Web site configuration inspection device, web site configuration inspection method, and program making computer execute the method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2004145545A (en) |
-
2002
- 2002-10-23 JP JP2002308561A patent/JP2004145545A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111753500B (en) | Method for merging and displaying formatted electronic form and OFD (office file format) and generating catalog | |
US10706091B2 (en) | User driven computerized selection, categorization, and layout of live content components | |
US8370750B2 (en) | Technology for generating service program | |
US8194075B2 (en) | Method and system for generating and displaying an interactive dynamic list view of multiply connected objects | |
US6757869B1 (en) | Method and apparatus for providing access to a legacy application on a distributed data processing system | |
JP3588337B2 (en) | Method and system for capturing graphical printing techniques in a web browser | |
JP2009043258A (en) | Method and system for converting data group into structured format | |
US20100023854A1 (en) | Method and apparatus for reconstructing a web page | |
JP6692289B2 (en) | Screen information generating device, screen information generating method, and program | |
EP1768034A1 (en) | Document processing device and document processing method | |
JPWO2007081017A1 (en) | Document processing device | |
US20090199081A1 (en) | Web-based visualization, refresh, and consumption of data-linked diagrams | |
US8862976B1 (en) | Methods and systems for diagnosing document formatting errors | |
JP2015138541A (en) | Web content generation system | |
JP2010271958A (en) | Form display system, information processing apparatus, information processing method and program | |
WO2013054581A1 (en) | Method for generating workflow from business specification; program; and system | |
JP5049880B2 (en) | Information processing device | |
JP4846030B2 (en) | Operation verification apparatus, operation verification method, and operation verification program | |
JP2005165934A (en) | Method, system for generation html file and its display method | |
JP2010186409A (en) | Web page creating device, web page creation supporting device used for the same, and client device for web page creation | |
JP2009509196A (en) | Positioning screen elements | |
JP4981723B2 (en) | Display processing apparatus, display processing method, display processing program, and recording medium | |
JP2006276989A (en) | Web page contents generating system | |
JP2004145545A (en) | Web site configuration inspection device, web site configuration inspection method, and program making computer execute the method | |
JP2005157880A (en) | Information processor, information processing method, its recording medium and its program |