JP2002149553A - Device and method for managing web contents public release and recording medium - Google Patents

Device and method for managing web contents public release and recording medium

Info

Publication number
JP2002149553A
JP2002149553A JP2000338590A JP2000338590A JP2002149553A JP 2002149553 A JP2002149553 A JP 2002149553A JP 2000338590 A JP2000338590 A JP 2000338590A JP 2000338590 A JP2000338590 A JP 2000338590A JP 2002149553 A JP2002149553 A JP 2002149553A
Authority
JP
Japan
Prior art keywords
file
area
public
html
content
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
JP2000338590A
Other languages
Japanese (ja)
Inventor
Homare Saito
誉 齋藤
Takeshi Watanabe
剛 渡辺
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.)
Sumisho Computer Systems Corp
Original Assignee
Sumisho Computer Systems 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 Sumisho Computer Systems Corp filed Critical Sumisho Computer Systems Corp
Priority to JP2000338590A priority Critical patent/JP2002149553A/en
Publication of JP2002149553A publication Critical patent/JP2002149553A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To manage Web contents public release without imposing a large load on a server and also to eliminate inconvenience that Web contents regis tered in the server are looked at when the Web contents are not released to the public against the intention of a site manager. SOLUTION: This Web contents public release managing device is provided with an HTML analyzing part 7 for analyzing the descriptive contents of an HTML file and generating reference related information to a part file and a public release management processing part 9 for performing public release management on the basis of the reference related information and public release schedule information set in the HTML file, and reduces the processing load of the server by performing public release management without using dynamic contents such as a CGI. The storage area of the Web contents is divided into a private area and a publicly released area, and the inconvenience that the part file existing in the private area is looked at by directly inputting a URL is eliminated by making only the publicly released area to be accessible from the outside.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はウェブコンテンツ公
開管理装置および方法、更にはこれらの機能をソフトウ
ェアによって実現するプログラムを記録した記録媒体に
関し、特に、インターネットのウェブサイト上でウェブ
コンテンツの公開開始・終了・差し替えなどの管理を行
うための手法に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an apparatus and method for publishing and managing web contents, and more particularly to a recording medium on which a program for realizing these functions is recorded by software. The present invention relates to a method for performing management such as termination and replacement.

【0002】[0002]

【従来の技術】従来、テキストデータの他に画像データ
などの様々なデータを含むウェブページをインターネッ
ト上で公開する場合、画像データに対するリンク情報
(画像ファイルの存在場所を表すアドレスやファイル
名)が記述されたHTML(HyperText Markup Languag
e)ファイルと、リンク先である実際の画像ファイルと
を公開用のウェブサーバに一緒に登録していた。
2. Description of the Related Art Conventionally, when a web page including various data such as image data in addition to text data is made public on the Internet, link information (address and file name indicating the location of an image file) for the image data is used. Described HTML (HyperText Markup Languag
e) The file and the actual image file that is the link destination were registered together with the public web server.

【0003】この場合、ウェブサーバは、クライアント
側のウェブブラウザからインターネットを介して送られ
てきた要求に応じて、まず最初にHTMLのソースコー
ドをクライアントに提供する。クライアント側では、ウ
ェブサーバから送られてきたHTMLソースコードをウ
ェブブラウザで解析し、そのソースコード中に含まれる
テキスト情報等を画面表示する。
In this case, the web server first provides an HTML source code to the client in response to a request sent from the client-side web browser via the Internet. On the client side, the HTML source code sent from the web server is analyzed by a web browser, and text information and the like included in the source code are displayed on a screen.

【0004】さらに、このHTMLソースコード中に画
像データなどのリンク情報が存在している場合には、ウ
ェブブラウザは、ウェブサーバに対してそのリンク情報
により示される画像ファイルの送信を更に要求する。こ
の要求を受けたウェブサーバは、要求された画像ファイ
ルをウェブブラウザに送信する。このようなウェブサー
バとウェブブラウザとの間の一連のやり取りによって、
クライアント側の表示画面にウェブページが表示される
こととなる。
Further, when link information such as image data exists in the HTML source code, the web browser further requests the web server to transmit an image file indicated by the link information. The web server receiving the request transmits the requested image file to the web browser. By such a series of exchanges between the web server and the web browser,
The web page is displayed on the display screen on the client side.

【0005】[0005]

【発明が解決しようとする課題】ところで、ウェブサー
バに登録したウェブコンテンツ(HTMLデータ、画像
データ等を含む)の公開期間を管理したいという要望が
ある。例えば、電子商取引用のウェブサイトにおいて期
間限定のキャンペーン商品を販売する場合、そのキャン
ペーン商品に関するウェブコンテンツを公開前にあらか
じめ作成してウェブサーバに登録しておき、あらかじめ
決めた一定期間だけ公開して閉じたいという要求があ
る。
By the way, there is a demand to manage the publication period of web contents (including HTML data and image data) registered in a web server. For example, when selling a limited-time campaign product on an e-commerce website, create web content related to the campaign product before publication and register it on the web server, and then publish it for a predetermined period of time. There is a request to close.

【0006】このような要求に対応するために、ウェブ
サーバに登録されたウェブコンテンツの公開管理を行う
手法がこれまで幾つか提案されてきた。例えば、ウェブ
コンテンツの公開開始・終了・差し替え等のスケジュー
リングをCGI(Common Gateway Interface)などを用
いたバックエンド・プログラムによって行う方法があ
る。
[0006] In order to respond to such a request, there have been proposed several techniques for publicly managing web contents registered in a web server. For example, there is a method in which scheduling of starting, ending, and replacement of web content is performed by a back-end program using a CGI (Common Gateway Interface).

【0007】このCGIを用いた手法では、ウェブブラ
ウザからウェブサーバに対してあるウェブコンテンツへ
のアクセスがあったときに、CGIを通じてバックエン
ド・プログラムが起動し、そのアクセスがあった日時を
もとに、要求されたウェブコンテンツを公開しても良い
かどうかを判断する。そして、その判断結果に応じて、
公開可能なウェブコンテンツのみを含むウェブページを
プログラムが動的に生成し、それをウェブブラウザに返
すという処理を行う(以下では、このように動的に生成
されるウェブコンテンツを「動的コンテンツ」と呼
ぶ)。
In this method using CGI, when a web browser accesses a web content from a web browser, a back-end program is started through the CGI, and the date and time when the access is made is calculated based on the date and time of the access. Then, it is determined whether the requested web content can be published. And, according to the judgment result,
The program dynamically generates a web page containing only publishable web content and returns it to the web browser (hereinafter, dynamically generated web content is referred to as "dynamic content"). ).

【0008】しかしながら、このCGIを用いた手法で
は、ウェブブラウザからウェブサーバにアクセスが行わ
れる毎にウェブサーバ側でバックエンド・プログラムが
起動し、動的コンテンツを生成するための所定の処理を
行わなくてはならない。そのため、ウェブサーバの処理
負荷が非常に大きくなってしまう。また、ウェブブラウ
ザ側で要求を出してからウェブページを取得して表示す
るまでに多くの時間がかかってしまうという問題があっ
た。
However, in the method using CGI, every time a web browser accesses the web server, a back-end program is activated on the web server side to perform a predetermined process for generating dynamic content. Must-have. Therefore, the processing load on the web server becomes very large. There is also a problem that it takes a lot of time from issuing a request on the web browser side to obtaining and displaying the web page.

【0009】また、ウェブコンテンツをウェブサーバに
登録すると、登録した時点からそのウェブコンテンツは
エンドユーザ(ウェブページの閲覧者)から常にアクセ
ス可能な状態に置かれてしまう。そのため、例えばキャ
ンペーン商品の画像データを公開時期の前にウェブサー
バに登録しておくと、CGIによってその画像データの
公開が禁止されていても、その画像ファイルのURL
(Uniform Resource Locator)をエンドユーザが予想し
て直接入力すれば、サイト管理者の意図に反してキャン
ペーン商品の画像が外部から見られてしまうという問題
もあった。
[0009] Further, when the web content is registered in the web server, the web content is always accessible from an end user (a viewer of the web page) from the time of registration. Therefore, for example, if the image data of the campaign product is registered in the web server before the release time, even if the release of the image data is prohibited by the CGI, the URL of the image file is prohibited.
If the end user predicts and directly inputs (Uniform Resource Locator), there is a problem that the image of the campaign product can be seen from the outside contrary to the intention of the site administrator.

【0010】また、動的コンテンツを使わずに公開管理
を行う手法も提案されている。例えば、個々の画像ファ
イル自体に個別に公開管理を行う手法がある。しかしな
がら、この手法では、ウェブサーバ側でHTMLファイ
ルと画像ファイルとの関連は全く見ていない。すなわ
ち、HTMLファイルの中に画像ファイルへのリンク情
報は記述されているが、ウェブサーバでは、ウェブブラ
ウザから順次送られてくる要求に応じてHTMLファイ
ルや画像ファイルをその都度返信する処理を行うに過ぎ
ず、両ファイルの関連性については全く見ていない。
[0010] Also, a technique for performing public management without using dynamic content has been proposed. For example, there is a method of performing public management individually for each image file itself. However, in this method, the web server does not see any relation between the HTML file and the image file. That is, although the link information to the image file is described in the HTML file, the web server performs a process of returning the HTML file or the image file each time in response to a request sequentially transmitted from the web browser. It just doesn't look at the relevance of the two files.

【0011】そのため、HTMLファイルの公開期間と
は無関係に画像ファイルの公開管理が行われてしまい、
現在公開中のHTMLファイルからリンクが張られてい
る画像ファイルがそのときに公開されている保証がなく
なってしまう。つまり、あるHTML情報が外部から見
られているのに、それに対応する画像が表示されないな
どのトラブルを引き起こすことがあるという問題があっ
た。
For this reason, the publication management of the image file is performed regardless of the publication period of the HTML file.
There is no guarantee that the image file linked to the currently opened HTML file is open at that time. In other words, there is a problem in that, although certain HTML information is viewed from the outside, a trouble such as a corresponding image not being displayed may occur.

【0012】また、この場合も画像ファイルをウェブサ
ーバに登録すると、登録した時点からその画像ファイル
はエンドユーザから常にアクセス可能な状態に置かれて
しまう。そのため、現在公開中のHTMLファイルの中
にその画像ファイルへのリンク情報が記述されていなく
ても、その画像ファイルのURLをエンドユーザが予想
して直接入力することによって、サイト管理者の意図に
反して画像が外部から見られてしまうという問題もあっ
た。
Also, in this case, if the image file is registered in the web server, the image file is always accessible from the end user from the time of registration. Therefore, even if the link information to the image file is not described in the currently opened HTML file, the end user can directly input the URL of the image file in anticipation of the site administrator's intention. On the contrary, there is also a problem that the image is viewed from the outside.

【0013】これに対して、HTMLファイルあるいは
その記述内容と画像ファイルとを関連付けて公開管理を
行う手法も存在する。しかしながら、この種の従来の手
法では、HTMLファイルの登録時に画像ファイルも一
緒に登録したり、HTMLファイルの記述内容(商品情
報など)と画像ファイル(商品写真など)とを登録する
などして、HTMLファイルとリンク先の画像ファイル
との関連をファイル自体の登録によって最初から明示的
に規定する必要があった。
[0013] On the other hand, there is a method of performing public management by associating an HTML file or its description contents with an image file. However, in this type of conventional method, an image file is also registered at the time of registering an HTML file, or a description content (product information and the like) of the HTML file and an image file (product photograph and the like) are registered. It was necessary to explicitly define the relationship between the HTML file and the linked image file from the beginning by registering the file itself.

【0014】そのため、1つの画像ファイル(アイコ
ン、バックグラウンド画像など)が、公開中である複数
のHTMLファイルから共通にリンクされているような
場合に、ある1つのHTMLファイルについてリンク先
の画像ファイルを非公開にするべく削除すると、他のH
TMLファイルにもリンクされている同じ画像ファイル
が意図に反して消えてしまい、HTML情報が外部から
見られているのにそれに対応する画像が表示されくなっ
てしまうことがあった。よって、複数のHTMLファイ
ルから共通にリンクされている画像ファイルについては
公開管理を行うことができないという問題があった。
For this reason, when one image file (icon, background image, etc.) is commonly linked from a plurality of open HTML files, an image file of a link destination is linked to one HTML file. Is removed to keep it private, other H
In some cases, the same image file linked to the TML file disappears unintentionally, and even though the HTML information is viewed from the outside, the corresponding image may not be displayed. Therefore, there is a problem that the public management cannot be performed for an image file commonly linked from a plurality of HTML files.

【0015】また、この手法においても、画像ファイル
をウェブサーバに登録した時点からその画像ファイルは
エンドユーザから常にアクセス可能な状態に置かれてし
まう。そのため、現在公開中のHTMLファイルの中に
その画像ファイルへのリンク情報が記述されていなくて
も、その画像ファイルのURLをエンドユーザが予想し
て直接入力することによって、サイト管理者の意図に反
して画像が外部から見られてしまうという問題もあっ
た。
[0015] Also in this method, the image file is always accessible from the end user after the image file is registered in the web server. Therefore, even if the link information to the image file is not described in the currently opened HTML file, the end user can directly input the URL of the image file in anticipation of the site administrator's intention. On the contrary, there is also a problem that the image is viewed from the outside.

【0016】本発明は、このような問題を解決するため
に成されたものであり、サーバに大きな負荷をかけずに
ウェブコンテンツの公開管理を行うことができるように
することを目的とする。また、本発明は、サーバに登録
したウェブコンテンツが公開期間以外の時期にサイト管
理者の意図に反して見られてしまうことがないように、
公開管理を確実に行うことができるようにすることをも
目的とする。
The present invention has been made to solve such a problem, and an object of the present invention is to make it possible to perform public management of web contents without imposing a large load on a server. In addition, the present invention ensures that the web content registered in the server is not viewed against the intention of the site administrator at a time other than the publication period,
Another object is to ensure that public management can be performed.

【0017】また、本発明は、公開中のHTMLファイ
ルから参照している画像ファイルがリンクの不整合によ
って表示されないなどの不都合をなくし、公開管理をよ
り適切に行うことができるようにすることをも目的とす
る。さらに、本発明は、複数のHTMLファイルから共
通にリンクされる画像ファイルの公開管理を適切を行う
ことができるようにすることをも目的としている。
Further, the present invention eliminates such inconvenience that an image file referred to from a published HTML file is not displayed due to inconsistency of a link, thereby enabling more appropriate publication management. Also aim. Still another object of the present invention is to make it possible to appropriately perform public management of image files commonly linked from a plurality of HTML files.

【0018】[0018]

【課題を解決するための手段】本発明のウェブコンテン
ツ公開管理装置は、HTMLファイルおよび部品ファイ
ルを含むウェブコンテンツを登録するコンテンツ登録手
段と、上記コンテンツ登録手段により登録されたHTM
Lファイルの記述内容を解析して、上記HTMLファイ
ルと当該HTMLファイルにリンクされている部品ファ
イルとの参照関連情報を生成するHTML解析手段と、
上記コンテンツ登録手段により登録されるHTMLファ
イルの公開スケジュール情報を登録するスケジュール登
録手段と、上記HTML解析手段により生成された参照
関連情報および上記スケジュール登録手段により登録さ
れた公開スケジュール情報に基づいて、上記コンテンツ
登録手段により登録されたウェブコンテンツの公開管理
を行う公開管理処理手段とを備えたことを特徴とする。
According to the present invention, there is provided a web content disclosure management apparatus comprising: a content registration unit for registering web content including an HTML file and a component file; and an HTM registered by the content registration unit.
HTML analysis means for analyzing the description content of the L file and generating reference-related information between the HTML file and the component file linked to the HTML file;
A schedule registration unit for registering the release schedule information of the HTML file registered by the content registration unit; and a reference related information generated by the HTML analysis unit and the release schedule information registered by the schedule registration unit. Publication management processing means for performing public management of the web content registered by the content registration means.

【0019】本発明の他の態様では、上記参照関連情報
は、上記HTMLファイルのファイル名と当該HTML
ファイルにリンクされている部品ファイルのファイル名
とを関連付けた情報であることを特徴とする。
[0019] In another aspect of the present invention, the reference related information includes a file name of the HTML file and the HTML.
It is characterized in that it is information in which a file name of a component file linked to the file is associated.

【0020】本発明のその他の態様では、上記コンテン
ツ登録手段は、上記HTMLファイルを登録するHTM
Lファイル登録手段と、上記部品ファイルを登録する部
品ファイル登録手段とを含むことを特徴とする。
[0020] In another aspect of the present invention, the content registration means includes an HTML file for registering the HTML file.
It is characterized by including L file registration means and component file registration means for registering the component file.

【0021】本発明のその他の態様では、上記ウェブコ
ンテンツを記憶する領域として、ネットワークを介して
外部からアクセスできない非公開領域とアクセス可能な
公開領域とを有し、上記コンテンツ登録手段により登録
されたウェブコンテンツを上記非公開領域に記憶し、上
記公開管理処理手段は、上記公開スケジュール情報に基
づき公開開始時期となったウェブコンテンツを上記非公
開領域から上記公開領域にコピーし、上記公開スケジュ
ール情報に基づき公開終了時期となったウェブコンテン
ツを上記公開領域から削除する処理を行うことを特徴と
する。
In another aspect of the present invention, the area for storing the web content has a non-public area that cannot be accessed from outside via a network and a public area that can be accessed, and is registered by the content registration unit. The web content is stored in the private area, and the public management processing means copies the web content, which has become a release start time based on the public schedule information, from the private area to the public area, and stores the web content in the public schedule information. It is characterized in that a process of deleting the web content whose publishing end time is based on the publishing area is performed.

【0022】本発明のその他の態様では、上記公開管理
処理手段は、上記公開スケジュール情報に基づき公開開
始時期となったHTMLファイルをこれと参照関連のあ
る部品ファイルと共に上記非公開領域から上記公開領域
にコピーし、上記公開スケジュール情報に基づき公開終
了時期となったHTMLファイルをこれと参照関連のあ
る部品ファイルと共に上記公開領域から削除することを
特徴とする。
In another aspect of the present invention, the disclosure management processing means converts the HTML file, whose release start time is based on the release schedule information, together with a part file related to the HTML file from the hidden area to the disclosed area. , And deletes the HTML file that has reached the publication end time based on the publication schedule information from the publication area together with a part file that is related to the HTML file.

【0023】本発明のその他の態様では、上記公開管理
処理手段は、上記公開領域にコピーされた部品ファイル
の削除を、当該部品ファイルと参照関連のあるHTML
ファイルが全て上記公開領域から削除されたときに行う
ことを特徴とする。
In another aspect of the present invention, the release management processing means deletes the part file copied to the release area by using an HTML having a reference relation with the part file.
It is performed when all the files are deleted from the public area.

【0024】本発明のその他の態様では、HTMLファ
イルおよび部品ファイルを含むウェブコンテンツを記憶
する領域として、ネットワークを介して外部からアクセ
スできない非公開領域とアクセス可能な公開領域とを有
するコンテンツ記憶手段と、上記コンテンツ記憶手段に
記憶されるHTMLファイルの公開スケジュール情報を
登録するスケジュール登録手段と、上記スケジュール登
録手段により登録された公開スケジュール情報に基づい
て、公開開始時期となったウェブコンテンツを上記非公
開領域から上記公開領域にコピーし、公開終了時期とな
ったウェブコンテンツを上記公開領域から削除すること
によって上記コンテンツ記憶手段に記憶されたウェブコ
ンテンツの公開管理を行う公開管理処理手段とを備えた
ことを特徴とする。
According to another aspect of the present invention, there is provided a content storage means having, as an area for storing a Web content including an HTML file and a part file, a non-public area that cannot be externally accessed via a network and a public area that can be accessed. A schedule registration unit for registering the release schedule information of the HTML file stored in the content storage unit, and the web content whose release start time is closed based on the release schedule information registered by the schedule registration unit. A public management processing means for performing public management of the web content stored in the content storage means by copying from the public area to the public area and deleting the web content at the end of public disclosure from the public area. Characterized by

【0025】本発明のその他の態様では、上記コンテン
ツ記憶手段により記憶されたHTMLファイルの記述内
容を解析して、上記HTMLファイルと当該HTMLフ
ァイルにリンクされている部品ファイルとの参照関連情
報を生成するHTML解析手段を備え、上記公開管理処
理手段は、上記公開スケジュール情報に基づき公開開始
時期となったHTMLファイルをこれと参照関連のある
部品ファイルと共に上記非公開領域から上記公開領域に
コピーし、上記公開スケジュール情報に基づき公開終了
時期となったHTMLファイルをこれと参照関連のある
部品ファイルと共に上記公開領域から削除することを特
徴とする。
In another aspect of the present invention, the description content of the HTML file stored by the content storage means is analyzed to generate reference-related information between the HTML file and a component file linked to the HTML file. The disclosure management processing means copies the HTML file, whose release start time is based on the release schedule information, from the private area to the public area together with the part file related to the HTML file, The HTML file whose disclosure end time is based on the disclosure schedule information is deleted from the disclosure area together with a part file that is related to the HTML file.

【0026】本発明のその他の態様では、上記公開管理
処理手段は、上記公開領域にコピーされた部品ファイル
の削除を、当該部品ファイルと参照関連のあるHTML
ファイルが全て上記公開領域から削除されたときに行う
ことを特徴とする。
In another aspect of the present invention, the release management processing means deletes the part file copied to the release area by using an HTML having a reference relation with the part file.
It is performed when all the files are deleted from the public area.

【0027】本発明のその他の態様では、上記HTML
ファイルを上記コンテンツ記憶手段の上記非公開領域に
登録するHTMLファイル登録手段と、上記部品ファイ
ルを上記コンテンツ記憶手段の上記非公開領域に登録す
る部品ファイル登録手段とを備えたことを特徴とする。
In another aspect of the present invention, the above HTML
HTML file registration means for registering a file in the non-disclosure area of the content storage means, and component file registration means for registering the component file in the non-disclosure area of the content storage means.

【0028】また、本発明のウェブコンテンツ公開管理
方法は、HTMLファイルの記述内容を解析して、上記
HTMLファイルと当該HTMLファイルにリンクされ
ている部品ファイルとの参照関連情報を生成して記憶す
る第1のステップと、上記参照関連情報および上記HT
MLファイルの公開スケジュール情報に基づいて、上記
HTMLファイルと上記部品ファイルとを含むウェブコ
ンテンツの公開管理を行う第2のステップとを有するこ
とを特徴とする。
Further, the web content disclosure management method of the present invention analyzes the description content of the HTML file and generates and stores reference related information between the HTML file and the component file linked to the HTML file. A first step, the reference related information and the HT
A second step of managing the publication of the web content including the HTML file and the component file based on the publication schedule information of the ML file.

【0029】本発明の他の態様では、上記参照関連情報
は、上記HTMLファイルのファイル名と当該HTML
ファイルにリンクされている部品ファイルのファイル名
とを関連付けた情報であることを特徴とする。
In another aspect of the present invention, the reference-related information includes a file name of the HTML file and the HTML file.
It is characterized in that it is information in which a file name of a component file linked to the file is associated.

【0030】本発明のその他の態様では、上記第1のス
テップの前に上記HTMLファイルを登録する第3のス
テップと、上記第1のステップの前または後に上記部品
ファイルを登録する第4のステップとを有することを特
徴とする。本発明のその他の態様では、上記第2のステ
ップの前に上記公開スケジュール情報を登録する第5の
ステップを有することを特徴とする。
In another aspect of the present invention, a third step of registering the HTML file before the first step and a fourth step of registering the component file before or after the first step And characterized in that: In another aspect of the present invention, the method further comprises a fifth step of registering the release schedule information before the second step.

【0031】本発明のその他の態様では、上記ウェブコ
ンテンツを記憶する領域として、ネットワークを介して
外部からアクセスできない非公開領域とアクセス可能な
公開領域とを有し、上記第3および第4のステップで登
録されたウェブコンテンツを上記非公開領域に記憶する
ようにし、上記第2のステップでは、上記公開スケジュ
ール情報に基づき公開開始時期となったウェブコンテン
ツを上記非公開領域から上記公開領域にコピーし、上記
公開スケジュール情報に基づき公開終了時期となったウ
ェブコンテンツを上記公開領域から削除することを特徴
とする。
According to another aspect of the present invention, as the area for storing the web content, there is provided a non-public area that cannot be accessed from outside via a network and a public area that can be accessed, and the third and fourth steps are performed. In the second step, the web content registered at the start of publication based on the publication schedule information is copied from the private area to the public area. In addition, the present invention is characterized in that the web content whose publishing end time is based on the publishing schedule information is deleted from the publishing area.

【0032】本発明のその他の態様では、上記第2のス
テップでは、上記公開スケジュール情報に基づき公開開
始時期となったHTMLファイルをこれと参照関連のあ
る部品ファイルと共に上記非公開領域から上記公開領域
にコピーし、上記公開スケジュール情報に基づき公開終
了時期となったHTMLファイルをこれと参照関連のあ
る部品ファイルと共に上記公開領域から削除することを
特徴とする。
According to another aspect of the present invention, in the second step, the HTML file, which has become the release start time based on the release schedule information, is transferred from the non-disclosure area to the disclosure area together with a part file that is related to the HTML file. , And deletes the HTML file that has reached the publication end time based on the publication schedule information from the publication area together with a part file that is related to the HTML file.

【0033】本発明のその他の態様では、上記第2のス
テップにおいて、上記公開領域にコピーされた部品ファ
イルの削除は、当該部品ファイルと参照関連のあるHT
MLファイルが全て上記公開領域から削除されたときに
行うことを特徴とする。
In another aspect of the present invention, in the second step, the deletion of the part file copied to the open area is performed by the HT having a reference relation with the part file.
It is performed when all the ML files are deleted from the public area.

【0034】本発明のその他の態様では、HTMLファ
イルおよび部品ファイルを含むウェブコンテンツを記憶
する領域として、ネットワークを介して外部からアクセ
スできない非公開領域とアクセス可能な公開領域とを有
する記録媒体に記憶されたウェブコンテンツについて、
上記HTMLファイルに対して設定した公開スケジュー
ル情報に基づいて、公開開始時期となったウェブコンテ
ンツを上記非公開領域から上記公開領域にコピーし、公
開終了時期となったウェブコンテンツを上記公開領域か
ら削除することによって上記ウェブコンテンツの公開管
理を行うようにしたことを特徴とする。
According to another aspect of the present invention, as an area for storing web contents including an HTML file and a part file, the area is stored on a recording medium having a non-public area inaccessible from the outside via a network and a public area accessible therefrom. About the web content
Based on the release schedule information set for the HTML file, the web content that has been released is copied from the non-disclosed area to the open area, and the web content that has been released is deleted from the open area. In this case, the public management of the web content is performed.

【0035】本発明のその他の態様では、上記記録媒体
に記憶されたHTMLファイルの記述内容を解析して、
上記HTMLファイルと当該HTMLファイルにリンク
されている部品ファイルとの参照関連情報を生成し、上
記公開スケジュール情報に基づき公開開始時期となった
HTMLファイルをこれと参照関連のある部品ファイル
と共に上記非公開領域から上記公開領域にコピーし、上
記公開スケジュール情報に基づき公開終了時期となった
HTMLファイルをこれと参照関連のある部品ファイル
と共に上記公開領域から削除することを特徴とする。
According to another aspect of the present invention, the description content of the HTML file stored in the recording medium is analyzed,
Reference related information between the HTML file and the component file linked to the HTML file is generated, and the HTML file, whose release start time is based on the release schedule information, together with the component file that is related to the reference, is closed. An area is copied from the area to the open area, and the HTML file whose end time of the open is based on the open schedule information is deleted from the open area together with a part file related to the HTML file.

【0036】本発明のその他の態様では、上記公開領域
にコピーされた部品ファイルの削除は、当該部品ファイ
ルと参照関連のあるHTMLファイルが全て上記公開領
域から削除されたときに行うことを特徴とする。
In another aspect of the present invention, the deletion of the part file copied to the open area is performed when all the HTML files related to the part file are deleted from the open area. I do.

【0037】また、本発明のコンピュータ読み取り可能
な記録媒体は、請求項1〜10の何れか1項に記載の各
手段としてコンピュータを機能させるためのプログラ
ム、あるいは、請求項11〜20の何れか1項に記載の
ウェブコンテンツ公開管理方法の処理手順をコンピュー
タに実行させるためのプログラムを記録したことを特徴
とする。
A computer-readable recording medium according to the present invention is a program for causing a computer to function as each means according to any one of claims 1 to 10, or any one of claims 11 to 20. A program for causing a computer to execute the processing procedure of the web content disclosure management method according to claim 1 is recorded.

【0038】[0038]

【発明の実施の形態】以下、本発明の一実施形態を図面
に基づいて説明する。図1は、本実施形態によるウェブ
コンテンツ公開管理装置の機能構成を示すブロック図で
ある。
DESCRIPTION OF THE PREFERRED EMBODIMENTS One embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram illustrating a functional configuration of the web content disclosure management device according to the present embodiment.

【0039】図1に示すように、本実施形態のウェブコ
ンテンツ公開管理装置(サーバ装置)100は、コンテ
ンツ登録部1、非公開側コンテンツ記憶部5、公開スケ
ジュール記憶部6、HTML解析部7、参照関連情報記
憶部8、公開管理処理部9、公開側コンテンツ記憶部1
0およびウェブサーバ11を備えている。
As shown in FIG. 1, the web content disclosure management device (server device) 100 of this embodiment includes a content registration unit 1, a non-public content storage unit 5, a release schedule storage unit 6, an HTML analysis unit 7, Reference related information storage unit 8, disclosure management processing unit 9, disclosure content storage unit 1
0 and a web server 11.

【0040】コンテンツ登録部1は、所望のウェブコン
テンツやその公開スケジュール情報をサーバ装置100
に登録するためのものである。具体的には、図示しない
クライアント装置でユーザにより作成されたウェブコン
テンツや公開スケジュールをインターネット等のネット
ワーク200を介してウェブサーバ11が受信し、それ
をコンテンツ登録部1が受けて登録する処理を行う。ま
た、サーバ装置100でサイト管理者がウェブコンテン
ツや公開スケジュールを作成し、それをコンテンツ登録
部1により登録することも可能である。
The content registration unit 1 stores desired web content and its release schedule information in the server device 100.
It is for registering in. More specifically, the web server 11 receives web content and a publication schedule created by a user using a client device (not shown) via a network 200 such as the Internet, and the content registration unit 1 receives and registers the web content and the publication schedule. . Further, it is also possible for the site administrator to create web contents and a publication schedule in the server device 100 and register them by the content registration unit 1.

【0041】本実施形態のコンテンツ登録部1は、HT
MLファイル登録部2、部品ファイル登録部3および公
開スケジュール登録部4を備えている。HTMLファイ
ル登録部2は、所望のHTMLファイルを登録するもの
である。また、部品ファイル登録部3は、HTMLファ
イルにリンクする各種のコンテンツ(静止画ファイル、
動画ファイル、音声ファイルなど)を登録するものであ
る。以下では、ウェブページの部品として用いるこれら
各種のコンテンツファイルを「部品ファイル」と呼ぶ。
The content registration unit 1 according to the present embodiment
An ML file registration unit 2, a component file registration unit 3, and a release schedule registration unit 4 are provided. The HTML file registration unit 2 registers a desired HTML file. Further, the component file registration unit 3 stores various contents (still image file,
Video files, audio files, etc.). Hereinafter, these various content files used as components of the web page are referred to as “component files”.

【0042】本実施形態では、HTMLファイルと部品
ファイルは必ずしも一緒に登録する必要はなく、それぞ
れを別個に登録することが可能である。よって、まず最
初にHTMLファイルだけを登録しておき、その後に用
意ができた段階で部品ファイルを逐次登録していくよう
にすることも可能である。この理由については後述す
る。
In the present embodiment, it is not always necessary to register the HTML file and the component file together, but each can be registered separately. Therefore, it is also possible to register only the HTML file first, and then sequentially register the component files when preparation is completed. The reason will be described later.

【0043】公開スケジュール登録部4は、HTMLフ
ァイルの公開開始日時、公開終了日時を登録するもので
ある。本実施形態では、個々の部品ファイルに対して公
開スケジュールを設定するのではなく、個々のHTML
ファイルに対して公開スケジュールを設定するようにし
ている。この公開スケジュールの登録も、HTMLファ
イルや部品ファイルと必ずしも一緒に行う必要はなく、
遅くとも公開開始日時の前までに登録すれば良い。
The publication schedule registration section 4 registers the publication start date and time and the publication end date and time of the HTML file. In this embodiment, instead of setting a release schedule for each part file, each HTML
The release schedule is set for the file. It is not necessary to register this release schedule together with the HTML file and the parts file.
You only need to register at the latest before the start date and time of publication.

【0044】非公開側コンテンツ記憶部5は、HTML
ファイル登録部2により登録されたHTMLファイル、
および部品ファイル登録部3により登録された部品ファ
イルを蓄積・保存するためのものであり、例えばハード
ディスク等の記録媒体により構成される。ウェブコンテ
ンツを記憶する領域としてはこの非公開側コンテンツ記
憶部5の他に公開側コンテンツ記憶部10も存在する
が、ウェブコンテンツが登録された初期段階では非公開
側コンテンツ記憶部5に記憶される。
The non-public side content storage unit 5 stores the HTML
An HTML file registered by the file registration unit 2,
And a component file registered by the component file registration unit 3 for storing and storing the component file, and is configured by a recording medium such as a hard disk, for example. As an area for storing web content, there is also a public content storage unit 10 in addition to the non-public content storage unit 5, but the web content is stored in the non-public content storage unit 5 at the initial stage of registration. .

【0045】公開側コンテンツ記憶部10は、非公開側
コンテンツ記憶部5に登録されたウェブコンテンツのう
ち、公開スケジュール情報により規定される公開期間中
のウェブコンテンツのみを記憶するためのものであり、
例えばハードディスク等の記録媒体により構成される。
エンドユーザは、ウェブサーバ11を通じてこの公開側
コンテンツ記憶部10に対してのみアクセス可能に構成
されており、非公開側コンテンツ記憶部5にはアクセス
できないようになっている。
The public-side content storage unit 10 is for storing only the web contents during the publication period specified by the release schedule information among the web contents registered in the non-public-side content storage unit 5.
For example, it is configured by a recording medium such as a hard disk.
The end user is configured to be able to access only the public-side content storage unit 10 through the web server 11, and cannot access the non-public-side content storage unit 5.

【0046】ここでは、非公開側コンテンツ記憶部5と
公開側コンテンツ記憶部10とを別の記録媒体で構成す
るイメージを示したが、同じ記録媒体内で記憶領域を異
ならせるようにしても良い。
Here, an image is shown in which the non-public content storage section 5 and the public content storage section 10 are formed on different recording media, but the storage areas may be different in the same recording medium. .

【0047】公開スケジュール記憶部6は、公開スケジ
ュール登録部4により登録された公開スケジュール情報
を蓄積・保存するためのものであり、例えばハードディ
スク等の記録媒体により構成される。
The release schedule storage unit 6 is for storing and storing release schedule information registered by the release schedule registration unit 4, and is constituted by a recording medium such as a hard disk.

【0048】HTML解析部7は、非公開側コンテンツ
記憶部5に登録されたHTMLファイルの記述内容を解
析し、HTMLファイルとそのリンク先である部品ファ
イルとの参照関連情報を生成する。この参照関連情報
は、HTMLファイルがどの部品ファイルを参照してい
るのかの関連を表した情報であり、HTMLファイルの
ファイル名と、当該HTMLファイルの記述により特定
されているリンク先の部品ファイルのファイル名とを関
連付けた情報により構成される。
The HTML analysis unit 7 analyzes the description content of the HTML file registered in the closed-side content storage unit 5 and generates reference-related information between the HTML file and the component file to which the HTML file is linked. The reference related information is information indicating the relation between the HTML file and the component file which is referred to, and includes the file name of the HTML file and the link destination component file specified by the description of the HTML file. It is composed of information associated with a file name.

【0049】図2は、HTMLファイルのソースコード
の一例を示す図であり、図3は、このHTMLソースコ
ードをHTML解析部7により解析した結果生成される
参照関連情報の例を示す図である。
FIG. 2 is a diagram showing an example of the source code of the HTML file, and FIG. 3 is a diagram showing an example of the reference related information generated as a result of analyzing the HTML source code by the HTML analysis section 7. .

【0050】図2に示すHTMLソースコードによれ
ば、“/backcolor/back01.gif”、“/img/next.jpg”、
“/backcolor/back05.gif”、“scs.mid”、“/img/do
t.gif”の5つの部品ファイル(画像ファイル)がHT
MLファイルにリンクされている。HTML解析部7
は、このHTMLファイルのパース処理を実行すること
により、当該HTMLファイルが上記5つの画像ファイ
ルを参照していることを検出する。そして、図3に示す
ような参照関連情報を生成する。
According to the HTML source code shown in FIG. 2, "/backcolor/back01.gif", "/img/next.jpg",
“/Backcolor/back05.gif”, “scs.mid”, “/ img / do
5 parts files (image files) of “t.gif” are HT
Linked to the ML file. HTML analysis unit 7
Executes the parsing process of the HTML file to detect that the HTML file refers to the five image files. Then, reference related information as shown in FIG. 3 is generated.

【0051】従来は、HTMLファイルの実体と部品フ
ァイルの実体とを一緒に登録することによって相互の関
連を登録するようにしていたので、関連の登録をする際
にHTMLファイルの実体と部品ファイルの実体が両方
とも必要であった。これに対して、本実施形態では、H
TMLファイルの記述内容を解析して、ファイルの実体
ではなくファイル名ベースで関連を登録するので、参照
関連情報を生成する際に部品ファイルの実体は不要であ
り、HTMLファイルと部品ファイルとを別々に登録す
ることが可能である。
Conventionally, the mutual relationship is registered by registering the entity of the HTML file and the entity of the component file together. Therefore, when registering the relationship, the entity of the HTML file and the component file are registered. Both entities were needed. On the other hand, in the present embodiment, H
Since the description contents of the TML file are analyzed and the association is registered based on the file name instead of the file entity, the component file entity is unnecessary when generating the reference related information, and the HTML file and the component file are separated. It is possible to register.

【0052】参照関連情報記憶部8は、HTML解析部
7により生成された参照関連情報を記憶するものであ
り、例えばハードディスク等の記録媒体により構成され
る。非公開側コンテンツ記憶部5に記憶されたHTML
ファイルが複数ある場合には、HTML解析部7によっ
てそれぞれのHTMLファイル毎にパース処理が実行さ
れ、その結果生成される参照関連情報がそれぞれ参照関
連情報記憶部8に記憶される。
The reference-related information storage section 8 stores the reference-related information generated by the HTML analysis section 7, and is constituted by a recording medium such as a hard disk. HTML stored in the private content storage unit 5
When there are a plurality of files, the parsing process is executed for each HTML file by the HTML analysis unit 7, and the reference related information generated as a result is stored in the reference related information storage unit 8, respectively.

【0053】公開管理処理部9は、公開スケジュール記
憶部6に記憶された公開スケジュール情報と、参照関連
情報記憶部8に記憶された参照関連情報とに基づいて、
非公開側コンテンツ記憶部5に登録されたウェブコンテ
ンツの公開管理を実行する。ここでは、公開開始日時と
なったウェブコンテンツを非公開側コンテンツ記憶部5
から公開側コンテンツ記憶部10にコピーして一般公開
の対象とするとともに、公開終了日時となったウェブコ
ンテンツを公開側コンテンツ記憶部10から削除して非
公開にする処理を行う。
The publication management processing section 9 is based on the publication schedule information stored in the publication schedule storage section 6 and the reference related information stored in the reference related information storage section 8.
The public management of the web content registered in the non-public content storage unit 5 is executed. Here, the web content whose publishing start date and time has been set is stored in the private content storage unit 5.
From the public-side content storage unit 10 to make the content public, and also deletes the web content that has reached the publication end date and time from the public-side content storage unit 10 and makes it private.

【0054】具体的には、公開管理処理部9は、公開ス
ケジュール記憶部6に記憶されている公開スケジュール
情報に基づいて、現在の日時が非公開側コンテンツ記憶
部5内にある各HTMLファイルの公開開始日時になっ
たかどうかを常に監視する。そして、あるHTMLファ
イルの公開開始日時となったときに、そのHTMLファ
イルを非公開側コンテンツ記憶部5から公開側コンテン
ツ記憶部10にコピーする。このとき、参照関連情報記
憶部8に記憶されている参照関連情報に基づいて、その
HTMLファイルが参照している部品ファイルも非公開
側コンテンツ記憶部5から公開側コンテンツ記憶部10
にコピーする。
Specifically, based on the release schedule information stored in the release schedule storage unit 6, the release management processing unit 9 stores the current date and time of each HTML file in the closed-side content storage unit 5. Always monitor whether the release date and time has arrived. Then, when the release start date and time of a certain HTML file is reached, the HTML file is copied from the non-public content storage unit 5 to the public content storage unit 10. At this time, based on the reference-related information stored in the reference-related information storage unit 8, the part file referred to by the HTML file is also transferred from the non-public content storage unit 5 to the public content storage unit 10.
Copy to

【0055】また、公開管理処理部9は、公開スケジュ
ール記憶部6に記憶されている公開スケジュール情報に
基づいて、現在の日時が公開側コンテンツ記憶部10内
にある各HTMLファイルの公開終了日時になったかど
うかも常に監視する。そして、あるHTMLファイルの
公開終了日時となったときに、そのHTMLファイルを
公開側コンテンツ記憶部10から削除する。このとき、
参照関連情報記憶部8に記憶されている参照関連情報に
基づいて、そのHTMLファイルが参照している部品フ
ァイルも公開側コンテンツ記憶部10から削除する。
Further, based on the release schedule information stored in the release schedule storage unit 6, the release management processing unit 9 sets the current date and time to the release end date and time of each HTML file in the release side content storage unit 10. Always monitor if it has become. Then, when the publication end date and time of a certain HTML file is reached, the HTML file is deleted from the public content storage unit 10. At this time,
Based on the reference-related information stored in the reference-related information storage unit 8, the part file referenced by the HTML file is also deleted from the public-side content storage unit 10.

【0056】ただし、部品ファイルを公開側コンテンツ
記憶部10から削除するときは、その部品ファイルが現
在公開中の他のHTMLファイルから参照されていない
かどうかを参照関連情報に基づいて判断し、そのような
HTMLファイルが存在する場合は、当該部品ファイル
の削除は行わない。すなわち、部品ファイルの削除は、
その部品ファイルを参照しているHTMLファイルが公
開側コンテンツ記憶部10から全て削除されたときにの
み行い、その部品ファイルを参照しているHTMLファ
イルが1つでも公開側コンテンツ記憶部10に存在する
場合には行わないようにする。
However, when a component file is deleted from the public-side content storage unit 10, it is determined based on reference-related information whether or not the component file is not referenced by another HTML file that is currently being disclosed. If such an HTML file exists, the part file is not deleted. That is, the deletion of the part file
This is performed only when all the HTML files referencing the component file are deleted from the public content storage unit 10, and even one HTML file referencing the component file exists in the public content storage unit 10. If not, do not do it.

【0057】ウェブサーバ11は、ネットワーク200
を介して図示しないクライアント側のウェブブラウザか
ら送られてきた要求に応じて、ウェブコンテンツを非公
開側コンテンツ記憶部5に登録したり、HTMLファイ
ルや部品ファイルなどのウェブコンテンツをクライアン
トに提供したりする。このときクライアントに提供する
ウェブコンテンツは、公開側コンテンツ記憶部10に記
憶されているものだけである。
The web server 11 is connected to the network 200
In response to a request sent from a client-side web browser (not shown) via the web server, the web content is registered in the non-public content storage unit 5, or the web content such as an HTML file or a part file is provided to the client. I do. At this time, the web content provided to the client is only the web content stored in the public content storage unit 10.

【0058】ウェブコンテンツをクライアントに提供す
る際のデータ通信の手順をより具体的に説明すると、以
下の通りである。まず、クライアント側のウェブブラウ
ザは、ユーザが指定したURLに従って、そのURLを
持つウェブサーバ11に対してHTMLファイルの送信
を要求する。このHTMLファイルの送信要求を受けた
ウェブサーバ11は、指定されたURLのHTMLソー
スコードを公開側コンテンツ記憶部10から取得してウ
ェブブラウザに送信する。
The procedure of data communication when providing web content to a client will be described more specifically as follows. First, the web browser on the client side requests the web server 11 having the URL to transmit an HTML file according to the URL specified by the user. Upon receiving the transmission request of the HTML file, the web server 11 acquires the HTML source code of the specified URL from the public content storage unit 10 and transmits the HTML source code to the web browser.

【0059】ウェブブラウザは、ウェブサーバ11から
受け取ったHTMLソースコードを解析して、そのソー
スコード中に含まれるテキスト情報等を画面表示する。
さらに、このソースコード中に部品ファイルのリンク情
報が存在している場合には、ウェブブラウザは、先ほど
と同じウェブサーバ11に対して部品ファイルの送信を
要求する。この部品ファイルの送信要求を受けたウェブ
サーバ11は、要求された部品ファイルを公開側コンテ
ンツ記憶部10から取得してウェブブラウザに送信す
る。
The web browser analyzes the HTML source code received from the web server 11 and displays text information and the like included in the source code on a screen.
Further, when the link information of the component file exists in the source code, the web browser requests the same web server 11 as before to transmit the component file. The web server 11 receiving the transmission request for the component file acquires the requested component file from the public content storage unit 10 and transmits the obtained component file to the web browser.

【0060】次に、以上のように構成したウェブコンテ
ンツ公開管理装置を用いたウェブコンテンツ公開管理方
法を、図4および図5を参照しながら説明する。まず最
初に、HTMLファイル登録部2および部品ファイル登
録部3を用いて、所望のHTMLファイルと部品ファイ
ルとを非公開側コンテンツ記憶部5(非公開ディレクト
リ)に登録する。ここでは、図4(a)に示すように、
2つのHTMLファイルA,Bと、3つの画像ファイル
,,を登録したとする。
Next, a web content disclosure management method using the web content disclosure management device configured as described above will be described with reference to FIG. 4 and FIG. First, a desired HTML file and a component file are registered in the non-public-side content storage unit 5 (non-public directory) by using the HTML file registration unit 2 and the component file registration unit 3. Here, as shown in FIG.
It is assumed that two HTML files A and B and three image files are registered.

【0061】また、公開スケジュール登録部4により、
各HTMLファイルA,Bの公開スケジュール情報を公
開スケジュール記憶部6に登録する。ここでは、一方の
HTMLファイルAは2000年10月10日0時〜2000年11月1
0日0時を公開期間とし、他方のHTMLファイルBは20
00年10月30日6時〜2000年11月30日18時を公開期間とす
るようなスケジュールを登録したとする。
Further, the release schedule registration unit 4
The release schedule information of each of the HTML files A and B is registered in the release schedule storage unit 6. Here, one HTML file A is from 00:00 on October 10, 2000 to November 1, 2000.
The opening period is 0:00 on the 0th, and the other HTML file B is 20
Suppose that a schedule is registered such that the public period is from October 30, 2000 6:00 to November 30, 2000 18:00.

【0062】次に、非公開側コンテンツ記憶部5に登録
された2つのHTMLファイルA,Bに対して、HTM
L解析部7によりパース処理を実行し、HTMLファイ
ルと部品ファイルとの参照関連情報を生成する。ここで
は、一方のHTMLファイルAの中に部品ファイル,
へのリンク情報が含まれており、他方のHTMLファ
イルBの中に部品ファイル,へのリンク情報が含ま
れていたとする。よって、この場合は、HTMLファイ
ルAと部品ファイル,との参照関連情報、およびH
TMLファイルBと部品ファイル,との参照関連情
報が生成される(図4(b)中に各参照関連情報のイメ
ージが一点鎖線により示されている)。
Next, the two HTML files A and B registered in the non-public
The parsing process is performed by the L analysis unit 7 to generate reference related information between the HTML file and the component file. Here, the part file,
It is assumed that link information to the component file is included in the other HTML file B. Therefore, in this case, the reference related information between the HTML file A and the component file, and H
Reference related information between the TML file B and the component file is generated (an image of each reference related information is indicated by a dashed line in FIG. 4B).

【0063】以上のようにしてウェブコンテンツおよび
公開スケジュール情報が登録されるとともに、参照関連
情報が生成された段階で、公開管理処理部9は、その公
開スケジュール情報と参照関連情報とを監視してウェブ
コンテンツの公開管理を実行する。
As described above, at the stage where the web content and the release schedule information are registered and the reference-related information is generated, the release management processing unit 9 monitors the release schedule information and the reference-related information. Perform public management of web content.

【0064】今の例の場合、図5(a)に示すように、
現在の日時が2000年10月10日0時になった時点で、HT
MLファイルAとそれが参照している部品ファイル,
とを非公開側コンテンツ記憶部5から公開側コンテン
ツ記憶部10にコピーする(各記憶部5,10を同じ記
録媒体で構成する場合は、非公開側コンテンツが記憶さ
れている任意のディレクトリとは別に公開側ディレクト
リを作成し、そこに非公開側コンテンツのファイルをコ
ピーする)ことにより、HTMLファイルAと部品ファ
イル,の公開を開始する。
In the case of the present example, as shown in FIG.
When the current date and time becomes 00:00 on October 10, 2000, HT
ML file A and the parts file it references,
Is copied from the non-public content storage unit 5 to the public content storage unit 10 (when the storage units 5 and 10 are formed of the same recording medium, an arbitrary directory in which the non-public content is stored is A public directory is created separately, and a file of the non-public content is copied there), thereby starting to publish the HTML file A and the component file.

【0065】次に、図5(b)に示すように、現在の日
時が2000年10月30日6時になった時点で、HTMLファ
イルBとそれが参照している部品ファイルとを非公開
側コンテンツ記憶部5から公開側コンテンツ記憶部10
にコピーする(非公開ディレクトリから既に作成されて
いる公開側ディレクトリにコピーする)ことにより、H
TMLファイルBと部品ファイルの公開を開始する。
なお、HTMLファイルBは部品ファイルも参照して
いるが、既に公開側コンテンツ記憶部10に存在して公
開中のため、ここで改めてコピーは行わない。
Next, as shown in FIG. 5B, when the current date and time is 6:00 on October 30, 2000, the HTML file B and the component file referred to by the HTML file B are closed. From the content storage unit 5 to the public content storage unit 10
To the public directory (copy from the private directory to the public directory already created).
The disclosure of the TML file B and the component file is started.
Although the HTML file B also refers to the component file, it is not copied again because it already exists in the public content storage unit 10 and is being disclosed.

【0066】次に、図5(c)に示すように、現在の日
時が2000年11月10日0時になった時点で、HTMLファ
イルAとそれが参照している部品ファイルとを公開側
コンテンツ記憶部10(あるいは公開側ディレクトリ)
から削除することにより、HTMLファイルAと部品フ
ァイルの公開を終了する。なお、HTMLファイルA
は部品ファイルも参照しているが、部品ファイルは
この時点で公開中のHTMLファイルBからも参照され
ているため、部品ファイルの削除は行わない。
Next, as shown in FIG. 5C, when the current date and time becomes 0:00 on November 10, 2000, the HTML file A and the component file referred to by the HTML file A are disclosed to the public content. Storage unit 10 (or public directory)
, The publication of the HTML file A and the part file ends. Note that the HTML file A
Does not delete the part file because the part file is also referred to from the HTML file B which is being released at this time.

【0067】そして、現在の日時が2000年11月30日18時
になった時点で、HTMLファイルBとそれが参照して
いる部品ファイル,とを公開側コンテンツ記憶部1
0から削除する(あるいは、公開側ディレクトリから各
ファイルB,,を削除するとともに、公開側ディレ
クトリを削除する)ことにより、HTMLファイルBと
部品ファイル,の公開を終了する。
When the current date and time becomes 18:00 on November 30, 2000, the HTML file B and the component file referred to by the HTML file B are stored in the public content storage unit 1.
0 (or delete each file B,... From the public directory and delete the public directory), thereby ending the publication of the HTML file B and the component files.

【0068】以上詳しく説明したように、本実施形態の
ウェブコンテンツ公開管理装置および方法によれば、C
GIを通じたバックエンド・プログラムのような動的コ
ンテンツではなく、通常のHTMLファイルや部品ファ
イルをから成る静的コンテンツを用いて公開管理を行う
ことができるようにしたので、サーバ装置100の処理
負荷を軽減することができる。
As described in detail above, according to the apparatus and method for managing publication of web contents of the present embodiment, C
The publication management can be performed using static contents including ordinary HTML files and component files, instead of dynamic contents such as a back-end program through a GI. Can be reduced.

【0069】本実施形態においては、サーバ装置100
でHTMLファイルに対してパース処理を行う必要があ
るが、これはHTMLファイルを最初に登録したときに
1回だけ行えば良い。これに対して、動的コンテンツを
用いて公開管理を行う場合は、エンドユーザからアクセ
スが行われる度にバックエンド・プログラムを起動して
ウェブページを動的に作る必要があり、その際の処理負
荷は非常に大きなものとなる。したがって、本実施形態
によれば、サーバ装置100に大きな負荷をかけること
なくウェブコンテンツの公開管理を行うことができる。
In this embodiment, the server 100
, It is necessary to perform parsing processing on the HTML file, but this need only be performed once when the HTML file is first registered. On the other hand, when performing public management using dynamic content, it is necessary to launch a back-end program and create a web page dynamically each time an end user accesses it. The load will be very large. Therefore, according to the present embodiment, it is possible to perform public management of web contents without imposing a large load on the server device 100.

【0070】また、本実施形態では、ウェブコンテンツ
の記憶領域を非公開側コンテンツ記憶部5と公開側コン
テンツ記憶部10とに分けて、公開側コンテンツ記憶部
10に対してのみ外部からアクセス可能に構成したの
で、公開期間に先立ってあらかじめ非公開側コンテンツ
記憶部5に部品ファイルを登録していても、部品ファイ
ルのURLを直接入力することによって外部から見られ
てしまう不都合がなくなり、ウェブコンテンツの公開管
理をより確実に行うことができる。
In the present embodiment, the storage area of the web content is divided into the non-public content storage section 5 and the public content storage section 10 so that only the public content storage section 10 can be externally accessed. With this configuration, even if the component file is registered in the non-public content storage unit 5 in advance before the disclosure period, there is no inconvenience that the component file can be viewed from the outside by directly inputting the URL of the component file. Public management can be performed more reliably.

【0071】また、本実施形態では、HTMLファイル
の記述内容を解析して部品ファイルとの参照関連情報を
生成するようにしたので、HTMLファイルと部品ファ
イルとを別々に登録することが可能となり、HTMLフ
ァイルと部品ファイルとを一緒に登録するなどして関連
を明示的に登録しなくても済む。これにより、複数のH
TMLファイルから共通にリンクされている部品ファイ
ルの公開管理も適切に行うことができる。
Further, in the present embodiment, the description content of the HTML file is analyzed to generate the reference related information to the component file, so that the HTML file and the component file can be registered separately. It is not necessary to register the association explicitly by registering the HTML file and the component file together. Thereby, a plurality of H
Disclosure management of component files commonly linked from the TML file can also be appropriately performed.

【0072】また、本実施形態では、個々の部品ファイ
ル自体に対して個別に公開管理を行うのではなく、HT
MLファイルに公開スケジュールを設定する。そして、
HTMLファイルと部品ファイルとの参照関連情報を保
持し、その参照関連情報に従って部品ファイルの公開管
理を行うようにしたので、ある部品ファイルが現在公開
中の少なくとも1つのHTMLファイルから参照されて
いる限り、その部品ファイルは公開し続けるなどの適切
な公開管理を行うことが可能となり、公開中のHTML
ファイルが参照しているのに対応する画像が消えてなく
なってしまっているなどという不都合をなくすことがで
きる。
In the present embodiment, instead of individually performing public management on individual component files themselves, HT
Set a release schedule in the ML file. And
Since reference related information between the HTML file and the component file is held and the publication management of the component file is performed according to the reference related information, as long as a certain component file is referenced from at least one HTML file that is currently being disclosed. It is possible to perform appropriate disclosure management such as keeping the part file open,
It is possible to eliminate the inconvenience that the image corresponding to the file referred to has disappeared and disappeared.

【0073】また、同じファイル名のHTMLファイル
であっても、公開期間をずらして登録することによっ
て、公開するHTMLファイルの差し替えを自動的に行
うことができる。
Further, even if the HTML files having the same file name are registered with their publication periods shifted, the HTML files to be published can be automatically replaced.

【0074】以上に説明した本実施形態のウェブコンテ
ンツ公開管理装置は、コンピュータのCPUあるいはM
PU、RAM、ROMなどで構成されるものであり、R
AMやROMに記憶されたプログラムが動作することに
よって実現できる。したがって、コンピュータが上記機
能を果たすように動作させるプログラムを、例えばCD
−ROMのような記録媒体に記録し、コンピュータに読
み込ませることによって実現できるものである。上記プ
ログラムを記録する記録媒体としては、CD−ROM以
外に、フロッピー(登録商標)ディスク、ハードディス
ク、磁気テープ、光ディスク、光磁気ディスク、DV
D、不揮発性メモリカード等を用いることができる。
The web content disclosure management device according to the present embodiment described above can be implemented by a computer CPU or M
PU, RAM, ROM, etc.
This can be realized by operating a program stored in the AM or the ROM. Therefore, a program that causes a computer to perform the above-described functions is stored in a CD
-It can be realized by recording in a recording medium such as a ROM and reading it into a computer. As a recording medium for recording the above program, in addition to a CD-ROM, a floppy (registered trademark) disk, hard disk, magnetic tape, optical disk, magneto-optical disk, DV
D, a non-volatile memory card or the like can be used.

【0075】また、コンピュータが供給されたプログラ
ムを実行することにより上述の実施形態の機能が実現さ
れるだけでなく、そのプログラムがコンピュータにおい
て稼働しているOS(オペレーティングシステム)ある
いは他のアプリケーションソフト等と共同して上述の実
施形態の機能が実現される場合や、供給されたプログラ
ムの処理の全てあるいは一部がコンピュータの機能拡張
ボードや機能拡張ユニットにより行われて上述の実施形
態の機能が実現される場合も、かかるプログラムは本発
明の実施形態に含まれる。
Further, not only the functions of the above-described embodiments are realized by the computer executing the supplied program, but also the OS (operating system) or other application software running on the computer. When the functions of the above-described embodiment are realized in cooperation with the computer, or when all or a part of the processing of the supplied program is performed by a function expansion board or a function expansion unit of a computer, the functions of the above-described embodiment are realized. Such a program is also included in the embodiment of the present invention.

【0076】また、本発明をネットワーク環境で利用す
るべく、全部あるいは一部のプログラムが他のコンピュ
ータで実行されるようになっていても良い。
Further, in order to use the present invention in a network environment, all or some of the programs may be executed by another computer.

【0077】なお、以上に説明した実施形態は、本発明
を実施するにあたっての具体化の一例を示したものに過
ぎず、これによって本発明の技術的範囲が限定的に解釈
されてはならないものである。すなわち、本発明はその
精神、またはその主要な特徴から逸脱することなく、様
々な形で実施することができる。
The embodiment described above is merely an example of a concrete example for carrying out the present invention, and the technical scope of the present invention should not be interpreted in a limited manner. It is. That is, the present invention can be embodied in various forms without departing from the spirit or main features thereof.

【0078】[0078]

【発明の効果】以上説明したように本発明によれば、C
GIなどを通じたバックエンド・プログラムのような動
的コンテンツではなく、通常のHTMLファイルや部品
ファイルをから成る静的コンテンツを用いて公開管理を
行うことができるようにしたので、サーバ装置に大きな
負荷をかけることなくウェブコンテンツの公開管理を行
うことができる。
As described above, according to the present invention, C
Public management can be performed using static contents composed of ordinary HTML files and component files, instead of dynamic contents such as back-end programs through GI or the like. Public management of web contents can be performed without the need to apply.

【0079】また、本発明の他の特徴によれば、ウェブ
コンテンツの記憶領域を非公開領域と公開領域とに分け
て、公開領域に対してのみ外部からアクセス可能に構成
したので、公開期間に先立ってあらかじめ非公開領域に
部品ファイルを登録していても、部品ファイルのURL
を直接入力することによって外部から見られてしまう不
都合をなくすことができ、ウェブコンテンツの公開管理
をより確実に行うことができる。
According to another feature of the present invention, the storage area of the web content is divided into a non-public area and a public area, and only the public area can be externally accessed. Even if the part file is registered in the private area in advance, even if the part file URL is
By directly inputting, the inconvenience that can be seen from the outside can be eliminated, and the public management of the Web content can be more reliably performed.

【0080】また、本発明の他の特徴によれば、HTM
Lファイルの記述内容を解析して部品ファイルとの参照
関連情報を生成するようにしたので、HTMLファイル
と部品ファイルとを別々に登録することが可能となり、
HTMLファイルと部品ファイルとを一緒に登録するな
どして関連を明示的に登録しなくても済む。これによ
り、複数のHTMLファイルから共通にリンクされてい
る部品ファイルの公開管理も適切に行うことができる。
According to another feature of the present invention, an HTM
Since the description content of the L file is analyzed to generate the reference related information with the component file, the HTML file and the component file can be registered separately.
It is not necessary to register the association explicitly by registering the HTML file and the component file together. This makes it possible to appropriately perform public management of component files that are commonly linked from a plurality of HTML files.

【0081】また、本発明の他の特徴によれば、個々の
部品ファイル自体に対して個別に公開管理を行うのでは
なく、HTMLファイルに公開スケジュールを設定し、
HTMLファイルと部品ファイルとの参照関連情報に従
って部品ファイルの公開管理を行うようにしたので、公
開中のHTMLファイルが参照しているのに対応する画
像が消えてなくなってしまっているなどという不都合を
なくすことができ、適切な公開管理を行うことができ
る。
According to another feature of the present invention, a release schedule is set in an HTML file instead of individually performing release management on each component file itself.
Since the publication management of the component file is performed in accordance with the reference related information between the HTML file and the component file, the inconvenience that the image corresponding to the reference of the HTML file being published disappears and disappears. It can be eliminated and appropriate public management can be performed.

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

【図1】本実施形態によるウェブコンテンツ公開管理装
置の機能構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a functional configuration of a web content disclosure management device according to an embodiment.

【図2】HTMLファイルのソースコードの一例を示す
図である。
FIG. 2 is a diagram showing an example of a source code of an HTML file.

【図3】図2のHTMLソースコードをパース処理した
結果生成される参照関連情報の例を示す図である。
FIG. 3 is a diagram showing an example of reference-related information generated as a result of parsing the HTML source code of FIG. 2;

【図4】ウェブコンテンツの登録からパース処理までの
動作を説明するための図である。
FIG. 4 is a diagram for explaining operations from registration of web content to parsing processing.

【図5】ウェブコンテンツの公開管理処理の動作を説明
するための図である。
FIG. 5 is a diagram for explaining an operation of a web content disclosure management process.

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

1 コンテンツ登録部 2 HTMLファイル登録部 3 部品ファイル登録部 4 公開スケジュール登録部 5 非公開側コンテンツ記憶部 6 公開スケジュール記憶部 7 HTML解析部 8 参照関連情報記憶部 9 公開管理処理部 10 公開側コンテンツ記憶部 11 ウェブサーバ 100 サーバ装置 200 ネットワーク DESCRIPTION OF SYMBOLS 1 Contents registration part 2 HTML file registration part 3 Parts file registration part 4 Publication schedule registration part 5 Private contents storage part 6 Publication schedule storage part 7 HTML analysis part 8 Reference related information storage part 9 Publication management processing part 10 Publication contents Storage unit 11 Web server 100 Server device 200 Network

Claims (22)

【特許請求の範囲】[Claims] 【請求項1】 HTMLファイルおよび部品ファイルを
含むウェブコンテンツを登録するコンテンツ登録手段
と、 上記コンテンツ登録手段により登録されたHTMLファ
イルの記述内容を解析して、上記HTMLファイルと当
該HTMLファイルにリンクされている部品ファイルと
の参照関連情報を生成するHTML解析手段と、 上記コンテンツ登録手段により登録されるHTMLファ
イルの公開スケジュール情報を登録するスケジュール登
録手段と、 上記HTML解析手段により生成された参照関連情報お
よび上記スケジュール登録手段により登録された公開ス
ケジュール情報に基づいて、上記コンテンツ登録手段に
より登録されたウェブコンテンツの公開管理を行う公開
管理処理手段とを備えたことを特徴とするウェブコンテ
ンツ公開管理装置。
1. A content registration unit for registering web content including an HTML file and a component file, and a description content of the HTML file registered by the content registration unit is analyzed to link the HTML file and the HTML file. HTML analysis means for generating reference-related information with the component file being stored, schedule registration means for registering the publication schedule information of the HTML file registered by the content registration means, and reference-related information generated by the HTML analysis means And a public management processing means for performing public management of the web content registered by the content registration means based on the public schedule information registered by the schedule registration means. Equipment.
【請求項2】 上記参照関連情報は、上記HTMLファ
イルのファイル名と当該HTMLファイルにリンクされ
ている部品ファイルのファイル名とを関連付けた情報で
あることを特徴とする請求項1に記載のウェブコンテン
ツ公開管理装置。
2. The Web according to claim 1, wherein the reference related information is information in which a file name of the HTML file is associated with a file name of a component file linked to the HTML file. Content disclosure management device.
【請求項3】 上記コンテンツ登録手段は、上記HTM
Lファイルを登録するHTMLファイル登録手段と、上
記部品ファイルを登録する部品ファイル登録手段とを含
むことを特徴とする請求項1または2に記載のウェブコ
ンテンツ公開管理装置。
3. The content registration means according to claim 1, wherein
3. The apparatus according to claim 1, further comprising an HTML file registration unit that registers an L file, and a component file registration unit that registers the component file.
【請求項4】 上記ウェブコンテンツを記憶する領域と
して、ネットワークを介して外部からアクセスできない
非公開領域とアクセス可能な公開領域とを有し、上記コ
ンテンツ登録手段により登録されたウェブコンテンツを
上記非公開領域に記憶し、 上記公開管理処理手段は、上記公開スケジュール情報に
基づき公開開始時期となったウェブコンテンツを上記非
公開領域から上記公開領域にコピーし、上記公開スケジ
ュール情報に基づき公開終了時期となったウェブコンテ
ンツを上記公開領域から削除する処理を行うことを特徴
とする請求項1〜3の何れか1項に記載のウェブコンテ
ンツ公開管理装置。
4. An area for storing the web content, which has a non-public area that cannot be accessed from the outside via a network and a public area that can be accessed, and stores the web content registered by the content registration means in the private area. The public management processing means copies the web content, which has become a public start time based on the public schedule information, from the private area to the public area, and has a public end time based on the public schedule information. The web content disclosure management device according to any one of claims 1 to 3, wherein a process for deleting the web content from the disclosure area is performed.
【請求項5】 上記公開管理処理手段は、上記公開スケ
ジュール情報に基づき公開開始時期となったHTMLフ
ァイルをこれと参照関連のある部品ファイルと共に上記
非公開領域から上記公開領域にコピーし、上記公開スケ
ジュール情報に基づき公開終了時期となったHTMLフ
ァイルをこれと参照関連のある部品ファイルと共に上記
公開領域から削除することを特徴とする請求項4に記載
のウェブコンテンツ公開管理装置。
5. The disclosure management processing means copies the HTML file whose disclosure start time is based on the disclosure schedule information from the non-disclosure area to the disclosure area together with a part file related thereto. 5. The web content disclosure management device according to claim 4, wherein the HTML file whose disclosure end time is based on the schedule information is deleted from the disclosure area together with a part file that is related to the HTML file.
【請求項6】 上記公開管理処理手段は、上記公開領域
にコピーされた部品ファイルの削除を、当該部品ファイ
ルと参照関連のあるHTMLファイルが全て上記公開領
域から削除されたときに行うことを特徴とする請求項5
に記載のウェブコンテンツ公開管理装置。
6. The public management processing means deletes a part file copied to the public area when all HTML files related to the part file are deleted from the public area. Claim 5
2. The web content disclosure management device according to 1.
【請求項7】 HTMLファイルおよび部品ファイルを
含むウェブコンテンツを記憶する領域として、ネットワ
ークを介して外部からアクセスできない非公開領域とア
クセス可能な公開領域とを有するコンテンツ記憶手段
と、 上記コンテンツ記憶手段に記憶されるHTMLファイル
の公開スケジュール情報を登録するスケジュール登録手
段と、 上記スケジュール登録手段により登録された公開スケジ
ュール情報に基づいて、公開開始時期となったウェブコ
ンテンツを上記非公開領域から上記公開領域にコピー
し、公開終了時期となったウェブコンテンツを上記公開
領域から削除することによって上記コンテンツ記憶手段
に記憶されたウェブコンテンツの公開管理を行う公開管
理処理手段とを備えたことを特徴とするウェブコンテン
ツ公開管理装置。
7. A content storage means having, as an area for storing web content including an HTML file and a part file, a non-public area that cannot be accessed from the outside via a network and a public area that can be accessed, A schedule registration unit for registering the release schedule information of the stored HTML file; and, based on the release schedule information registered by the schedule registration unit, the web content whose release start time is to be transferred from the non-disclosure area to the disclosure area. Web content, comprising: public management processing means for performing public management of the web content stored in the content storage means by copying and deleting the web content at the end of publication from the public area. Public management Location.
【請求項8】 上記コンテンツ記憶手段により記憶され
たHTMLファイルの記述内容を解析して、上記HTM
Lファイルと当該HTMLファイルにリンクされている
部品ファイルとの参照関連情報を生成するHTML解析
手段を備え、 上記公開管理処理手段は、上記公開スケジュール情報に
基づき公開開始時期となったHTMLファイルをこれと
参照関連のある部品ファイルと共に上記非公開領域から
上記公開領域にコピーし、上記公開スケジュール情報に
基づき公開終了時期となったHTMLファイルをこれと
参照関連のある部品ファイルと共に上記公開領域から削
除することを特徴とする請求項7に記載のウェブコンテ
ンツ公開管理装置。
8. Analyzing the description content of the HTML file stored by the content storage means,
HTML analysis means for generating reference-related information between the L file and the component file linked to the HTML file, wherein the disclosure management processing means stores the HTML file whose release start time is based on the release schedule information. A copy is made from the above-mentioned non-disclosure area to the above-mentioned open area together with a part file having a reference relation with the HTML file, and the HTML file whose end of disclosure is based on the above-mentioned release schedule information is deleted from the above-mentioned public area together with a part file which is related to this. The web content disclosure management device according to claim 7, wherein:
【請求項9】 上記公開管理処理手段は、上記公開領域
にコピーされた部品ファイルの削除を、当該部品ファイ
ルと参照関連のあるHTMLファイルが全て上記公開領
域から削除されたときに行うことを特徴とする請求項8
に記載のウェブコンテンツ公開管理装置。
9. The public management processing means deletes the part file copied to the public area when all the HTML files related to the part file are deleted from the public area. Claim 8
2. The web content disclosure management device according to 1.
【請求項10】 上記HTMLファイルを上記コンテン
ツ記憶手段の上記非公開領域に登録するHTMLファイ
ル登録手段と、 上記部品ファイルを上記コンテンツ記憶手段の上記非公
開領域に登録する部品ファイル登録手段とを備えたこと
を特徴とする請求項7〜9の何れか1項に記載のウェブ
コンテンツ公開管理装置。
10. An HTML file registration unit for registering the HTML file in the secret area of the content storage unit, and a component file registration unit for registering the component file in the secret area of the content storage unit. The web content disclosure management device according to any one of claims 7 to 9, wherein:
【請求項11】 HTMLファイルの記述内容を解析し
て、上記HTMLファイルと当該HTMLファイルにリ
ンクされている部品ファイルとの参照関連情報を生成し
て記憶する第1のステップと、 上記参照関連情報および上記HTMLファイルの公開ス
ケジュール情報に基づいて、上記HTMLファイルと上
記部品ファイルとを含むウェブコンテンツの公開管理を
行う第2のステップとを有することを特徴とするウェブ
コンテンツ公開管理方法。
11. A first step of analyzing the description content of an HTML file to generate and store reference-related information between the HTML file and a component file linked to the HTML file, and the reference-related information. And a second step of performing public management of web contents including the HTML file and the component file based on the public schedule information of the HTML file.
【請求項12】 上記参照関連情報は、上記HTMLフ
ァイルのファイル名と当該HTMLファイルにリンクさ
れている部品ファイルのファイル名とを関連付けた情報
であることを特徴とする請求項11に記載のウェブコン
テンツ公開管理方法。
12. The web according to claim 11, wherein the reference related information is information in which a file name of the HTML file is associated with a file name of a component file linked to the HTML file. Content publication management method.
【請求項13】 上記第1のステップの前に上記HTM
Lファイルを登録する第3のステップと、 上記第1のステップの前または後に上記部品ファイルを
登録する第4のステップとを有することを特徴とする請
求項11または12に記載のウェブコンテンツ公開管理
方法。
13. The method of claim 1, wherein the HTM is performed before the first step.
13. The web content publication management according to claim 11, further comprising a third step of registering an L file, and a fourth step of registering the component file before or after the first step. Method.
【請求項14】 上記第2のステップの前に上記公開ス
ケジュール情報を登録する第5のステップを有すること
を特徴とする請求項11〜13の何れか1項に記載のウ
ェブコンテンツ公開管理方法。
14. The web content publication management method according to claim 11, further comprising a fifth step of registering said publication schedule information before said second step.
【請求項15】 上記ウェブコンテンツを記憶する領域
として、ネットワークを介して外部からアクセスできな
い非公開領域とアクセス可能な公開領域とを有し、上記
第3および第4のステップで登録されたウェブコンテン
ツを上記非公開領域に記憶するようにし、 上記第2のステップでは、上記公開スケジュール情報に
基づき公開開始時期となったウェブコンテンツを上記非
公開領域から上記公開領域にコピーし、上記公開スケジ
ュール情報に基づき公開終了時期となったウェブコンテ
ンツを上記公開領域から削除することを特徴とする請求
項13または14に記載のウェブコンテンツ公開管理方
法。
15. An area for storing the web content, comprising a non-public area that cannot be accessed from the outside via a network and a public area that can be accessed, and the web content registered in the third and fourth steps. Is stored in the private area, and in the second step, the web content whose disclosure start time is based on the public schedule information is copied from the private area to the public area. 15. The web content disclosure management method according to claim 13, wherein the web content whose disclosure end time is based on the content is deleted from the disclosure area.
【請求項16】 上記第2のステップでは、上記公開ス
ケジュール情報に基づき公開開始時期となったHTML
ファイルをこれと参照関連のある部品ファイルと共に上
記非公開領域から上記公開領域にコピーし、上記公開ス
ケジュール情報に基づき公開終了時期となったHTML
ファイルをこれと参照関連のある部品ファイルと共に上
記公開領域から削除することを特徴とする請求項15に
記載のウェブコンテンツ公開管理方法。
16. The method according to claim 1, wherein the second step is a step in which the release start time is determined based on the release schedule information.
The file is copied from the non-disclosed area to the open area together with the part file that is related to the file, and the HTML whose disclosure end time is reached based on the release schedule information
16. The web content disclosure management method according to claim 15, wherein the file is deleted from the disclosure area together with a part file related to the file.
【請求項17】 上記第2のステップにおいて、上記公
開領域にコピーされた部品ファイルの削除は、当該部品
ファイルと参照関連のあるHTMLファイルが全て上記
公開領域から削除されたときに行うことを特徴とする請
求項16に記載のウェブコンテンツ公開管理方法。
17. The method according to claim 2, wherein in the second step, the part file copied to the open area is deleted when all the HTML files related to the part file are deleted from the open area. 17. The web content disclosure management method according to claim 16, wherein
【請求項18】 HTMLファイルおよび部品ファイル
を含むウェブコンテンツを記憶する領域として、ネット
ワークを介して外部からアクセスできない非公開領域と
アクセス可能な公開領域とを有する記録媒体に記憶され
たウェブコンテンツについて、上記HTMLファイルに
対して設定した公開スケジュール情報に基づいて、公開
開始時期となったウェブコンテンツを上記非公開領域か
ら上記公開領域にコピーし、公開終了時期となったウェ
ブコンテンツを上記公開領域から削除することによって
上記ウェブコンテンツの公開管理を行うようにしたこと
を特徴とするウェブコンテンツ公開管理方法。
18. A web content stored on a recording medium having a non-public area inaccessible from the outside via a network and a public area accessible as an area for storing web content including an HTML file and a part file, Based on the release schedule information set for the HTML file, the web content that has been released is copied from the non-disclosed area to the open area, and the web content that has been released is deleted from the open area. A web content disclosure management method, wherein the web content is managed for publication.
【請求項19】 上記記録媒体に記憶されたHTMLフ
ァイルの記述内容を解析して、上記HTMLファイルと
当該HTMLファイルにリンクされている部品ファイル
との参照関連情報を生成し、 上記公開スケジュール情報に基づき公開開始時期となっ
たHTMLファイルをこれと参照関連のある部品ファイ
ルと共に上記非公開領域から上記公開領域にコピーし、
上記公開スケジュール情報に基づき公開終了時期となっ
たHTMLファイルをこれと参照関連のある部品ファイ
ルと共に上記公開領域から削除することを特徴とする請
求項18に記載のウェブコンテンツ公開管理方法。
19. Analyzing the description content of an HTML file stored in the recording medium, generating reference-related information between the HTML file and a component file linked to the HTML file, The HTML file whose release time is based on this is copied from the above-mentioned non-public area to the above-mentioned public area together with the part file related to the HTML file,
19. The web content publication management method according to claim 18, wherein the HTML file whose publication end time is based on the publication schedule information is deleted from the publication area together with a part file related to the HTML file.
【請求項20】 上記公開領域にコピーされた部品ファ
イルの削除は、当該部品ファイルと参照関連のあるHT
MLファイルが全て上記公開領域から削除されたときに
行うことを特徴とする請求項19に記載のウェブコンテ
ンツ公開管理方法。
20. Deletion of a part file copied to the open area is performed by an HT having a reference relation with the part file.
20. The method according to claim 19, wherein the method is performed when all the ML files are deleted from the public area.
【請求項21】 請求項1〜10の何れか1項に記載の
各手段としてコンピュータを機能させるためのプログラ
ムを記録したことを特徴とするコンピュータ読み取り可
能な記録媒体。
21. A computer-readable recording medium on which a program for causing a computer to function as each of the means according to claim 1 is recorded.
【請求項22】 請求項11〜20の何れか1項に記載
のウェブコンテンツ公開管理方法の処理手順をコンピュ
ータに実行させるためのプログラムを記録したことを特
徴とするコンピュータ読み取り可能な記録媒体。
22. A computer-readable recording medium storing a program for causing a computer to execute the processing procedure of the web content disclosure management method according to claim 11. Description:
JP2000338590A 2000-11-07 2000-11-07 Device and method for managing web contents public release and recording medium Pending JP2002149553A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000338590A JP2002149553A (en) 2000-11-07 2000-11-07 Device and method for managing web contents public release and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000338590A JP2002149553A (en) 2000-11-07 2000-11-07 Device and method for managing web contents public release and recording medium

Publications (1)

Publication Number Publication Date
JP2002149553A true JP2002149553A (en) 2002-05-24

Family

ID=18813782

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000338590A Pending JP2002149553A (en) 2000-11-07 2000-11-07 Device and method for managing web contents public release and recording medium

Country Status (1)

Country Link
JP (1) JP2002149553A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8220061B2 (en) 2005-01-20 2012-07-10 Sony Corporation Method for making contents public or private, information providing system, and information providing program
US8910304B2 (en) 2011-11-21 2014-12-09 Sharp Kabushiki Kaisha Information processing device and multifunction peripheral

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09185544A (en) * 1996-01-05 1997-07-15 Toshiba Corp Data operation supporting method in hyper media system
JP2000172680A (en) * 1998-12-08 2000-06-23 Ricoh Co Ltd System and method for registering document, recording medium for executing the method, system and method for browsing document, recording medium for executing the method and document extracting system
JP2000231510A (en) * 1999-02-12 2000-08-22 Ricoh Co Ltd Home page constitution management system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09185544A (en) * 1996-01-05 1997-07-15 Toshiba Corp Data operation supporting method in hyper media system
JP2000172680A (en) * 1998-12-08 2000-06-23 Ricoh Co Ltd System and method for registering document, recording medium for executing the method, system and method for browsing document, recording medium for executing the method and document extracting system
JP2000231510A (en) * 1999-02-12 2000-08-22 Ricoh Co Ltd Home page constitution management system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8220061B2 (en) 2005-01-20 2012-07-10 Sony Corporation Method for making contents public or private, information providing system, and information providing program
US8910304B2 (en) 2011-11-21 2014-12-09 Sharp Kabushiki Kaisha Information processing device and multifunction peripheral

Similar Documents

Publication Publication Date Title
KR100317401B1 (en) Apparatus and method for printing related web pages
US8041763B2 (en) Method and system for providing sharable bookmarking of web pages consisting of dynamic content
TWI450107B (en) Method and computer readable storage media for web data usage platform
US20020156781A1 (en) Delayed storage of cookies with approval capability
US20070143620A1 (en) System, method and computer readable medium for certifying release of electronic information on an internet
JP2002163167A (en) Recording medium recording image file and readable by computer, preparation device for the same, medium recording image file preparation program, image file transmission device, image file processor, and image
JP2004506958A5 (en)
KR100625058B1 (en) A method and an apparatus for displaying sections of web pages in multiple modes
JP2000222088A (en) Information providing server, intermediation server and browser terminal
JP4660483B2 (en) Identity system for use in computing environments
JP2004287928A (en) Contents management program
US6934734B2 (en) Method and apparatus for managing and presenting changes to an object in a data processing system
JP2002149553A (en) Device and method for managing web contents public release and recording medium
JP4329319B2 (en) File management system and file management method
JP4299934B2 (en) Electronic information disclosure certification method and system, and storage medium storing electronic information disclosure certification program
US20020191032A1 (en) Method and apparatus for viewing and managing information in a history
JP4207471B2 (en) Document management device
CN100432990C (en) Network advertisement method and system
JP2002229452A (en) Storage medium for data structure stored with information image file, system for handling the information image file, method and program for operating the system, recording medium with the program recorded thereon and information terminal, program for operating the terminal, recording medium with the program recorded thereon
JP3979021B2 (en) Web application server, Web application server system, Web page data processing method, and program
JP2000242540A (en) System and method for contents management and computer readable recording medium with contents management program recorded therein
JPH11184810A (en) Web page managing system and its method
JP2003196134A (en) Client-side system, server-side system and client-side program for information exchange system based on image, and storage medium with exchanging information data stored therein
EP1229455A1 (en) Information providing system
JP4917666B2 (en) Information processing apparatus, information processing method, and computer program

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050715

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050726

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050926

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051025