JP2000347925A - Information providing processing method, information providing processing program storage medium and information providing processor - Google Patents

Information providing processing method, information providing processing program storage medium and information providing processor

Info

Publication number
JP2000347925A
JP2000347925A JP2000093897A JP2000093897A JP2000347925A JP 2000347925 A JP2000347925 A JP 2000347925A JP 2000093897 A JP2000093897 A JP 2000093897A JP 2000093897 A JP2000093897 A JP 2000093897A JP 2000347925 A JP2000347925 A JP 2000347925A
Authority
JP
Japan
Prior art keywords
data
update
search
time
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.)
Granted
Application number
JP2000093897A
Other languages
Japanese (ja)
Other versions
JP4399689B2 (en
Inventor
Michiaki Yoneda
道昭 米田
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.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2000093897A priority Critical patent/JP4399689B2/en
Publication of JP2000347925A publication Critical patent/JP2000347925A/en
Application granted granted Critical
Publication of JP4399689B2 publication Critical patent/JP4399689B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To refer to a Web page disclosed in the past or planned to be disclosed in the future at any time corresponding to a request from the side of a client by automatically preserving such a Web page as a backup file on the side of a WWW server. SOLUTION: The WWW server classifies data received from a personal computer into variables or files (S11) and when it is discriminated that these files are of the HTML system (S12), date and time to update the files or planned date and time to update them are discriminated (S13) on the basis of classified variables. When it is discriminated the date and time for updating is the present, a transferred HTML file is preserved by overwriting an existent HTML file (S14) with it and current date and time are acquired (S15). When it is discriminated the date and time for updating are in the future, on the other hand, these date and time planned for updating are acquired (S18). Then, a digit string showing the date and time for updating or those planned for updating is added to the end of the received file name and preserved as a backup file on a predetermined backup directory (S16 and S20).

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、例えば、ネットワ
ークを介して要求されたHTML(HyperText MarkupLangua
ge)ファイルやこのHTMLファイルにリンクされたJPEG(J
oint Photographic Experts Group)画像ファイル等を、
クライアントへ提供するWWW(World WideWeb)サーバに用
いて好適な情報提供処理方法、情報提供処理プログラム
格納媒体、および情報提供処理装置に関する。
The present invention relates to, for example, HTML (HyperText Markup Language) required via a network.
ge) file or JPEG (J
oint Photographic Experts Group)
The present invention relates to an information provision processing method, an information provision processing program storage medium, and an information provision processing device suitable for use in a WWW (World Wide Web) server provided to a client.

【0002】[0002]

【従来の技術】周知のように、パーソナルコンピュータ
上で、WWWブラウザを起動し、このパーソナルコンピュ
ータを操作して、インターネットを介して、種々のWWW
サーバにアクセスし、それらWWWサーバに格納されてい
るWebページ(以下、同義語として、ホームページとも
呼ぶ)に掲載された文字や画像等の可視情報を閲覧した
り、各種音楽ファイル等も含む音声ファイルを聴取す
る、いわゆる、ネットサーフィンが一般的に行われるよ
うになった。
2. Description of the Related Art As is well known, a WWW browser is started on a personal computer, the personal computer is operated, and various WWW browsers are operated via the Internet.
Access to servers, browse visible information such as characters and images posted on Web pages stored on these WWW servers (hereinafter also referred to as home pages), and audio files including various music files Listening to, so-called, net surfing has become commonplace.

【0003】この場合、ユーザは、WWWブラウザを動作
させているパーソナルコンピュータを操作し、インター
ネットを介して所定のWWWサーバに対し、HTML(Hypertex
t Markup Language)方式のインデックスファイルや、そ
のHTMLファイルにリンクされた画像ファイル等から構成
されるWebページの送信を要求する。
[0003] In this case, a user operates a personal computer operating a WWW browser and sends HTML (Hypertex) to a predetermined WWW server via the Internet.
Requests transmission of a Web page composed of an index file of the t Markup Language) method and an image file linked to the HTML file.

【0004】以下、インデックスファイルやこのインデ
ックスファイルにリンクされた画像ファイル等から構成
されるWebページのファイルの総称としてHTMLファイル
と呼ぶこととする。
Hereinafter, a Web page file including an index file and an image file linked to the index file is referred to as an HTML file.

【0005】このようなWWWシステムにおいては、URL
(Uniform Resource Locator)と呼ばれるインターネッ
ト上のファイルを一意に特定する一種のアドレスによっ
て、Webページの指定が行われる。URLは、スキーム名、
ドメイン名(ホスト名)、およびファイル名からなり、
それぞれによって、転送プロトコルと、WWWサーバと、
ファイル名の指定が行われる。例えば、URLが、(http:
//www.test.com/index.html)であるとき、スキーム名
は、http(HyperText Transfer Protocol)であり、ド
メイン名は、www.test.comであり、ファイル名は、inde
x.htmlである。なお、実際のWWWサーバへのアクセス
は、IPアドレスによって行われるが、IPアドレスは、ド
メイン名に基づいて取得される。すなわち、WWWブラウ
ザは、実際のアクセスに先立ってDNS(Domain Name Serv
er)に対して、ドメイン名に対応するIPアドレスを問い
合わせて、IPアドレスを取得する。
In such a WWW system, a URL
A Web page is specified by a type of address that uniquely identifies a file on the Internet called a (Uniform Resource Locator). URL is the scheme name,
It consists of a domain name (host name) and a file name.
Depending on each, transfer protocol, WWW server,
The file name is specified. For example, if the URL is (http:
//www.test.com/index.html), the scheme name is http (HyperText Transfer Protocol), the domain name is www.test.com, and the file name is inde
x.html. Note that access to the actual WWW server is performed using an IP address, but the IP address is obtained based on a domain name. That is, the WWW browser performs DNS (Domain Name Service) prior to actual access.
er) to obtain the IP address by inquiring about the IP address corresponding to the domain name.

【0006】一方、パーソナルコンピュータから、URL
による要求を受信したWWWサーバは、要求されたHTMLフ
ァイルと、これにリンクされた画像ファイル等から構成
されるWebページを、インターネットを介して、要求元
(アクセス元)のパーソナルコンピュータに転送する。
On the other hand, from a personal computer, a URL
The WWW server that has received the request by (1) transfers the requested HTML file and a Web page including the image file linked thereto to the requesting (accessing) personal computer via the Internet.

【0007】このHTMLファイルと、これにリンクされた
画像ファイル等から構成されるWebページを受信したパ
ーソナルコンピュータは、動作中のWWWブラウザの表示
画面内に、HTMLファイルに含まれている文字情報や、HT
MLファイルで関連付けられた画像情報を表示する。
[0007] The personal computer that has received the Web page composed of the HTML file and the image file linked to the HTML file displays character information or HTML included in the HTML file on the display screen of the operating WWW browser. , HT
Displays the image information associated with the ML file.

【0008】ところで、インターネットサービスプロバ
イダなどが管理するWWWサーバに格納されている特定の
ユーザのWebページを、そのユーザがネットワークを介
して更新する場合、通常、全く新規にWebページをアッ
プロードする場合を除いて、現在格納されているWebペ
ージを構成するHTMLファイル(例えば、index.html)に
上書きし、Webページを最新のデータに置換するのが普
通である。同様に、インターネットサービスプロバイダ
側で、クライアントへ提供するWebページを更新する場
合も、新たに提供しようとするWebページを、既存のWeb
ページに上書きするのが、普通である。
By the way, when a user updates a web page of a specific user stored in a WWW server managed by an Internet service provider or the like via a network, usually a completely new web page is uploaded. Except for this, it is common to overwrite the HTML file (for example, index.html) that constitutes the currently stored Web page and replace the Web page with the latest data. Similarly, when updating the Web page provided to the client on the Internet service provider side, the Web page to be newly provided is replaced with the existing Web page.
It is common to overwrite the page.

【0009】このように、Webページを構成するHTMLフ
ァイル(例えば、index.html)は、常に最新のデータに
置換されるので、ユーザは常に同じURL(例えば、http:
//www.test.com/index.html)を入力し、もしくはWWWブ
ラウザのブックマーク機能によって記憶された同じURL
を指定することにより、常に最新の情報が掲載されたWe
bページを閲覧することができる。
As described above, the HTML file (for example, index.html) constituting the Web page is always replaced with the latest data, so that the user always has the same URL (for example, http:
//www.test.com/index.html) or the same URL stored by the WWW browser's bookmark function
By specifying, we always have the latest information posted
You can browse page b.

【0010】[0010]

【発明が解決しようとする課題】しかしながら、WWWサ
ーバに格納されたWebページを構成するHTMLファイル
(例えば、index.html)が、随時、任意のタイミングで
最新のデータに置換されると、常に最新のWebページを
公開し、クライアントがこの最新情報にアクセスするこ
とができるといった利点がある反面、過去に一度公開し
ていたWebページを自由に閲覧したいというクライアン
トの要求には応じることができないといった問題があっ
た。
However, if the HTML file (for example, index.html) constituting the Web page stored in the WWW server is replaced with the latest data at any time at any time, the latest data is always obtained. Has the advantage that the client can access the latest information by publishing the Web page, but it cannot respond to the client's request to freely view the Web page once published in the past was there.

【0011】本発明はこのような状況に鑑みてなされた
ものであり、過去に公開したWebページや、これから公
開を予定しているWebページを、WWWサーバ側で自動的に
バックアップとして保存しておくことで、クライアント
側からの要求に応じて随時閲覧可能とすることを目的と
する。
The present invention has been made in view of such circumstances, and a Web page that has been published in the past or a Web page that is scheduled to be published is automatically saved as a backup on the WWW server side. By doing so, the object is to allow browsing at any time in response to a request from the client side.

【0012】[0012]

【課題を解決するための手段】請求項1に記載の情報提
供処理方法は、ネットワークを介して任意にアクセス可
能な公開記憶領域に格納されているデータを、指定され
た更新時点で更新データに置換するデータ更新処理ステ
ップと、更新データのファイル名に、更新時点における
日時データを付加した検索用ファイル名を生成し、検索
用ファイル名を付与して、更新データから生成したバッ
クアップデータを、検索記憶領域に格納するバックアッ
プ処理ステップと、ネットワークを介して指定された日
時に対応する検索用ファイル名のバックアップデータを
検索記憶領域から検索し、ネットワークを介してアクセ
ス元へ転送する検索処理ステップとを含むことを特徴と
する。
According to a first aspect of the present invention, there is provided an information providing processing method for converting data stored in a public storage area arbitrarily accessible via a network into update data at a designated update time. A data update processing step to be replaced, a search file name in which date and time data at the time of update is added to the file name of the update data, a search file name is given, and backup data generated from the update data is searched. A backup processing step of storing the data in a storage area; and a search processing step of retrieving backup data of a search file name corresponding to a designated date and time from a search storage area via a network, and transferring the backup data to an access source via the network. It is characterized by including.

【0013】検索記憶領域は、ネットワークを介したア
クセスが制限されるようにすることができる。
The search storage area can be restricted from being accessed through a network.

【0014】公開記憶領域および検索記憶領域は、同じ
記憶装置内の異なるディレクトリに設定されるようにす
ることができる。
The public storage area and the search storage area can be set in different directories in the same storage device.

【0015】バックアップ処理ステップは、検索用ファ
イル名を付与して、更新データから複製したバックアッ
プデータを、ネットワークを介したアクセスが制限され
た検索記憶領域に格納するようにすることができる。
In the backup processing step, a backup file duplicated from the update data can be stored in a search storage area in which access via the network is restricted by giving a search file name.

【0016】バックアップ処理ステップは、公開記憶領
域に格納されている基準となるデータとの差分データを
バックアップデータとして、ネットワークを介したアク
セスが制限された検索記憶領域に格納するようにするこ
とができる。
In the backup processing step, the difference data from the reference data stored in the public storage area can be stored as backup data in the search storage area where access via the network is restricted. .

【0017】検索処理ステップは、ネットワークを介し
て指定された更新時点に最も近い日時データが付与され
た検索用ファイル名のバックアップデータを検索記憶領
域から検索するようにすることができる。
In the search processing step, backup data of a search file name to which date and time data closest to the update point specified via the network is added can be searched from the search storage area.

【0018】データ更新処理ステップ、バックアップ処
理ステップ、および検索処理ステップは、インターネッ
トであるネットワークを介してWebページを提供するWor
ld Wide Webサーバによって実行され、更新データおよ
びバックアップデータは、他のWebページへのリンクが
記述されているインデックスファイルを含んで構成され
るようにすることができる。
The data update processing step, the backup processing step, and the search processing step are performed by providing a Web page through a network, which is the Internet.
The update data and the backup data are executed by the ld Wide Web server, and may be configured to include an index file in which links to other Web pages are described.

【0019】インデックスファイルは、HyperText Mark
up Languageファイルで構成されるようにすることがで
きる。
The index file is HyperText Mark.
up Language file.

【0020】更新データおよびバックアップデータは、
HyperText Markup Languageファイルにリンクされた画
像ファイルを含んで構成されるようにすることができ
る。
The update data and backup data are
It can be configured to include an image file linked to the HyperText Markup Language file.

【0021】更新データおよびバックアップデータは、
HyperText Markup Languageファイルにリンクされた音
声ファイルを含んで構成されるようにすることができ
る。
The update data and the backup data are
It can be configured to include an audio file linked to the HyperText Markup Language file.

【0022】更新データおよびバックアップデータは、
インデックスファイルにリンクされたプログラムファイ
ルを含んで構成されるようにすることができる。
The update data and backup data are
It may be configured to include a program file linked to the index file.

【0023】毎日予め決められた所定の時刻に、検索記
憶領域から、更新時点として当日の日付が付加された検
索用ファイル名を検索し、検索された検索用ファイル名
の更新データを、公開記憶領域に格納されているデータ
と置換する自動更新処理ステップを更に設けることがで
きる。
At a predetermined time predetermined every day, a search file name to which the date of the day is added as an update time is searched from the search storage area, and updated data of the searched search file name is publicly stored. An automatic update processing step for replacing the data stored in the area may be further provided.

【0024】請求項13に記載の情報提供処理プログラ
ム格納媒体のプログラムは、ネットワークを介して任意
にアクセス可能な公開記憶領域に格納されているデータ
を、指定された更新時点で更新データに置換するデータ
更新処理ステップと、更新データのファイル名に、更新
時点における日時データを付加した検索用ファイル名を
生成し、検索用ファイル名を付与して、更新データから
生成したバックアップデータを、検索記憶領域に格納す
るバックアップ処理ステップと、ネットワークを介して
指定された日時に対応する検索用ファイル名のバックア
ップデータを検索記憶領域から検索し、ネットワークを
介してアクセス元へ転送する検索処理ステップとを含む
ことを特徴とする。
According to a thirteenth aspect of the present invention, a program in an information providing processing program storage medium replaces data stored in a public storage area arbitrarily accessible via a network with update data at a designated update time. A data update processing step, generating a search file name by adding date and time data at the time of update to the file name of the update data, giving the search file name, and storing the backup data generated from the update data in the search storage area. And a search processing step of searching backup data of a search file name corresponding to a designated date and time from a search storage area via a network and transferring the backup data to an access source via the network. It is characterized by.

【0025】情報提供処理プログラム格納媒体に格納さ
れているプログラムは、毎日予め決められた所定の時刻
に、検索記憶領域から、更新時点として当日の日付が付
加された検索用ファイル名を検索し、検索された検索用
ファイル名の更新データを、公開記憶領域に格納されて
いるデータと置換する自動更新処理ステップを更に含む
ことができる。
The program stored in the information providing processing program storage medium searches a search storage area at a predetermined time every day for a search file name with the date of the day added as an update time. The method may further include an automatic update processing step of replacing the updated data of the searched file name with the data stored in the public storage area.

【0026】請求項15に記載の情報提供処理装置は、
ネットワークを介して任意にアクセス可能な公開記憶領
域に格納されているデータを、指定された更新時点で更
新データに置換するデータ更新処理手段と、更新データ
のファイル名に、更新時点における日時データを付加し
た検索用ファイル名を生成し、検索用ファイル名を付与
して、更新データから生成したバックアップデータを、
検索記憶領域に格納するバックアップ処理手段と、ネッ
トワークを介して指定された日時に対応する検索用ファ
イル名のバックアップデータを検索記憶領域から検索
し、ネットワークを介してアクセス元へ転送する検索処
理手段とを含むことを特徴とする。
[0026] According to a fifteenth aspect of the present invention, there is provided the information providing processing device,
Data update processing means for replacing data stored in a public storage area arbitrarily accessible via a network with update data at a specified update time, and date and time data at the time of update in a file name of the update data Generate the added search file name, add the search file name, and copy the backup data generated from the update data to
Backup processing means for storing in a search storage area, search processing means for searching backup data of a search file name corresponding to a designated date and time from a search storage area via a network, and transferring the backup data to an access source via the network It is characterized by including.

【0027】毎日予め決められた所定の時刻に、検索記
憶領域から、更新時点として当日の日付が付加された検
索用ファイル名を検索し、検索された検索用ファイル名
の更新データを、公開記憶領域に格納されているデータ
と置換する自動更新処理手段を更に設けることができ
る。
At a predetermined time predetermined every day, a search file name to which the date of the day is added as an update point is searched from the search storage area, and updated data of the searched file name is stored in a public storage. Automatic update processing means for replacing data stored in the area may be further provided.

【0028】請求項1に記載の情報提供処理方法、請求
項13に記載の情報提供処理プログラム格納媒体、およ
び請求項15に記載の情報提供処理装置においては、ネ
ットワークを介して任意にアクセス可能な公開記憶領域
に格納されているデータが、指定された更新時点で更新
データに置換され、更新データのファイル名に、更新時
点における日時データを付加した検索用ファイル名が生
成され、検索用ファイル名が付与されて、更新データか
ら生成したバックアップデータが、検索記憶領域に格納
され、ネットワークを介して指定された日時に対応する
検索用ファイル名のバックアップデータが検索記憶領域
から検索され、ネットワークを介してアクセス元へ転送
される。
In the information providing method according to the first aspect, the information providing processing program storage medium according to the thirteenth aspect, and the information providing processing apparatus according to the fifteenth aspect, the information providing processing apparatus can be arbitrarily accessed via a network. The data stored in the public storage area is replaced with the update data at the specified update time, and a search file name is generated by adding the date and time data at the update time to the file name of the update data. The backup data generated from the update data is stored in the search storage area, the backup data of the search file name corresponding to the date and time specified over the network is searched from the search storage area, and the Transferred to the access source.

【0029】[0029]

【発明の実施の形態】図1は、本発明に係る情報提供シ
ステムの一実施の形態を示す図である。
FIG. 1 is a diagram showing an embodiment of an information providing system according to the present invention.

【0030】WWWサーバ1には、種々のHTMLファイル
や、これらHTMLファイルにリンクされた画像ファイル、
音声ファイルおよびプログラムファイル等から構成され
るWebページが予め記録されている。
The WWW server 1 stores various HTML files, image files linked to these HTML files,
A Web page including an audio file and a program file is recorded in advance.

【0031】WWWサーバ1とインターネット3を介して
接続されたクライアント側のパーソナルコンピュータ2
では、WWWブラウザが起動されている。このWWWブラウザ
を動作させているパーソナルコンピュータ2を操作し、
インターネット3を介して所定のWWWサーバ1に対し、
例えば、URLとして、(http://www.test.com/index.htm
l)を指定して、このURLで指定されるHTMLファイル(in
dex.html)と、このHTMLファイルにリンクされた画像フ
ァイル等から構成されるWebページの送信を要求する。
Client-side personal computer 2 connected to WWW server 1 via Internet 3
Now, the WWW browser is running. By operating the personal computer 2 running this WWW browser,
To a predetermined WWW server 1 via the Internet 3,
For example, as a URL (http://www.test.com/index.htm
l) and specify the HTML file (in
dex.html) and a web page composed of an image file and the like linked to the HTML file.

【0032】一方、パーソナルコンピュータ2から、UR
Lによる要求を受信したWWWサーバ1は、インターネット
3を介して要求されたHTMLファイル(index.html)と、
これにリンクされた画像ファイル等から構成されるWeb
ページを、要求元であるのパーソナルコンピュータ2に
転送する。
On the other hand, from the personal computer 2, the UR
The WWW server 1 that has received the request by the L transmits the HTML file (index.html) requested via the Internet 3,
Web composed of image files linked to this
The page is transferred to the requesting personal computer 2.

【0033】このHTMLファイルと、これにリンクされた
画像ファイル等から構成されるWebページを受信したパ
ーソナルコンピュータ2は、動作中のWWWブラウザの表
示画面内に、HTMLファイルに含まれている文字情報や、
HTMLファイルで関連付けられた画像情報を表示する。
When the personal computer 2 receives the Web page composed of the HTML file and the image file linked thereto, the personal computer 2 displays the character information contained in the HTML file on the display screen of the operating WWW browser. And
Displays the image information associated with the HTML file.

【0034】インターネットサービスプロバイダなどが
管理するWWWサーバ1に格納されている特定のユーザのW
ebページを、そのユーザが、自分のパーソナルコンピュ
ータ4からインターネット3を介して更新する場合、WW
Wサーバ1は、全く新規にWebページをアップロードする
ときを除いて、現在既に格納されているWebページを構
成するHTMLファイル(例えば、index.html)に上書き
し、Webページを最新のデータに置換する。
The W of a specific user stored in the WWW server 1 managed by an Internet service provider or the like
When the user updates the eb page from his / her personal computer 4 via the Internet 3,
The W server 1 replaces the Web page with the latest data by overwriting the HTML file (for example, index.html) constituting the currently stored Web page, except when uploading a completely new Web page. I do.

【0035】図2は、WWWサーバ1の構成を説明するブ
ロック図である。CPU(Central Processing Unit)11
は、基本的なOS(Operating System)を実行する。CPU1
1は、さらに、このOSの上で、HTTP(HyperText Transf
er Protocol)によるクライアントからの特定のWebペー
ジの要求に自動応答して対応するWebページを要求元のI
Pアドレスへ転送するHTTPd(HTTP daemon)や、CGI(Co
mmon Gateway Interface)等、各種WWWサーバ1として
のサービスを提供する上で必要なアプリケーションプロ
グラムを実行する。
FIG. 2 is a block diagram for explaining the configuration of the WWW server 1. CPU (Central Processing Unit) 11
Runs a basic OS (Operating System). CPU1
1 also uses HTTP (HyperText Transf
protocol), and automatically responds to a specific web page request from a client to request the corresponding web page
HTTPd (HTTP daemon) and CGI (Co
An application program necessary for providing services as various WWW servers 1 such as an mmon Gateway Interface) is executed.

【0036】ROM(Read-Only Memory)12は、CPU11
が使用するBIOSプログラムや演算用のパラメータ等の基
本的に固定的なデータを格納する。RAM(Random-Access
Memory)13は、CPU11の実行において使用するプロ
グラムや、その実行において適宜変化するパラメータを
格納する。これらはバス14により相互に接続されてい
る。
The ROM (Read-Only Memory) 12 has a CPU 11
It stores basically fixed data such as BIOS programs used by the software and parameters for calculation. RAM (Random-Access
The memory 13 stores a program used in the execution of the CPU 11 and parameters that change as appropriate in the execution. These are interconnected by a bus 14.

【0037】キーボード16は、CPU11にURL等の各種
の指令を入力するとき、ユーザにより操作される。マウ
ス17は、CRT(Cathode Ray Tube)18の画面上のポ
イントの指示や選択を行うとき、ユーザにより操作され
る。CRT18は、各種情報をテキストやイメージで表示
する。HDD(Hard Disk Drive)19とFDD(Flopp
y(登録商標) Disk Drive)20は、それ
ぞれハードディスクまたはフロッピー(登録商標)ディ
スクを駆動し、それらにCPU11によって実行する、CGI
などのプログラムや情報を記録または再生させる。
The keyboard 16 is operated by the user when inputting various commands such as a URL to the CPU 11. The mouse 17 is operated by the user when pointing or selecting a point on the screen of a CRT (Cathode Ray Tube) 18. The CRT 18 displays various information as text or images. HDD (Hard Disk Drive) 19 and FDD (Flopp
y (registered trademark) Drive 20 drives a hard disk or a floppy (registered trademark) disk, respectively, and executes a CGI executed by the CPU 11 on them.
Record or reproduce programs and information such as.

【0038】通信ボード21は、インターネット3と接
続するための装置であり、具体的には、例えば、企業内
においてはイーサネット(登録商標)(Etherne
t(登録商標))ボード等で構成される。
The communication board 21 is a device for connecting to the Internet 3. Specifically, for example, in a company, Ethernet (registered trademark) (Ethernet) is used.
t (registered trademark)) board or the like.

【0039】これらのキーボード16乃至通信ボード2
1は、インターフェース15に接続されており、インタ
ーフェース15はバス14を介してCPU11に接続され
ている。
The keyboard 16 to the communication board 2
1 is connected to the interface 15, and the interface 15 is connected to the CPU 11 via the bus 14.

【0040】パーソナルコンピュータ2およびパーソナ
ルコンピュータ4は、前述したWWWサーバ1と略同様の
構成を有しているため、そのハードウェア構成の説明は
省略する。
Since the personal computer 2 and the personal computer 4 have substantially the same configuration as the WWW server 1, the description of the hardware configuration is omitted.

【0041】但し、通信ボード21は、例えば、企業内
においてはイーサネット(Ethernet)ボード等で構成さ
れているが、一般家庭においては、インターネットサー
ビスプロバイダに接続するためのモデム等で構成されて
いる。
However, the communication board 21 is, for example, configured by an Ethernet (Ethernet) board in a company, but is configured by a modem for connecting to an Internet service provider in a general home.

【0042】次に、パーソナルコンピュータ4のユーザ
が、インターネット3を介して、WWWサーバ1に格納さ
れている所定のWebページを構成するHTMLファイルを更
新する際の処理について説明する。
Next, a process when the user of the personal computer 4 updates an HTML file constituting a predetermined Web page stored in the WWW server 1 via the Internet 3 will be described.

【0043】まず最初に、Webページの作成者は、自宅
のパーソナルコンピュータ4を起動した後、Webページ
作成ソフトウェアや、汎用のテキストエディタを起動
し、新たに提供しようとするWebページの内容を記述し
たHTML方式のファイルを作成する。
First, the creator of the Web page starts up the personal computer 4 at home, then starts up the Web page creation software or a general-purpose text editor, and describes the contents of the Web page to be newly provided. Create HTML format file.

【0044】次に、Webページの作成者は、パーソナル
コンピュータ4を操作し、作成したHTMLファイルをWWW
サーバ1にアップロードして、Webページを更新する。
Next, the creator of the Web page operates the personal computer 4 to copy the created HTML file to the WWW.
Upload to the server 1 and update the web page.

【0045】ここで、Webページのアップロードの具体
的な方法としては、次の2通りの方法があり、本発明で
は、後者のWWWブラウザのファイルアップロード機能とW
WWサーバ1の所定のCGIプログラムとの連携処理でWebペ
ージを更新する方法を用いる。
Here, there are the following two specific methods for uploading a Web page, and in the present invention, the latter is a file upload function of a WWW browser and a WWW browser.
A method of updating a Web page by cooperative processing with a predetermined CGI program of the WW server 1 is used.

【0046】まず、一般的な、FTP(File Transfer Prot
ocol)クライアントプログラムを用いる方法について説
明する。
First, a general FTP (File Transfer Prot)
ocol) A method using a client program will be described.

【0047】この方法では、パーソナルコンピュータ4
を操作し、図3に示すように、FTPクライアントプログ
ラムを起動し、作成したHTMLファイルをWWWサーバ1に
転送する。
In this method, the personal computer 4
To start the FTP client program and transfer the created HTML file to the WWW server 1 as shown in FIG.

【0048】この場合、Webページの作成者が、図4に
示す通常のFTPクライアントプログラムのファイルの転
送を指示する表示画面30において、アップロードすべ
きHTMLファイル(例えば、index.html)を指定した後、
このHTMLファイルを格納すべきWWWサーバ1のディレク
トリを指定し、「送信(Put)」と表示された送信ボ
タン31をクリックすると、パーソナルコンピュータ4
は、指定したHTMLファイルをWWWサーバ1に転送する。
In this case, after the creator of the Web page specifies the HTML file to be uploaded (for example, index.html) on the display screen 30 instructing the transfer of the file of the normal FTP client program shown in FIG. ,
When the directory of the WWW server 1 in which the HTML file is to be stored is specified and the transmission button 31 displayed as “transmission (Put)” is clicked, the personal computer 4
Transfers the specified HTML file to the WWW server 1.

【0049】WWWサーバ1は、転送されてきたHTMLファ
イル(例えば、index.html)を、指定されたディレクト
リ上に保存されている既存のHTMLファイル(例えば、in
dex.html)に上書きする。
The WWW server 1 converts the transferred HTML file (for example, index.html) into an existing HTML file (for example, in
dex.html).

【0050】次に、WWWブラウザのファイルアップロー
ド機能とWWWサーバ1で動作する所定のCGIプログラムの
連携処理でWebページを更新する方法について説明す
る。
Next, a description will be given of a method of updating a Web page by the cooperative processing of the file upload function of the WWW browser and a predetermined CGI program operating on the WWW server 1.

【0051】この場合、Webページの作成者が、図5に
示すように、パーソナルコンピュータ4上で動作してい
るWWWブラウザを操作し、図6に示すファイルの転送を
指示する表示画面40の指定フィールド41に、アップ
ロードすべきHTMLファイル名(例えば、index.html)を
入力し、「HTMLファイルを転送する」と表示された転送
ボタン42をクリックすると、パーソナルコンピュータ
4は、指定したHTMLファイルをWWWサーバ1に転送す
る。この場合、WWWサーバ1は、所定のCGIプログラムの
ファイル更新処理の手順に従って、転送されてきたHTML
ファイル(例えば、index.html)を、予め決められた所
定のディレクトリ上に保存されている既存のHTMLファイ
ル(例えば、index.html)に上書きする。
In this case, as shown in FIG. 5, the creator of the Web page operates the WWW browser running on the personal computer 4 to specify the display screen 40 for instructing the transfer of the file shown in FIG. When an HTML file name (for example, index.html) to be uploaded is input in the field 41 and a transfer button 42 indicating “Transfer HTML file” is clicked, the personal computer 4 downloads the specified HTML file to the WWW. Transfer to server 1. In this case, the WWW server 1 transmits the transferred HTML according to the procedure of a predetermined CGI program file update process.
The file (for example, index.html) is overwritten on an existing HTML file (for example, index.html) stored on a predetermined directory.

【0052】本発明では、後者のWWWブラウザのファイ
ルアップロード機能とWWWサーバ1の所定のCGIプログラ
ムによるファイル更新機能との連携処理でWebページを
更新する方法を用いる。
In the present invention, the latter method of updating a Web page by the cooperative processing of the file upload function of the WWW browser and the file update function of the WWW server 1 by a predetermined CGI program is used.

【0053】次に、WWWブラウザを起動させている、本
発明に係る情報提供システムのクライアント側のパーソ
ナルコンピュータ4のWWWブラウザの表示画面の例を図
7に示す。Webページの作成者は、図7に示すファイル
の転送を指示する表示画面50の指定フィールド51
に、アップロードすべきHTMLファイル名(例えば、inde
x.html)を入力し、更新日として現在を指定するラジオ
ボタン53a、または未来を指定するラジオボタン53
bをクリックし、未来を指定した場合の更新年月日を入
力するための指定フィールド54a乃至54cに、予定
する年月日を入力し、最後に、「HTMLファイルを転送す
る」と表示された転送ボタン52をクリックする。パー
ソナルコンピュータ4は、指定したHTMLファイルをWWW
サーバ1に転送する。
Next, FIG. 7 shows an example of a display screen of the WWW browser of the personal computer 4 on the client side of the information providing system according to the present invention, in which the WWW browser is activated. The creator of the Web page specifies the designated field 51 on the display screen 50 for instructing the transfer of the file shown in FIG.
In the HTML file name to be uploaded (for example, inde
x.html), and the radio button 53a for specifying the present as the update date or the radio button 53 for specifying the future
b, input the expected date in the specification fields 54a to 54c for inputting the update date when the future is specified, and finally, "Transfer HTML file" is displayed. Click the transfer button 52. The personal computer 4 converts the specified HTML file into a WWW file.
Transfer to server 1.

【0054】このように、パーソナルコンピュータ4の
画面に表示されるウィンドウには、図6に示すWWWブラ
ウザのフィールドに加えて、Webページの更新年月日
を、現在または未来のいずれかに択一選択するラジオボ
タン53aと53bが配列されていると共に、HTMLファ
イルの更新年月日が未来である場合に、そのHTMLファイ
ルの更新予定年月日を入力するための指定フィールド5
4a乃至54cが配列されている。
As described above, in the window displayed on the screen of the personal computer 4, in addition to the fields of the WWW browser shown in FIG. 6, the update date of the Web page is selected to be either current or future. When the radio buttons 53a and 53b to be selected are arranged and the update date of the HTML file is in the future, a designation field 5 for inputting the scheduled update date of the HTML file
4a to 54c are arranged.

【0055】ここで、HTMLファイルの更新年月日が、転
送を開始する今この時点である場合、更新年月日を現在
に選択するラジオボタン53aをクリックし、指定フィ
ールド51に、アップロードすべきHTMLファイル名(例
えば、index.html)を入力し、最後に、「HTMLファイル
を転送する」と表示された転送ボタン52をクリックし
て、指定したHTMLファイルをWWWサーバ1に転送する。
Here, when the update date of the HTML file is the time at which transfer is to be started at this time, the user clicks the radio button 53 a for selecting the update date now and uploads it to the designated field 51. An HTML file name (for example, index.html) is input, and finally, a transfer button 52 displayed as “Transfer HTML file” is clicked to transfer the specified HTML file to the WWW server 1.

【0056】この場合は、WWWサーバ1は、所定のCGIプ
ログラムのファイル更新処理の手順に従って、転送され
てきたHTMLファイル(例えば、index.html)を、予め決
められた所定の公開用ディレクトリ上に保存されている
既存のHTMLファイル(例えば、index.html)に上書きす
る。
In this case, the WWW server 1 places the transferred HTML file (for example, index.html) on a predetermined public directory according to the procedure of a file update process of a predetermined CGI program. Overwrite existing saved HTML file (for example, index.html).

【0057】これと同時に、WWWサーバ1は、所定のCGI
プログラムのファイル更新処理の手順に従って、転送さ
れてきたHTMLファイル(例えば、index.html)のファイ
ル名の末尾に、現在の日時を示す数字列を付加して、そ
の日時を示す数字列が付加されたファイル名で、予め決
められたバックアップ用ディレクトリ上にバックアップ
として保存する。
At the same time, the WWW server 1
According to the procedure of the file update process of the program, a numeric string indicating the current date and time is added to the end of the file name of the transferred HTML file (for example, index.html), and a numeric string indicating the date and time is added. The file name is saved as a backup on a predetermined backup directory.

【0058】ここで、公開用ディレクトリは、インター
ネット3を介して自由にアクセスし、読み出し可能に設
定されている一方、バックアップ用ディレクトリは、WW
Wサーバ1の管理者のみがアクセス可能とし、インター
ネット3を介して第3者が直接読み出せないようにアク
セス制限が施されている。また、これら公開用ディレク
トリと、バックアップ用ディレクトリは、WWWサーバ1
に設けられた単一もしくは複数台のHDD19の異なるデ
ィレクトリに設定されている。
Here, the public directory is freely accessible via the Internet 3 and is set to be readable, while the backup directory is WW
Only the administrator of the W server 1 can access, and access is restricted so that a third party cannot directly read the information via the Internet 3. These public directories and backup directories are stored on the WWW server 1
Are set in different directories of one or a plurality of HDDs 19 provided in the HDD.

【0059】一方、HTMLファイルを更新すべき予定日時
が、転送を開始した後の将来の時点である場合、更新日
時を未来に選択するラジオボタン53bをクリックし、
更新日時を入力するための指定フィールド54a乃至5
4cに、予定する日時を入力し、最後に、「HTMLファイ
ルを転送する」と表示された転送ボタン52をクリック
して、指定したHTMLファイルをWWWサーバ1に転送す
る。これにより、パーソナルコンピュータ4は、ファイ
ルの更新日時を指定する日時データと共に、更新すべき
HTMLファイルを、WWWサーバ1に転送する。
On the other hand, if the scheduled date and time at which the HTML file should be updated is a future time after the start of the transfer, the user clicks the radio button 53b for selecting the update date and time in the future.
Designation fields 54a through 54-5 for inputting update date and time
4c, enter the scheduled date and time, and finally, click the transfer button 52 displayed as "Transfer HTML file" to transfer the specified HTML file to the WWW server 1. As a result, the personal computer 4 should update the date and time data specifying the date and time of updating the file.
The HTML file is transferred to the WWW server 1.

【0060】この場合は、WWWサーバ1は、所定のCGIプ
ログラムのファイル更新処理の手順に従って、予め決め
られた所定の公開用ディレクトリ上に保存されている既
存のHTMLファイル(例えば、index.html)の更新はせず
に、転送されてきたHTMLファイル(例えば、index.htm
l)のファイル名の末尾に、更新予定日時を示す数字列
を付加して、その日時を示す数字列が付加されたファイ
ル名で、予め決められたバックアップ用ディレクトリ上
にバックアップとして保存する。
In this case, the WWW server 1 uses an existing HTML file (for example, index.html) stored on a predetermined public directory according to the procedure of a file update process of a predetermined CGI program. HTML file (for example, index.htm
A numerical string indicating the scheduled update date and time is added to the end of the file name in l), and the file name with the numerical string indicating the date and time added is saved as a backup on a predetermined backup directory.

【0061】図8は、図7に示すパーソナルコンピュー
タ4のWWWブラウザで表示される更新指示画面を表示さ
せるためのHTMLファイルのソースを示している。
FIG. 8 shows a source of an HTML file for displaying an update instruction screen displayed on the WWW browser of the personal computer 4 shown in FIG.

【0062】次に、WWWサーバ1が、所定のCGIプログラ
ムによって、更新すべきHTMLファイル(index.html)の
バックアップ処理する際の手順を、図9のフローチャー
トを参照して説明する。
Next, a procedure when the WWW server 1 performs a backup process of an HTML file (index.html) to be updated by a predetermined CGI program will be described with reference to a flowchart of FIG.

【0063】ここで、WWWサーバ1のURLを、(http://w
ww.test.com/)とし、図7に示す更新用WebページのURL
を、(http://www.test.com/update.html)とし、更新
用CGIプログラムのURLを、(http://www.test.com/cgi-
bin/update.cgi)とし、WWWサーバ1の公開用ディレク
トリ(ドキュメントルートディレクトリ)を、(/www/d
ata/)とし、更新すべきHTMLファイルのファイル名を、
(index.html)とし、バックアップ用ディレクトリを、
(/www/data/backup/)として説明する。
Here, the URL of the WWW server 1 is (http: // w
ww.test.com/), and the URL of the update Web page shown in Fig. 7
As (http://www.test.com/update.html) and the URL of the CGI program for update as (http://www.test.com/cgi-
bin / update.cgi), and the public directory (document root directory) of the WWW server 1 is (/ www / d
ata /) and the name of the HTML file to be updated is
(Index.html) and the backup directory is
(/ Www / data / backup /).

【0064】ステップS11において、WWWサーバ1
は、パーソナルコンピュータ4から受信したデータを、
変数またはファイルに切り分ける。ステップS12にお
いて、WWWサーバ1は、受信したファイルがHTML方式の
ファイルであるか否かを判定し、受信したファイルがHT
ML方式のファイルであると判定された場合、ステップS
13に進み、ステップ11で切り分けられた変数を基
に、ファイルの更新日時が未来であるか否かを判定す
る。
In step S11, the WWW server 1
Converts the data received from the personal computer 4
Divide into variables or files. In step S12, the WWW server 1 determines whether the received file is an HTML file, and determines whether the received file is an HT file.
If it is determined that the file is an ML file, step S
Proceeding to S13, it is determined whether or not the update date and time of the file is in the future based on the variables separated in step S11.

【0065】ステップS13において、ファイルの更新
日時が未来ではない、すなわち、ファイルの更新日時が
現在であると判定された場合、ステップS14に進み、
WWWサーバ1は、転送されてきたHTMLファイル(index.h
tml)を、予め決められた所定の公開用のドキュメント
ルートディレクトリ(/WWW/data/)上に保存されている
既存のHTMLファイル(index.html)に上書きして保存す
る。
If it is determined in step S13 that the update date and time of the file is not in the future, that is, it is determined that the update date and time of the file is current, the process proceeds to step S14.
The WWW server 1 transmits the transferred HTML file (index.h
tml) overwrites and saves the existing HTML file (index.html) stored on a predetermined document root directory (/ WWW / data /) for publication.

【0066】ステップS15において、WWWサーバ1
は、図示せぬ内蔵されているRTC(RealTime Clock)や、
タイムカウントプログラムなどによって生成された、現
在の日時を取得する。
In step S15, the WWW server 1
Is a built-in RTC (RealTime Clock), not shown,
Obtain the current date and time generated by a time count program or the like.

【0067】ステップS16において、WWWサーバ1
は、受信したHTMLファイル(index.html)のファイル名
の末尾に、ステップS15で取得した現在の更新日時を
示す数字列を付加して、その日時を示す数字列が付加さ
れたファイル名で、予め決められたバックアップ用ディ
レクトリ(/WWW/data/backup/)上にバックアップとし
て保存する。
In step S16, the WWW server 1
Is a file name obtained by adding a numeric string indicating the current update date and time acquired in step S15 to the end of the file name of the received HTML file (index.html) and adding the numeric string indicating the date and time. Save as a backup on a predetermined backup directory (/ WWW / data / backup /).

【0068】ここで例えば、現在の年月日と時刻が、1
999年4月1日16時12分であった場合、(index.
html.1999.4.1.16.12)と命名された新たなファイル名
で、HTMLファイル(index.html)と全く同じ内容のファ
イルが自動的にバックアップとして保存される。
Here, for example, if the current date and time are 1
At 16:12 on April 1, 999, (index.
A file with the exact same content as the HTML file (index.html) is automatically saved as a backup with a new file name named html.1999.4.1.16.12).

【0069】ステップS17において、WWWサーバ1
は、パーソナルコンピュータ4に、所定のメッセージを
送信し、正常終了の表示をさせ、処理は終了する。
In step S17, WWW server 1
Sends a predetermined message to the personal computer 4 to display a normal end, and the process ends.

【0070】ステップS13において、ファイルの更新
日時が未来であると判定された場合、ステップS18に
進み、WWWサーバ1は、クライアントコンピュータ4か
ら転送されてきたHTMLファイルの更新予定日時(ステッ
プ11で切り分けられた変数に含まれる)を取得する。
If it is determined in step S13 that the update date and time of the file is in the future, the process proceeds to step S18, where the WWW server 1 determines the scheduled update date and time of the HTML file transferred from the client computer 4 (separated in step 11). Included in the specified variable).

【0071】ステップS19において、WWWサーバ1
は、ステップS18で取得した更新予定日時が未来であ
る否かを判定し、ステップS18で取得した更新予定日
時が未来であると判定された場合、ステップS20に進
み、WWWサーバ1は、受信したHTMLファイル(index.htm
l)のファイル名の末尾に、ステップS18で取得した
更新予定日時を示す数字列を付加して、その日時を示す
数字列が付加されたファイル名で、予め決められたバッ
クアップ用ディレクトリ(/WWW/data/backup/)上にバ
ックアップとして保存する。
In step S19, WWW server 1
Determines whether the scheduled update date and time obtained in step S18 is in the future, and if it is determined in step S18 that the scheduled update date and time is in the future, the process proceeds to step S20, where the WWW server 1 receives the HTML file (index.htm
l) At the end of the file name, a numeric string indicating the scheduled update date and time acquired in step S18 is added, and the file name with the numeric string indicating the date and time is added to the predetermined backup directory (/ WWW / data / backup /) as a backup.

【0072】ここで例えば、現在の年月日と時刻が、1
999年4月2日18時24分であった場合、(index.
html.1999.4.2.18.24)と命名された新たなファイル名
で、HTMLファイル(index.html)と全く同じ内容のファ
イルが自動的にバックアップとして保存される。
Here, for example, if the current date and time are 1
If it was 18:24 on April 2, 999, (index.
A file with the exact same content as the HTML file (index.html) is automatically saved as a backup with a new file name named html.1999.4.2.18.24).

【0073】ステップS21において、WWWサーバ1
は、パーソナルコンピュータ4に、所定のメッセージを
送信し、正常終了の表示をさせ、処理は終了する。
At step S21, the WWW server 1
Sends a predetermined message to the personal computer 4 to display a normal end, and the process ends.

【0074】ステップS19において、ステップS18
で取得した更新日時が未来でないと判定された場合、受
信した日付が間違っているので、ステップS23に進
み、WWWサーバ1は、パーソナルコンピュータ4に、エ
ラーのメッセージを送信し、エラーの表示をさせ、処理
は終了する。
In step S19, step S18
If it is determined that the update date and time obtained in step 2 are not in the future, the received date is incorrect, and the process proceeds to step S23, where the WWW server 1 transmits an error message to the personal computer 4 to display the error. , The process ends.

【0075】ステップS12において、受信したファイ
ルがHTMLファイルや、このHTMLファイルにリンクされた
画像ファイル等の所定の方式のファイルでないと判定さ
れた場合、受信したファイルを扱うことができないの
で、ステップS22に進み、WWWサーバ1は、クライア
ントコンピュータ4に、エラーのメッセージを送信し、
エラーの表示をさせ、処理は終了する。
If it is determined in step S12 that the received file is not an HTML file or a file of a predetermined format such as an image file linked to the HTML file, the received file cannot be handled, and the process proceeds to step S22. The WWW server 1 sends an error message to the client computer 4,
An error message is displayed, and the process ends.

【0076】以上の処理の結果、WWWサーバ1のバック
アップディレクトリ(/WWW/data/backup/)には、ファ
イル名として、更新日時、もしくは更新予定日時が付加
された新たなファイル名として、元のHTMLファイル(in
dex.html)と全く同じ内容のファイルが自動的にバック
アップとして保存される。
As a result of the above processing, the backup directory (/ WWW / data / backup /) of the WWW server 1 stores the original date and time as a file name with an update date and time or a scheduled update date and time added as a file name. HTML file (in
dex.html) is automatically saved as a backup file.

【0077】例えば、WWWサーバ1のバックアップディ
レクトリ(/WWW/data/backup/)には、 "index.html.1998.4.23.18.54"、 "index.html.1998.5.5.23.15"、 "index.html.1998.7.1.0.0"、 "index.html.1999.12.24.23.59" 等のファイル名で保存される。
For example, in the backup directory (/ WWW / data / backup /) of the WWW server 1, "index.html.1998.4.23.18.54", "index.html.1998.5.5.23.15", "index. html.1998.7.1.0.0 "and" index.html.1999.12.24.23.59 ".

【0078】ここで、上述したステップS16やS20
のバックアップ保存処理においては、更新前のHTMLファ
イルを基準とし、新たに更新すべきHTMLファイルとの差
分データのみを、バックアップディレクトリ(/WWW/dat
a/backup/)に、格納するようにすれば、バックアップ
に要するHDD19の容量を削減することができる。
Here, steps S16 and S20 described above are performed.
In the backup storage process, only the difference data from the HTML file to be updated is stored in the backup directory (/ WWW / dat
a / backup /), the capacity of the HDD 19 required for backup can be reduced.

【0079】次に、更新予定日時が到来した場合のWWW
サーバ1による自動更新処理について、図10のフロー
チャートを参照して説明する。
Next, the WWW when the scheduled update date and time has arrived
The automatic update process by the server 1 will be described with reference to the flowchart in FIG.

【0080】図10のステップS30において、WWWサ
ーバ1は、cronと呼ばれるような自動更新処理プロ
グラムに基づいて、毎日予め決められた所定の時刻(例
えば、0時0分)になったと判定されると、次のステッ
プS31へ進み、バックアップディレクトリ(/WWW/dat
a/backup/)に保存されているHTMLファイルから、ファ
イル名の末尾に付加された更新予定日時を示す数字列に
基づいて、当日更新予定のHTMLファイルを検索する。
In step S30 in FIG. 10, the WWW server 1 determines that a predetermined time (for example, 0:00) has been reached every day based on an automatic update processing program called cron. Then, the process proceeds to the next step S31, and the backup directory (/ WWW / dat
From the HTML file stored in a / backup /), search for the HTML file scheduled to be updated on the current day based on a numeric string added to the end of the file name and indicating the scheduled update date and time.

【0081】そして、次のステップS32において、該
当する当日更新予定のHTMLファイルが検索されたと判定
された場合、次のステップS33において、WWWサーバ
1は、検索されたHTMLファイルを、予め決められた所定
の公開用のドキュメントルートディレクトリ(/WWW/dat
a/)上に保存されている既存のHTMLファイル(index.ht
ml)に上書きして保存する。
Then, in the next step S32, when it is determined that the corresponding HTML file to be updated on the current day is searched, in the next step S33, the WWW server 1 converts the searched HTML file into a predetermined HTML file. Document root directory for given publication (/ WWW / dat
a /) existing HTML file (index.ht
ml) and save it.

【0082】これにより、WWWサーバ1は、毎日予め決
められた所定の時刻となると、バックアップディレクト
リ(/WWW/data/backup/)に予め保存されているHTMLフ
ァイルに基づいて、Webページを自動的に更新すること
ができる。
Thus, at a predetermined time every day, the WWW server 1 automatically generates a Web page based on the HTML file stored in the backup directory (/ WWW / data / backup /). Can be updated.

【0083】次に、クライアント側のパーソナルコンピ
ュータ2によって、過去に公開されたWebページをWWWサ
ーバ1に要求してブラウズする場合について説明する。
Next, a case will be described in which the client-side personal computer 2 requests the WWW server 1 for a web page published in the past and browses it.

【0084】ここで、WWWサーバ1のURLを、(http://w
ww.test.com/)とし、図11に示す検索用WebページのU
RLを、(http://www.test.com/pageview.html)とし、
検索用CGIプログラムのURLを、(http://www.test.com/
cgi-bin/pegeview.cgi)とし、WWWサーバ1の公開用デ
ィレクトリ(ドキュメントルートディレクトリ)を、
(/www/data/)とし、閲覧すべきHTMLファイルのファイ
ル名を、index.htmlとし、バックアップ用ディレクトリ
を、(/www/data/backup/)として説明する。
Here, the URL of the WWW server 1 is changed to (http: // w
ww.test.com/) and U of the search web page shown in FIG.
Let RL be (http://www.test.com/pageview.html)
Enter the URL of the search CGI program (http://www.test.com/
cgi-bin / pegeview.cgi), and the public directory (document root directory) of the WWW server 1 is
(/ Www / data /), the file name of the HTML file to be viewed is index.html, and the backup directory is (/ www / data / backup /).

【0085】まず最初に、クライアント側のパーソナル
コンピュータ2のWWWブラウザを操作して、URLとして、
(http://www.test.com/pageview.html)を入力し、図
11に示す検索用Webページを表示する。
First, the user operates the WWW browser of the personal computer 2 on the client side to obtain the URL as
(Http://www.test.com/pageview.html) to display the search Web page shown in FIG.

【0086】この表示画面60には、過去に公開された
Webページを閲覧したいとき、閲覧したい年月日と時刻
を入力するための指定フィールド61a乃至61eが配
列されている。クライアント側のユーザは、所定の日時
を入力する指定フィールド61a乃至61eに、希望す
る年月日と時刻を入力し、「閲覧する」と表示された閲
覧ボタン62をクリックして、指定した日時データをWW
Wサーバ1に転送する。
[0086] On this display screen 60, the information published in the past is displayed.
When browsing a Web page, designated fields 61a to 61e for inputting the date and time to browse are arranged. The user on the client side inputs the desired date and time in the designated fields 61a to 61e for inputting the predetermined date and time, and clicks the browse button 62 displayed as "Browse" to specify the designated date and time data. WW
Transfer to W server 1.

【0087】図12は、図11に示すパーソナルコンピ
ュータ4のWWWブラウザで表示される更新指示画面を表
示させるためのHTMLファイルのソースを示している。
FIG. 12 shows a source of an HTML file for displaying an update instruction screen displayed on the WWW browser of the personal computer 4 shown in FIG.

【0088】WWWサーバ1は、クライアントのパーソナ
ルコンピュータ2から、日時データが転送されてくる
と、この日時データに基づいて、最も近い日時データに
対応するファイル名が付与されたHTMLファイルを検索し
て、クライアント側のパーソナルコンピュータ2に転送
する。これにより、クライアント側のユーザは、所定の
日時を入力する指定フィールド61a乃至61eに希望
の日時を入力するだけで、過去に公開されたWebページ
をブラウズすることができる。
When the date and time data is transferred from the personal computer 2 of the client, the WWW server 1 searches for an HTML file with a file name corresponding to the closest date and time data based on the date and time data. Is transferred to the personal computer 2 on the client side. Thus, the user on the client side can browse the web pages published in the past simply by inputting the desired date and time in the designated fields 61a to 61e for inputting the predetermined date and time.

【0089】次に、WWWサーバ1が、所定のCGIプログラ
ムによる検索処理の手順に沿って、パーソナルコンピュ
ータ4から転送されてきた日時に対応するWebページを
提供する際の処理を、図12のフローチャートを参照し
て説明する。
Next, the processing when the WWW server 1 provides the Web page corresponding to the date and time transferred from the personal computer 4 in accordance with the procedure of the search processing by the predetermined CGI program is shown in the flowchart of FIG. This will be described with reference to FIG.

【0090】ステップS51において、WWWサーバ1のC
PU11は、通信ボード21に、インターネット3を介し
て、パーソナルコンピュータ2から送信された所定の日
時を受信させる。ステップS52において、WWWサーバ
1のCPU11は、パーソナルコンピュータ2から受信し
た日時が正常であるか否かを判定し、パーソナルコンピ
ュータ2から受信した日時が正常であると判定された場
合、ステップS53に進み、受信した日時を基に、ディ
レクトリ(/WWW/data/backup/)から適切なファイルを
検索する。
At step S51, the WWW server 1 C
The PU 11 causes the communication board 21 to receive a predetermined date and time transmitted from the personal computer 2 via the Internet 3. In step S52, the CPU 11 of the WWW server 1 determines whether the date and time received from the personal computer 2 is normal, and if it is determined that the date and time received from the personal computer 2 is normal, the process proceeds to step S53. Based on the received date and time, search the directory (/ WWW / data / backup /) for an appropriate file.

【0091】ステップS53の手続きは、より具体的に
は、指定された日時と同じ日時のファイルがある場合、
その同じ日時のファイルが選択され、指定された日時と
同じ日時のファイルがない場合、その日時より過去の日
時で、指定された日時に最も近い日時のファイルが選択
される。情報の提供を開始した以前の日時が指定された
場合、WWWサーバ1は、該当するファイルが保存されて
いなかったことを示す設定をする。
More specifically, the procedure in step S53 is as follows: if there is a file with the same date and time as the designated date and time,
If a file with the same date and time is selected and there is no file with the same date and time as the specified date and time, a file with a date and time that is earlier than that date and closest to the specified date and time is selected. When the date and time before the start of the provision of the information is specified, the WWW server 1 performs a setting indicating that the corresponding file has not been saved.

【0092】例えば、WWWサーバ1のCPU11は、選択の
対象となるファイル名から"index.html"を除去し、残っ
た文字列をperlと呼ばれるコンピュータ言語で使われる
timelocalなどの関数によって変換し、1970年1月1日0時
0分からの秒数を求める。WWWサーバ1のCPU11は、受
信した指定された日時の文字列に対しても、同様の処理
を実行し、得られた秒数を基に、指定された日時に最も
近い日時のファイルを選択する。
For example, the CPU 11 of the WWW server 1 removes “index.html” from the file name to be selected, and uses the remaining character string in a computer language called perl.
Converted by a function such as timelocal, 0:00 on January 1, 1970
Find the number of seconds from 0 minutes. The CPU 11 of the WWW server 1 performs the same processing on the received character string of the specified date and time, and selects the file with the date and time closest to the specified date and time based on the obtained number of seconds. .

【0093】ステップS54において、WWWサーバ1のC
PU11は、ステップS53の検索の処理の結果、該当す
るファイルが保存されているか否かを判定し、該当する
ファイルが保存されていると判定された場合、ステップ
S55に進み、通信ボード21に、該当するファイルを
パーソナルコンピュータ2のWWWブラウザに送信させ
て、パーソナルコンピュータ2に指定された日時に対応
する情報を表示させ、処理は終了する。
In step S54, C of WWW server 1
The PU 11 determines whether or not the corresponding file is stored as a result of the search processing in step S53. If it is determined that the corresponding file is stored, the process proceeds to step S55, and the communication board 21 The corresponding file is transmitted to the WWW browser of the personal computer 2 to display the information corresponding to the designated date and time on the personal computer 2, and the process ends.

【0094】ステップS54において、該当するファイ
ルが保存されていないと判定された場合、ステップS5
7に進み、WWWサーバ1のCPU11は、通信ボード21
に、パーソナルコンピュータ2に所定のエラーのメッセ
ージを送信させて、クライアント側のパーソナルコンピ
ュータ2にエラーの表示をさせ、処理は終了する。
If it is determined in step S54 that the corresponding file has not been saved, the process proceeds to step S5.
7, the CPU 11 of the WWW server 1
Then, a predetermined error message is transmitted to the personal computer 2 and an error is displayed on the personal computer 2 on the client side, and the process ends.

【0095】ステップS52において、パーソナルコン
ピュータ2から受信した日時が正常でない(例えば、月
に13月が設定されているなど)と判定された場合、ス
テップ56に進み、WWWサーバ1のCPU11は、通信ボー
ド21に、所定のエラーのメッセージをパーソナルコン
ピュータ2に送信させて、クライアントコンピュータ2
にエラーの表示をさせ、処理は終了する。
If it is determined in step S52 that the date and time received from the personal computer 2 is not normal (for example, the month is set to 13 months), the process proceeds to step 56, where the CPU 11 of the WWW server 1 communicates. The board 21 is caused to transmit a predetermined error message to the personal computer 2 so that the client computer 2
To display an error, and the process ends.

【0096】このようにして、WWWサーバ1は、パーソ
ナルコンピュータ2に、指定された日時に対応する情報
を提供することができる。
In this manner, the WWW server 1 can provide the personal computer 2 with information corresponding to the designated date and time.

【0097】例えば、WWWサーバ1のバックアップディ
レクトリ(/WWW/data/backup/)に、 "index.html.1998.4.23.18.54"、 "index.html.1998.5.5.23.15"、 "index.html.1998.7.1.0.0"、 "index.html.1999.12.24.23.59" 等のファイル名でHTMLファイルが保存されており、指定
された日時が1998年4月23日18時54分であった場合、WWW
サーバ1は、クライアント側のパーソナルコンピュータ
2に、ファイル名として"index.html.1998.4.23.18.54"
が付されたHTMLファイルを転送する。
For example, in the backup directory (/ WWW / data / backup /) of the WWW server 1, "index.html.1998.4.23.18.54", "index.html.1998.5.5.23.15", "index.html" HTML file is saved with a file name such as ".1998.7.1.0.0", "index.html.1999.12.24.23.59", and the specified date and time was 18:54 on April 23, 1998. WWW
The server 1 stores “index.html.1998.4.23.18.54” as a file name on the personal computer 2 on the client side.
Transfer the HTML file with.

【0098】なお、WWWサーバ1が、情報が更新された
場合、更新前のHTMLファイルを基準に、その差分データ
のみをバックアップディレクトリに保存しているとき、
WWWサーバ1は、更新済みの最新のHTMLファイルと、差
分データに基づいて更新前のHTMLファイルを順次生成
し、パーソナルコンピュータ2に指定された日時のWeb
ページを提供する。
When the information is updated, when the WWW server 1 stores only the difference data in the backup directory based on the HTML file before the update,
The WWW server 1 sequentially generates an updated latest HTML file and a pre-update HTML file based on the difference data,
Serve pages.

【0099】以上のように、本発明の情報提供処理方法
により、ニュースなど時間と共に随時更新されるWebペ
ージを含むコンテンツなどにおいても、新聞紙などの紙
メディアのごとく、過去の任意の日時に公開されたWeb
ページを随時検索可能として、そのWebページを提供す
ることができる。
As described above, according to the information provision processing method of the present invention, even contents such as news, including a Web page that is updated as needed with time, are released at an arbitrary date and time in the past, such as newspaper media. Web
The web page can be provided by making the page searchable at any time.

【0100】なお、本発明の情報提供処理方法をホーム
ページ更新作業ツールとして利用すれば、過去のホーム
ページが容易に確認でき、また、将来更新予定のホーム
ページを事前に作成して、更新予定日時と共にアップロ
ードおけば、将来の更新予定が到来した時点で自動的に
ホームページを更新することができる。
If the information provision processing method of the present invention is used as a homepage update tool, past homepages can be easily confirmed, and a homepage to be updated in the future is created in advance and uploaded together with the scheduled update date and time. With this arrangement, the homepage can be automatically updated when a future update schedule comes.

【0101】また、発明の実施の形態において、HTML方
式の1つのファイルとして説明したが、複数のHTML方式
のファイルについて処理するようにしてもよい。具体的
には、WWWサーバ1が複数のHTML方式のファイルを更新
し、クライアント側のパーソナルコンピュータ2の閲覧
ページで複数のファイルを指定し、WWWサーバ1のCGIプ
ログラムが複数のHTML方式のファイルに対し処理を実行
するようにすればよい。
Further, in the embodiment of the present invention, one file of the HTML system has been described, but a plurality of files of the HTML system may be processed. Specifically, the WWW server 1 updates a plurality of HTML files, specifies a plurality of files on the browse page of the personal computer 2 on the client side, and the CGI program of the WWW server 1 converts the files into a plurality of HTML files. The processing may be executed.

【0102】また、HTML方式のファイルに限らず、GIF
(Graphics Interchange Format)や、JPEG(Joit Photogr
aphic Experts Group)などの画像ファイル、音声や音楽
ファイル、プログラムファイルなど、またはHTMLで関連
付けして記述できる全てのファイルについても同様に適
用することが可能である。
[0102] Not only HTML files, but also GIF
(Graphics Interchange Format), JPEG (Joit Photogr
The same applies to image files such as aphic experts group, audio and music files, program files, and all files that can be described in association with HTML.

【0103】次に、図14を参照して、上述した一連の
処理を実行する情報提供処理プログラムをコンピュータ
にインストールし、コンピュータによって実行可能な状
態とするために用いられる媒体について説明する。
Next, with reference to FIG. 14, a description will be given of a medium used to install an information providing processing program for executing the above-described series of processing in a computer and to make the computer executable.

【0104】情報提供処理プログラムは、図14(A)
に示すように、パーソナルコンピュータ101に内蔵さ
れている記録媒体としてのハードディスク102(図2
のハードディスクドライブ19に内蔵されているハード
ディスクに対応する)に予めインストールした状態でユ
ーザに提供することができる。
FIG. 14A shows the information providing processing program.
As shown in FIG. 2, a hard disk 102 (FIG.
(Corresponding to the hard disk built in the hard disk drive 19).

【0105】あるいはまた、情報提供処理プログラム
は、図14(B)に示すように、フロッピーディスク1
11、CD-ROM112、MOディスク113、DVD114、
磁気ディスク115、半導体メモリ116などの記録媒
体に、一時的あるいは永続的に格納し、パッケージソフ
トウエアとして提供することができる。
Alternatively, as shown in FIG. 14 (B), the information providing
11, CD-ROM 112, MO disk 113, DVD 114,
It can be temporarily or permanently stored in a recording medium such as the magnetic disk 115 or the semiconductor memory 116 and can be provided as package software.

【0106】さらに、プログラムは、図14(C)に示
すように、ダウンロードサイト121から、無線で衛星
122を介して、パーソナルコンピュータ123に転送
したり、ローカルエリアネットワーク、インターネット
といったネットワーク131を介して、有線または無線
でパーソナルコンピュータ123に転送し、パーソナル
コンピュータ123において、内蔵するハードディスク
などにダウンロードさせるようにすることができる。
Further, as shown in FIG. 14C, the program is transferred from the download site 121 to the personal computer 123 wirelessly via a satellite 122, or via a network 131 such as a local area network or the Internet. Alternatively, the data may be transferred to the personal computer 123 by wire or wirelessly, and the personal computer 123 may download the data to a built-in hard disk or the like.

【0107】本明細書における媒体とは、これら全ての
媒体を含む広義の概念を意味するものである。
The medium in the present specification means a broad concept including all of these media.

【0108】また、本明細書において、媒体により提供
されるプログラムを記述するステップは、経時的な要素
を含む処理だけでなく、並列的あるいは個別に実行され
る処理も含むものである。
In this specification, the step of describing a program provided by a medium includes not only a process including an element over time but also a process executed in parallel or individually.

【0109】なお、本明細書において、システムとは、
複数の装置により構成される装置全体を表すものであ
る。
In the present specification, the system is
It represents the entire device composed of a plurality of devices.

【0110】[0110]

【発明の効果】請求項1に記載の情報提供処理方法、請
求項13に記載の情報提供処理プログラム格納媒体、お
よび請求項15に記載の情報提供処理装置によれば、ネ
ットワークを介して任意にアクセス可能な公開記憶領域
に格納されているデータが、指定された更新時点で更新
データに置換され、更新データのファイル名に、更新時
点における日時データを付加した検索用ファイル名が生
成され、検索用ファイル名が付与されて、更新データか
ら生成したバックアップデータが、検索記憶領域に格納
され、ネットワークを介して指定された日時に対応する
検索用ファイル名のバックアップデータが検索記憶領域
から検索され、ネットワークを介してアクセス元へ転送
されるようにしたので、過去に公開したWebページや、
これから公開を予定しているWebページが、指定された
更新時点でWWWサーバ側で自動的にバックアップとして
保存され、その後、クライアント側からの要求に応じて
随時閲覧することが可能となる。
According to the information provision processing method described in claim 1, the information provision processing program storage medium described in claim 13, and the information provision processing device described in claim 15, the information provision processing apparatus can be arbitrarily connected via a network. The data stored in the accessible public storage area is replaced with the update data at the specified update time, and a search file name is created by adding the date and time data at the update time to the file name of the update data. Backup data generated from the update data is stored in the search storage area, and the backup data with the search file name corresponding to the date and time specified over the network is searched from the search storage area, Because it is forwarded to the access source via the network, web pages published in the past,
The Web page that will be released from now on is automatically saved as a backup on the WWW server at the specified update time, and can be browsed at any time in response to a request from the client.

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

【図1】本発明に係る情報提供システムの一実施の形態
を示す図である。
FIG. 1 is a diagram showing an embodiment of an information providing system according to the present invention.

【図2】パーソナルコンピュータ2の構成を説明するブ
ロック図である。
FIG. 2 is a block diagram illustrating a configuration of a personal computer 2.

【図3】従来のFTPクライアントプログラムによるWWWサ
ーバのファイルの更新を説明する図である。
FIG. 3 is a diagram illustrating updating of a file on a WWW server by a conventional FTP client program.

【図4】従来のFTPクライアントプログラムによるファ
イル転送画面を説明する図である。
FIG. 4 is a diagram illustrating a file transfer screen by a conventional FTP client program.

【図5】従来のWWWブラウザによるファイルアップロー
ドを説明する図である。
FIG. 5 is a diagram illustrating file upload by a conventional WWW browser.

【図6】従来のWWWブラウザによるファイル転送画面を
説明する図である。
FIG. 6 is a diagram illustrating a file transfer screen by a conventional WWW browser.

【図7】本発明に係るWWWブラウザによって、パーソナ
ルコンピュータ4に表示される画面を説明する図であ
る。
FIG. 7 is a diagram illustrating a screen displayed on the personal computer 4 by the WWW browser according to the present invention.

【図8】図7に示すパーソナルコンピュータ4の画面を
表示させるHTMLファイルのソースを示す図である。
8 is a diagram showing a source of an HTML file for displaying the screen of the personal computer 4 shown in FIG.

【図9】本発明に係るWWWサーバ1の所定のCGIプログラ
ムによるHTMLファイルのバックアップ処理を説明するフ
ローチャートである。
FIG. 9 is a flowchart illustrating a backup process of an HTML file by a predetermined CGI program of the WWW server 1 according to the present invention.

【図10】本発明に係る更新予定日時が到来した際のWW
Wサーバ1による自動更新処理を説明するフローチャー
トである。
FIG. 10 is a diagram showing a WW when a scheduled update date and time according to the present invention arrives.
5 is a flowchart illustrating an automatic update process performed by a W server.

【図11】本発明に係る所定の日時の情報を要求する際
のパーソナルコンピュータ2に表示される画面を説明す
る図である。
FIG. 11 is a diagram illustrating a screen displayed on the personal computer 2 when requesting information on a predetermined date and time according to the present invention.

【図12】図10に示すパーソナルコンピュータ4のWW
Wブラウザで表示される更新指示画面を表示させるため
のHTMLファイルのソースを示す図である。
12 is a WW of the personal computer 4 shown in FIG.
FIG. 9 is a diagram showing a source of an HTML file for displaying an update instruction screen displayed on a W browser.

【図13】WWWサーバ1の所定のCGIプログラムによるHT
MLファイルの検索処理を説明するフローチャートであ
る。
FIG. 13 is an HT using a predetermined CGI program of the WWW server 1;
It is a flowchart explaining an ML file search process.

【図14】媒体を説明する図である。FIG. 14 is a diagram illustrating a medium.

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

1 WWWサーバ, 2 パーソナルコンピュータ, 3
ネットワーク, 4パーソナルコンピュータ, 11
CPU, 12 ROM, 13 RAM, 18CRT, 19
ハードディスク, 21 通信ボード, 102 ハ
ードディスク, 111 フロッピーディスク, 11
2 CD-ROM, 113 MOディスク, 114 DVD,
115 磁気ディスク, 116 半導体メモリ,
121 ダウンロードサイト, 122 衛星, 13
1 ネットワーク
1 WWW server, 2 personal computer, 3
Network, 4 personal computers, 11
CPU, 12 ROM, 13 RAM, 18 CRT, 19
Hard disk, 21 communication board, 102 hard disk, 111 floppy disk, 11
2 CD-ROM, 113 MO disk, 114 DVD,
115 magnetic disk, 116 semiconductor memory,
121 download site, 122 satellite, 13
1 Network

フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) G06F 17/30 419 G06F 17/30 419B Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat II (reference) G06F 17/30 419 G06F 17/30 419B

Claims (16)

【特許請求の範囲】[Claims] 【請求項1】 ネットワークを介して任意にアクセス可
能な公開記憶領域に格納されているデータを、指定され
た更新時点で更新データに置換するデータ更新処理ステ
ップと、 前記更新データのファイル名に、前記更新時点における
日時データを付加した検索用ファイル名を生成し、前記
検索用ファイル名を付与して、前記更新データから生成
したバックアップデータを、検索記憶領域に格納するバ
ックアップ処理ステップと、 前記ネットワークを介して指定された日時に対応する前
記検索用ファイル名の前記バックアップデータを前記検
索記憶領域から検索し、前記ネットワークを介してアク
セス元へ転送する検索処理ステップとを含むことを特徴
とする情報提供処理方法。
A data update processing step of replacing data stored in a public storage area arbitrarily accessible via a network with update data at a designated update time; A backup processing step of generating a search file name to which date and time data at the time of the update is added, assigning the search file name, and storing backup data generated from the update data in a search storage area; Searching the backup data of the search file name corresponding to the date and time specified through the network from the search storage area, and transferring the backup data to the access source via the network. Provide processing method.
【請求項2】 前記検索記憶領域は、前記ネットワーク
を介したアクセスが制限されていることを特徴とする請
求項1に記載の情報提供処理方法。
2. The information processing method according to claim 1, wherein access to the search storage area via the network is restricted.
【請求項3】 前記公開記憶領域および前記検索記憶領
域は、同じ記憶装置内の異なるディレクトリに設定され
ていることを特徴とする請求項2に記載の情報提供処理
方法。
3. The information provision processing method according to claim 2, wherein the public storage area and the search storage area are set in different directories in the same storage device.
【請求項4】 前記バックアップ処理ステップは、前記
検索用ファイル名を付与して、前記更新データから複製
したバックアップデータを、前記ネットワークを介した
アクセスが制限された前記検索記憶領域に格納すること
を特徴とする請求項2に記載の情報提供処理方法。
4. The backup processing step further comprises storing the backup data copied from the update data in the search storage area to which access via the network is restricted, by giving the search file name. The information providing processing method according to claim 2, wherein
【請求項5】 前記バックアップ処理ステップは、前記
公開記憶領域に格納されている基準となるデータとの差
分データを前記バックアップデータとして、前記ネット
ワークを介したアクセスが制限された前記検索記憶領域
に格納することを特徴とする請求項2に記載の情報提供
処理方法。
5. The backup processing step stores, as the backup data, difference data from reference data stored in the public storage area in the search storage area to which access via the network is restricted. 3. The information providing processing method according to claim 2, wherein:
【請求項6】 前記検索処理ステップは、前記ネットワ
ークを介して指定された前記更新時点に最も近い前記日
時データが付与された前記検索用ファイル名の前記バッ
クアップデータを前記検索記憶領域から検索することを
特徴とする請求項2に記載の情報提供処理方法。
6. The search processing step includes searching the backup storage area of the search file name to which the date and time data closest to the update point specified via the network is added, from the search storage area. The information providing processing method according to claim 2, wherein:
【請求項7】 前記データ更新処理ステップ、前記バッ
クアップ処理ステップ、および前記検索処理ステップ
は、インターネットである前記ネットワークを介してWe
bページを提供するWorld Wide Webサーバによって実行
され、 前記更新データおよび前記バックアップデータは、他の
Webページへのリンクが記述されているインデックスフ
ァイルを含んで構成されていることを特徴とする請求項
1に記載の情報提供処理方法。
7. The data update processing step, the backup processing step, and the search processing step are performed via the network, which is the Internet.
b. The update data and the backup data are executed by a World Wide Web server that provides page b.
2. The information providing method according to claim 1, further comprising an index file in which a link to a web page is described.
【請求項8】 前記インデックスファイルは、HyperTex
t Markup Languageファイルで構成されていることを特
徴とする請求項7に記載の情報提供処理方法。
8. The index file is a HyperTex file.
8. The information providing method according to claim 7, wherein the information providing method comprises a Markup Language file.
【請求項9】 前記更新データおよび前記バックアップ
データは、前記HyperText Markup Languageファイルに
リンクされた画像ファイルを含んで構成されていること
を特徴とする請求項8に記載の情報提供処理方法。
9. The information providing method according to claim 8, wherein the update data and the backup data include an image file linked to the HyperText Markup Language file.
【請求項10】 前記更新データおよび前記バックアッ
プデータは、前記HyperText Markup Languageファイル
にリンクされた音声ファイルを含んで構成されているこ
とを特徴とする請求項8に記載の情報提供処理方法。
10. The information providing method according to claim 8, wherein the update data and the backup data include an audio file linked to the HyperText Markup Language file.
【請求項11】 前記更新データおよび前記バックアッ
プデータは、前記インデックスファイルにリンクされた
プログラムファイルを含んで構成されていることを特徴
とする請求項8に記載の情報提供処理方法。
11. The information providing processing method according to claim 8, wherein the update data and the backup data include a program file linked to the index file.
【請求項12】 毎日予め決められた所定の時刻に、前
記検索記憶領域から、前記更新時点として当日の日付が
付加された前記検索用ファイル名を検索し、検索された
前記検索用ファイル名の前記更新データを、前記公開記
憶領域に格納されている前記データと置換する自動更新
処理ステップを更に含むことを特徴とする請求項1に記
載の情報提供処理方法。
12. At a predetermined time predetermined every day, the search storage area is searched for the search file name to which the date of the day is added as the update time, and the search file name of the searched search file name is updated. 2. The information providing method according to claim 1, further comprising an automatic update processing step of replacing the update data with the data stored in the public storage area.
【請求項13】 ネットワークを介して任意にアクセス
可能な公開記憶領域に格納されているデータを、指定さ
れた更新時点で更新データに置換するデータ更新処理ス
テップと、 前記更新データのファイル名に、前記更新時点における
日時データを付加した検索用ファイル名を生成し、前記
検索用ファイル名を付与して、前記更新データから生成
したバックアップデータを、検索記憶領域に格納するバ
ックアップ処理ステップと、 前記ネットワークを介して指定された日時に対応する前
記検索用ファイル名の前記バックアップデータを前記検
索記憶領域から検索し、前記ネットワークを介してアク
セス元へ転送する検索処理ステップとを含むことを特徴
とするコンピュータが読み取り可能なプログラムが格納
されている情報提供処理プログラム格納媒体。
13. A data update processing step of replacing data stored in a public storage area arbitrarily accessible via a network with update data at a designated update time, wherein a file name of the update data is A backup processing step of generating a search file name to which date and time data at the time of the update is added, assigning the search file name, and storing backup data generated from the update data in a search storage area; A search processing step of searching for the backup data of the search file name corresponding to the date and time specified through the network from the search storage area and transferring the backup data to an access source via the network. Information processing program that stores a program that can be read by Storage medium.
【請求項14】 格納されている前記プログラムは、 毎日予め決められた所定の時刻に、前記検索記憶領域か
ら、前記更新時点として当日の日付が付加された前記検
索用ファイル名を検索し、検索された前記検索用ファイ
ル名の前記更新データを、前記公開記憶領域に格納され
ている前記データと置換する自動更新処理ステップを更
に含むことを特徴とする請求項13に記載の情報提供処
理プログラム格納媒体。
14. The stored program searches the search storage area for the search file name to which the date of the day is added as the update time at a predetermined time every day. 14. The information providing processing program storage according to claim 13, further comprising an automatic updating processing step of replacing the updated data of the searched file name with the data stored in the public storage area. Medium.
【請求項15】 ネットワークを介して任意にアクセス
可能な公開記憶領域に格納されているデータを、指定さ
れた更新時点で更新データに置換するデータ更新処理手
段と、 前記更新データのファイル名に、前記更新時点における
日時データを付加した検索用ファイル名を生成し、前記
検索用ファイル名を付与して、前記更新データから生成
したバックアップデータを、検索記憶領域に格納するバ
ックアップ処理手段と、 前記ネットワークを介して指定された日時に対応する前
記検索用ファイル名の前記バックアップデータを前記検
索記憶領域から検索し、前記ネットワークを介してアク
セス元へ転送する検索処理手段とを含むことを特徴とす
る情報提供処理装置。
15. A data update processing means for replacing data stored in a public storage area arbitrarily accessible via a network with update data at a designated update time, wherein a file name of the update data is A backup processing unit that generates a search file name to which date and time data at the time of the update is added, assigns the search file name, and stores backup data generated from the update data in a search storage area; Search processing means for searching the backup data of the search file name corresponding to the date and time specified through the network from the search storage area, and transferring the backup data to the access source via the network. Provide processing equipment.
【請求項16】 毎日予め決められた所定の時刻に、前
記検索記憶領域から、前記更新時点として当日の日付が
付加された前記検索用ファイル名を検索し、検索された
前記検索用ファイル名の前記更新データを、前記公開記
憶領域に格納されている前記データと置換する自動更新
処理手段を更に含むことを特徴とする請求項15に記載
の情報提供処理装置。
16. Searching the search file name to which the date of the day is added as the update time from the search storage area at a predetermined time predetermined every day, and searching the search file name for the search file name. 16. The information providing processing device according to claim 15, further comprising an automatic update processing unit that replaces the update data with the data stored in the public storage area.
JP2000093897A 1999-03-31 2000-03-30 Information provision processing method, information provision processing program storage medium, and information provision processing apparatus Expired - Fee Related JP4399689B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000093897A JP4399689B2 (en) 1999-03-31 2000-03-30 Information provision processing method, information provision processing program storage medium, and information provision processing apparatus

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP11-92662 1999-03-31
JP9266299 1999-03-31
JP2000093897A JP4399689B2 (en) 1999-03-31 2000-03-30 Information provision processing method, information provision processing program storage medium, and information provision processing apparatus

Publications (2)

Publication Number Publication Date
JP2000347925A true JP2000347925A (en) 2000-12-15
JP4399689B2 JP4399689B2 (en) 2010-01-20

Family

ID=26434047

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000093897A Expired - Fee Related JP4399689B2 (en) 1999-03-31 2000-03-30 Information provision processing method, information provision processing program storage medium, and information provision processing apparatus

Country Status (1)

Country Link
JP (1) JP4399689B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003067028A (en) * 2001-08-23 2003-03-07 Disco Abrasive Syst Ltd Special specification transmission system and database system
JP2006011749A (en) * 2004-06-24 2006-01-12 Sony Corp Information processor, information processing method and computer program
JP2006251892A (en) * 2005-03-08 2006-09-21 Iij Technology:Kk System and method for managing web content update history
JP5841535B2 (en) * 2010-07-25 2016-01-13 株式会社コアアプリ File publication management computer program, file publication management computer system
JP2020067681A (en) * 2018-10-22 2020-04-30 株式会社日立製作所 Data management system and data management method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003067028A (en) * 2001-08-23 2003-03-07 Disco Abrasive Syst Ltd Special specification transmission system and database system
JP2006011749A (en) * 2004-06-24 2006-01-12 Sony Corp Information processor, information processing method and computer program
JP2006251892A (en) * 2005-03-08 2006-09-21 Iij Technology:Kk System and method for managing web content update history
JP5841535B2 (en) * 2010-07-25 2016-01-13 株式会社コアアプリ File publication management computer program, file publication management computer system
JP2020067681A (en) * 2018-10-22 2020-04-30 株式会社日立製作所 Data management system and data management method
JP7141908B2 (en) 2018-10-22 2022-09-26 株式会社日立製作所 Data management system and data management method

Also Published As

Publication number Publication date
JP4399689B2 (en) 2010-01-20

Similar Documents

Publication Publication Date Title
US7266592B2 (en) Method and apparatus for supplying information, and storage medium on which an information supplying program is stored
US20040221006A1 (en) Method and apparatus for marking of web page portions for revisiting the marked portions
US6981210B2 (en) Self-maintaining web browser bookmarks
US6074434A (en) Selection of code updates, data updates or new data for client
US6105028A (en) Method and apparatus for accessing copies of documents using a web browser request interceptor
KR100320980B1 (en) Apparatus and method for formatting a web page
US6457046B1 (en) Information providing apparatus for server and computer-readable recording medium storing information providing program for server
US6138149A (en) System for tracking information copied from a web page and sent via electronic mail
US5983351A (en) Web site copyright registration system and method
CA2410747C (en) System and method for saving browsed data
US20040034853A1 (en) Mobile download system
JP4953811B2 (en) Method and apparatus for local IP address translation
US20030177202A1 (en) Method and apparatus for executing an instruction in a web page
JPH11502346A (en) Computer system and computer execution process for creating and maintaining online services
JPH11242620A (en) Information processor, server device, information providing system and storage medium
US6253229B1 (en) Hotspots only interfaces to links in hypertext document pages in network display stations
JP2000222088A (en) Information providing server, intermediation server and browser terminal
JP4399689B2 (en) Information provision processing method, information provision processing program storage medium, and information provision processing apparatus
JP2004287928A (en) Contents management program
JP3017735B1 (en) Web data collection apparatus and method, and storage medium storing program according to the method
JPH10171703A (en) Site map display device and document access supporting device
JP2000298646A (en) Www server system
JP3587512B2 (en) Website creation support system
JP4148901B2 (en) Information processing method and apparatus related to download
JP4057997B2 (en) Document processing apparatus with script, document acquisition apparatus, document processing system with script, document processing method with script, and program for causing computer to execute the method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061019

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090630

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090828

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20091001

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20091014

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121106

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121106

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131106

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees