JP2004086391A - Method and device for compositing web content - Google Patents

Method and device for compositing web content Download PDF

Info

Publication number
JP2004086391A
JP2004086391A JP2002244470A JP2002244470A JP2004086391A JP 2004086391 A JP2004086391 A JP 2004086391A JP 2002244470 A JP2002244470 A JP 2002244470A JP 2002244470 A JP2002244470 A JP 2002244470A JP 2004086391 A JP2004086391 A JP 2004086391A
Authority
JP
Japan
Prior art keywords
web content
identification information
content
web
server
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
JP2002244470A
Other languages
Japanese (ja)
Inventor
Ruriko Teramae
寺前 留理子
Hidenori Shimizu
清水 英則
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2002244470A priority Critical patent/JP2004086391A/en
Publication of JP2004086391A publication Critical patent/JP2004086391A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a web displaying method and its device for determining whether or not to permit each user to alter web contents. <P>SOLUTION: Contractual relationship between a content provider and an end user in content alteration is previously stored in a management table. By referring to the management table, it is decided whether an alteration right exists or not. Based on the result, an image plane can be composited and provided to the end user. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、ネットワーク上のコンテンツを合成する際に、コンテンツの改変権を考慮してサイトを構築するためのWebコンテンツ合成方法及び装置に関する。
【0002】
【従来の技術】
従来は、特開01−125918号報に記載のように、ある会員の属性情報とともに使用されるべき情報をデータベースに記憶させ、その情報を用いて、当該会員に応じた内容のポータルサイト提供装置を提供する技術が開示されている。
【0003】
【発明が解決しようとする課題】
上記従来技術では、データベースに記憶された使用されるべき情報に著作権が存在する場合、コンテンツ提供者の意図しない形式でエンドユーザにコンテンツが提供される場合がある。コンテンツ提供者と契約したエンドユーザのみに改変を許可するなど、エンドユーザ単位で改変権をコントロールすることができなかった。
【0004】
本発明の目的は、Webコンテンツの改変をユーザ毎に許可するか否かを決定することが可能なWeb表示方法および装置を提供することにある。
【0005】
【課題を解決するための手段】
上記の目的を達成するために、本発明のWeb合成装置は、提供されているコンテンツの提供者に対して、そのコンテンツのエンドユーザと改変権の有無の管理を行う改変権管理テーブル登録手段と、前記改変権管理テーブルを用いて、抽出されたコンテンツの合成可否を判断し、コンテンツを合成するコンテンツ合成手段と、合成されたコンテンツをエンドユーザに提供する提供手段を備える。これにより、コンテンツ提供者とエンドユーザの関係に基づいて、コンテンツ提供者の意図しない形式でコンテンツを合成し、エンドユーザに合成されたコンテンツを提供することができる。
【0006】
【発明の実施の形態】
以下、図面を用いて説明する。本例では、Webコンテンツ(または、Web画面ともいう、ここではコンテンツと省略する)の編集や変更を改変という用語を使用している。本発明を適用したシステムの全体構成図の例を図1に示す。コンテンツ102を持つサーバ101、コンテンツ104を持つサーバ103コンテンツ106を持つサーバ105はネットワークに接続されている。また、Web合成装置108は、部品管理テーブル109、改変権管理テーブル110、改変権問い合わせ部111、コンテンツ編集部112、契約情報制御プログラム113、コンテンツ取得部114、コンテンツ送信部115を持ち、ネットワークに接続されている。コンテンツ改変権管理テーブル110は契約情報制御プログラム113によって内容が変更できる。クライアント117とクライアント119はネットワークを介して、コンテンツ118、コンテンツ120を取得することが可能である。
【0007】
エンドユーザがクライアント117、クライアント119からサーバ101のコンテンツ102、サーバ103のコンテンツ104サーバ105のコンテンツ106を要求すると、サーバ101、サーバ103、サーバ105はそれぞれ、コンテンツ102、コンテンツ104、コンテンツ106をネットワーク107上に送信する。Web合成装置108はコンテンツ取得部114で、ネットワーク107上に送信されたコンテンツ102、コンテンツ104、コンテンツ106を取得する。それから、改変権問い合わせ部111はそれぞれのコンテンツ提供者のサーバ名とWeb合成装置108にアクセスしてきたエンドユーザのドメイン名を改変権管理テーブル110に渡す。改変権管理テーブル110の動作については後述する。改変権問い合わせ部111は改変権管理テーブル110で改変権の有無を確認する。コンテンツ編集部112は問い合わせた改変権の有無に基づき、コンテンツを編集し、ネットワーク上に送信する画面データを作成する。作成された画面データは、コンテンツ送信部115により、ネットワーク116上に送信される。送信された画面データはクライアント117、クライアント119で受信され、コンテンツ118、コンテンツ120が表示される。部品管理テーブル109の詳細については、後述する。
【0008】
図2のテーブルは、改変権管理テーブル110の形式情報を示したものである。コンテンツの著作権の権利者単位にサーバが設置されている場合の例である。テーブルの行はサーバとユーザの関係の1つを示している。ユーザドメイン名はコンテンツ提供者と契約したエンドユーザのドメイン名を表す。改変権問い合わせ部111から渡されたサーバ名「サーバ101」をサーバ名201の中から検索し、Web合成装置108にアクセスしてきたユーザのドメイン名「c117.co.jp」をユーザドメイン名202の中から検索する。サーバ名201とユーザドメイン名202が一致したテーブルの行で改変権の有無203と有効期限204を確認し、結果をWeb合成装置108に通知する。検索して見つからなかった場合は、改変権が無いものとして結果をWeb合成装置108に通知する。
【0009】
図3は契約情報制御プログラム113の処理の流れを示したものである。
(ステップ301)あるコンテンツ提供者とあるエンドユーザの契約情報を取得する。
(ステップ302)あるコンテンツ提供者がサーバ名201に、あるエンドユーザがユーザドメイン名202に、同じテーブルの行として登録されているか検索する。
(ステップ303)(ステップ302)における検索で、該当するものがあった場合、(ステップ301)で取得した情報と改変権の有無203が一致するかどうか照合する。有効期限204を確認する。
(ステップ304)(ステップ303)の照合において一致しなかった場合、改変権を変更する。
(ステップ305)(ステップ302)における検索で、該当するものが無かった場合、登録する。
【0010】
さらに具体的に詳細を説明する。
サーバ101に対して、クライアント117は改変権を得る。この契約情報を契約情報制御プログラム113が取得する。取得した情報に基づき、サーバ101のサーバ名「サーバ101」、クライアント117のドメイン名「c117.co.jp」が改変権管理テーブル110に登録されているかどうか検索する。検索した結果、該当するものがあった場合、取得した契約情報と改変権の有無が一致するかどうかを確認し、有効期限を確認する。確認した結果、一致していない場合、取得した契約情報の通りに更新する。このような手順により、図2の改変権管理テーブルが更新される。
【0011】
図4はWeb合成装置において、エンドユーザがコンテンツを取得するまでの処理の流れを示したものである。
(ステップ401)クライアント117、クライアント119はネットワーク116を介してWeb合成装置108にコンテンツの取得を要求する。
(ステップ402)Web合成装置108はネットワーク107を介してサーバ101にあるコンテンツ102、サーバ103にあるコンテンツ104、サーバ105にあるコンテンツ106を収集する。
(ステップ403)(ステップ401)で要求されたコンテンツを(ステップ402)で収集したコンテンツの中から抽出する。
(ステップ404)(ステップ401)でコンテンツ取得要求を出したエンドユーザのユーザドメイン名情報と、(ステップ402)で収集し(ステップ403)で抽出したコンテンツ提供者のサーバ名の情報を改変権問い合わせ部111が改変権管理テーブル110に対して問い合わせる。
(ステップ405)(ステップ404)において、改変権を有した場合、コンテンツを改変する。
(ステップ406)(ステップ405)で改変されたコンテンツ、を合成し、1つのサイトとする。
(ステップ407)(ステップ406)で作成されたコンテンツは、ネットワーク116を介して、クライアント117にコンテンツ118として、クライアント119にコンテンツ120として提供される。
【0012】
上記の処理について図2を用いて説明する。クライアント117はサーバ101に対する改変権を有し、サーバ103に対する改変権は無い。これらの条件は図2の改変権管理テーブルに登録されている。クライアント117はネットワーク116を介してWeb合成装置108にサーバ101にあるコンテンツ102、サーバ103にあるコンテンツ104を要求する。要求の際、クライアント117のユーザドメイン名を一時的に記憶しておく。要求を受けたWeb合成装置108はネットワーク107を介してサーバ101にあるコンテンツ102、サーバ103にあるコンテンツ104を収集する。収集されたコンテンツのサーバ名「サーバ101」、サーバ名「サーバ103」、一時的に記憶されたクライアント117のユーザドメイン名「c117.co.jp」を改変権問い合わせ部111が改変権管理テーブル110に渡す。改変権管理テーブル110において、「サーバ101」と「c117.co.jp」、「サーバ103」と「c117.co.jp」がそれぞれ、同じテーブルの行に登録されているかどうか検索する。図2の改変権管理テーブルには両者とも登録されているので、それぞれの改変権の有無と有効期限を確認する。確認の結果、「サーバ101」に対しては改変権有りで有効期限内である、「サーバ103」に対しては改変権が無いという情報が得られる。前記の情報に基づき、コンテンツを合成しサイトを作成する。合成されたサイトはネットワーク116を介して、クライアント117にコンテンツ118として表示される。
【0013】
図2のテーブルでは、サーバ単位で改変権を管理していたが、コンテンツ提供者によってはあるコンテンツは一般公開、あるコンテンツは限定公開とする場合がある。前記の場合を考慮した改変権管理テーブル110の形式情報の例を表したものを図5に示す。テーブルの行はURLとエンドユーザの関係の1つを示している。ユーザドメイン名はコンテンツ提供者と契約したエンドユーザのドメイン名を表す。改変権問い合わせ部111はサーバ名、URLを改変権管理テーブル110へ渡す。サーバ名、URLをサーバ名501、URL502の中から検索し、両者が一致するテーブルの行の中から、Web合成装置108にアクセスしてきたエンドユーザのドメイン名をユーザドメイン名503より検索する。サーバ名501、URL502とユーザドメイン名503が一致したテーブルの行で改変権の有無504、有効期限505を確認し、結果をWeb合成装置108に通知する。検索して見つからなかった場合は、改変権が無いものとして結果をWeb合成装置108に通知する。
【0014】
図6は、図5の管理テーブルを適用した場合、(ステップ403)の処理の流れを示したものである。
(ステップ601)Web合成装置108はサーバ101、サーバ103、サーバ105へ接続する。
(ステップ602)(ステップ601)で接続したサーバ名を一時的に記憶する。
(ステップ603)(ステップ601)で接続したサーバ内で、URLを検索し、目的のコンテンツを見つける。
(ステップ604)(ステップ603)で検索した目的のコンテンツのURLを一時的に記憶する。
(ステップ605)(ステップ603)で見つけた目的のコンテンツを取得する。
(ステップ606)(ステップ602)で記憶したサーバ名と、(ステップ604)で記憶したURLを改変権問い合わせ部111に通知する。
【0015】
図7は、システムにおいてコンテンツが抽出された後、コンテンツを作成する前にエンドユーザがコンテンツを確認できる例である。(ステップ401)から(ステップ403)までの処理は図4の説明と同様である。(ステップ403)でコンテンツを抽出してから(ステップ404)で改変権を問い合わせるまでの間の処理の流れを説明する。
(ステップ701)(ステップ403)で抽出したコンテンツの一覧を作成する。
(ステップ702)(ステップ701)で作成した一覧を表示する。
(ステップ703)(ステップ702)で表示された一覧の中から利用したいコンテンツを選択する。
(ステップ404)から(ステップ407)については図4の説明と同様である。
【0016】
図8は、(ステップ702)で表示される部品一覧の画面の例である。選択部品一覧ウィンドウ802で選択された部品を元に画面を試しに作成し、プレビューウィンドウ801で作成される画面を確認できる。
【0017】
図8の画面を用いた操作の例を説明する。ユーザは選択部品一覧ウィンドウ802から部品806、部品807を選択し、プレビューウィンドウ801に貼り付ける。貼り付けられた部品をそれぞれ、部品803、部品804とする。貼り付け方法は、ドラッグ&ドロップ、またはカット&ペーストなどが考えられる。計算ボタン808を押すと料金ウィンドウ805に貼り付けられた部品の合計料金が表示される。OKボタン809を押すと、プレビューウィンドウ801に作成された画面を送信する。
【0018】
図9のテーブルは、部品管理テーブル109の形式情報を示したものである。テーブルの行はあるサーバに属する部品とユーザの関係の1つを示している。グループ排他条件は部品を選択する際の条件を表す。料金は部品の料金を示している。
【0019】
図9の詳細については、図10を用いて説明する。図10はWeb合成装置、クライアントの処理の遷移図である。これは、部品を選択した場合に課金処理を加えた例である。
(ステップ1001)クライアント117、クライアント119がWeb合成装置108に対して、コンテンツ作成指示を出す。
(ステップ1002)Web合成装置108はクライアント117、クライアント119に対し、部品一覧を送付する。
【0020】
(ステップ1003)クライアント117、クライアント119は(ステップ1002)で送付された部品一覧から部品を選択し、画面構成を決定し、選択された部品に対して、その部品を選択したユーザの改変権を改変権問い合せ部111でチェックする。改変権問い合せ部111から部品管理テーブル109に渡された部品名を部品名901から、サーバ名をサーバ名902から検索し、Web合成装置108にアクセスしてきたエンドユーザのユーザドメイン名をユーザドメイン名903の中から検索する。部品名901、サーバ名902とユーザドメイン名903が一致したテーブルの行で改変権の有無904を確認し、グループ排他条件905、料金906を一時的に記憶する。選択されたすべての部品について検索し終えたら、一時的に記憶したグループ排他条件905を判定する。判定した結果、矛盾が生じた場合エラーとして部品選択画面にメッセージを表示する。矛盾しなかった場合、一時的に記憶した料金を合計する。
(ステップ1004)(ステップ1003)の情報に基づき、コンテンツを作成し、利用料金を計算して、プレビューウィンドウに表示する。
【0021】
【発明の効果】
本発明によれば、コンテンツ提供者の意図しない形式でコンテンツをカスタマイズするのを防止し、各コンテンツの著作権を厳密に保護できるという効果がある。
【図面の簡単な説明】
【図1】本発明のWeb合成装置の構成例を示す図
【図2】改変権管理テーブルの一例を表す図
【図3】改変権管理テーブルの内容を制御するときの処理の流れを表す図
【図4】コンテンツを提供するためのシステムの処理の流れを表す図
【図5】改変権管理テーブルの一例を表す図
【図6】コンテンツを取得するときのシステムの処理の流れを表す図
【図7】部品一覧を用いる場合のシステムの処理の流れを表す図
【図8】部品選択画面の一例を表す図
【図9】部品管理テーブルの一例を表す図
【図10】エンドユーザ、Web合成装置の2者の間における処理の動きを表す図
【符号の説明】
101、103、105:サーバ
102、104、106、118、120:コンテンツ
110:ディスク
111:改変権問い合わせ部
112:コンテンツ編集部
113:契約情報制御プログラム
114:コンテンツ取得部
115:コンテンツ送信部
116:ネットワーク
117、119:クライアント
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a Web content synthesizing method and apparatus for constructing a site in consideration of a right to modify content when synthesizing content on a network.
[0002]
[Prior art]
Conventionally, as described in Japanese Patent Application Laid-Open No. 01-125918, information to be used together with attribute information of a certain member is stored in a database, and the portal site providing apparatus having contents corresponding to the member is used by using the information. Are disclosed.
[0003]
[Problems to be solved by the invention]
In the above-described conventional technology, when there is a copyright in the information to be used stored in the database, the content may be provided to the end user in a format not intended by the content provider. Modification rights could not be controlled on an end-user basis, such as permitting modification only to end users who contracted with the content provider.
[0004]
An object of the present invention is to provide a Web display method and apparatus capable of determining whether or not modification of Web content is permitted for each user.
[0005]
[Means for Solving the Problems]
In order to achieve the above object, a Web synthesizing apparatus of the present invention provides a modification right management table registration unit for managing a provided content provider with an end user of the content and the presence or absence of a modification right. A content synthesizing unit for judging whether or not the extracted contents can be synthesized using the alteration right management table and synthesizing the contents; and a providing unit for providing the synthesized contents to an end user. Thus, based on the relationship between the content provider and the end user, the content can be synthesized in a format not intended by the content provider, and the synthesized content can be provided to the end user.
[0006]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, description will be made with reference to the drawings. In this example, the term edit is used for editing or changing Web content (or also referred to as a Web screen, abbreviated as content here). FIG. 1 shows an example of an overall configuration diagram of a system to which the present invention is applied. A server 101 having contents 102, a server 103 having contents 104, and a server 105 having contents 106 are connected to a network. Further, the Web synthesizing device 108 has a component management table 109, a modification right management table 110, a modification right inquiry unit 111, a content editing unit 112, a contract information control program 113, a content acquisition unit 114, a content transmission unit 115, and It is connected. The contents of the content modification right management table 110 can be changed by the contract information control program 113. The client 117 and the client 119 can acquire the content 118 and the content 120 via the network.
[0007]
When the end user requests the content 102 of the server 101 and the content 104 of the server 103 from the client 117 and the client 119, the server 101, the server 103, and the server 105 connect the content 102, the content 104, and the content 106 to the network, respectively. 107. The Web synthesizing device 108 obtains the content 102, the content 104, and the content 106 transmitted on the network 107 by the content obtaining unit 114. Then, the modification right inquiry unit 111 passes the server name of each content provider and the domain name of the end user who has accessed the Web synthesizing device 108 to the modification right management table 110. The operation of the modification right management table 110 will be described later. The modification right inquiring unit 111 confirms whether or not there is a modification right in the modification right management table 110. The content editing unit 112 edits the content based on the presence or absence of the inquired right to modify, and creates screen data to be transmitted on the network. The created screen data is transmitted over the network 116 by the content transmission unit 115. The transmitted screen data is received by the client 117 and the client 119, and the content 118 and the content 120 are displayed. Details of the component management table 109 will be described later.
[0008]
The table in FIG. 2 shows the format information of the modification right management table 110. This is an example of a case where a server is installed for each copyright holder of the content. The rows of the table show one of the relationships between the server and the user. The user domain name indicates the domain name of the end user who has contracted with the content provider. The server name "server 101" passed from the modification right inquiring unit 111 is searched from the server name 201, and the domain name "c117.co.jp" of the user who has accessed the web synthesizing apparatus 108 is entered in the user domain name 202. Search from inside. The presence / absence 203 of the alteration right and the expiration date 204 are confirmed in the row of the table where the server name 201 and the user domain name 202 match, and the result is notified to the Web synthesizing apparatus 108. If the search result is not found, the result is notified to the Web synthesizing device 108 as having no alteration right.
[0009]
FIG. 3 shows a processing flow of the contract information control program 113.
(Step 301) Contract information of a certain content provider and a certain end user is acquired.
(Step 302) It is searched whether a certain content provider is registered in the server name 201 and a certain end user is registered in the user domain name 202 as a row of the same table.
(Step 303) If there is a match in the search in (Step 302), it is checked whether or not the information acquired in (Step 301) matches the presence or absence of alteration right 203. Check the expiration date 204.
(Step 304) If no match is found in the comparison in (Step 303), the modification right is changed.
(Step 305) If no match is found in the search in (Step 302), it is registered.
[0010]
The details will be described more specifically.
The client 117 obtains the right to change the server 101. The contract information control program 113 acquires this contract information. Based on the acquired information, a search is performed to determine whether the server name “server 101” of the server 101 and the domain name “c117.co.jp” of the client 117 are registered in the modification right management table 110. If there is a result of the search, check whether the acquired contract information matches the presence or absence of the modification right, and check the expiration date. As a result of checking, if they do not match, update according to the acquired contract information. By such a procedure, the modification right management table of FIG. 2 is updated.
[0011]
FIG. 4 shows a flow of processing in the Web synthesizing apparatus until the end user acquires the content.
(Step 401) The client 117 and the client 119 request the Web synthesizing apparatus 108 to acquire content via the network 116.
(Step 402) The Web synthesizing device 108 collects the content 102 in the server 101, the content 104 in the server 103, and the content 106 in the server 105 via the network 107.
(Step 403) The contents requested in (Step 401) are extracted from the contents collected in (Step 402).
(Step 404) The user domain name information of the end user who issued the content acquisition request in (Step 401) and the server name information of the content provider collected in (Step 402) and extracted in (Step 403) are inquired of a modification right. The unit 111 makes an inquiry to the modification right management table 110.
(Step 405) If the user has the modification right in (Step 404), the content is modified.
(Step 406) The contents modified in (Step 405) are combined to form one site.
(Step 407) The content created in (Step 406) is provided as the content 118 to the client 117 and the content 120 to the client 119 via the network 116.
[0012]
The above processing will be described with reference to FIG. The client 117 has the right to modify the server 101 and has no right to modify the server 103. These conditions are registered in the modification right management table of FIG. The client 117 requests the content 102 in the server 101 and the content 104 in the server 103 from the web synthesizing device 108 via the network 116. At the time of the request, the user domain name of the client 117 is temporarily stored. Upon receiving the request, the Web synthesizing device 108 collects the content 102 on the server 101 and the content 104 on the server 103 via the network 107. The modification right inquiring unit 111 sends the modification right management table 110 the server name “server 101”, the server name “server 103”, and the temporarily stored user domain name “c117.co.jp” of the client 117 of the collected contents. Pass to. In the modification right management table 110, it is searched whether “server 101” and “c117.co.jp” and “server 103” and “c117.co.jp” are respectively registered in the same table row. Since both are registered in the modification right management table of FIG. 2, the presence or absence of each modification right and the expiration date are checked. As a result of the confirmation, information is obtained that “server 101” has a modification right and is within the expiration date, and that “server 103” has no modification right. Based on the information, a site is created by synthesizing the contents. The combined site is displayed as content 118 on the client 117 via the network 116.
[0013]
In the table of FIG. 2, the modification right is managed on a server-by-server basis. However, depending on the content provider, some content may be made publicly available and some content may be made public. FIG. 5 shows an example of format information of the modification right management table 110 in consideration of the above case. The rows of the table indicate one of the relationships between the URL and the end user. The user domain name indicates the domain name of the end user who has contracted with the content provider. The modification right inquiry unit 111 passes the server name and the URL to the modification right management table 110. The server name and the URL are searched from the server name 501 and the URL 502, and the domain name of the end user who has accessed the Web synthesizing apparatus 108 is searched from the user domain name 503 from the row of the table where both match. In the table row where the server name 501, the URL 502 and the user domain name 503 match, the presence / absence 504 of the modification right and the expiration date 505 are confirmed, and the result is notified to the Web synthesizing apparatus 108. If the search result is not found, the result is notified to the Web synthesizing device 108 as having no alteration right.
[0014]
FIG. 6 shows the flow of the process of (step 403) when the management table of FIG. 5 is applied.
(Step 601) The Web combining apparatus 108 connects to the server 101, the server 103, and the server 105.
(Step 602) The server name connected in (Step 601) is temporarily stored.
(Step 603) A URL is searched in the server connected in (Step 601) to find a target content.
(Step 604) The URL of the target content searched in (Step 603) is temporarily stored.
(Step 605) The target content found in (Step 603) is acquired.
(Step 606) The server name stored in (Step 602) and the URL stored in (Step 604) are notified to the modification right inquiry unit 111.
[0015]
FIG. 7 is an example in which an end user can check the content after the content is extracted in the system and before the content is created. The processing from (Step 401) to (Step 403) is the same as the description of FIG. A process flow from extracting the content in (Step 403) to inquiring of the alteration right in (Step 404) will be described.
(Step 701) A list of contents extracted in (Step 403) is created.
(Step 702) The list created in (Step 701) is displayed.
(Step 703) The content to be used is selected from the list displayed in (Step 702).
(Step 404) to (Step 407) are the same as the description of FIG.
[0016]
FIG. 8 is an example of a component list screen displayed in (Step 702). A screen is created as a trial based on the parts selected in the selected parts list window 802, and the screen created in the preview window 801 can be confirmed.
[0017]
An example of an operation using the screen of FIG. 8 will be described. The user selects a component 806 and a component 807 from the selected component list window 802 and pastes them into the preview window 801. The pasted components are referred to as a component 803 and a component 804, respectively. As a pasting method, drag and drop, cut and paste, or the like can be considered. When a calculation button 808 is pressed, the total charge of the parts pasted in the charge window 805 is displayed. When an OK button 809 is pressed, the created screen is transmitted to the preview window 801.
[0018]
The table of FIG. 9 shows the format information of the component management table 109. Each row of the table indicates one of the relationships between the user and a component belonging to a certain server. The group exclusion condition indicates a condition for selecting a part. The price indicates the price of the part.
[0019]
Details of FIG. 9 will be described with reference to FIG. FIG. 10 is a transition diagram of the processing of the Web combining device and the client. This is an example in which a billing process is added when a component is selected.
(Step 1001) The clients 117 and 119 issue a content creation instruction to the Web synthesizing apparatus 108.
(Step 1002) The Web synthesizing device 108 sends a parts list to the clients 117 and 119.
[0020]
(Step 1003) The client 117 or 119 selects a component from the component list sent in (Step 1002), determines the screen configuration, and gives the selected component a modification right of the user who selected the component. The alteration right inquiry section 111 checks this. The component name passed from the modification right inquiring unit 111 to the component management table 109 is retrieved from the component name 901 and the server name is retrieved from the server name 902, and the user domain name of the end user who has accessed the web synthesizing apparatus 108 is represented by the user domain name. 903 is searched. The part 901, the server name 902, and the user domain name 903 match in a row of the table to check whether or not there is a modification right 904, and temporarily store the group exclusion condition 905 and the fee 906. When the search has been completed for all the selected components, the temporarily stored group exclusion condition 905 is determined. If a discrepancy occurs as a result of the determination, a message is displayed on the component selection screen as an error. If there is no conflict, the temporarily stored charges are totaled.
(Step 1004) Based on the information of (Step 1003), the content is created, the usage fee is calculated, and the calculated usage fee is displayed in the preview window.
[0021]
【The invention's effect】
ADVANTAGE OF THE INVENTION According to this invention, it is effective in preventing customizing content in the format which a content provider does not intend, and strictly protecting the copyright of each content.
[Brief description of the drawings]
FIG. 1 is a diagram showing a configuration example of a Web synthesizing apparatus according to the present invention; FIG. 2 is a diagram showing an example of a modification right management table; FIG. 3 is a diagram showing a processing flow when controlling the contents of a modification right management table; FIG. 4 is a diagram showing a processing flow of a system for providing contents. FIG. 5 is a diagram showing an example of a modification right management table. FIG. 6 is a diagram showing a processing flow of a system when acquiring contents. FIG. 7 is a diagram showing a flow of processing of the system when a component list is used. FIG. 8 is a diagram showing an example of a component selection screen. FIG. 9 is a diagram showing an example of a component management table. FIG. 10 is an end user, Web composition. Diagram showing the movement of processing between two persons of the apparatus.
101, 103, 105: server 102, 104, 106, 118, 120: content 110: disk 111: modification right inquiry unit 112: content editing unit 113: contract information control program 114: content acquisition unit 115: content transmission unit 116: Network 117, 119: Client

Claims (6)

複数のWebサイトで生成されたWebコンテンツを入力して一つの画面として合成して端末装置に送付するWebコンテンツ合成方法において、
上記Webコンテンツを特定するWebコンテンツ識別情報と該Webコンテンツの改変を許可するユーザ識別情報とを対応付けて記憶し、
上記端末から改変対象の上記Webコンテンツ識別情報と上記ユーザ識別情報とを含む改変要求を入力した場合、該Webコンテンツ識別情報に対応する該ユーザ識別情報が記憶されているか否かを判定し、対応付けられている場合は該改変要求を許可することを特徴とするWebコンテンツ合成方法。
In a web content synthesizing method of inputting web content generated by a plurality of web sites, synthesizing the screen as one screen, and sending the screen to a terminal device,
Web content identification information for specifying the Web content and user identification information for permitting modification of the Web content are stored in association with each other,
When a modification request including the Web content identification information to be modified and the user identification information is input from the terminal, it is determined whether or not the user identification information corresponding to the Web content identification information is stored. A web content synthesizing method, wherein the modification request is permitted when the content is attached.
請求項1の記載のWebコンテンツ合成方法において、上記Webコンテンツ識別情報と上記ユーザのユーザ識別情報とに対応付けて有効期限を記憶し、上記判定において有効期限を経過している場合は上記改変要求を許可しないことを特徴とするWebコンテンツ合成方法。2. The Web content synthesizing method according to claim 1, wherein an expiration date is stored in association with the Web content identification information and the user identification information of the user, and if the expiration date has passed in the determination, the modification request is stored. Web content synthesizing method, which does not permit the content. 複数のWebサイトで生成されたWebコンテンツを入力して一つの画面として合成して端末装置に送付するWebコンテンツ合成装置において、
上記Webコンテンツを特定するWebコンテンツ識別情報と該Webコンテンツの改変を許可するユーザ識別情報とを対応付けて記憶する手段と、
上記端末から改変対象の上記Webコンテンツ識別情報と上記ユーザ識別情報とを含む改変要求を入力した場合、該Webコンテンツ識別情報に対応する該ユーザ識別情報が記憶されているか否かを判定し、対応付けられている場合は該改変要求を許可する手段とを備えたことを特徴とするWebコンテンツ合成装置。
In a Web content synthesizing apparatus for inputting Web content generated by a plurality of Web sites, synthesizing the screen as one screen, and sending the screen to a terminal device,
Means for storing the web content identification information for specifying the web content and user identification information for permitting modification of the web content in association with each other;
When a modification request including the Web content identification information to be modified and the user identification information is input from the terminal, it is determined whether or not the user identification information corresponding to the Web content identification information is stored. A means for permitting the modification request when attached.
請求項3の記載のWebコンテンツ合成装置において、上記Webコンテンツ識別情報と上記ユーザのユーザ識別情報とに対応付けて有効期限を記憶し、上記判定において有効期限を経過している場合は上記改変要求を許可しないことを特徴とするWebコンテンツ合成装置。4. The Web content synthesizing apparatus according to claim 3, wherein an expiration date is stored in association with the Web content identification information and the user identification information of the user, and when the expiration date has passed in the determination, the alteration request is stored. Web content synthesizing apparatus characterized in that the content is not permitted. 複数のWebサイトで生成されたWebコンテンツを入力して一つの画面として合成して端末装置に送付するWebコンテンツ合成プログラムにおいて、
上記Webコンテンツを特定するWebコンテンツ識別情報と該Webコンテンツの改変を許可するユーザ識別情報とを対応付けて記憶するステップと、
上記端末から改変対象の上記Webコンテンツ識別情報と上記ユーザ識別情報とを含む改変要求を入力した場合、該Webコンテンツ識別情報に対応する該ユーザ識別情報が記憶されているか否かを判定し、対応付けられている場合は該改変要求を許可するステップとを有することを特徴とするWebコンテンツ合成プログラム。
In a Web content synthesizing program for inputting Web content generated by a plurality of Web sites, synthesizing the screen as one screen, and sending the screen to a terminal device,
Storing the web content identification information for specifying the web content and user identification information for permitting modification of the web content in association with each other;
When a modification request including the Web content identification information to be modified and the user identification information is input from the terminal, it is determined whether or not the user identification information corresponding to the Web content identification information is stored. Permitting the modification request if attached.
請求項5の記載のWebコンテンツ合成プログラムにおいて、上記Webコンテンツ識別情報と上記ユーザのユーザ識別情報とに対応付けて有効期限を記憶し、上記判定において有効期限を経過している場合は上記改変要求を許可しないことを特徴とするWebコンテンツ合成プログラム。6. The Web content synthesizing program according to claim 5, wherein an expiration date is stored in association with the Web content identification information and the user identification information of the user. Web content synthesizing program characterized by not permitting
JP2002244470A 2002-08-26 2002-08-26 Method and device for compositing web content Pending JP2004086391A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002244470A JP2004086391A (en) 2002-08-26 2002-08-26 Method and device for compositing web content

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002244470A JP2004086391A (en) 2002-08-26 2002-08-26 Method and device for compositing web content

Publications (1)

Publication Number Publication Date
JP2004086391A true JP2004086391A (en) 2004-03-18

Family

ID=32052918

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002244470A Pending JP2004086391A (en) 2002-08-26 2002-08-26 Method and device for compositing web content

Country Status (1)

Country Link
JP (1) JP2004086391A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009294778A (en) * 2008-06-03 2009-12-17 Sony Corp Information processing system, approval processing apparatus, information processing method, approval processing method, and program
JP2014199985A (en) * 2013-03-29 2014-10-23 日本放送協会 Content production device and content production program
JP2015056761A (en) * 2013-09-11 2015-03-23 日本放送協会 Content production device and content production program
JP2015510196A (en) * 2012-02-10 2015-04-02 コンテントガード ホールディングズ インコーポレイテッドContentGuard Holdings, Inc. Content access authorization method, apparatus, and computer-readable medium

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009294778A (en) * 2008-06-03 2009-12-17 Sony Corp Information processing system, approval processing apparatus, information processing method, approval processing method, and program
JP2015510196A (en) * 2012-02-10 2015-04-02 コンテントガード ホールディングズ インコーポレイテッドContentGuard Holdings, Inc. Content access authorization method, apparatus, and computer-readable medium
JP2014199985A (en) * 2013-03-29 2014-10-23 日本放送協会 Content production device and content production program
JP2015056761A (en) * 2013-09-11 2015-03-23 日本放送協会 Content production device and content production program

Similar Documents

Publication Publication Date Title
US7433916B2 (en) Server apparatus and control method therefor
EP1367502B1 (en) Multimedia Cooperative Work System and Method
JP5749205B2 (en) A flexible system for delivering content to devices
US20020112247A1 (en) Method and system for creation, delivery, and presentation of time-synchronized multimedia presentations
JP4529240B2 (en) Information processing apparatus and method, information processing system, and recording medium
CA2623394A1 (en) Digital file management
JP4066444B2 (en) Homepage automatic generation apparatus and method
JP2002170070A (en) Presentation data disclosure system, server and method and recording medium of presentation data disclosure program
JP2000287110A (en) Control system for digital camera
JP2004086391A (en) Method and device for compositing web content
JP2004234059A (en) Information providing system
JP2008046985A (en) Information management device, control method thereof, and program thereof
JP3713161B2 (en) Server and recording medium
JP5075723B2 (en) Metadata editing system, metadata editing program, and metadata editing method
JP2002183026A (en) System and method for, providing contents, system and method for registering contents information, system and method for charging for contents information registration, contents selection user interface, user, terminal, and contents information database, contents selection processor, and registration charging processor
KR20000037248A (en) Method for web casting due to interacting between clients and web server
JP3959525B2 (en) Application server program and application server in video content browsing system
JP2003189276A (en) System for distributing streaming information capable of halfway reproduction
JP2002232836A (en) Computer system and picture editing method
JP2008059096A (en) Program production support device and program production method
JP2008154124A (en) Server apparatus and digital content distribution system
JP3917141B2 (en) Video information supply device, video information reception device, and video information editing device
JP2004015308A (en) Image recording device, image recording method, program and storage medium
JP2006270587A (en) Image registration using mobile telephone, editing method and device
JP2020008952A (en) Computer program, output device and output metho

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040713

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20060419

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070220

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070619