JP2001243108A - Method for converting and transmitting rapidly contents of internet home page - Google Patents

Method for converting and transmitting rapidly contents of internet home page

Info

Publication number
JP2001243108A
JP2001243108A JP2000210958A JP2000210958A JP2001243108A JP 2001243108 A JP2001243108 A JP 2001243108A JP 2000210958 A JP2000210958 A JP 2000210958A JP 2000210958 A JP2000210958 A JP 2000210958A JP 2001243108 A JP2001243108 A JP 2001243108A
Authority
JP
Japan
Prior art keywords
home page
server
client
url
gif
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
JP2000210958A
Other languages
Japanese (ja)
Inventor
Pei Shin Ryu
ペイ シン リュ
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.)
ESSENVISION Inc
Original Assignee
ESSENVISION Inc
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 ESSENVISION Inc filed Critical ESSENVISION Inc
Publication of JP2001243108A publication Critical patent/JP2001243108A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a method that makes an easy and rapid conversion of home page contents possible without a long period of time, is able to reduce a server load, and can save the bandwidth of Internet. SOLUTION: This method for Internet system consists of the first server and the first client. The first server stores the first home page that comprises at least, multi-media objects and the first URL corresponding to the multi-media objects. The method comprises: (1) A stage for the first client to request the first home page to the first server. (2) The stage to replace the first URL with the second URL and to generate the second home page according to a configuration file. (3) The stage to transmit the second home page to the first client.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、インターネットに
おいてホームページの内容を迅速に変換して送信する方
法に関し、一層詳細には、インターネットを介してホー
ムページを送信する際にサーバの負担並びにインターネ
ットのバンド幅を減少する方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for quickly converting and transmitting the contents of a home page on the Internet, and more particularly, to the burden on a server and the bandwidth of the Internet when transmitting a home page via the Internet. To a method for reducing.

【0002】[0002]

【従来の技術】インターネットの急発展のために、イン
ターネットで行われて現実化されるべく多くの商取引が
広まった。インターネットにおいて生じるすべての商行
為を含めた用語「E−コメンス(E−commenc
e)」は、徐々に良く知られたものとなってきており、
多くの企業にとって重要となってきている。従って、多
くの会社は、それが人であろうが(商社から顧客へ、B
toC)商社であろうが(商社から商社へ、Bto
B)、他の顧客と取引を行うために、ビジネス・サーバ
を設定するかもしくはビジネス・ホームページを提供す
ることに関わっている。
2. Description of the Related Art Due to the rapid development of the Internet, many commercial transactions have been spread to be implemented and realized on the Internet. The term “E-commenc” including all business activities that occur on the Internet
e) "has become increasingly well-known,
It is becoming important for many companies. Thus, many companies, whether it is a person (from a trading company to a customer, B
toC) Trading company (from trading company to trading company, Bto
B) is involved in setting up a business server or providing a business homepage to do business with other customers.

【0003】潜在的な顧客の注意を引きつけるためにホ
ームページを提供する会社にとって、ホームページに価
値有る情報もしくは内容を提起することは重要である。
ホームページは、普通、ハイパ・テキスト・マークアッ
プ言語(HTML)によって作成され、このHTML
は、テキストの内容並びにピクチャ、オーディオ、ビデ
オ、イメージ等のマルチメディア・オブジェクトを挿入
する場所を記載し説明する、ホームページに挿入された
多くのタグを許容する。例えば、“test.htm”
と名付けられたホームページが存在し、そのテキストの
内容は、以下のように記載される: <html> <body background="/temp/p1.jpg"> <h1>This is a test</h1> <img src="http://host.somewhere.com/temp/ball.gif">item list1 </html> 上述のファイル“test.htm”において、このホ
ームページのバックグラウンド(backgroun
d)は、ディレクトリ ”/temp”に格納されてい
るマルチメディア・オブジェクト“p1.jpg”によ
って履行される。さらに、位置付けられたホストネー
ム"host.somewhere.com"においてディレクトリ“/te
mp”に格納されたもう1つのマルチメディア・オブジ
ェクト"ball.gif"は、上述のホームページ上に示される
イメージである。ホームページを読取って処理するため
の最も重要なインタプリタであるブラウザに、マルチメ
ディア・オブジェクトの位置がどこであるかを命令する
ために、タグ内のユニバーサル・リソース・ロケーショ
ン(URL)を添付して、どこを探索すべきか、すなわ
ちマルチメディア・オブジェクトの格納された場所を説
明することは通常のことである。一般的に言えば、UR
L内には、1)通信プロトコル;2)位置付けられたホ
スト・ネーム;3)マルチメディア・オブジェクトの格
納されたディレクトリ;及び4)マルチメディア・オブ
ジェクトのファイル・ネームがある。例えば、ホームペ
ージ"test.htm"に示されたタグ<img src= "http://hos
t.somewhere.com/temp/ball.gif">において、"ball.gi
f"は、マルチメディア・オブジェクトの対応のファイル
・ネームであり、"http"は、マルチメディア・オブジェ
クトを送信するための通信プロトコルを示し、"host.so
mewhere.com"は、マルチメディア・オブジェクトの位置
付けられたホスト・ネームであり、そして "/temp"は、
マルチメディア・オブジェクトの格納されたディレクト
リである。
[0003] It is important for a company that provides a homepage to attract potential customers' attention to present valuable information or contents to the homepage.
The home page is usually created in the Hyper Text Markup Language (HTML), which is
Allows a number of tags inserted on the home page to describe and explain the text content as well as where to insert multimedia objects such as pictures, audio, video, images, etc. For example, “test.htm”
There is a homepage named, whose text is described as follows: <html><body background = "/ temp / p1.jpg"><h1> This is a test </ h1><img src = "http://host.somewhere.com/temp/ball.gif"> item list1 </ html> In the above-mentioned file “test.htm”, the background of this homepage (background
d) is implemented by the multimedia object "p1.jpg" stored in the directory "/ temp". In addition, the directory “/ te” in the located host name “host.somewhere.com”
mp "is another multimedia object" ball.gif ", which is the image shown on the home page described above. The browser, the most important interpreter for reading and processing the home page, is a multimedia object. • Attach a Universal Resource Location (URL) in the tag to dictate where the object is located, explaining where to search, ie where the multimedia object is stored Is the norm. Generally speaking, UR
Within L are 1) the communication protocol; 2) the located host name; 3) the directory where the multimedia object is stored; and 4) the file name of the multimedia object. For example, the tag <img src = "" http: // hos
t.somewhere.com/temp/ball.gif ">," ball.gi
"f" is the corresponding file name of the multimedia object, "http" indicates the communication protocol for transmitting the multimedia object, and "host.so
"mewhere.com" is the localized host name of the multimedia object, and "/ temp" is
This is the directory where multimedia objects are stored.

【0004】HTMLによって記載された通常のホーム
ページにおいて、URL及びどのマルチメディア・オブ
ジェクトの内容も変更不可能である。上述のファイル"t
est.htm"に示されるように、マルチメディア・オブジェ
クト"ball.gif"のURLは、前記ホームページのプログ
ラマによって変更されない限り、 " HYPERLINK http://
host.somewhere.com/temp http://host.somewhere.com/
temp" として固定的かつ一定不変に提起される。さら
に、マルチメディア・オブジェクト"ball.gif"の内容も
固定されている。従って、ホームページ"test.htm"の内
容は一定不変であるのは明らかであり、すなわちクライ
アントが前記ホームページを数回読取った場合にクライ
アントをうんざりさせる。図1に示されるインターネッ
トにおいて、クライアント11が、サーバ12に格納さ
れたホームページ"test.htm"を要求する場合、図1の矢
印(1)に示されているように、クライアント11は、
まず、ホームページ"test.htm"を送信することのリクエ
ストをサーバ12に送らなければならない。次に、図1
の矢印(2)に示されているように、このリクエストに
従って、サーバ12はホームページ"test.htm"を見つけ
出し、すべてのテキスト内容及びそのマルチメディア・
オブジェクトを、固定されたURL及びすべてのマルチ
メディア・オブジェクトの変更不可能な内容に基づいて
送信する。固定されたURL及びマルチメディア・オブ
ジェクトの変更不可能な内容により、クライアント11
は常にホームページ"test.htm"の一定不変の内容を受
け、そしてそのホームページに数回アクセスした後、そ
のホームページが提供する情報についてうんざりさせら
れる感じを抱く。
In a normal home page described by HTML, the URL and the contents of any multimedia objects cannot be changed. The above file "t
As shown in "est.htm", the URL of the multimedia object "ball.gif" is "HYPERLINK http: //
host.somewhere.com/temp http://host.somewhere.com/
It is fixed and fixed as "temp". In addition, the content of the multimedia object "ball.gif" is fixed. Therefore, the content of the homepage "test.htm" is obviously fixed. In other words, when the client reads the home page several times, the client becomes disgusted. In the Internet shown in FIG. 1, when the client 11 requests the home page "test.htm" stored in the server 12, As indicated by the arrow 1 (1), the client 11
First, a request to send the home page "test.htm" must be sent to the server 12. Next, FIG.
In accordance with this request, the server 12 finds the homepage "test.htm", as indicated by the arrow (2) in FIG.
Send the object based on the fixed URL and the unchangeable content of all multimedia objects. Due to the fixed URL and the unchangeable contents of the multimedia object, the client 11
Always receives the constant content of the homepage "test.htm", and after visiting the homepage several times, feels tired of the information it provides.

【0005】それにもかかわらず、インターネットにお
ける消費者の注意を引きつけるために、ホームページの
内容は豊富で可変性であるべきである。例えば、ホーム
ページのバックグラウンドは、クリスマス中にはクリス
マス・ツリーのピクチャもしくは絵として、またバレン
タイン・デーの間にはバラと恋人同士のピクチャもしく
は絵として変更され得る。必然的に、ホームページの内
容が変わり得るという目的を達成するためには、対応の
ファイル・ネームやURLのようなマルチメディア・オ
ブジェクトの格納場所及び内容を、プログラマにより修
正することが必要である。従って、ホームページの管理
が厄介で時間のかかるものとなる。
[0005] Nevertheless, to attract the attention of consumers on the Internet, the content of the homepage should be rich and variable. For example, the background of the home page may be changed during Christmas as a picture or picture of a Christmas tree, and during Valentine's Day as a picture or picture of a rose and lover. Inevitably, in order to achieve the purpose that the contents of the home page can be changed, it is necessary for the programmer to modify the storage location and contents of the multimedia object such as the corresponding file name and URL. Therefore, management of a homepage becomes troublesome and time-consuming.

【0006】さらに、ホームページの内容のクライアン
ト11からのリクエストとして、ホームページのテキス
ト内容及びマルチメディア・オブジェクトが双方共サー
バ12によって送信される。テキスト内容のサイズは普
通数キロバイトであるが、ピクチャもしくはオーディオ
・オブジェクトのようなマルチメディア・オブジェクト
のサイズは、通常、数メガバイトである。さらに、不運
なことには、サーバ12に格納された同じホームページ
にアクセスするために、クライアント11が送ったのと
同じリクエストをサーバ12に送っている他のクライア
ントが未だ残っている。サーバ12は次に、これらクラ
イアントのリクエストを満足させるために巨大サイズの
情報を送信しなければならず、サーバ12に過重負担を
かけることは避けられない。さらに、インターネットの
バンド幅は非常に貴重であり制限されている。ホームペ
ージの無数のマルチメディア・オブジェクトがインター
ネットを介して送信されるならば、インターネットのバ
ンド幅は使い尽くされてしまうかもしれない。
Further, as a request from the client 11 for the content of the home page, the text content of the home page and the multimedia object are both transmitted by the server 12. Multimedia objects, such as picture or audio objects, are typically several megabytes in size, while text content is typically several kilobytes in size. Further, unfortunately, there are still other clients still sending the same request to server 12 as sent by client 11 to access the same home page stored on server 12. The server 12 then has to send a huge amount of information to satisfy these client requests, and overloading the server 12 is unavoidable. In addition, Internet bandwidth is invaluable and limited. If the myriad of multimedia objects on a home page are transmitted over the Internet, Internet bandwidth may be exhausted.

【0007】[0007]

【発明が解決しようとする課題】上述のことにより、ホ
ームページにおけるマルチメディア・オブジェクトの置
換えを行うことは、時間のかかることであり、ホームペ
ージの管理に困難を引き起こす。従って、本発明の目的
は、ホームページの全内容を自動的に変化させることが
できるように、スーパバイザの管理の努力無しで、ホー
ムページの内容を迅速かつ容易に変換するための方法を
提供することである。
As described above, replacing a multimedia object in a home page is time consuming and causes difficulty in managing the home page. Accordingly, it is an object of the present invention to provide a method for quickly and easily converting the contents of a home page so that the entire contents of the home page can be automatically changed without any supervisor management efforts. is there.

【0008】本発明のもう1つの目的は、サーバの負担
を減らすために、テキスト及びマルチメディア・オブジ
ェクトを別々に送信することにより、ホームページの内
容を迅速に送信する方法を提供することである。
It is another object of the present invention to provide a method for quickly transmitting homepage content by transmitting text and multimedia objects separately to reduce the burden on the server.

【0009】本発明のさらにもう1つの目的は、サーバ
がホームページの内容を送信する際に、マルチメディア
・オブジェクト以外のホームページのテキストだけを送
信することにより、インターネットのバンド幅を節約す
る方法を提供することである。
Yet another object of the present invention is to provide a method of saving Internet bandwidth by transmitting only home page text other than multimedia objects when a server transmits home page content. It is to be.

【0010】[0010]

【課題を解決するための手段】これら目的を達成するた
め、請求項1の発明によれば、インターネットにおいて
第1のサーバ及び第1のクライアントが存在し、前記第
1のサーバは第1のホームページを格納し、前記第1の
ホームページは、少なくともマルチメディア・オブジェ
クトと、該マルチメディア・オブジェクトに対応する第
1のURLとを含んでいる、インターネットにおいてホ
ームページの内容を迅速に変換して送信する方法におい
て、(1)前記第1のクライアントから前記第1のサー
バに、前記第1のホームページをリクエストする段階
と、(2)前記第1のURLを第2のURLで置換え、
次に、構成ファイルに従って第2のホームページを発生
する段階と、(3)前記第2のホームページを前記第1
のクライアントに送信する段階と、を含む方法が提供さ
れる。
According to the first aspect of the present invention, a first server and a first client exist on the Internet, and the first server is located on a first home page. Wherein the first home page includes at least a multimedia object and a first URL corresponding to the multimedia object, the method of quickly converting and transmitting the content of the home page on the Internet. (1) requesting the first home page from the first client to the first server; (2) replacing the first URL with a second URL;
Next, generating a second home page according to the configuration file; and (3) storing the second home page in the first home page.
Transmitting to the client of the client.

【0011】請求項2の発明によれば、請求項1に記載
の方法において、前記第1のホームページの前記第1の
URLは、所定の可視ストリングを含む。請求項3の発
明によれば、請求項2に記載の方法において、前記構成
ファイルは、前記第1のサーバに格納されている。
According to the invention of claim 2, in the method of claim 1, the first URL of the first home page includes a predetermined visible string. According to a third aspect of the present invention, in the method according to the second aspect, the configuration file is stored in the first server.

【0012】請求項4の発明によれば、請求項2に記載
の方法において、前記構成ファイルは、前記第1のクラ
イアントに格納されている。請求項5の発明によれば、
請求項3または4に記載の方法において、前記構成ファ
イルは、前記所定の可視ストリングに対応する実際のス
トリングを含む。
According to a fourth aspect of the present invention, in the method according to the second aspect, the configuration file is stored in the first client. According to the invention of claim 5,
5. The method according to claim 3 or 4, wherein the configuration file includes an actual string corresponding to the predetermined visible string.

【0013】請求項6の発明によれば、請求項5に記載
の方法において、前記第1のURLを前記第2のURL
で置換える段階(2)は、前記所定の可視ストリングを
前記実際のストリングで置換える段階である。
According to the invention of claim 6, in the method of claim 5, the first URL is replaced with the second URL.
(2) is a step of replacing the predetermined visible string with the actual string.

【0014】請求項7の発明によれば、請求項6に記載
の方法において、前記実際のストリングは、前記マルチ
メディア・オブジェクトの格納されたディレクトリを含
む。請求項8の発明によれば、請求項6に記載の方法に
おいて、前記実際のストリングは、前記マルチメディア
・オブジェクトの位置付けられたホスト・ネームを含
む。
[0014] According to the invention of claim 7, in the method of claim 6, the actual string includes a directory in which the multimedia object is stored. According to the invention of claim 8, in the method of claim 6, the actual string includes the located host name of the multimedia object.

【0015】請求項9の発明によれば、請求項8に記載
の方法において、前記位置付けられたホスト・ネームは
前記第1のサーバである。請求項10の発明によれば、
請求項8に記載の方法において、前記位置付けられたホ
スト・ネームは、前記第1のクライアントである。
According to a ninth aspect of the present invention, in the method of the eighth aspect, the located host name is the first server. According to the tenth aspect,
9. The method of claim 8, wherein the located host name is the first client.

【0016】請求項11の発明によれば、請求項8に記
載の方法において、前記位置付けられたホスト・ネーム
は、第2のサーバである。請求項12の発明によれば、
請求項6に記載の方法において、前記実際のストリング
は、前記マルチメディア・オブジェクトを送信するため
の通信プロトコルを含む。
According to an eleventh aspect of the present invention, in the method according to the eighth aspect, the located host name is a second server. According to the invention of claim 12,
7. The method of claim 6, wherein the actual string includes a communication protocol for transmitting the multimedia object.

【0017】本発明のこれら及び他の目的は、種々の図
面に示された好適な実施の形態の以下の詳細な説明を読
むことにより、疑い無く当業者にとっては明らかとなろ
う。
These and other objects of the present invention will no doubt become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiment, as illustrated in the various drawings.

【0018】[0018]

【発明の実施の形態】図2を参照すると、図2は、イン
ターネットにおいてホームページの内容を迅速に変換し
て送信するための本発明の方法のフローチャートを示
す。インターネットにおいては、第1のサーバと第1の
クライアントが存在する。第1のサーバは、第1のホー
ムページを格納し、該第1のホームページは、少なくと
もマルチメディア・オブジェクトと、該マルチメディア
・オブジェクトに対応する第1のURLとを含む。当該
方法は、(1)第1のクライアントから第1のサーバ
へ、第1のホームページをリクエストする段階(ステッ
プ102)と、(2)第1のサーバに格納された構成フ
ァイルに従って、第1のURLを第2のURLに置換
え、次に第2のホームページを発生する段階(ステップ
104)と、(3)前記第2のホームページをクライア
ントに送信する段階(ステップ106)と、を含む。1.例1 図3を参照すると、図3は、第1のURLから第2のU
RLへの置換えを示す。もし、第1のホームページ31
の内容が、 <html> <body background="@@visual#path@@/paper.gif"> This is my house </html> として記述され、ここに、第1のURLが '@@visual#p
ath@@/paper.gif' であるならば、第1のURLは、マ
ルチメディア・オブジェクトに対応するファイル・ネー
ム 'paper.gif' と、所定の可視ストリング32 '@@vis
ual#path@@' とを含む。また、所定の可視ストリング3
2に対応する、構成ファイル34に格納された、実際の
ストリング33も存在し、実際のストリング33の内容
は、'/gif'である。勿論、第1のサーバに格納された構
成ファイル34は、ユーザによっていつでも修正もしく
は変更され得る。さらに、構成ファイルは第1のクライ
アント内にも格納され得、それ故、ユーザは構成ファイ
ルを容易かつ便利に変更し得る。第1のクライアント
が、第1のホームページ31を送信するためのリクエス
トを第1のサーバに送ると、第1のサーバは次に、構成
ファイル34をチェックし、所定の可視ストリング3
2'@@visual#path@@'に対応する実際のストリング33
'/gif' の内容を見つけ、そして第1のホームページ3
1において、所定の可視ストリング32を実際のストリ
ング33と置換える。換言すれば、第1のURL '@@vi
sual#path@@/paper.gif' は、第2のURL '/gif/pape
r.gif' に修正される。第1のホームページ31は、次
に、第2のホームページ35に変換され、その内容は以
下のように記述される。 <html> <body background="/gif/paper.gif"> This is my house </html> 最後に、第1のサーバは、第1のクライアントに第2の
ホームページのテキスト内容を出力する。第1のクライ
アントは、第1のサーバに再度接続して、第1のサーバ
に、ディレクトリ '/gif' におけるマルチメディア・オ
ブジェクト 'paper.gif' を送信するよう要求すること
ができる。このように、ホームページの内容を早急に変
換するという目的を達成することができる。勿論、構成
ファイル34がユーザにより修正もしくは変更されて、
実際のストリングの内容が "/picture" ならば、第1の
URL '@@visual#path@@/paper.gif' は、第2のUR
L'/picture/paper.gif' に修正される。第1のクライ
アントは、第1のサーバに、ディレクトリ '/picture'
におけるマルチメディア・オブジェクト 'paper.gif'
を送信するよう要求することができる。格納されたディ
レクトリ '/picture'における 'paper.gif' の内容は、
格納されたディレクトリ '/gif' における 'paper.gif'
の内容と異なっていて良い。このように、第2のUR
Lはその時々に応じて修正されるので、ホームページの
内容も自動的に変化させることができる。2.例2 本例においては、構成ファイルに格納され、所定のスト
リング '@@visual#path@@' に対応する実際のストリン
グの内容は、 'http://www.server1.com/gif'である。
ここに、位置付けられたホスト・ネーム 'www.server1.
com' は、第2のサーバに対応する。第1のクライアン
トが、第1のホームページを送信するための第1のサー
バへのリクエストを送ると、第1のサーバは、次に、構
成ファイルをチェックし、所定の可視ストリング '@@vi
sual#path@@' に対応する実際のストリングの内容 'htt
p://www.server1.com/gif' を見つけ、所定の可視スト
リングを実際のストリングと置換える。換言すれば、第
1のURL '@@visual#path@@/paper.gif' は、第2の
URL 'http://www.server1.com/gif/paper.gif'に修
正される。第1のホームページは、次に、第2のホーム
ページに変換され、その内容は以下のように記述され
る。 <html> <body background="http://www.server1.com/gif/paper.gif"> This is my house </html> 最後に、第1のサーバは、第1のクライアントに第2の
ホームページのテキスト内容を出力する。上述によれ
ば、第1のクライアントは、通信プロトコル 'http' を
用いて第2のサーバ 'www.server1.com' と接続し、デ
ィレクトリ '/gif'におけるマルチメディア・オブジェ
クト 'paper.gif' を送信するよう第2のサーバに要求
することができる。この方法で、第2のホームページの
テキスト内容と、第2のホームページにおけるマルチメ
ディア・オブジェクトとが、異なったサーバから別々に
送信される。すなわち、第1のサーバは、第2のホーム
ページのテキスト内容だけを出力し、第2のサーバは、
第2のホームページおけるマルチメディア・オブジェク
ト 'paper.gif' だけを送信する。従って、インターネ
ットにおける第1のサーバの送信負担は、劇的に減少さ
れる。勿論、本例におけるホスト・ネーム 'www.server
1.com' は、必要ならば、第1のサーバに対応していて
も良い。3.例3 本例においては、構成ファイルに格納され、所定のスト
リング '@@visual#path@@' に対応する実際のストリン
グの内容は、 'file:///c:/gif' である。ここに、スト
リング 'file"///c:/gif' とは、マルチメディア・オブ
ジェクトが、第1のクライアント内に位置付けられるデ
ィスク 'c:' ドライバのディレクトリ '/gif' 内に格納
されるということを意味する。第1のクライアントが、
第1のホームページを送信するための第1のサーバへの
リクエストを送ると、第1のサーバは、次に、構成ファ
イルをチェックし、所定の可視ストリング '@@visual#p
ath@@' に対応する実際のストリングの内容 'file:///
c:/gif' を見つけ、所定の可視ストリングを実際のスト
リングと置換える。換言すれば、第1のURL '@@visu
al#path@@/paper.gif' は、第2のURL 'file:///c:/
gif/paper.gif' に修正される。第1のホームページ
は、次に、第2のホームページに変換され、その内容は
以下のように記述される。 <html> <body background= "file:///c:/gif/paper.gif"> This is my house </html> 最後に、第1のサーバは、第1のクライアントに第2の
ホームページのテキスト内容を出力する。上述によれ
ば、第1のクライアントは、第1のクライアント内に位
置付けられるディスク 'c:' ドライバのディレクトリ '
/gif' 内のマルチメディア・オブジェクト 'paper.gif'
を見つけることができる。この方法で、第2のホーム
ページのテキスト内容と、第2のホームページにおける
マルチメディア・オブジェクトとが、異なった機械から
別々に送信される。すなわち、第1のサーバは、第2の
ホームページのテキスト内容だけを出力し、第1のクラ
イアントは、局部ディスク・ドライバにおけるマルチメ
ディア・オブジェクト 'paper.gif' を見つける。従っ
て、インターネットにおける第1のサーバの送信負担
は、劇的に減少される。さらに、第2のホームページ
の、マルチメディア・オブジェクトの代わりに、テキス
ト内容だけがインターネットを介して送信され、本例に
おける必要な送信バンド幅が減少される。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Referring to FIG. 2, FIG. 2 shows a flowchart of a method of the present invention for quickly converting and transmitting the contents of a homepage on the Internet. In the Internet, there is a first server and a first client. The first server stores a first home page, the first home page including at least a multimedia object and a first URL corresponding to the multimedia object. The method includes: (1) requesting a first home page from a first client to a first server (step 102); and (2) first requesting a first home page according to a configuration file stored in the first server. Replacing the URL with a second URL and then generating a second home page (step 104); and (3) transmitting the second home page to the client (step 106). 1. Example 1 Referring to FIG. 3, FIG.
This shows replacement with RL. If the first home page 31
Is described as <html><body background = "@@ visual # path @@ / paper.gif"> This is my house </ html>, where the first URL is' @@ visual # p
ath @@ / paper.gif ', the first URL is the file name' paper.gif 'corresponding to the multimedia object and the predetermined visible string 32' @@ vis
ual # path @@ '. Also, a predetermined visible string 3
2, there is also an actual string 33 stored in the configuration file 34, the content of the actual string 33 being '/ gif'. Of course, the configuration file 34 stored on the first server can be modified or changed at any time by the user. Further, the configuration file may also be stored in the first client, so that the user can easily and conveniently modify the configuration file. When the first client sends a request to send the first home page 31 to the first server, the first server then checks the configuration file 34 and checks the predetermined visible string 3
Actual string 33 corresponding to 2 '@@ visual # path @@'
Find the contents of '/ gif', and the first homepage 3
At 1, replace the given visible string 32 with the actual string 33. In other words, the first URL '@@ vi
sual # path @@ / paper.gif 'is the second URL' / gif / pape
r.gif '. The first home page 31 is then converted to a second home page 35, the contents of which are described as follows. <html><body background = "/ gif / paper.gif"> This is my house </ html> Finally, the first server outputs the text content of the second home page to the first client. The first client can connect again to the first server and request the first server to send the multimedia object 'paper.gif' in directory '/ gif'. In this way, the purpose of quickly converting the contents of the homepage can be achieved. Of course, if the configuration file 34 is modified or changed by the user,
If the actual string content is "/ picture", the first URL '@@ visual # path @@ / paper.gif' will be the second URL
L '/ picture / paper.gif'. The first client sends the directory '/ picture' to the first server
Multimedia object 'paper.gif' in
To be sent. The contents of 'paper.gif' in the stored directory '/ picture'
'Paper.gif' in stored directory '/ gif'
It may be different from the contents. Thus, the second UR
Since L is modified from time to time, the contents of the home page can be automatically changed. 2. Example 2 In this example, the actual string content stored in the configuration file and corresponding to the predetermined string '@@ visual # path @@' is 'http://www.server1.com/gif' .
Here, the host name 'www.server1.
com 'corresponds to the second server. When the first client sends a request to the first server to send the first home page, the first server then checks the configuration file and checks for a predetermined visible string '@@ vi
The actual string content corresponding to 'sual # path @@''htt
Find p: //www.server1.com/gif 'and replace the given visible string with the actual string. In other words, the first URL '@@ visual # path @@ / paper.gif' is modified to the second URL 'http://www.server1.com/gif/paper.gif'. The first home page is then converted to a second home page, the contents of which are described as follows. <html><body background = "http://www.server1.com/gif/paper.gif"> This is my house </ html> Finally, the first server sends the first client the second Outputs the text content of the homepage. According to the above, the first client connects to the second server 'www.server1.com' using the communication protocol 'http' and copies the multimedia object 'paper.gif' in the directory '/ gif'. A second server can be requested to transmit. In this way, the text content of the second home page and the multimedia objects on the second home page are transmitted separately from different servers. That is, the first server outputs only the text content of the second home page, and the second server outputs
Send only the multimedia object 'paper.gif' on the second home page. Thus, the transmission burden of the first server on the Internet is dramatically reduced. Of course, the host name 'www.server
1.com 'may correspond to the first server if necessary. 3. Example 3 In this example, the actual string content stored in the configuration file and corresponding to the predetermined string '@@ visual # path @@' is 'file: /// c: / gif'. Here, the string 'file' /// c: / gif 'means that the multimedia object is stored in the directory' / gif 'of the disk' c: 'driver located in the first client. Means that the first client is
Upon sending a request to the first server to send the first home page, the first server then checks the configuration file and checks for the predetermined visible string '@@ visual # p
The actual string content corresponding to 'ath @@''file: ///
Find c: / gif 'and replace the given visible string with the actual string. In other words, the first URL '@@ visu
al # path @@ / paper.gif 'is the second URL' file: /// c: /
gif / paper.gif '. The first home page is then converted to a second home page, the contents of which are described as follows. <html><body background = "file: /// c: /gif/paper.gif"> This is my house </ html> Finally, the first server sends the first client the second home page Output text content. According to the above, the first client has the disk 'c:' driver directory '
Multimedia object 'paper.gif' in '/ gif'
Can be found. In this way, the text content of the second home page and the multimedia objects in the second home page are transmitted separately from different machines. That is, the first server outputs only the text content of the second home page, and the first client finds the multimedia object 'paper.gif' in the local disk driver. Thus, the transmission burden of the first server on the Internet is dramatically reduced. Further, instead of the multimedia objects of the second home page, only the text content is transmitted via the Internet, reducing the required transmission bandwidth in this example.

【0019】結論として、本発明において、インターネ
ットにおいてホームページの内容を迅速に変換する方法
が提案された。ホームページの内容は自動的に変更もし
くは変形され得、より詳細には、多くのクライアントに
よりホームページ・リクエストが提起された際、サーバ
の負担を減らすために、前記ホームページにおけるテキ
スト内容及びマルチメディア・オブジェクトが、インタ
ーネットを介して別々に送信され得る。さらに、本発明
は、ホームページのマルチメディア・オブジェクトを伝
達する代わりに、インターネットを介してホームページ
のテキストだけを伝達することにより、ホームページの
内容を送信中にインターネットのバンド幅を節約するこ
とができる。
In conclusion, in the present invention, a method for quickly converting the contents of a homepage on the Internet has been proposed. The content of the home page can be changed or modified automatically, more particularly, when the home page request is submitted by many clients, the text content and multimedia objects on the home page are reduced to reduce the burden on the server. , Can be sent separately over the Internet. Further, the present invention can save Internet bandwidth while transmitting home page content by transmitting only the home page text over the Internet instead of transmitting the home page multimedia objects.

【0020】本発明を、現在、最も実際的であり好適な
実施の形態であると思われるものについて説明してきた
けれども、本発明を開示した実施の形態に制限すべきで
はないことは理解されよう。本発明は、特許請求の範囲
の精神並びに範囲内に含まれる種々の変更及び等価な構
成を包含するよう意図されている。
Although the present invention has been described in what is presently considered to be the most practical and preferred embodiment, it will be understood that it is not intended to limit the invention to the disclosed embodiment. . The present invention is intended to cover various modifications and equivalent arrangements included within the spirit and scope of the appended claims.

【0021】[0021]

【発明の効果】以上、本発明によれば、時間をかけずに
ホームページの管理を容易に行うことができ、サーバの
負担を減らすことができ、さらにインターネットのバン
ド幅を節約することができるという効果がある。
As described above, according to the present invention, it is possible to easily manage a home page without taking much time, to reduce the load on a server, and to save the bandwidth of the Internet. effective.

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

【図1】 インターネットにおけるホームページの従来
の送信方法を示す図である。
FIG. 1 is a diagram showing a conventional transmission method of a homepage on the Internet.

【図2】 本発明による、ホームページの内容を迅速に
変換して送信するためのフローチャートである。
FIG. 2 is a flowchart for quickly converting and transmitting the contents of a homepage according to the present invention.

【図3】 第1のURLから第2のURLへの置換えを
示す図である。
FIG. 3 is a diagram illustrating replacement of a first URL with a second URL.

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

31…第1のホームページ、32…所定の可視ストリン
グ、33…実際のストリング、34…構成ファイル、3
5…第2のホームページ。
31 first homepage, 32 predetermined visible string, 33 actual string, 34 configuration file, 3
5 ... Second homepage.

Claims (12)

【特許請求の範囲】[Claims] 【請求項1】 インターネットにおいて第1のサーバ及
び第1のクライアントが存在し、前記第1のサーバは第
1のホームページを格納し、前記第1のホームページ
は、少なくともマルチメディア・オブジェクトと、該マ
ルチメディア・オブジェクトに対応する第1のURLと
を含んでいる、インターネットにおいてホームページの
内容を迅速に変換して送信する方法において、 (1)前記第1のクライアントから前記第1のサーバ
に、前記第1のホームページをリクエストする段階と、 (2)前記第1のURLを第2のURLで置換え、次
に、構成ファイルに従って第2のホームページを発生す
る段階と、 (3)前記第2のホームページを前記第1のクライアン
トに送信する段階と、を含む方法。
1. A first server and a first client on the Internet, wherein the first server stores a first home page, wherein the first home page includes at least a multimedia object and the multimedia. A method for rapidly converting and transmitting the content of a homepage on the Internet, including a first URL corresponding to a media object, comprising: (1) from the first client to the first server, Requesting a first home page; (2) replacing the first URL with a second URL, and then generating a second home page according to a configuration file; and (3) retrieving the second home page. Transmitting to the first client.
【請求項2】 前記第1のホームページの前記第1のU
RLは、所定の可視ストリングを含む請求項1に記載の
方法。
2. The first U of the first home page
The method of claim 1, wherein the RL includes a predetermined visible string.
【請求項3】 前記構成ファイルは、前記第1のサーバ
に格納されている請求項2に記載の方法。
3. The method of claim 2, wherein the configuration file is stored on the first server.
【請求項4】 前記構成ファイルは、前記第1のクライ
アントに格納されている請求項2に記載の方法。
4. The method of claim 2, wherein the configuration file is stored on the first client.
【請求項5】 前記構成ファイルは、前記所定の可視ス
トリングに対応する実際のストリングを含む請求項3ま
たは4に記載の方法。
5. The method according to claim 3, wherein the configuration file includes an actual string corresponding to the predetermined visible string.
【請求項6】 前記第1のURLを前記第2のURLで
置換える段階(2)は、前記所定の可視ストリングを前
記実際のストリングで置換える段階である請求項5に記
載の方法。
6. The method of claim 5, wherein replacing the first URL with the second URL (2) is replacing the predetermined visible string with the actual string.
【請求項7】 前記実際のストリングは、前記マルチメ
ディア・オブジェクトの格納されたディレクトリを含む
請求項6に記載の方法。
7. The method of claim 6, wherein the actual string includes a directory where the multimedia object is stored.
【請求項8】 前記実際のストリングは、前記マルチメ
ディア・オブジェクトの位置付けられたホスト・ネーム
を含む請求項6に記載の方法。
8. The method of claim 6, wherein the actual string includes a located host name of the multimedia object.
【請求項9】 前記位置付けられたホスト・ネームは前
記第1のサーバである請求項8に記載の方法。
9. The method of claim 8, wherein the located host name is the first server.
【請求項10】 前記位置付けられたホスト・ネーム
は、前記第1のクライアントである請求項8に記載の方
法。
10. The method of claim 8, wherein the located host name is the first client.
【請求項11】 前記位置付けられたホスト・ネーム
は、第2のサーバである請求項8に記載の方法。
11. The method of claim 8, wherein the located host name is a second server.
【請求項12】 前記実際のストリングは、前記マルチ
メディア・オブジェクトを送信するための通信プロトコ
ルを含む請求項6に記載の方法。
12. The method of claim 6, wherein the actual string includes a communication protocol for transmitting the multimedia object.
JP2000210958A 2000-02-25 2000-07-12 Method for converting and transmitting rapidly contents of internet home page Pending JP2001243108A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
TW89103360 2000-02-25
TW89103360 2000-02-25

Publications (1)

Publication Number Publication Date
JP2001243108A true JP2001243108A (en) 2001-09-07

Family

ID=21658909

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000210958A Pending JP2001243108A (en) 2000-02-25 2000-07-12 Method for converting and transmitting rapidly contents of internet home page

Country Status (1)

Country Link
JP (1) JP2001243108A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003096198A1 (en) * 2002-05-09 2003-11-20 Sharp Kabushiki Kaisha Information access device, information access method, and recording medium on which program allowing computer to execute information access method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003096198A1 (en) * 2002-05-09 2003-11-20 Sharp Kabushiki Kaisha Information access device, information access method, and recording medium on which program allowing computer to execute information access method

Similar Documents

Publication Publication Date Title
US6957260B1 (en) Method of improving access to services provided by a plurality of remote service providers
US5983351A (en) Web site copyright registration system and method
US6505232B1 (en) Method of using electronic tickets containing privileges for improved security
US6632248B1 (en) Customization of network documents by accessing customization information on a server computer using uniquie user identifiers
US6944817B1 (en) Method and apparatus for local generation of Web pages
US7171443B2 (en) Method, system, and software for transmission of information
US7634570B2 (en) Managing state information across communication sessions between a client and a server via a stateless protocol
US7711611B2 (en) Wish list
US6397246B1 (en) Method and system for processing document requests in a network system
US6701374B2 (en) Method and apparatus for dynamic proxy insertion in network traffic flow
US6272484B1 (en) Electronic document manager
GB2344197A (en) Content conversion of electronic documents
US20020032781A1 (en) Intermediary server apparatus and an information providing method
JP2000035926A (en) Client intervention between application servers
US7085807B2 (en) System and method for providing links to available services over a local network by a thin portal service configured to access imaging data stored in a personal imaging repository
US7424522B2 (en) Method of processing data from a submission interface
US8560701B2 (en) Method and apparatus for web service communication
JP2002520736A (en) Modifiable general-purpose resource locator (MURLS)
JP3333158B2 (en) Advertising agency server, advertisement information transmitting method, and recording medium recording program
US20020184322A1 (en) System and method for sending imaging data via email
JP2006113745A (en) Internet advertising system
JP2001243108A (en) Method for converting and transmitting rapidly contents of internet home page
US20020184335A1 (en) System and method for transferring selected imaging data from a digital camera
JP2002108981A (en) Method and system for providing information recording service, recording medium and computer program product
JP2001273187A (en) Device and method for managing web information, and recording medium having web information managing program recorded thereon

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20040720