JPH10171703A - Site map display device and document access supporting device - Google Patents

Site map display device and document access supporting device

Info

Publication number
JPH10171703A
JPH10171703A JP8332236A JP33223696A JPH10171703A JP H10171703 A JPH10171703 A JP H10171703A JP 8332236 A JP8332236 A JP 8332236A JP 33223696 A JP33223696 A JP 33223696A JP H10171703 A JPH10171703 A JP H10171703A
Authority
JP
Japan
Prior art keywords
document
anchor
url
server
file
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
JP8332236A
Other languages
Japanese (ja)
Inventor
Kiyotoshi Yoshii
清敏 吉井
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.)
Zakuson R & D Kk
Original Assignee
Zakuson R & D Kk
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 Zakuson R & D Kk filed Critical Zakuson R & D Kk
Priority to JP8332236A priority Critical patent/JPH10171703A/en
Publication of JPH10171703A publication Critical patent/JPH10171703A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To quickly display anchors included in a specified resource as a list by acquiring only an HTML file included in a document corresponding to an inputted URL from a server in a network and storing each anchor included in the HTML file relatively to a corresponding linked URL. SOLUTION: When the URL of a document to be analyzed is sent to a server (step 23), only an HTML file included in the corresponding document is acquired from the server and stored in a memory (step 24). When an HTML file to be analyzed is stored in the memory, analytical processing for searching an anchor included in the HTML file is executed (step 25). When the end of analytical processing for all documents included in hierarchies up to the number of hierarchies specified by a user is discriminated (step 27), respective anchors stored in the memory are displayed like a tree so as to understand hierarchical structure (step 29).

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する分野】この発明は、サイトマップ表示装
置および文書閲覧支援装置に関する。
The present invention relates to a site map display device and a document browsing support device.

【0002】[0002]

【従来の技術】一般にWWW(world wide web) サービ
スを利用する場合には、Netscape Navigator( 商品名)
で代表されるWWWブラウザと呼ばれるクライアント側
アプリケーションが利用される。ユーザは、WWWサー
バにおかれた文書を要求する場合には、その文書名UR
L(uniform Resource Locator)をブラウザから指定す
る。すると、ブラウザから、その文書(リソース)を持
つサーバに対して送信要求が送られ、そのサーバから指
定された文書が送られる。
2. Description of the Related Art Generally, when using WWW (world wide web) services, Netscape Navigator (product name)
A client-side application called a WWW browser is used. When the user requests a document placed on the WWW server, the document name UR
Specify L (uniform Resource Locator) from the browser. Then, a transmission request is sent from the browser to a server having the document (resource), and the specified document is sent from the server.

【0003】WWWサーバから送られてくる文書のう
ち、ハイパーテキスト型文書には、他の文書等を指すリ
ンク情報が埋め込まれている。ハイパーテキスト型文書
は、HTMLと呼ばれる言語で記述されている。HTM
Lでは、リンク情報は、開始タグと終了タグとを用いて
記述される。そして、リンク先の情報( リンク情報)
は、URLで指定される。また、開始タグと終了タグと
の間には、キーワード等のアンカーが挿入される。アン
カーであるキーワードがクリックされると、ブラウザか
ら、リンク先の文書を持つサーバに送信要求が送られ、
そのサーバから文書がブラウザに送られる。
[0003] Of the documents sent from the WWW server, hypertext type documents have embedded therein link information indicating other documents and the like. The hypertext type document is described in a language called HTML. HTM
In L, the link information is described using a start tag and an end tag. And link destination information (link information)
Is specified by a URL. An anchor such as a keyword is inserted between the start tag and the end tag. When the keyword that is the anchor is clicked, the browser sends a transmission request to the server that has the linked document,
The document is sent from the server to the browser.

【0004】[0004]

【発明が解決しようとする課題】ところで、WWWブラ
ウザにおいてインターネット上の文書(リソース)を取
得し、取得した文書に含まれている2つのリンク先の文
書を閲覧したい場合には、3回のクリック操作が必要と
なる。
By the way, when a WWW browser acquires a document (resource) on the Internet and wants to browse two linked documents included in the acquired document, three clicks are required. Operation is required.

【0005】つまり、図7に示すように、インターネッ
ト上のサーバから取得した文書Aに含まれているリンク
先の文書Bおよび文書Cを閲覧したい場合には、まず、
文書Aに含まれている文書Bをリンク先とするアンカー
をクリックして、文書Bを取得して閲覧する。次に、W
WWブラウザによって表示されている、1つ前の表示画
面に戻すためのBACKボタンをクリックして、表示画
面を文書Aの表示画面に戻す。そして、文書Aに含まれ
ている文書Cをリンク先とするアンカーをクリックし
て、文書Cを取得して閲覧する。
[0005] That is, as shown in FIG. 7, when the user wants to browse the linked documents B and C included in the document A obtained from the server on the Internet, first,
The document B included in the document A is clicked to set the link as the link destination, and the document B is acquired and browsed. Next, W
Clicking the BACK button displayed by the WW browser to return to the previous display screen, returns the display screen to the display screen of the document A. Then, the user clicks an anchor having the link to the document C included in the document A to acquire and browse the document C.

【0006】1つの文書にn個のリンク先が存在する場
合には、これらの全てのリンク先の文書を、上記と同じ
方法で閲覧するためには、(2n−1)回のクリック操
作が必要となる。また、2階層以上の階層までリンク先
の文書を閲覧するためには、その階層数に応じて、多く
のクリック操作が必要となる。
When n links are present in one document, (2n-1) click operations are required in order to browse all the linked documents in the same manner as described above. Required. In addition, in order to browse a linked document up to two or more layers, many click operations are required according to the number of layers.

【0007】この発明の目的は、指定したリソースに含
まれているアンカーを短時間でリスト表示することがで
きるサイトマップ表示装置を提供することにある。
An object of the present invention is to provide a site map display device capable of displaying a list of anchors included in a specified resource in a short time.

【0008】この発明の他の目的は、指定した文書から
指定した階層数までの文書にそれぞれ含まれているアン
カーを階層構造が分かるようにかつ短時間でツリー表示
できるサイトマップ表示装置を提供することにある。
Another object of the present invention is to provide a site map display device which can display anchors included in documents from a designated document up to a designated number of layers so that the hierarchical structure can be understood and a tree can be displayed in a short time. It is in.

【0009】この発明の他の目的は、指定した文書に含
まれているリンク先の各文書を閲覧したい場合に、各文
書を指定するための操作が非常に簡単となる文書閲覧支
援装置を提供することにある。
[0009] Another object of the present invention is to provide a document browsing support apparatus which makes it very easy to specify each document when the user wants to view each linked document included in the specified document. Is to do.

【0010】この発明の他の目的は、指定した文書から
指定した階層数までの文書にそれぞれ含まれているリン
ク先の各文書を閲覧したい場合に、各文書を指定するた
めの操作が非常に簡単となる文書閲覧支援装置を提供す
ることにある。
Another object of the present invention is to perform an operation for designating each document when it is desired to view each linked document included in the documents from the designated document to the designated number of layers. An object of the present invention is to provide a simplified document browsing support device.

【0011】[0011]

【課題を解決するための手段】この発明による第1のサ
イトマップ表示装置は、URLを入力するための手段、
入力されたURLに対応する文書に含まれているHTM
Lファイルのみをネットワーク上のサーバから取得する
手段、ならびに取得したHTMLファイルに含まれてい
る各アンカーをそのアンカーに対応するリンク先のUR
Lに関連づけて記憶手段に記憶するとともに、当該HT
MLファイルに含まれている全てのアンカーをリスト表
示する手段を備えていることを特徴とする。
A first site map display apparatus according to the present invention comprises: means for inputting a URL;
HTM included in the document corresponding to the input URL
Means for acquiring only the L file from the server on the network, and linking each anchor included in the acquired HTML file to a UR corresponding to the anchor
L in the storage means, and
There is provided a means for displaying a list of all anchors included in the ML file.

【0012】この発明による第2のサイトマップ表示装
置は、URLを入力するための手段、アンカーを解析す
べき文書の階層数を入力するための手段、入力されたU
RLに対応する文書に含まれているHTMLファイルの
みをネットワーク上のサーバから取得する手段、ならび
に入力された階層数に応じて、取得したHTMLファイ
ルから、アンカーを解析すべき文書のURLを順次抽出
し、抽出されたURLに対応する文書に含まれているH
TMLファイルのみをネットワーク上のサーバから取得
する手段、ならびに取得した各HTMLファイルに含ま
れている各アンカーをそのアンカーに対応するリンク先
のURLに関連づけて記憶手段に記憶するとともに、各
HTMLファイルに含まれている全てのアンカーを階層
構造が分かるようにツリー表示する手段を備えているこ
とを特徴とする。
A second site map display apparatus according to the present invention includes a unit for inputting a URL, a unit for inputting the number of layers of a document whose anchor is to be analyzed,
Means for acquiring only the HTML file included in the document corresponding to the RL from the server on the network, and sequentially extracting the URL of the document whose anchor is to be analyzed from the acquired HTML file according to the number of input layers Then, the H included in the document corresponding to the extracted URL
Means for acquiring only the TML file from the server on the network, storing in the storage means each of the anchors contained in each of the acquired HTML files in association with the URL of the link corresponding to the anchor, There is provided a means for displaying all the included anchors in a tree so that the hierarchical structure can be understood.

【0013】この発明による第1の閲覧支援装置は、U
RLを入力する手段、入力されたURLに対応する文書
に含まれているHTMLファイルのみをネットワーク上
のサーバから取得する手段、取得したHTMLファイル
に含まれている各アンカーをそのアンカーに対応するリ
ンク先のURLに関連づけて記憶手段に記憶するととも
に、当該HTMLファイルに含まれている全てのアンカ
ーをリスト表示する手段、アンカーのリスト表示画面上
において、任意のアンカーをユーザによって指定させる
ための手段、ならびに指定されたアンカーに対応するU
RLを、閲覧対象文書のURLとして記憶手段から読み
出す手段を備えていることを特徴とする。
[0013] The first browsing support device according to the present invention comprises a U
Means for inputting an RL, means for obtaining only an HTML file included in a document corresponding to the input URL from a server on a network, and linking each anchor included in the obtained HTML file to the anchor Means for storing in the storage means in association with the previous URL and displaying a list of all anchors included in the HTML file; means for allowing the user to specify an arbitrary anchor on the anchor list display screen; And the U corresponding to the specified anchor
It is characterized by comprising means for reading out the RL from the storage means as the URL of the document to be browsed.

【0014】この発明による第2の閲覧支援装置は、U
RLを入力するための手段、アンカーを解析すべき階層
数を入力するための手段、入力されたURLに対応する
文書に含まれているHTMLファイルのみをネットワー
ク上のサーバから取得する手段、ならびに入力された階
層数に応じて、取得したHTMLファイルから、アンカ
ーを解析すべき文書のURLを順次抽出し、抽出された
URLに対応する文書に含まれているHTMLファイル
のみをネットワーク上のサーバから取得する手段、取得
した各HTMLファイルに含まれている各アンカーをそ
のアンカーに対応するリンク先のURLに関連づけて記
憶手段に記憶するとともに、各HTMLファイルに含ま
れている全てのアンカーを階層構造が分かるようにツリ
ー表示する手段、アンカーのツリー表示画面上におい
て、任意のアンカーをユーザによって指定させるための
手段、ならびに指定されたアンカーに対応するURL
を、閲覧対象文書のURLとして記憶手段から読み出す
手段を備えていることを特徴とする。
[0014] A second browsing support device according to the present invention comprises a U
Means for inputting an RL, means for inputting the number of layers for which an anchor is to be analyzed, means for obtaining only an HTML file included in a document corresponding to the input URL from a server on a network, and input The URLs of the documents whose anchors are to be analyzed are sequentially extracted from the acquired HTML files in accordance with the obtained number of layers, and only the HTML files included in the documents corresponding to the extracted URLs are acquired from the server on the network. Means to store each anchor included in each acquired HTML file in a storage means in association with a URL of a link destination corresponding to the anchor, and store all anchors included in each HTML file in a hierarchical structure. Means of tree display so that you can understand, any anchor on the tree display screen of the anchor Means, as well as corresponding to the specified anchor URL for specified by the user
Is read from the storage unit as the URL of the document to be viewed.

【0015】[0015]

【発明の実施の形態】以下、図面を参照して、この発明
の実施の形態について説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0016】図1は、全体的なシステム構成を示してい
る。
FIG. 1 shows the overall system configuration.

【0017】このシステムは、パーソナルコンピュータ
等を備えたWWWクライアント1と、WWWクライアン
ト1にインターネット2を介して接続されるWWWサー
バ3とからなる。
This system comprises a WWW client 1 having a personal computer and the like, and a WWW server 3 connected to the WWW client 1 via the Internet 2.

【0018】WWWクライアント1のパーソナルコンピ
ュータには、ディスプレイ11、マウス12およびキー
ボード13が接続されている。WWWクライアント1の
パーソナルコンピュータは、CPU10、ハードディス
ク14、メモリ15等を備えている。ハードディスク1
4には、OS(オペレーティングシステム)が格納され
ている領域E1、WWWブラウザが格納されている領域
E2、本発明を実現するためのアプリケーション(以
下、ブラウザ支援プログラムという) が格納されている
領域E3、ブラウザ支援プログラムによって録画された
文書(録画文書)が格納される領域(保存領域)E4等
がある。
A display 11, a mouse 12, and a keyboard 13 are connected to the personal computer of the WWW client 1. The personal computer of the WWW client 1 includes a CPU 10, a hard disk 14, a memory 15, and the like. Hard disk 1
4, an area E1 in which an OS (Operating System) is stored, an area E2 in which a WWW browser is stored, and an area E3 in which an application for realizing the present invention (hereinafter referred to as a browser support program) is stored. And an area (storage area) E4 for storing a document (recorded document) recorded by the browser support program.

【0019】WWWクライアント1は、ブラウザ支援プ
ログラムによって次のような機能を実行する。
The WWW client 1 executes the following functions by the browser support program.

【0020】インターネット上の文書を、入手し、リ
ンク関係を辿れるような形式でハードディスクに記憶さ
せる機能(録画機能)。 指定した文書から指定した階層数までの文書にそれぞ
れ含まれているアンカーを階層構造が分かるようにかつ
短時間でツリー表示できる機能(サイトマップ表示機
能)。 上記のサイトマップ表示機能によって表示されたア
ンカーのうちの任意のアンカーをユーザが指定すること
によって、指定されたアンカーに対応する文書をWWW
ブラウザを用いて閲覧させる機能(サイトマップを利用
した閲覧機能)。
A function (recording function) of obtaining a document on the Internet and storing it on a hard disk in a format that allows a link relationship to be traced. A function (site map display function) in which anchors included in documents from a specified document to a specified number of layers can be displayed in a tree in a short time so that the hierarchical structure can be understood. When the user specifies an arbitrary anchor among the anchors displayed by the above site map display function, the document corresponding to the specified anchor is displayed on the WWW.
Function to browse using a browser (browsing function using site map).

【0021】以下、上記各機能について、説明する。Hereinafter, each of the above functions will be described.

【0022】(1)録画機能についての説明(1) Description of recording function

【0023】録画を行いたい場合には、ユーザは、ブラ
ウザ支援プログラムのメニュー画面上において、録画モ
ードを選択し、録画対象となる文書のURLを指定すれ
ばよい。
When recording is desired, the user may select a recording mode on the menu screen of the browser support program and specify the URL of a document to be recorded.

【0024】なお、上記録画対象となる文書の下位の階
層にある文書をも録画したい場合には、ユーザは、ブラ
ウザ支援プログラムのメニュー画面上において、どの階
層までの文書を録画するかを指定することができる。つ
まり、階層数(0、1、2…全階層)を指定ことができ
る。
When a user wants to record a document in a lower layer of the document to be recorded, the user designates up to which layer the document is to be recorded on the menu screen of the browser support program. be able to. That is, the number of layers (0, 1, 2,... All layers) can be designated.

【0025】図2は、ブラウザ支援プログラムのメニュ
ー画面上において録画モードが選択されかつ録画対象と
なる文書のURLが指定されたときに実行されるブラウ
ザ支援プログラムによる録画処理手順を示している。
FIG. 2 shows a recording processing procedure by the browser support program executed when the recording mode is selected on the menu screen of the browser support program and the URL of the document to be recorded is specified.

【0026】まず、ユーザによって指定されたURLに
ファイル名が存在している否かが判別される(ステップ
1)。指定されたURLにファイル名が存在している場
合には、指定されたURLを録画対象文書のURLとし
て、ステップ3に進む。指定されたURLにファイル名
が存在していない場合には、ファイル名をindex.
htmlと仮定した後(ステップ2)、仮定後のURL
を録画対象文書のURLとして、ステップ3に進む。
First, it is determined whether or not a file name exists in the URL specified by the user (step 1). If the file name exists in the designated URL, the process proceeds to step 3 with the designated URL as the URL of the document to be recorded. If the file name does not exist at the specified URL, the file name is changed to index.
html (step 2) and the postulated URL
Is set as the URL of the document to be recorded, and the process proceeds to step 3.

【0027】ステツプ3においては、録画対象文書が既
に録画されているか否か、つまり、ハードディスク14
に既に保存されているか否かが判別される。
In step 3, whether or not the document to be recorded has already been recorded,
It is determined whether or not the data has already been stored.

【0028】録画対象文書が未だ録画されていない場合
には、録画対象文書のURLがサーバに送られることに
より、対応する文書が取り寄せられる(ステップ4)。
If the document to be recorded has not been recorded yet, the URL of the document to be recorded is sent to the server, and the corresponding document is obtained (step 4).

【0029】そして、取り寄せた文書のデータ(受信デ
ータ)が解析(HTML解析)され、この文書に属する
html、gif等のファイル名が取得される(ステッ
プ5)。
Then, the data (received data) of the obtained document is analyzed (HTML analysis), and file names such as html and gif belonging to the document are obtained (step 5).

【0030】この後、取り寄せた文書を構成するデータ
が、ハードディスク14に格納される(ステップ6)。
この際、HTML解析で得られたファイル名、ファイル
の拡張子をそのまま用い、かつHTML解析で得られた
ディレクトリー構造が再現されるように、取り寄せた文
書を構成するデータがハードディスク14に格納され
る。したがって、録画された文書のファイル名、識別子
が認識できるとともに他のソフトウエアで、加工、編
集、検索できるようになる。また、録画された文書を閲
覧した場合に、ハードディスク内に録画された文書群に
おいて、リンク関係を辿ることができるようになる。
Thereafter, the data constituting the obtained document is stored in the hard disk 14 (step 6).
At this time, data constituting the obtained document is stored on the hard disk 14 so that the file name and the file extension obtained by the HTML analysis are used as they are and the directory structure obtained by the HTML analysis is reproduced. . Therefore, the file name and identifier of the recorded document can be recognized, and processing, editing, and searching can be performed by other software. When a recorded document is viewed, a link relationship can be traced in a group of documents recorded on the hard disk.

【0031】次に、ユーザによって指定された階層数ま
でに含まれる全ての文書に対する処理が終了したか否か
が判別される(ステップ7)。
Next, it is determined whether or not processing for all documents included up to the number of layers specified by the user has been completed (step 7).

【0032】ユーザによって指定された階層数までに含
まれる全ての文書に対する処理が終了していない場合に
は、次に録画すべき文書に対応するURL(HTML解
析によって得られる)が、録画対象文書のURLとされ
(ステップ8)、ステップ3に戻る。
If the processing for all documents included up to the number of layers specified by the user has not been completed, the URL (obtained by HTML analysis) corresponding to the document to be recorded next is stored in the document to be recorded. (Step 8), and the process returns to step 3.

【0033】上記ステップ3において、録画対象文書が
既に録画されていると判別された場合には、データ更新
をチェックするモードが設定されているか否かが判別さ
れる(ステップ9)。この設定は、メニュー画面上でユ
ーザによって行われる。
If it is determined in step 3 that the document to be recorded has already been recorded, it is determined whether or not a mode for checking data update is set (step 9). This setting is performed by the user on the menu screen.

【0034】データ更新をチェックするモードが設定さ
れていない場合には、ハードディスク14から録画対象
文書がメモリ15に読み込まれ(ステップ10)、HT
ML解析が行われる(ステップ11)。
If the mode for checking data update is not set, the document to be recorded is read from the hard disk 14 into the memory 15 (step 10), and the HT
An ML analysis is performed (step 11).

【0035】そして、ユーザによって指定された階層数
までに含まれる全ての文書に対する処理が終了したか否
かが判別される(ステップ7)。ユーザによって指定さ
れた階層数までに含まれる全ての文書に対する処理が終
了していない場合には、次に録画すべき文書に対応する
URL(HTML解析によって得られる)が、録画対象
文書のURLとされ(ステップ8)、ステップ3に戻
る。
Then, it is determined whether or not the processing has been completed for all documents included up to the number of layers specified by the user (step 7). If the processing for all the documents included up to the number of layers specified by the user has not been completed, the URL (obtained by the HTML analysis) corresponding to the document to be recorded next is the URL of the document to be recorded. (Step 8), and the process returns to Step 3.

【0036】上記ステップ9において、データ更新をチ
ェックするモードが設定されている場合には、録画対象
文書が前回録画された時点から現時点までの期間が、予
め設定された有効期限内か否かが判別される(ステップ
12)。この有効期限は、メニュー画面上でユーザによ
って設定される。デフォルトでは、たとえば、6時間に
設定されている。
If the mode for checking data update is set in step 9 above, it is determined whether the period from the time when the document to be recorded was last recorded to the present time is within the preset expiration date. It is determined (step 12). This expiration date is set by the user on the menu screen. By default, for example, it is set to 6 hours.

【0037】録画対象文書が前回録画された時点から現
時点までの期間が、予め設定された有効期限を越えてい
る場合には、録画対象文書のURLと録画対象文書の前
回録画時刻(年月日及び時刻)とともに、録画対象文書
の前回録画時刻の後に録画対象文書のデータが更新され
ている場合のみデータを下さいという旨のメッセージが
インターネット上のサーバに送られる(ステップ1
3)。
If the period from the time when the document to be recorded was last recorded to the present time exceeds the preset expiration date, the URL of the document to be recorded and the previous recording time (year, month, day) of the document to be recorded are set. And a time), a message is sent to the server on the Internet to request data only when the data of the recording target document has been updated after the previous recording time of the recording target document (step 1).
3).

【0038】インターネット上のサーバは、録画対象文
書の前回録画時刻の後に録画対象文書のデータが更新さ
れている場合には対応するデータ(更新データ)を送出
し、録画対象文書の前回録画時刻の後に録画対象文書の
データが更新されていない場合にはその旨を示すメッセ
ージ(非更新メッセージ)を送出する。
If the data of the document to be recorded is updated after the previous recording time of the document to be recorded, the server on the Internet sends the corresponding data (update data), and the server of the previous recording time of the document to be recorded is updated. If the data of the recording target document is not updated later, a message indicating that (data not updated) is transmitted.

【0039】ステップ13の処理の後、非更新メッセー
ジが送られてきた場合には(ステップ14でNO)、ス
テップ10に移行する。
If a non-update message has been sent after the processing in step 13 (NO in step 14), the process proceeds to step 10.

【0040】したがって、この場合には、ハードディス
ク14から録画対象文書がメモリ15に読み込まれ(ス
テップ10)、HTML解析が行われる(ステップ1
1)。
Therefore, in this case, the document to be recorded is read from the hard disk 14 into the memory 15 (step 10), and the HTML analysis is performed (step 1).
1).

【0041】そして、ユーザによって指定された階層数
までに含まれる全ての文書に対する処理が終了したか否
かが判別される(ステップ7)。ユーザによって指定さ
れた階層数までに含まれる全ての文書に対する処理が終
了していない場合には、次に録画すべき文書に対応する
URL(HTML解析によって得られる)が、録画対象
文書のURLとされ(ステップ8)、ステップ3に戻
る。
Then, it is determined whether or not the processing has been completed for all documents included up to the number of layers specified by the user (step 7). If the processing for all the documents included up to the number of layers specified by the user has not been completed, the URL (obtained by the HTML analysis) corresponding to the document to be recorded next is the URL of the document to be recorded. (Step 8), and the process returns to Step 3.

【0042】上記ステップ13の処理の後、更新データ
が送られてきた場合には(ステップ14でYES)、ス
テップ5に移行する。
After the processing in step 13, if the update data has been sent (YES in step 14), the process proceeds to step 5.

【0043】したがって、この場合には、取り寄せた文
書のデータ(受信データ)が解析(HTML解析)さ
れ、この文書に属するHTML、GIF等のファイル名
が取得される(ステップ5)。
Therefore, in this case, the data (received data) of the acquired document is analyzed (HTML analysis), and the file names such as HTML and GIF belonging to the document are obtained (step 5).

【0044】次に、取り寄せた文書を構成するデータ
が、ハードディスク14に格納される(ステップ6)。
この際、HTML解析で得られたファイル名、ファイル
の拡張子をそのまま用い、かつHTML解析で得られた
ディレクトリー構造が再現されるように、取り寄せた文
書を構成するデータがハードディスク14に格納され
る。
Next, data constituting the obtained document is stored in the hard disk 14 (step 6).
At this time, data constituting the obtained document is stored on the hard disk 14 so that the file name and the file extension obtained by the HTML analysis are used as they are and the directory structure obtained by the HTML analysis is reproduced. .

【0045】そして、ユーザによって指定された階層数
までに含まれる全ての文書に対する処理が終了したか否
かが判別される(ステップ7)。ユーザによって指定さ
れた階層数までに含まれる全ての文書に対する処理が終
了していない場合には、次に録画すべき文書に対応する
URL(HTML解析によって得られる)が、録画対象
文書のURLとされ(ステップ8)、ステップ3に戻
る。
Then, it is determined whether or not the processing for all documents included up to the number of layers specified by the user has been completed (step 7). If the processing for all the documents included up to the number of layers specified by the user has not been completed, the URL (obtained by the HTML analysis) corresponding to the document to be recorded next is the URL of the document to be recorded. (Step 8), and the process returns to Step 3.

【0046】なお、ステップ7において、ユーザによっ
て指定された階層数までに含まれる全ての文書に対する
処理が終了したと判別された場合には、今回の録画処理
は終了する。
If it is determined in step 7 that the processing for all the documents included up to the number of layers specified by the user has been completed, the current recording processing ends.

【0047】(2)サイトマップ表示機能についての説
(2) Explanation of site map display function

【0048】サイトマップの表示を行いたい場合には、
ユーザは、ブラウザ支援プログラムのメニュー画面上に
おいて、サイトマップ表示モードを選択し、サイトマッ
プ表示の基準となる文書のURLを指定すればよい。
To display a site map,
The user only has to select the site map display mode on the menu screen of the browser support program and specify the URL of the document serving as the reference for the site map display.

【0049】なお、上記サイトマップ表示の基準となる
文書に含まれているアンカーのみならず、当該文書の下
位の階層にある文書に含まれているアンカーをも表示し
たい場合には、ユーザは、ブラウザ支援プログラムのメ
ニュー画面上において、どの階層までの文書に含まれて
いるアンカーを表示するかを指定することができる。つ
まり、階層数(0、1、2…全階層)を指定することが
できる。
If the user wants to display not only the anchors contained in the document serving as the reference for the site map display but also the anchors contained in the documents in the lower hierarchy of the document, the user must On the menu screen of the browser support program, it is possible to specify up to which hierarchy the document contained in the anchor is to be displayed. That is, the number of layers (0, 1, 2,... All layers) can be designated.

【0050】図3は、ブラウザ支援プログラムのメニュ
ー画面上においてサイトマップ表示モードが選択されか
つサイトマップ表示の基準となる文書のURLが指定さ
れたときに実行されるブラウザ支援プログラムによるサ
イトマップ表示処理手順を示している。
FIG. 3 shows a site map display process by the browser support program executed when the site map display mode is selected on the menu screen of the browser support program and the URL of the document serving as the reference for the site map display is designated. The procedure is shown.

【0051】まず、ユーザによって指定されたURLに
ファイル名が存在している否かが判別される(ステップ
21)。指定されたURLにファイル名が存在している
場合には、指定されたURLを解析対象文書のURLと
して、ステップ23に進む。指定されたURLにファイ
ル名が存在していない場合には、ファイル名をinde
x.htmlと仮定した後(ステップ22)、仮定後の
URLを解析対象文書のURLとして、ステップ23に
進む。
First, it is determined whether or not a file name exists in the URL specified by the user (step 21). If a file name exists in the designated URL, the process proceeds to step 23 with the designated URL as the URL of the analysis target document. If the file name does not exist at the specified URL, the file name is changed to inde
x. html (step 22), and the process proceeds to step 23 with the postulated URL as the URL of the document to be analyzed.

【0052】ステツプ23においては、解析対象文書の
URLがサーバに送られることにより、対応する文書に
含まれているHTMLファイルのみがサーバから取り寄
せられ、メモリ15に格納される(ステップ24)。
In step 23, by sending the URL of the document to be analyzed to the server, only the HTML file contained in the corresponding document is obtained from the server and stored in the memory 15 (step 24).

【0053】通常のWWWブラウザでは、WWWブラウ
ザからURLがサーバに送られると、まず、その文書に
含まれているHTMLファイルがWWWブラウザに送ら
れてくる。当該URLに対応する文書に音声データ、画
像データ等のHTMLファイル以外のデータが含まれて
いる場合には、取得したHTMLファイルの内容に基づ
いて、再度これらのHTMLファイル以外のデータをサ
ーバに採りにいくことになる。ステップ24では、通常
のWWWブラウザの動作とは異なり、サーバに送出した
URLに対応する文書に音声データ、画像データ等のH
TMLファイル以外のデータが含まれていても、これら
のHTMLファイル以外のデータをサーバに採りにいか
ない。
In a normal WWW browser, when a URL is sent from a WWW browser to a server, first, an HTML file included in the document is sent to the WWW browser. If the document corresponding to the URL includes data other than the HTML file such as audio data and image data, the data other than the HTML file is again taken to the server based on the content of the acquired HTML file. Will go to. In step 24, unlike the operation of the normal WWW browser, the document corresponding to the URL sent to the server contains H such as audio data and image data.
Even if data other than the HTML file is included, the data other than the HTML file is not available to the server.

【0054】解析対象のHTMLファイルがメモリ15
に格納されると、そのHTMLファイルに含まれている
アンカーを探索するために、解析処理が行われる(ステ
ップ25)。この解析は、HTMLファイルの文頭から
行われる。この解析処理においては、アンカーが探索さ
れる毎に、探索されたアンカーが、それに対応するリン
ク先のURLに関連付けられてメモリ15に記憶され
る。また、探索された各アンカーがどの階層に相当する
かというデータも、メモリ15に記憶される。
The HTML file to be analyzed is stored in the memory 15
, An analysis process is performed to search for an anchor included in the HTML file (step 25). This analysis is performed from the beginning of the HTML file. In this analysis process, every time an anchor is searched, the searched anchor is stored in the memory 15 in association with the corresponding linked URL. In addition, data indicating to which layer each searched anchor corresponds is also stored in the memory 15.

【0055】そして、上記HTMLファイルの文末ま
で、アンカー探索のための解析が終了すると(ステップ
26でYES)、ユーザによって指定された階層数まで
に含まれる全ての文書に対する解析処理が終了したか否
かが判別される(ステップ27)。
When the analysis for anchor search is completed up to the end of the sentence of the HTML file (YES in step 26), whether or not the analysis processing for all documents included up to the number of layers specified by the user is completed. Is determined (step 27).

【0056】ユーザによって指定された階層数までに含
まれる全ての文書に対する処理が終了していない場合に
は、次に解析すべき文書に対応するURL(ステップ2
5の解析処理によって得られる)が、解析対象文書のU
RLとされ(ステップ28)、ステップ23に戻る。そ
して、新たな解析対象文書のURLがサーバに送られ、
対応する文書に含まれているHTMLファイルのみがサ
ーバから取り寄せられ、アンカー探索のための解析処理
が行われる。つまり、ステップ23、24、25、26
および27の処理が再度実行される。
If the processing for all the documents included up to the number of layers specified by the user has not been completed, the URL corresponding to the next document to be analyzed (step 2)
5) obtained from the analysis target document.
RL (step 28), and the process returns to step 23. Then, the URL of the new document to be analyzed is sent to the server,
Only the HTML file included in the corresponding document is obtained from the server, and analysis processing for anchor search is performed. That is, steps 23, 24, 25, 26
And 27 are executed again.

【0057】ステップ27において、ユーザによって指
定された階層数までに含まれる全ての文書に対する解析
処理が終了したと判別されると、メモリ15に格納され
ている各アンカーが、階層構造が分かるようにツリー表
示される(ステップ29)。つまり、サイトマップが表
示される。そして、今回のサイトマップ表示処理は終了
する。
If it is determined in step 27 that the analysis processing for all the documents included up to the number of layers specified by the user has been completed, each anchor stored in the memory 15 is changed so that the hierarchical structure can be understood. A tree is displayed (step 29). That is, a site map is displayed. Then, the current site map display processing ends.

【0058】サイトマップの一例を図4に示す。図4に
おいて、X1およびY1は、文書Aに含まれているアン
カーである。また、X2は文書X1に含まれているアン
カーである。また、Y2は、文書Y1に含まれているア
ンカーである。
FIG. 4 shows an example of the site map. In FIG. 4, X1 and Y1 are anchors included in the document A. X2 is an anchor included in the document X1. Y2 is an anchor included in the document Y1.

【0059】上記サイトマップ表示処理によれば、アン
カーを抽出するのに必要なHTMLファイルのみをサー
バから取得し、音声データ、画像データ等の容量の大き
い、HTMLファイル以外のデータを取得していないの
で、サイトマップを短時間で作成することができる。
According to the above site map display processing, only the HTML file necessary for extracting the anchor is obtained from the server, and data other than the HTML file having a large capacity such as audio data and image data is not obtained. Therefore, a site map can be created in a short time.

【0060】また、サイトマップは、アンカーから構成
されているので、それに対応する文書の内容がユーザに
とって想像し易いため、後述するサイトマップを利用し
た閲覧において、閲覧すべき文書をサイトマップから選
択し易くなる。
Further, since the site map is composed of anchors, it is easy for the user to imagine the contents of the document corresponding to the anchor. Therefore, when browsing using the site map described later, a document to be browsed is selected from the site map. Easier to do.

【0061】(3)サイトマップを利用した閲覧機能に
ついての説明
(3) Description of browsing function using site map

【0062】サイトマップ表示機能によって表示された
アンカーから任意のアンカーをユーザが指定することに
よって、指定されたアンカーに対応する文書をWWWブ
ラウザを用いて閲覧させる機能について説明する。
A description will be given of a function in which a user designates an arbitrary anchor from the anchors displayed by the site map display function, and the document corresponding to the designated anchor is browsed using a WWW browser.

【0063】当該閲覧モードには、指定されたアンカー
に対応する文書がハードディスクに格納されている場合
にのみ、指定されたURLに対応する文書をハードディ
スクから取得して、WWWブラウザに表示させるハード
ディスクモードと、指定されたアンカーに対応する文書
がハードディスクに格納されていない場合には、サーバ
からその文書を取得してWWWブラウザに表示させるイ
ンターネット接続モードとがある。
The browsing mode includes a hard disk mode in which a document corresponding to a specified URL is acquired from the hard disk and displayed on a WWW browser only when a document corresponding to the specified anchor is stored on the hard disk. And an Internet connection mode in which when the document corresponding to the designated anchor is not stored on the hard disk, the document is acquired from the server and displayed on a WWW browser.

【0064】さらに、インターネット接続モードには、
指定されたアンカーに対応する文書がハードディスクに
格納されている場合に、その文書が前回録画された時刻
から現時点までの時刻が予め設定された有効期限内か否
かを判別し、その文書が前回録画された時刻から現時点
までの時刻が予め設定された有効期限を越えている場合
にはサーバからその文書を取得してハードディスク内の
内容を更新させるとともにブラウザに表示させるデータ
更新チェックモードと、指定されたアンカーに対応する
文書がハードディスクに格納されている場合に、その文
書が前回録画された時刻から現時点までの時刻が予め設
定された有効期限内か否かを判別せずに、指定されたア
ンカーに対応する文書をハードディスクから取得して、
WWWブラウザに表示させるデータ更新非チェックモー
ドとがある。
Further, in the Internet connection mode,
If the document corresponding to the specified anchor is stored on the hard disk, it is determined whether the time from the time when the document was last recorded to the present time is within a preset expiration date, and the If the time from the recorded time to the present time exceeds the preset expiration date, obtain the document from the server, update the contents in the hard disk and display it on the browser, and specify the data update check mode. When the document corresponding to the anchor is stored on the hard disk, the specified time is determined without determining whether the time from the time when the document was last recorded to the current time is within a preset expiration date. Get the document corresponding to the anchor from the hard disk,
There is a data update non-check mode to be displayed on the WWW browser.

【0065】これらの閲覧モードの設定は、ブラウザ支
援プログラムのメニュー画面上において、ユーザによっ
て行われる。
These browsing modes are set by the user on the menu screen of the browser support program.

【0066】閲覧を行いたい場合には、ユーザは、ブラ
ウザ支援プログラムによって表示されているサイトマッ
プ(アンカーのツリー表示画面)上において、閲覧対象
となる文書のアンカーをマウス12によってクリックす
ればよい。
When browsing is desired, the user may click the anchor of the document to be browsed with the mouse 12 on the site map (anchor tree display screen) displayed by the browser support program.

【0067】図5および図6は、サイトマップ上におい
て、任意のアンカーが、マウス12によってクリックさ
れた場合に実行される閲覧処理手順を示している。
FIGS. 5 and 6 show a browsing processing procedure executed when an arbitrary anchor is clicked on the site map by the mouse 12.

【0068】ブラウザ支援プログラムはプロキシサーバ
としても機能しており、WWWブラウザにおいてプロキ
シサーバとして、ブラウザ支援プログラムのプロキシサ
ーバ(以下、ミラーサーバという)が選択設定されてい
るものとする。
The browser support program also functions as a proxy server, and it is assumed that a proxy server (hereinafter, referred to as a mirror server) of the browser support program is selected and set as the proxy server in the WWW browser.

【0069】まず、サイトマップ上の任意のアンカーが
クリックされると(ステップ41)、クリックされたア
ンカーに対応するURLがメモリ15から読み出される
(ステップ42)。また、閲覧モードがハードディスク
モードであるかインターネット接続モードであるかが判
別される(ステップ43)。
First, when an arbitrary anchor on the site map is clicked (step 41), the URL corresponding to the clicked anchor is read from the memory 15 (step 42). Further, it is determined whether the browsing mode is the hard disk mode or the Internet connection mode (step 43).

【0070】閲覧モードがハードディスクモードである
場合には、ステップ42で読み出されたURLに対応す
る文書(閲覧対象文書)が、ミラーサーバに保存されて
いるか否か、すなわち、録画済文書としてハードディス
ク14に保存されているか否かが判別される(ステップ
44)。
If the browsing mode is the hard disk mode, it is determined whether or not the document (browsing target document) corresponding to the URL read in step 42 is stored in the mirror server, 14 is determined (step 44).

【0071】閲覧対象文書が、ミラーサーバに保存され
ていない場合には、指定された文書は存在しない旨のメ
ッセージがWWWブラウザに送られる(ステップ4
5)。この場合には、WWWブラウザは、”指定された
文書は存在しません”という旨を表示する。
If the document to be browsed is not stored in the mirror server, a message indicating that the specified document does not exist is sent to the WWW browser (step 4).
5). In this case, the WWW browser displays "The specified document does not exist".

【0072】ステップ44において、閲覧対象文書が、
ミラーサーバに保存されていると判別された場合には、
閲覧対象文書のURLがWWWブラウザに渡される(ス
テップ46)。
In step 44, the document to be browsed is
If it is determined that it is stored on the mirror server,
The URL of the document to be viewed is passed to the WWW browser (step 46).

【0073】WWWブラウザは、ミラーサーバからUR
Lを受け取ると、プロキシサーバであるミラーサーバに
対して、URLに対応する文書(閲覧対象文書)を取得
しにくる。URLに対応する文書(閲覧対象文書)をW
WWブラウザが取得しにくると、すなわち、WWWブラ
ウザからのURLを受信すると(ステップ47)、ミラ
ーサーバは、その閲覧対象文書をハードディスク14か
ら読み出してWWWブラウザに送る(ステップ48)。
WWWブラウザは、ミラーサーバから送られてきたデー
タに基づいて、ホームページを表示する。
The WWW browser sends a UR from the mirror server
When L is received, a document (browsing target document) corresponding to the URL is obtained from the mirror server which is a proxy server. The document corresponding to the URL (the document to be viewed) is W
When the WWW browser comes to acquire, that is, when the URL from the WWW browser is received (step 47), the mirror server reads the document to be viewed from the hard disk 14 and sends it to the WWW browser (step 48).
The WWW browser displays a home page based on the data sent from the mirror server.

【0074】ステップ43において、閲覧モードがイン
ターネット接続モードであると判定された場合には、閲
覧対象文書が、録画済文書としてハードディスク14に
保存されているか否かが判別される(ステップ49)。
If it is determined in step 43 that the browsing mode is the Internet connection mode, it is determined whether the browsing target document is stored on the hard disk 14 as a recorded document (step 49).

【0075】閲覧対象文書が、録画済文書としてハード
ディスク14に保存されていない場合には、閲覧対象文
書のURLがWWWブラウザに渡されるとともに(ステ
ップ50)、インターネット上のサーバに閲覧対象文書
のURLが送られることにより、閲覧対象文書の取得処
理が行われる(ステップ51)。
If the document to be browsed is not stored on the hard disk 14 as a recorded document, the URL of the document to be browsed is passed to the WWW browser (step 50), and the URL of the document to be browsed is sent to the server on the Internet. Is sent, a process of acquiring a document to be viewed is performed (step 51).

【0076】WWWブラウザは、プロキシサーバである
ミラーサーバに対して、URLに対応する文書(閲覧対
象文書)を取得しにくる。WWWブラウザがプロキシサ
ーバであるミラーサーバに対して、URLに対応する文
書(閲覧対象文書)を取得しにきた場合には(ステップ
52)、ミラーサーバにおいて、ステップ51による取
得処理により閲覧対象文書が既にダウンロードされてい
れば(ステップ53でYES)、その閲覧対象文書がハ
ードディスク14から読み出されてWWWブラウザに送
られる(ステップ54)。WWWブラウザは、ミラーサ
ーバから送られてきたデータに基づいて、ホームページ
を表示する。
The WWW browser obtains a document (browsing target document) corresponding to the URL from the mirror server which is a proxy server. When the WWW browser obtains a document (browsing target document) corresponding to the URL with respect to the mirror server which is a proxy server (step 52), the mirror server obtains the browsing target document by the obtaining process in step 51. If it has already been downloaded (YES in step 53), the read target document is read from the hard disk 14 and sent to the WWW browser (step 54). The WWW browser displays a home page based on the data sent from the mirror server.

【0077】ステップ53において、閲覧対象文書が未
だダウンロードされていなければ(ステップ53でN
O)、プロキシサーバはステップ51による取得処理と
平行してインターネット上のサーバから閲覧対象文書の
取得処理を行い(ステップ55)、取得したデータをW
WWブラウザに送る(ステップ56)。WWWブラウザ
は、ミラーサーバから送られてきたデータに基づいて、
ホームページを表示する。
In step 53, if the document to be viewed has not been downloaded yet (N in step 53)
O) In parallel with the acquisition processing in step 51, the proxy server performs acquisition processing of the document to be browsed from the server on the Internet (step 55), and transfers the acquired data to W
The data is sent to the WW browser (step 56). The WWW browser, based on the data sent from the mirror server,
Display the home page.

【0078】図5のステップ49において、閲覧対象文
書が、録画済文書としてハードディスク14に保存され
ている場合には、データ更新チェックモードが設定され
ているかデータ更新非チェックモードが設定されている
かが判別される(ステップ57)。
In step 49 of FIG. 5, when the document to be browsed is stored on the hard disk 14 as a recorded document, it is determined whether the data update check mode is set or the data update non-check mode is set. It is determined (step 57).

【0079】データ更新非チェックモードが設定されて
いる場合には(ステップ57でNO)、ステップ46に
移行する。したがって、この場合には、ハードディスク
モードにおいて閲覧対象文書がミラーサーバに保存され
ている場合と同じ処理が行われる。
If the data update non-check mode is set (NO in step 57), the flow shifts to step 46. Therefore, in this case, the same processing as in the case where the browsing target document is stored in the mirror server in the hard disk mode is performed.

【0080】データ更新チェックモードが設定されてい
る場合には(ステップ57でYES)、閲覧対象文書が
前回録画された時点から現時点までの期間が、予め設定
された有効期限内か否かが判別される(ステップ5
8)。この有効期限は、メニュー画面上でユーザによっ
て設定される。デフォルトでは、たとえば、6時間に設
定されている。
If the data update check mode is set (YES in step 57), it is determined whether the period from the last recording of the document to be browsed to the current time is within a preset expiration date. (Step 5
8). This expiration date is set by the user on the menu screen. By default, for example, it is set to 6 hours.

【0081】閲覧対象文書が前回録画された時点から現
時点までの期間が、予め設定された有効期限内である場
合には、ステップ46に移行する。したがって、この場
合には、ハードディスクモードにおいて閲覧対象文書が
ミラーサーバに保存されている場合と同じ処理が行われ
る。
If the period from the last recording of the document to be browsed to the current time is within the preset expiration date, the process proceeds to step 46. Therefore, in this case, the same processing as in the case where the browsing target document is stored in the mirror server in the hard disk mode is performed.

【0082】上記ステップ58において、閲覧対象文書
が前回録画された時点から現時点までの期間が、予め設
定された有効期限を越えていると判別された場合には、
閲覧対象文書のURLと閲覧対象文書の前回録画時刻
(年月日及び時刻)とともに、閲覧対象文書の前回録画
時刻の後に閲覧対象文書のデータが更新されている場合
のみデータを下さいという旨のメッセージがインターネ
ット上のサーバに送られることにより、閲覧対象文書の
取得処理が行われる(ステップ59)。
If it is determined in step 58 that the period from the time when the document to be browsed was last recorded to the present time has exceeded the preset expiration date,
A message stating that data should be provided only when the data of the document to be browsed has been updated since the last recording time of the document to be browsed, together with the URL of the document to be browsed and the previous recording time (year, month, day and time) of the document to be browsed. Is sent to a server on the Internet, whereby a process of acquiring a document to be viewed is performed (step 59).

【0083】インターネット上のサーバは、閲覧対象文
書の前回録画時刻の後に閲覧対象文書のデータが更新さ
れている場合には対応するデータ(更新データ)を送出
し、閲覧対象文書の前回録画時刻の後に閲覧対象文書の
データが更新されていない場合にはその旨を示すメッセ
ージ(非更新メッセージ)を送出する。
When the data of the document to be browsed has been updated after the previous recording time of the document to be browsed, the server on the Internet sends the corresponding data (update data), and the data of the previous recording time of the document to be browsed is updated. If the data of the document to be browsed is not updated later, a message indicating that (data not updated) is sent.

【0084】ステップ59の処理の後、非更新メッセー
ジが送られてきた場合には(ステップ60でNO)、ス
テップ46に移行する。したがって、この場合には、ハ
ードディスクモードにおいて閲覧対象文書がミラーサー
バに保存されている場合と同じ処理が行われる。
After the process of step 59, if a non-update message has been sent (NO in step 60), the flow shifts to step 46. Therefore, in this case, the same processing as in the case where the browsing target document is stored in the mirror server in the hard disk mode is performed.

【0085】ステップ59の処理の後、更新データが送
られてきた場合には(ステップ60でYES)、閲覧対
象文書のURLがWWWブラウザに渡される(ステップ
61)とともに、ハードディスク14内のデータの更新
が行われる(ステップ62)。つまり、今回取得した文
書のデータに基づいて、ハードディスク14内に既に格
納されている、対応する古い文書のデータが書き換えら
れる。
When the update data has been sent after the processing in step 59 (YES in step 60), the URL of the document to be browsed is passed to the WWW browser (step 61), and the data in the hard disk 14 is read. Update is performed (step 62). That is, based on the data of the document acquired this time, the data of the corresponding old document already stored in the hard disk 14 is rewritten.

【0086】この際、ハードディスク14内に、更新さ
れた文書にリンク関係のある文書が存在している場合に
は、これらの文書についてもステップ58および59と
同様な処理により、インターネット上のサーバから新た
なデータ(更新されている場合のみ)を取得して、デー
タの書き換えを行うことが好ましい。
At this time, if there are documents in the hard disk 14 that have a link relationship with the updated documents, these documents are also processed from the server on the Internet by the same processing as in steps 58 and 59. It is preferable to acquire new data (only when updated) and rewrite the data.

【0087】WWWブラウザは、プロキシサーバである
ミラーサーバに対して、URLに対応する文書(閲覧対
象文書)を取得しにくる。WWWブラウザがプロキシサ
ーバであるミラーサーバに対して、URLに対応する文
書(閲覧対象文書)を取得しにくると(ステップ5
2)、ミラーサーバにおいて、ステップ59による取得
処理により閲覧対象文書が既にダウンロードされていれ
ば(ステップ53でYES)、その閲覧対象文書がハー
ドディスク14から読み出されてWWWブラウザに送ら
れる(ステップ54)。WWWブラウザは、ミラーサー
バから送られてきたデータに基づいて、ホームページを
表示する。
The WWW browser obtains a document (browsing target document) corresponding to the URL from the mirror server which is a proxy server. When the WWW browser obtains a document (browsing target document) corresponding to the URL from the mirror server which is a proxy server (step 5).
2) In the mirror server, if the document to be viewed has already been downloaded by the acquisition processing in step 59 (YES in step 53), the document to be viewed is read from the hard disk 14 and sent to the WWW browser (step 54). ). The WWW browser displays a home page based on the data sent from the mirror server.

【0088】ステップ53において、閲覧対象文書が未
だダウンロードされていなければ(ステップ53でN
O)、プロキシサーバはステップ59による取得処理と
平行してインターネット上のサーバから閲覧対象文書を
取得して(ステップ55)、WWWブラウザに送る(ス
テップ56)。WWWブラウザは、ミラーサーバから送
られてきたデータに基づいて、ホームページを表示す
る。
In step 53, if the document to be viewed has not been downloaded yet (N in step 53
O) In parallel with the acquisition process in step 59, the proxy server acquires the document to be browsed from the server on the Internet (step 55) and sends it to the WWW browser (step 56). The WWW browser displays a home page based on the data sent from the mirror server.

【0089】上記閲覧処理によれば、サイトマップ表示
画面(アンカーのツリー表示画面)上において、任意の
アンカーをクリックするだけで、そのアンカーに対応す
る文書をインターネット上のサーバまたはハードディス
クから取得して閲覧することができる。
According to the browsing process, by simply clicking an arbitrary anchor on the site map display screen (anchor tree display screen), a document corresponding to the anchor is acquired from a server or a hard disk on the Internet. Can be viewed.

【0090】したがって、基準となる文書を元に作成し
たサイトマップに基づいて、基準となる文書に対して、
リンク関係を有する文書を簡単にかつ短時間で閲覧する
ことができるようになる。
Therefore, based on the site map created based on the reference document, the reference document is
A document having a link relationship can be easily and quickly browsed.

【0091】たとえば、図4の例で説明すると、サイト
マップ表示画面上においてアンカーX1をクリックする
と、アンカーX1に対応する文書がブラウザによって表
示される。また、サイトマップ表示画面上においてアン
カーX2をクリックすると、アンカーX2に対応する文
書がブラウザによって表示される。また、サイトマップ
表示画面上においてアンカーY1をクリックすると、ア
ンカーY1に対応する文書がブラウザによって表示され
る。また、サイトマップ表示画面上においてアンカーY
2をクリックすると、アンカーY2に対応する文書がブ
ラウザによって表示される。
For example, referring to the example of FIG. 4, when an anchor X1 is clicked on the site map display screen, a document corresponding to the anchor X1 is displayed by a browser. When the anchor X2 is clicked on the site map display screen, a document corresponding to the anchor X2 is displayed by the browser. When the anchor Y1 is clicked on the site map display screen, a document corresponding to the anchor Y1 is displayed by the browser. Also, anchor Y on the site map display screen
When the user clicks 2, the document corresponding to the anchor Y2 is displayed by the browser.

【0092】なお、サイトマップから任意のアンカーが
選択されたときには、常にインターネット上のサーバか
らそのアンカーに対応する文書を取得するようにしても
よい。このような場合には、サイトマップから任意のア
ンカーが選択されたときに、そのアンカーに対応するU
RLを単にブラウザに渡し、ブラウザによって当該UR
Lに対応する文書をインターネット上のサーバから取得
させるようにしてもよい。
When an arbitrary anchor is selected from the site map, a document corresponding to the anchor may always be obtained from a server on the Internet. In such a case, when an arbitrary anchor is selected from the site map, the U corresponding to the anchor is selected.
The RL is simply passed to the browser, and the UR
The document corresponding to L may be obtained from a server on the Internet.

【0093】また、サイトマップ表示の基準となる文書
においても、テキスト名がクリックされたときに、基準
となる文書に対応するURLをRAMから読み出させる
ようにすることが好ましい。このようにすると、サイト
マップ表示画面上で基準となる文書に対応するテキスト
名をクリックすることによって、基準となる文書をブラ
ウザによって表示することができる。
It is also preferable that, when a text name is clicked, a URL corresponding to the reference document is read from the RAM in the reference document of the site map display. In this way, the reference document can be displayed by the browser by clicking the text name corresponding to the reference document on the site map display screen.

【0094】[0094]

【発明の効果】この発明によれば、指定した文書に含ま
れているアンカーを短時間でリスト表示することができ
るサイトマップ表示装置が得られる。
According to the present invention, there is provided a site map display device capable of displaying a list of anchors included in a designated document in a short time.

【0095】この発明によれば、指定した文書から指定
した階層数までの文書にそれぞれ含まれているアンカー
を階層構造が分かるようにかつ短時間でツリー表示でき
るサイトマップ表示装置が得られる。
According to the present invention, it is possible to obtain a site map display device capable of displaying, in a short time, a tree of anchors included in documents from a designated document to a designated number of layers so that the hierarchical structure can be understood.

【0096】この発明によれば、指定した文書に含まれ
ているリンク先の各文書を閲覧したい場合に、各文書を
指定するための操作が非常に簡単となる文書閲覧支援装
置が得られる。
According to the present invention, it is possible to obtain a document browsing support apparatus in which, when it is desired to browse each linked document included in a specified document, an operation for designating each document is extremely simple.

【0097】この発明によれば、指定した文書から指定
した階層数までの文書にそれぞれ含まれているリンク先
の各文書を閲覧したい場合に、各文書を指定するための
操作が非常に簡単となる文書閲覧支援装置が得られる。
According to the present invention, when it is desired to browse the linked documents included in the documents from the designated document to the designated number of layers, the operation for designating each document is very simple. A document browsing support device is obtained.

【図面の簡単な説明】[Brief description of the drawings]

【図1】システムの全体構成を示すブロック図である。FIG. 1 is a block diagram showing the overall configuration of a system.

【図2】ブラウザ支援プログラムによって実行される録
画処理手順を示すフローチャートである。
FIG. 2 is a flowchart showing a recording processing procedure executed by a browser support program.

【図3】ブラウザ支援プログラムによって実行されるサ
イトマップ表示処理手順を示すフローチャートである。
FIG. 3 is a flowchart showing a site map display processing procedure executed by a browser support program.

【図4】サイトマップの一例を示す模式図である。FIG. 4 is a schematic diagram showing an example of a site map.

【図5】ブラウザ支援プログラムによって実行されるサ
イトマップを利用した閲覧処理手順を示すフローチャー
トである。
FIG. 5 is a flowchart showing a browsing process procedure using a site map executed by the browser support program.

【図6】ブラウザ支援プログラムによって実行されるサ
イトマップを利用した閲覧処理手順を示すフローチャー
トである。
FIG. 6 is a flowchart showing a browsing process procedure using a site map executed by the browser support program.

【図7】WWWブラウザにおいて取得した文書に含まれ
ている2つのリンク先の文書を閲覧する場合に、ユーザ
が行う操作を説明するための模式図である。
FIG. 7 is a schematic diagram for explaining an operation performed by a user when browsing two linked documents included in a document acquired by a WWW browser.

【符号の説明】[Explanation of symbols]

1 WWWクライアント 2 インターネット 3 WWWサーバ 10 CPU 14 ハードディスク 15 メモリ 1 WWW client 2 Internet 3 WWW server 10 CPU 14 Hard disk 15 Memory

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 URLを入力するための手段、 入力されたURLに対応する文書に含まれているHTM
Lファイルのみをネットワーク上のサーバから取得する
手段、ならびに取得したHTMLファイルに含まれてい
る各アンカーをそのアンカーに対応するリンク先のUR
Lに関連づけて記憶手段に記憶するとともに、当該HT
MLファイルに含まれている全てのアンカーをリスト表
示する手段、 を備えているサイトマップ表示装置。
1. Means for inputting a URL, HTM included in a document corresponding to the input URL
Means for acquiring only the L file from the server on the network, and linking each anchor included in the acquired HTML file to a UR corresponding to the anchor
L in the storage means, and
Means for displaying a list of all anchors included in the ML file.
【請求項2】 URLを入力するための手段、 アンカーを解析すべき文書の階層数を入力するための手
段、 入力されたURLに対応する文書に含まれているHTM
Lファイルのみをネットワーク上のサーバから取得する
手段、ならびに入力された階層数に応じて、取得したH
TMLファイルから、アンカーを解析すべき文書のUR
Lを順次抽出し、抽出されたURLに対応する文書に含
まれているHTMLファイルのみをネットワーク上のサ
ーバから取得する手段、ならびに取得した各HTMLフ
ァイルに含まれている各アンカーをそのアンカーに対応
するリンク先のURLに関連づけて記憶手段に記憶する
とともに、各HTMLファイルに含まれている全てのア
ンカーを階層構造が分かるようにツリー表示する手段、 を備えているサイトマップ表示装置。
2. A means for inputting a URL, a means for inputting the number of layers of a document whose anchor is to be analyzed, and an HTM included in a document corresponding to the input URL.
A means for acquiring only the L file from the server on the network, and the acquired H in accordance with the input number of layers
UR of the document whose anchor should be analyzed from the TML file
Means for sequentially extracting L and acquiring only HTML files included in the document corresponding to the extracted URL from a server on the network, and corresponding each anchor included in each acquired HTML file to the anchor. Means for storing in the storage means in association with the URL of the link destination to be linked, and means for displaying all the anchors included in each HTML file in a tree so that the hierarchical structure can be understood.
【請求項3】 URLを入力する手段、 入力されたURLに対応する文書に含まれているHTM
Lファイルのみをネットワーク上のサーバから取得する
手段、 取得したHTMLファイルに含まれている各アンカーを
そのアンカーに対応するリンク先のURLに関連づけて
記憶手段に記憶するとともに、当該HTMLファイルに
含まれている全てのアンカーをリスト表示する手段、 アンカーのリスト表示画面上において、任意のアンカー
をユーザによって指定させるための手段、ならびに指定
されたアンカーに対応するURLを、閲覧対象文書のU
RLとして記憶手段から読み出す手段、 を備えている文書閲覧支援装置。
3. A means for inputting a URL, an HTM included in a document corresponding to the input URL.
Means for acquiring only the L file from the server on the network, storing each anchor included in the acquired HTML file in the storage means in association with the URL of the link destination corresponding to the anchor, and including the anchor in the HTML file Means for displaying a list of all anchors, means for specifying an arbitrary anchor by a user on an anchor list display screen, and a URL corresponding to the specified anchor in the U
Means for reading from a storage means as RL.
【請求項4】 URLを入力するための手段、 アンカーを解析すべき階層数を入力するための手段、 入力されたURLに対応する文書に含まれているHTM
Lファイルのみをネットワーク上のサーバから取得する
手段、ならびに入力された階層数に応じて、取得したH
TMLファイルから、アンカーを解析すべき文書のUR
Lを順次抽出し、抽出されたURLに対応する文書に含
まれているHTMLファイルのみをネットワーク上のサ
ーバから取得する手段、 取得した各HTMLファイルに含まれている各アンカー
をそのアンカーに対応するリンク先のURLに関連づけ
て記憶手段に記憶するとともに、各HTMLファイルに
含まれている全てのアンカーを階層構造が分かるように
ツリー表示する手段、 アンカーのツリー表示画面上において、任意のアンカー
をユーザによって指定させるための手段、ならびに指定
されたアンカーに対応するURLを、閲覧対象文書のU
RLとして記憶手段から読み出す手段、 を備えている文書閲覧支援装置。
4. A means for inputting a URL, a means for inputting the number of layers for which an anchor is to be analyzed, and an HTM included in a document corresponding to the input URL
A means for acquiring only the L file from the server on the network, and the acquired H in accordance with the input number of layers
UR of the document whose anchor should be analyzed from the TML file
Means for sequentially extracting L, and acquiring only HTML files included in the document corresponding to the extracted URL from a server on the network, and assigning each anchor included in each acquired HTML file to the anchor. Means for storing in the storage means in association with the URL of the link destination, and displaying all anchors included in each HTML file in a tree so that the hierarchical structure can be understood; Means, and a URL corresponding to the specified anchor are stored in the U
Means for reading from a storage means as RL.
JP8332236A 1996-12-12 1996-12-12 Site map display device and document access supporting device Pending JPH10171703A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8332236A JPH10171703A (en) 1996-12-12 1996-12-12 Site map display device and document access supporting device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8332236A JPH10171703A (en) 1996-12-12 1996-12-12 Site map display device and document access supporting device

Publications (1)

Publication Number Publication Date
JPH10171703A true JPH10171703A (en) 1998-06-26

Family

ID=18252707

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8332236A Pending JPH10171703A (en) 1996-12-12 1996-12-12 Site map display device and document access supporting device

Country Status (1)

Country Link
JP (1) JPH10171703A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100434851B1 (en) * 2001-01-31 2004-06-07 (주)우리랑월드 A method and system for displaying electronic document using virtual polygon
US6957383B1 (en) 1999-12-27 2005-10-18 International Business Machines Corporation System and method for dynamically updating a site map and table of contents for site content changes
JP2006031191A (en) * 2004-07-13 2006-02-02 Fuji Xerox Co Ltd Program, system, and method for generating tree structure information
JP2009527043A (en) * 2006-02-15 2009-07-23 エヌエイチエヌ コーポレーション GAME EXPOSURE METHOD AND GAME EXPOSURE SYSTEM
JP2009223485A (en) * 2008-03-14 2009-10-01 Brother Ind Ltd Link tree creation program and creation device
JP2011113312A (en) * 2009-11-26 2011-06-09 Samsung Electronics Co Ltd Content display device and content display method
US9418166B2 (en) 2004-11-30 2016-08-16 International Business Machines Corporation Creation of structural diagram of web site based on both physical links and semantic links of web pages of web site

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6957383B1 (en) 1999-12-27 2005-10-18 International Business Machines Corporation System and method for dynamically updating a site map and table of contents for site content changes
KR100434851B1 (en) * 2001-01-31 2004-06-07 (주)우리랑월드 A method and system for displaying electronic document using virtual polygon
JP2006031191A (en) * 2004-07-13 2006-02-02 Fuji Xerox Co Ltd Program, system, and method for generating tree structure information
US9418166B2 (en) 2004-11-30 2016-08-16 International Business Machines Corporation Creation of structural diagram of web site based on both physical links and semantic links of web pages of web site
US10169462B2 (en) 2004-11-30 2019-01-01 International Business Machines Corporation Creation of structural diagram of web site based on both physical links and semantic links of web pages of web site
JP2009527043A (en) * 2006-02-15 2009-07-23 エヌエイチエヌ コーポレーション GAME EXPOSURE METHOD AND GAME EXPOSURE SYSTEM
US9524503B2 (en) 2006-02-15 2016-12-20 Nhn Entertainment Corporation Method and system for exposing games
JP2009223485A (en) * 2008-03-14 2009-10-01 Brother Ind Ltd Link tree creation program and creation device
US8788924B2 (en) 2008-03-14 2014-07-22 Brother Kogyo Kabushiki Kaisha Link tree creation device
JP2011113312A (en) * 2009-11-26 2011-06-09 Samsung Electronics Co Ltd Content display device and content display method

Similar Documents

Publication Publication Date Title
US7188319B2 (en) Displaying graphical information and user selected properties on a computer interface
US6457046B1 (en) Information providing apparatus for server and computer-readable recording medium storing information providing program for server
CN1799051B (en) Method for browsing contents using page storing file
US6667751B1 (en) Linear web browser history viewer
US7406664B1 (en) System for integrating HTML Web site views into application file dialogs
US5845290A (en) File recording support apparatus and file recording support system for supporting recording of file on home page on internet and intranet
US20060218245A1 (en) Method, system, and computer program product for distributing a stored URL and web document set
EP1258819A2 (en) System and method for providing a file in multiple languages
JP2006107458A (en) Document content transmitting system, online content transmitting method, online information storage system, common online content system, and online content transmitting program
EP1148427A1 (en) Method of and system for creating a button type bookmark in a web browser displaying a user-selected part of the corresponding data file
JPH10260892A (en) Data managing method and data managing device using the method
JPH11502346A (en) Computer system and computer execution process for creating and maintaining online services
JP2000222088A (en) Information providing server, intermediation server and browser terminal
JP2004178512A (en) Link destination content browsing support device, link destination content browsing support method and program, and recording medium
US7069292B2 (en) Automatic display method and apparatus for update information, and medium storing program for the method
JP2000132565A (en) Retrieval support device, method therefor and recording medium storing program for executing processing of the device by computer
JPH10171703A (en) Site map display device and document access supporting device
JP4405695B2 (en) Update information automatic display method, apparatus, medium, and program
JP4253315B2 (en) Knowledge information collecting system and knowledge information collecting method
JPH10124518A (en) Preferential access web blousing processor
JPH11212998A (en) Data display device and record medium
JP3843390B2 (en) Web page browsing method and web page browsing program
JP4399689B2 (en) Information provision processing method, information provision processing program storage medium, and information provision processing apparatus
JP2002082936A (en) Contents data displaying device and contents data displaying system
US20020091735A1 (en) Method and apparatus for locating geographically classified establishment information