WO2001040975A2 - Method and system for managing web pages - Google Patents

Method and system for managing web pages Download PDF

Info

Publication number
WO2001040975A2
WO2001040975A2 PCT/US2000/032707 US0032707W WO0140975A2 WO 2001040975 A2 WO2001040975 A2 WO 2001040975A2 US 0032707 W US0032707 W US 0032707W WO 0140975 A2 WO0140975 A2 WO 0140975A2
Authority
WO
WIPO (PCT)
Prior art keywords
web page
web
page
pages
content
Prior art date
Application number
PCT/US2000/032707
Other languages
French (fr)
Other versions
WO2001040975A3 (en
Inventor
Michael R. Harburg
Crista Jones-Riedinger
James E. Kettenhofen
Kathi B. Middlekauff
Robert S. Rich
Original Assignee
Rtse Usa, 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 Rtse Usa, Inc. filed Critical Rtse Usa, Inc.
Priority to AU18108/01A priority Critical patent/AU1810801A/en
Publication of WO2001040975A2 publication Critical patent/WO2001040975A2/en
Publication of WO2001040975A3 publication Critical patent/WO2001040975A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present invention relates generally to managing web pages, and more particularly, to defining and generating web pages.
  • the Internet is increasingly being used by organizations to disseminate information to customers, clients, and others.
  • the Internet comprises a vast number of computers and computer networks that are interconnected through communication channels.
  • the dissemination of information is often used to further "electronic commerce.”
  • Electronic commerce refers generally to commercial transactions that are at least partially conducted using the computer systems of the parties to the transactions. For example, a purchaser can use a personal computer to connect via the Internet to a vendor's computer. The purchaser can then interact with the vendor's computer to conduct the transaction.
  • the Internet facilitates conducting electronic commerce, in part, because it uses standardized techniques for exchanging information. Many standards have been established for exchanging information over the Internet, such as electronic mail, Gopher, and the World Wide Web (“WWW”).
  • the WWW service allows a server computer system (i.e., web server or web site) to send graphical web pages of information to a remote client computer system. The remote client computer system can then display the web pages.
  • Each resource (e.g., computer or web page) of the WWW is uniquely identifiable by a Uniform Resource Locator ("URL").
  • URL Uniform Resource Locator
  • a client computer system specifies the URL for that web page in a request (e.g., a HyperText Transfer Protocol ("HTTP”) request).
  • HTTP HyperText Transfer Protocol
  • the request is forwarded to the web server that supports that web page.
  • that web server receives the request, it sends the requested web page to the client computer system.
  • the client computer system receives that web page, it typically displays the web page using a browser.
  • a browser is typically a special-purpose application program that effects the requesting of web pages and the displaying of web pages.
  • HTML HyperText Markup Language
  • HTML provides a standard set of tags that define how a web page is to be displayed.
  • the browser sends a request to the server computer system to transfer to the client computer system an HTML document that defines the web page.
  • the browser displays the web page as defined by the HTML document.
  • the HTML document contains various tags that control the displaying of text, graphics, controls, and other features.
  • the HTML document may contain URLs of other web pages available on that server computer system or other server computer systems.
  • Web pages are typically defined by static HTML documents, which are documents that are created and stored at the server computer system and then retrieved whenever requested by a client computer system.
  • web servers can generate HTML documents dynamically when a request is received for a web page.
  • One technology for dynamically generating HTML documents is referred to as an "active server page.”
  • the web server retrieves that active server page and invokes a special-purpose server to execute the commands of the active server page.
  • the commands of an active server page typically result in the generating of an HTML document that is then sent to the client computer system.
  • the commands of an active server page may retrieve data from a database to be used when a generating the HTML document.
  • an active server page may access to database that contains a description of the computers that may be purchased.
  • the execution of the active server page results in the generation of an HTML document defining a web page that contains the information retrieved from a database.
  • This HTML document is then sent to the client computer system as a response to the request for the URL that identified the active server page.
  • the creation of the web pages (e.g., HTML documents that define the web pages) for a web site can be time-consuming and expensive because of the number of web pages that may be used by a web site, because of the complex interrelation of web pages, and because of the high level of skill needed by a web page developer. It would be desirable to have a system that facilitates the development of web pages so that web pages can be developed and maintained by a person who is not a highly skilled web page developer.
  • a method and system for managing web pages is provided.
  • the web page management system generates a hierarchy of web pages based on layout templates and content associated with the web pages.
  • a layout template defines the overall organization of a web page that includes defining the type of content to be included on the web page and defining the location of that content on the web page.
  • the management system maintains a mapping between a web page and its layout template and content and positions of web pages within the hierarchy.
  • the web page management system retrieves the layout template and the content for that web page and positions the content on the web page in accordance with the layout template.
  • a web site administrator may create a new web page by specifying the mapping for the new web page.
  • the management system may maintain a listing of layout templates that can be used to define web pages.
  • a web site administrator may define additional layout templates as needed.
  • the management system may allow a web site administrator to view the currently defined layout templates when defining a new web page. The web site administrator can then select the desired layout template for the new web page. The web site administrator also specifies the content to be associated with that new web page.
  • the management system may allow the web site administrator to view and select previously defined content or may allow the web site administrator to define new content.
  • the management system may allow the web site administrator to duplicate or move a sub-tree of web pages within the hierarchy.
  • Figure 1 illustrates a sample web page generated by the management system.
  • Figure 2 is a block diagram illustrating a hierarchy of web pages.
  • Figure 3 illustrates the layout defined by a sample layout template that was used to generate the web page of Figure 1.
  • Figure 4 is a block diagram illustrating components of the management system in one embodiment.
  • Figure 5 is a block diagram illustrating the data structure of the web page database in one embodiment.
  • Figure 6 is a diagram illustrating a web page for maintaining the web page definitions of the web page database in one embodiment.
  • Figure 7 is a diagram illustrating a web page for maintaining the content definitions in the web page database.
  • Figure 8 is a flow diagram of an example function that implements a web page generator component in one embodiment.
  • Figure 9 is a flow diagram of an example function to validate the access.
  • Figure 10 is a flow diagram illustrating an example function to generate a standard area of a web page.
  • Figure 11 is a flow diagram illustrating an example function for adding left navigation links to the web page.
  • Figure 12 is a flow diagram illustrating an example function to generate a custom area of the web page in one embodiment.
  • Figure 13 is a diagram illustrating an implementation of the management system that uses active server pages.
  • a web page management system provides a database in which a hierarchy of web pages can be defined.
  • a web site administrator can use the management system to add web pages to the hierarchy, remove web pages from the hierarchy, and to modify the web pages.
  • Each web page within the hierarchy is assigned a layout template by the web site administrator.
  • a layout template defines the overall layout of a web page.
  • a layout template may specify that a web page is to contain text at certain positions and graphic images at certain other positions, but might not specify the content of the text and graphic images at those positions.
  • the management system may provide a variety of layout templates for web pages. When a web page is accessed, the management system retrieves the layout template for that a web page and retrieves content that has been assigned to the web page. The management system then uses the retrieved layout template and retrieved content to generate the web page.
  • the layout templates are stored as active server pages.
  • the management system identifies the layout template assigned to that web page by accessing the database.
  • the management system then directs the execution of the layout template, which is an active server page.
  • the layout template uses the identification of the requested web page to retrieve from the database information describing the content of that web page.
  • the layout template generates an HTML document that has the overall layout defined by the layout template and is customized to the content of the requested web page.
  • the layout template may also include other standard active server pages to generate portions of the HTML document that may be common to the web pages defined in the hierarchy. For example, each HTML document may contain a company logo at a certain location or may contain navigation controls that are common to all web pages.
  • the web page management system includes a maintenance component for maintaining the web page definitions in the database.
  • the maintenance component allows a web page administrator to add new web pages to modify existing web pages, and to reorganize the hierarchy of web page.
  • the maintenance component may also allow a web page administrator to control the release and effective dates of the web pages and their content.
  • the maintenance component may allow a new web page to be defined and to be placed in the hierarchy of web pages. That new web page may, however, be given an initial status of held.
  • the management system will ignore held web pages when dynamically generating web pages requested by a client computer system. Once, however, the status of a web page is changed to released, the management system will treat that web page as fully integrated into the hierarchy that is accessible by the client computer system.
  • Each web page may also have a start and end effective date. When generating web pages, the management system will ignore a web page when the current date is outside its effective date range. In this way, a web site administrator can control releasing of web pages.
  • FIG. 1 illustrates a sample web page generated by the management system.
  • Web page 100 includes a URL field 101, a logo area 102, a left navigation area 103, a top navigation area 104, custom information area 105, and footer navigation area 106.
  • This web page is example of a fifth level web page within a hierarchy of web pages. The path through the web page hierarchy for this web page is "products/business/computers/PC.”
  • the left navigation area includes navigation links to first and second level web pages.
  • the first level web pages relate to products, services, contacting the web server, and information about the web site.
  • the second level web pages of the products web page relate to home, business, and other.
  • the top navigation area includes navigation links to the third and fourth level web pages.
  • the third level web page of the business web page relates to computers, printers, and miscellaneous.
  • Navigation links below links the third level web pages are to the fourth level web pages.
  • the navigation link for the PC web page is highlighted to indicate that the displayed web page is an ancestor web page of that web page.
  • the logo includes a navigation link to the main web page of the web site.
  • the custom information area in this example contains information relating to a certain computer.
  • the footer navigation area contains navigation links to the first level web pages.
  • Figure 2 is a block diagram illustrating a hierarchy of web pages.
  • the main level corresponds to the main web page of the web site. From the main web page, a user may select any level 1 web page. From a level 1 web page, a user can select any level 2 web page that is a descendent of that level 1 web page. From a level 2 web page, a user can select any level 3 web page that is a descendant of the level 2 web page.
  • This hierarchy of web pages may continue to an arbitrary level of nesting. Each web page may also allow a user to select the main web page (e.g., a link associated with a logo) or a level 1 web page (e.g., via a navigation footer area).
  • Figure 3 illustrates the layout defined by a sample layout template that was used to generate the web page of Figure 1.
  • the layout template defines a logo area 302, a left navigation area
  • This layout template specifies that the web page will contain a logo in the logo area 302, links to level 1 and 2 web pages in the left navigation area, links to level 3 and 4 web pages in the top navigation area, and links to level 1 web pages in the footer navigation area.
  • the custom information area includes an area for a short textual description, a long textual description, and a graphic image.
  • the management system receives a request for a web page at level 5, it generates a web page that includes standard web page information for the web pages of the web site.
  • the logo area and the navigation areas are standard to each web page of the web site.
  • the layout template includes an active server page that defines the standard web page information.
  • FIG. 4 is a block diagram illustrating components of the management system in one embodiment.
  • the client computers 401 and a server computer 403 are interconnected via the Internet 402.
  • the computers may include a central processing unit, memory, input devices (e.g., keyboard and pointing device), output devices (e.g., display devices), and storage devices (e.g., disk drives).
  • the memory and storage devices are computer- readable media that may contain computer instructions that implement the management system.
  • the client computers may use a browser to access web pages via the Internet.
  • the server computer implements the management system.
  • the management system includes a web server 404, a web page generator 405, a web page maintenance component 406, web page folders 407, and a web page database.
  • the web server receives requests for resources (e.g., web pages) via the Internet and coordinates the generation and transmission of the resources.
  • the web page generator component receives requests for web pages, generates the web pages based on the information stored in the web page database and the web page folders, and provides the generated web page.
  • the web page maintenance component allows a web site administrator to define the hierarchy of the web pages and content of the web pages.
  • the web page database stores the hierarchy and content of the web pages.
  • the web page folders may contain data to be included on various web pages as specified by the web page database.
  • the web page folders may contain the layout templates and image files that are referenced by the web page database.
  • the concepts of the management system can be used in various other environments other than the Internet, such as an intranet or a non-networking environment.
  • Various communication channels may also be used such as a local area network, wide area network, or point-to-point dial-top connection instead of the Internet.
  • the server system may comprise any combination of hardware or software.
  • FIG. 5 is a block diagram illustrating the data structure of the web page database in one embodiment.
  • the web page database includes a page table 501 and a content table 502.
  • the page table contains an entry for each web page that can be generated by the management system.
  • the page table contains the following fields:
  • the content table contains an entry for each content that can be dynamically included on a web page.
  • the content table contains the following fields:
  • the page table and the content table may also contain fields for tracking the maintenance of the web pages and content.
  • the page table may include fields that identify the person who created the web page, who approved the web page, and the person who released the web page.
  • the page table may also include date fields associated with the creating, approving and releasing of web pages.
  • the web page database also includes a log on table 503, an audience table 504, and a log on/audience table 505.
  • the management system uses the log on table to determine whether a user is a member of the audience for web pages.
  • the log on table contains an entry for each user who is registered to access the dynamically generated web pages.
  • the log on table contains a user identifier, a user password, a user name, and other information relating to the user.
  • the audience table contains entries that each described an audience of users.
  • the audience table contains an audience identifier and an audience name.
  • the log on/audience table maps each audience to the users who are members of the audience.
  • FIG. 6 is a diagram illustrating a web page for maintaining the web page definitions of the web page database in one embodiment.
  • Web page 600 is used to maintain a definition of the web pages.
  • the web page shows the information relating to the definition of the web page corresponding to Figure 1.
  • the web page includes fields 601 that correspond to the fields of the page table.
  • the web page includes a page identifier field, a page named field, an audience field, and so on.
  • a web site administrator enters the name of the layout template into the template field.
  • the layout template files may be stored in a certain folder within the web page folders.
  • the content portion 602 of the web page indicates the content that is to be included on the web page.
  • the content portion contains information that is stored in the content table.
  • the web site administrator may modify the data within the fields and may select a content title to request a web page for modifying that content.
  • Figure 7 is a diagram illustrating a web page for maintaining the content definitions in the web page database.
  • Web page 700 allows the web site administrator to specify the content that is to be included on the web page.
  • This web page displays the information for one content entry in the content table.
  • This web page displays the page identifier associated with this content, the category of the content, a template for this content, and in this example, text that forms the content.
  • Figures 8-12 are flow diagrams illustrating sample processing performed by various functions of the management system.
  • the functions may be implemented using active server pages or any programming language.
  • the function receives a page identifier and a generates the web page for that page identifier.
  • the function validates that the requesting user has access to the web page, generates a standard area for the web page, generates a custom area for web page, and then generates a footer area for the web page.
  • the function invokes the validate access function passing the page identifier and receiving in return an indication as to whether the access is valid.
  • step 802 if the returned indicator indicates that the access is valid, then the function continues in step 803, else the function returns an error web page.
  • step 803 the function invokes a generate standard area function passing the page identifier. That function creates the standard portion of the web page.
  • step 804 the function invokes the generate custom area function passing the page identifier. That function generates the area of the web page that is customized by the web page site administrator.
  • step 805 the function generates a footer for the web page and then returns.
  • Figure 9 is a flow diagram of an example function to validate the access.
  • This function accesses the log on/audience table to determine whether the requesting user has access to the web page.
  • step 901 if the user is in the audience, then the function continues at step 902, else the function returns an invalid indication.
  • the function determines whether a user is within the audience by retrieving the audience identifier from the entry for the web page identifier and then accesses the log on/audience table to determine whether the identifier for the user is in that audience.
  • the function continues at step 903, else the function returns an invalid indication.
  • a web page is currently effective if its status is released and the current date is within the effective date range of the web page as indicated by the entry in the page table.
  • the function returns a valid indication, else the function returns an invalid indication.
  • the content of the web page is effective if the content is released and the current time is within the effective date range as indicated by the content table.
  • Figure 10 is a flow diagram illustrating an example function to generate a standard area of a web page.
  • the standard area of a web page is that portion of the web page that contains information that is standard to all the web pages (e.g., hierarchy navigation links).
  • the function sets a background color for the web page. An indication of the background color can be stored in the layout template or in the database.
  • the function retrieves the page identifier and title and adds them to the web page.
  • the function retrieves a background image for the background color and adds that image to the web page. The same image can be used in several different web pages. Different versions of that image may be stored to accommodate the various possible background colors.
  • step 1004 the function retrieves a logo image for the color and adds it to the web page with a link to the main page.
  • step 1005 the function invokes a function to add the left navigation links (e.g., level 1 and 2) to the web page.
  • step 1006 the function invokes a function to add the top navigation links (e.g., level 3 and 4) to the web page. The function then returns.
  • Figure 11 is a flow diagram illustrating an example function for adding left navigation links to the web page.
  • the function for adding top navigation links to the web page functions in an analogous manner.
  • This function adds navigation links for levels 1 and 2.
  • the function retrieves the titles of the level 1 pages from the page table.
  • the function retrieves the titles of the level 2 pages of the level 1 ancestor of the requested web page.
  • the function if the level of the current web page is equal to 1 or 2, then the function highlights the title of the requested web page within the navigation links in step 1104, else the function continues at step 1105.
  • the function adds the retrieved titles for levels 1 and 2 to the web page as navigation links and returns.
  • Figure 12 is a flow diagram illustrating an example function to generate a custom area of the web page in one embodiment. This function is customized for each layout template.
  • the function retrieves an entry for the requested page from the content table.
  • the function adds the content from the retrieved entry to the web page.
  • the function continues its processing of additional content of the web page in a similar manner. The function then returns.
  • FIG 13 is a diagram illustrating an implementation of the management system that uses active server pages.
  • the layout template active server page 1301 defines a web page that includes a standard area and a custom area.
  • the custom area includes a quote content (/ ' . e. , short text), a graphics content (i.e., image) and a text content (i.e., long text) and corresponds to the web page of Figure 1.
  • this template active server page When this template active server page is executed, it first executes the "header" and "page” active server pages to add standard areas to the web page, which have been included 1304, 1305 into the layout templates.
  • the "header, asp" active server page adds the logo, left navigation, and top navigation areas.
  • the main body of layout template 1306 includes an active server page for each content with the custom area. For example, the active server page "G-275x200" 1303 is included to add the graphic image to the web page. That active server page retrieves the content entry for the graphic image from the content table and adds the image specified by that entry to the web page.
  • the layout template includes 1307 an active server page to add the footer navigation to the web page.
  • the management system may generate any type of display page that can be used to specify display output.
  • the management system may even generate display output directly from the templates and content.
  • the management system may allow sub-trees of web pages within the hierarchy to be moved, copied, or deleted. A sub-tree may be moved by changing the parent identifier for the root web page of the sub-tree to identify the new parent web page. When that new parent web page is next dynamically generated, the management system adds to the web page navigation links to the sub-tree. Accordingly, the invention is not limited except by the following claims.

Abstract

A method and system for managing web pages. The web page management system generates a web page based on a layout template and content associated with that web page. A layout template defines the overall organization of the web page that includes defining the type of content to be included on the web page and defining the location of that content on the web page. The management system maintains a mapping between a web page and its layout template and content. When a web page is generated, the web page management system retrieves the layout template and the content for that web page and positions the content on the web page in accordance with the layout template. A web site administrator may create a new web page by specifying the mapping for the new web page.

Description

METHOD AND SYSTEM FOR MANAGING WEB PAGES
TECHNICAL FIELD
The present invention relates generally to managing web pages, and more particularly, to defining and generating web pages.
BACKGROUND
Because it facilitates electronic communications, the Internet is increasingly being used by organizations to disseminate information to customers, clients, and others. The Internet comprises a vast number of computers and computer networks that are interconnected through communication channels. The dissemination of information is often used to further "electronic commerce." Electronic commerce refers generally to commercial transactions that are at least partially conducted using the computer systems of the parties to the transactions. For example, a purchaser can use a personal computer to connect via the Internet to a vendor's computer. The purchaser can then interact with the vendor's computer to conduct the transaction.
The Internet facilitates conducting electronic commerce, in part, because it uses standardized techniques for exchanging information. Many standards have been established for exchanging information over the Internet, such as electronic mail, Gopher, and the World Wide Web ("WWW"). The WWW service allows a server computer system (i.e., web server or web site) to send graphical web pages of information to a remote client computer system. The remote client computer system can then display the web pages. Each resource (e.g., computer or web page) of the WWW is uniquely identifiable by a Uniform Resource Locator ("URL"). To view a specific web page, a client computer system specifies the URL for that web page in a request (e.g., a HyperText Transfer Protocol ("HTTP") request). The request is forwarded to the web server that supports that web page. When that web server receives the request, it sends the requested web page to the client computer system. When the client computer system receives that web page, it typically displays the web page using a browser. A browser is typically a special-purpose application program that effects the requesting of web pages and the displaying of web pages.
Currently, web pages are generally defined using HyperText Markup Language ("HTML"). HTML provides a standard set of tags that define how a web page is to be displayed. When a user indicates to the browser to display a web page, the browser sends a request to the server computer system to transfer to the client computer system an HTML document that defines the web page. When the requested HTML document is received by the client computer system, the browser displays the web page as defined by the HTML document. The HTML document contains various tags that control the displaying of text, graphics, controls, and other features. The HTML document may contain URLs of other web pages available on that server computer system or other server computer systems.
Web pages are typically defined by static HTML documents, which are documents that are created and stored at the server computer system and then retrieved whenever requested by a client computer system. To allow customization of web pages, web servers can generate HTML documents dynamically when a request is received for a web page. One technology for dynamically generating HTML documents is referred to as an "active server page." When a web server receives a request from a client computer system for an active server page identified by a URL, the web server retrieves that active server page and invokes a special-purpose server to execute the commands of the active server page. The commands of an active server page typically result in the generating of an HTML document that is then sent to the client computer system. The commands of an active server page may retrieve data from a database to be used when a generating the HTML document. For example, if the web server supports the sale of computers, then an active server page may access to database that contains a description of the computers that may be purchased. The execution of the active server page results in the generation of an HTML document defining a web page that contains the information retrieved from a database. This HTML document is then sent to the client computer system as a response to the request for the URL that identified the active server page.
The creation of the web pages (e.g., HTML documents that define the web pages) for a web site can be time-consuming and expensive because of the number of web pages that may be used by a web site, because of the complex interrelation of web pages, and because of the high level of skill needed by a web page developer. It would be desirable to have a system that facilitates the development of web pages so that web pages can be developed and maintained by a person who is not a highly skilled web page developer.
SUMMARY
A method and system for managing web pages is provided.
The web page management system generates a hierarchy of web pages based on layout templates and content associated with the web pages. A layout template defines the overall organization of a web page that includes defining the type of content to be included on the web page and defining the location of that content on the web page. The management system maintains a mapping between a web page and its layout template and content and positions of web pages within the hierarchy. When a web page is generated, the web page management system retrieves the layout template and the content for that web page and positions the content on the web page in accordance with the layout template. A web site administrator may create a new web page by specifying the mapping for the new web page. The management system may maintain a listing of layout templates that can be used to define web pages. A web site administrator may define additional layout templates as needed. The management system may allow a web site administrator to view the currently defined layout templates when defining a new web page. The web site administrator can then select the desired layout template for the new web page. The web site administrator also specifies the content to be associated with that new web page. The management system may allow the web site administrator to view and select previously defined content or may allow the web site administrator to define new content. The management system may allow the web site administrator to duplicate or move a sub-tree of web pages within the hierarchy.
BRIEF DESCRIPTION OF DRAWINGS
Figure 1 illustrates a sample web page generated by the management system.
Figure 2 is a block diagram illustrating a hierarchy of web pages.
Figure 3 illustrates the layout defined by a sample layout template that was used to generate the web page of Figure 1. Figure 4 is a block diagram illustrating components of the management system in one embodiment.
Figure 5 is a block diagram illustrating the data structure of the web page database in one embodiment.
Figure 6 is a diagram illustrating a web page for maintaining the web page definitions of the web page database in one embodiment.
Figure 7 is a diagram illustrating a web page for maintaining the content definitions in the web page database.
Figure 8 is a flow diagram of an example function that implements a web page generator component in one embodiment.
Figure 9 is a flow diagram of an example function to validate the access.
Figure 10 is a flow diagram illustrating an example function to generate a standard area of a web page.
Figure 11 is a flow diagram illustrating an example function for adding left navigation links to the web page.
Figure 12 is a flow diagram illustrating an example function to generate a custom area of the web page in one embodiment.
Figure 13 is a diagram illustrating an implementation of the management system that uses active server pages. DETAILED DESCRIPTION
A method and system for defining and generating web pages is provided. In one embodiment, a web page management system provides a database in which a hierarchy of web pages can be defined. A web site administrator can use the management system to add web pages to the hierarchy, remove web pages from the hierarchy, and to modify the web pages. Each web page within the hierarchy is assigned a layout template by the web site administrator. A layout template defines the overall layout of a web page. For example, a layout template may specify that a web page is to contain text at certain positions and graphic images at certain other positions, but might not specify the content of the text and graphic images at those positions. The management system may provide a variety of layout templates for web pages. When a web page is accessed, the management system retrieves the layout template for that a web page and retrieves content that has been assigned to the web page. The management system then uses the retrieved layout template and retrieved content to generate the web page.
In one embodiment, the layout templates are stored as active server pages. When a request is received for a web page, the management system identifies the layout template assigned to that web page by accessing the database. The management system then directs the execution of the layout template, which is an active server page. The layout template uses the identification of the requested web page to retrieve from the database information describing the content of that web page. The layout template generates an HTML document that has the overall layout defined by the layout template and is customized to the content of the requested web page. The layout template may also include other standard active server pages to generate portions of the HTML document that may be common to the web pages defined in the hierarchy. For example, each HTML document may contain a company logo at a certain location or may contain navigation controls that are common to all web pages.
The web page management system includes a maintenance component for maintaining the web page definitions in the database. The maintenance component allows a web page administrator to add new web pages to modify existing web pages, and to reorganize the hierarchy of web page. The maintenance component may also allow a web page administrator to control the release and effective dates of the web pages and their content. For example, the maintenance component may allow a new web page to be defined and to be placed in the hierarchy of web pages. That new web page may, however, be given an initial status of held. The management system will ignore held web pages when dynamically generating web pages requested by a client computer system. Once, however, the status of a web page is changed to released, the management system will treat that web page as fully integrated into the hierarchy that is accessible by the client computer system. Each web page may also have a start and end effective date. When generating web pages, the management system will ignore a web page when the current date is outside its effective date range. In this way, a web site administrator can control releasing of web pages.
Figure 1 illustrates a sample web page generated by the management system. Web page 100 includes a URL field 101, a logo area 102, a left navigation area 103, a top navigation area 104, custom information area 105, and footer navigation area 106. This web page is example of a fifth level web page within a hierarchy of web pages. The path through the web page hierarchy for this web page is "products/business/computers/PC." The left navigation area includes navigation links to first and second level web pages. In this example, the first level web pages relate to products, services, contacting the web server, and information about the web site. The second level web pages of the products web page relate to home, business, and other. The top navigation area includes navigation links to the third and fourth level web pages. In this example, the third level web page of the business web page relates to computers, printers, and miscellaneous. Navigation links below links the third level web pages are to the fourth level web pages. The navigation link for the PC web page is highlighted to indicate that the displayed web page is an ancestor web page of that web page. The logo includes a navigation link to the main web page of the web site. The custom information area in this example contains information relating to a certain computer. The footer navigation area contains navigation links to the first level web pages.
Figure 2 is a block diagram illustrating a hierarchy of web pages. The main level corresponds to the main web page of the web site. From the main web page, a user may select any level 1 web page. From a level 1 web page, a user can select any level 2 web page that is a descendent of that level 1 web page. From a level 2 web page, a user can select any level 3 web page that is a descendant of the level 2 web page. This hierarchy of web pages may continue to an arbitrary level of nesting. Each web page may also allow a user to select the main web page (e.g., a link associated with a logo) or a level 1 web page (e.g., via a navigation footer area).
Figure 3 illustrates the layout defined by a sample layout template that was used to generate the web page of Figure 1. In this example, the layout template defines a logo area 302, a left navigation area
304, the top navigation area 305, a custom information area 306, and a footer navigation area 307. This layout template specifies that the web page will contain a logo in the logo area 302, links to level 1 and 2 web pages in the left navigation area, links to level 3 and 4 web pages in the top navigation area, and links to level 1 web pages in the footer navigation area. The custom information area includes an area for a short textual description, a long textual description, and a graphic image. When the management system receives a request for a web page at level 5, it generates a web page that includes standard web page information for the web pages of the web site. In this example, the logo area and the navigation areas are standard to each web page of the web site. In one embodiment, the layout template includes an active server page that defines the standard web page information.
Figure 4 is a block diagram illustrating components of the management system in one embodiment. The client computers 401 and a server computer 403 are interconnected via the Internet 402. The computers may include a central processing unit, memory, input devices (e.g., keyboard and pointing device), output devices (e.g., display devices), and storage devices (e.g., disk drives). The memory and storage devices are computer- readable media that may contain computer instructions that implement the management system. The client computers may use a browser to access web pages via the Internet. The server computer implements the management system. The management system includes a web server 404, a web page generator 405, a web page maintenance component 406, web page folders 407, and a web page database. The web server receives requests for resources (e.g., web pages) via the Internet and coordinates the generation and transmission of the resources. The web page generator component receives requests for web pages, generates the web pages based on the information stored in the web page database and the web page folders, and provides the generated web page. The web page maintenance component allows a web site administrator to define the hierarchy of the web pages and content of the web pages. The web page database stores the hierarchy and content of the web pages. The web page folders may contain data to be included on various web pages as specified by the web page database. The web page folders may contain the layout templates and image files that are referenced by the web page database. One skilled in the art will appreciate that the concepts of the management system can be used in various other environments other than the Internet, such as an intranet or a non-networking environment. Various communication channels may also be used such as a local area network, wide area network, or point-to-point dial-top connection instead of the Internet. The server system may comprise any combination of hardware or software.
Figure 5 is a block diagram illustrating the data structure of the web page database in one embodiment. The web page database includes a page table 501 and a content table 502. The page table contains an entry for each web page that can be generated by the management system. The page table contains the following fields:
Figure imgf000012_0001
Figure imgf000013_0001
The content table contains an entry for each content that can be dynamically included on a web page. The content table contains the following fields:
Figure imgf000013_0002
Figure imgf000014_0001
The page table and the content table may also contain fields for tracking the maintenance of the web pages and content. For example, the page table may include fields that identify the person who created the web page, who approved the web page, and the person who released the web page. The page table may also include date fields associated with the creating, approving and releasing of web pages.
The web page database also includes a log on table 503, an audience table 504, and a log on/audience table 505. The management system uses the log on table to determine whether a user is a member of the audience for web pages. The log on table contains an entry for each user who is registered to access the dynamically generated web pages. The log on table contains a user identifier, a user password, a user name, and other information relating to the user. The audience table contains entries that each described an audience of users. The audience table contains an audience identifier and an audience name. The log on/audience table maps each audience to the users who are members of the audience.
Figure 6 is a diagram illustrating a web page for maintaining the web page definitions of the web page database in one embodiment. Web page 600 is used to maintain a definition of the web pages. The web page shows the information relating to the definition of the web page corresponding to Figure 1. The web page includes fields 601 that correspond to the fields of the page table. For example, the web page includes a page identifier field, a page named field, an audience field, and so on. A web site administrator enters the name of the layout template into the template field. The layout template files may be stored in a certain folder within the web page folders. The content portion 602 of the web page indicates the content that is to be included on the web page. The content portion contains information that is stored in the content table. The web site administrator may modify the data within the fields and may select a content title to request a web page for modifying that content.
Figure 7 is a diagram illustrating a web page for maintaining the content definitions in the web page database. Web page 700 allows the web site administrator to specify the content that is to be included on the web page. This web page displays the information for one content entry in the content table. This web page displays the page identifier associated with this content, the category of the content, a template for this content, and in this example, text that forms the content.
Figures 8-12 are flow diagrams illustrating sample processing performed by various functions of the management system. The functions may be implemented using active server pages or any programming language. The function receives a page identifier and a generates the web page for that page identifier. The function validates that the requesting user has access to the web page, generates a standard area for the web page, generates a custom area for web page, and then generates a footer area for the web page. In step 801, the function invokes the validate access function passing the page identifier and receiving in return an indication as to whether the access is valid. In step 802, if the returned indicator indicates that the access is valid, then the function continues in step 803, else the function returns an error web page. In step 803, the function invokes a generate standard area function passing the page identifier. That function creates the standard portion of the web page. In step 804, the function invokes the generate custom area function passing the page identifier. That function generates the area of the web page that is customized by the web page site administrator. In step 805, the function generates a footer for the web page and then returns.
Figure 9 is a flow diagram of an example function to validate the access. This function accesses the log on/audience table to determine whether the requesting user has access to the web page. In step 901, if the user is in the audience, then the function continues at step 902, else the function returns an invalid indication. The function determines whether a user is within the audience by retrieving the audience identifier from the entry for the web page identifier and then accesses the log on/audience table to determine whether the identifier for the user is in that audience. In step 902, if the requested page is currently effective, then the function continues at step 903, else the function returns an invalid indication. A web page is currently effective if its status is released and the current date is within the effective date range of the web page as indicated by the entry in the page table. In step 903, if at least some content of the web page is effective, then the function returns a valid indication, else the function returns an invalid indication. The content of the web page is effective if the content is released and the current time is within the effective date range as indicated by the content table.
Figure 10 is a flow diagram illustrating an example function to generate a standard area of a web page. The standard area of a web page is that portion of the web page that contains information that is standard to all the web pages (e.g., hierarchy navigation links). In step 1001, the function sets a background color for the web page. An indication of the background color can be stored in the layout template or in the database. In step 1002, the function retrieves the page identifier and title and adds them to the web page. In step 1003, the function retrieves a background image for the background color and adds that image to the web page. The same image can be used in several different web pages. Different versions of that image may be stored to accommodate the various possible background colors. In step 1004, the function retrieves a logo image for the color and adds it to the web page with a link to the main page. In step 1005, the function invokes a function to add the left navigation links (e.g., level 1 and 2) to the web page. In step 1006, the function invokes a function to add the top navigation links (e.g., level 3 and 4) to the web page. The function then returns.
Figure 11 is a flow diagram illustrating an example function for adding left navigation links to the web page. (The function for adding top navigation links to the web page functions in an analogous manner.) This function adds navigation links for levels 1 and 2. In step 1101, the function retrieves the titles of the level 1 pages from the page table. In step 1102, the function retrieves the titles of the level 2 pages of the level 1 ancestor of the requested web page. In step 1103, if the level of the current web page is equal to 1 or 2, then the function highlights the title of the requested web page within the navigation links in step 1104, else the function continues at step 1105. In step 1105, the function adds the retrieved titles for levels 1 and 2 to the web page as navigation links and returns.
Figure 12 is a flow diagram illustrating an example function to generate a custom area of the web page in one embodiment. This function is customized for each layout template. In step 1201, the function retrieves an entry for the requested page from the content table. In step 1202, the function adds the content from the retrieved entry to the web page. The function continues its processing of additional content of the web page in a similar manner. The function then returns.
Figure 13 is a diagram illustrating an implementation of the management system that uses active server pages. The layout template active server page 1301 defines a web page that includes a standard area and a custom area. In this example, the custom area includes a quote content (/'. e. , short text), a graphics content (i.e., image) and a text content (i.e., long text) and corresponds to the web page of Figure 1. When this template active server page is executed, it first executes the "header" and "page" active server pages to add standard areas to the web page, which have been included 1304, 1305 into the layout templates. In this example, the "header, asp" active server page adds the logo, left navigation, and top navigation areas. The "page. asp" active server retrieves the entries of the content table for this web page. The main body of layout template 1306 includes an active server page for each content with the custom area. For example, the active server page "G-275x200" 1303 is included to add the graphic image to the web page. That active server page retrieves the content entry for the graphic image from the content table and adds the image specified by that entry to the web page. The layout template includes 1307 an active server page to add the footer navigation to the web page.
From the foregoing, it will be appreciated that although specific embodiments of the management system have been described for purposes of illustration, various modifications may be made without deviating from the spirit and the scope of the invention. For example, the management system may generate any type of display page that can be used to specify display output. In addition, the management system may even generate display output directly from the templates and content. The management system may allow sub-trees of web pages within the hierarchy to be moved, copied, or deleted. A sub-tree may be moved by changing the parent identifier for the root web page of the sub-tree to identify the new parent web page. When that new parent web page is next dynamically generated, the management system adds to the web page navigation links to the sub-tree. Accordingly, the invention is not limited except by the following claims.

Claims

1. A computer system for managing web pages, including: a plurality of templates, each template defrning an organization of a web page; a database having a page table and a content table, the page table having entries that each describes a web page, the description including a reference to a template and an identification of content to be used with the template to form a web page, the content table having entries that each describes content that can be used to form a web page; a maintenance component for mamtaining the database; and a generator component that receives requests for web pages, retrieves the entries from the database for the web pages and content, and coordinates the generation of web pages based on the retrieved entries.
2. The computer system of claim 1 wherein the templates are active server pages that access the database to coordinate the generation of the web pages.
3. The computer system of claim 1 wherein the generator component includes a sub-component for generating a standard portion for web pages and a sub-component for generating a custom portion for a web page
4. The computer system of claim 1 wherein the database includes validation information for validating user access to a web page and wherein the generator component uses the validation information to validate user access to a web page.
5. The computer system of claim 1 where multiple web pages share a template.
6. The computer system of claim 1 wherein the web pages are hierarchically organized and the descriptions in the page table specify the hierarchical relationship between web pages.
7. The computer system of claim 6 wherein the maintenance component allows a sub-tree of web pages within the hierarchy to be moved within the hierarchy.
8. A method in a computer system for generating a web page, including: providing a database having information identifying a template for the web page and identifying content to be used with the identified template to generate the web page; receiving a request for the web page; retrieving from the provided database the information for the web page that identifies the template and the content; generating the web page based in the retrieved information; and modifying information of the provided database to effect a change in the web page when it is next generated.
9. The method of claim 8 wherein the templates are active server pages.
10. The method of claim 8 wherein the generating includes generating a standard portion of the web page and a custom portion of the web page.
11. The method of claim 8 including validating access to the requested web page based on information in the provided database.
12. The method of claim 8 wherein multiple web pages share a template.
13. The method of claim 8 wherein multiple web pages share content.
14. The method of claim 8 wherein the database includes a web page table with entries describing web pages and a content table with entries describing content to be includes on web pages.
15. The method of claim 8 wherein the database describes a hierarchical relationship among the web pages.
16. A method in a computer system for generating display pages, the method comprising: providing templates that define the organization of display pages; specifying a hierarchy of display pages, each display page having an associated template and associated content; and in response to receiving a request for a display page, retrieving the template associated with the display page; retrieving the content associated with the display page; creating a display page in accordance with the retrieved template and the retrieved content; and providing the created display page.
17. The method of claim 16 wherein a display page provides navigation for requesting access to a display page at a next level in the hierarchy.
18. The method of claim 16 wherein the specifying of a hierarchy of display pages includes selecting a sub-tree of display pages within the hierarchy and moving the sub-tree within the hierarchy.
19. The method of claim 16 wherein the templates are active server pages.
20. The method of claim 16 wherein multiple display pages share content.
21. The method of claim 16 including providing a collection of content to be included on the display pages.
22. A method in a client computer system for outputting display pages, the method comprising: sending a request for a display page to a server, the display page being within a hierarchy of display pages; in response to sending the request, receiving a display page, the display page being generated by the server after it receives the request, the display page being generated in accordance with a template and content defined for the web page; and generating output in accordance with received display page.
23. The method of claim 22 wherein the templates are active server pages.
24. The method of claim 22 wherein the received display page includes navigation for accessing other display pages within the hierarchy.
25. The method of claim 22 wherein multiple web pages share a template.
26. A method in a computer system for specifying a hierarchical organization of web pages, the method comprising: for each web pages, receiving an indication of a template and of content for the web page and an indication of position of the web page within the hierarchy, the template indicating where the content is to be positioned on the web page; receiving a selection of a sub-tree of web pages within the hierarchy; receiving a selection of a destination position within the hierarchy; and duplicating the selected sub-tree at the destination position.
27. The method of claim 26 wherein the duplicating includes copying the selected sub-tree from its current position within the hierarchy.
28. The method of claim 27 including removing the selected sub-tree from its current position to effect the moving of the sub-tree.
29. The method of claim 27 wherein when a web page for a parent web page of the copy sub-tree is requested, navigation to the web- pages of the copy sub-tree is added to the parent web page.
PCT/US2000/032707 1999-12-03 2000-12-01 Method and system for managing web pages WO2001040975A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU18108/01A AU1810801A (en) 1999-12-03 2000-12-01 Method and system for managing web pages

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US45441799A 1999-12-03 1999-12-03
US09/454,417 1999-12-03

Publications (2)

Publication Number Publication Date
WO2001040975A2 true WO2001040975A2 (en) 2001-06-07
WO2001040975A3 WO2001040975A3 (en) 2004-02-19

Family

ID=23804519

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/032707 WO2001040975A2 (en) 1999-12-03 2000-12-01 Method and system for managing web pages

Country Status (2)

Country Link
AU (1) AU1810801A (en)
WO (1) WO2001040975A2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1338987A1 (en) * 2002-02-19 2003-08-27 Hewlett-Packard Company Providing information in a computer network
GB2392743A (en) * 2002-09-05 2004-03-10 Hewlett Packard Co Method for authoring web page content
EP1588289A1 (en) * 2003-01-06 2005-10-26 Concept Development Pty Ltd. A method and system of web site construction
US8935299B2 (en) * 2012-07-19 2015-01-13 Facebook, Inc. Identifying relevant data for pages in a social networking system
US9141707B2 (en) 2012-07-19 2015-09-22 Facebook, Inc. Context-based object retrieval in a social networking system
CN105512318A (en) * 2015-12-16 2016-04-20 山石网科通信技术有限公司 Page generation method and device
TWI573419B (en) * 2015-01-08 2017-03-01 光點開發股份有限公司 Background management system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0813159A2 (en) * 1996-06-10 1997-12-17 Sun Microsystems, Inc. Method and system for prioritised downloading of embedded web objects
EP0818742A1 (en) * 1996-07-11 1998-01-14 International Business Machines Corporation Embedded HTML documents
WO1998014896A1 (en) * 1996-09-30 1998-04-09 Sterling Software, Inc. Web server data/process integrator
US5835712A (en) * 1996-05-03 1998-11-10 Webmate Technologies, Inc. Client-server system using embedded hypertext tags for application and database development

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5835712A (en) * 1996-05-03 1998-11-10 Webmate Technologies, Inc. Client-server system using embedded hypertext tags for application and database development
EP0813159A2 (en) * 1996-06-10 1997-12-17 Sun Microsystems, Inc. Method and system for prioritised downloading of embedded web objects
EP0818742A1 (en) * 1996-07-11 1998-01-14 International Business Machines Corporation Embedded HTML documents
WO1998014896A1 (en) * 1996-09-30 1998-04-09 Sterling Software, Inc. Web server data/process integrator

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1338987A1 (en) * 2002-02-19 2003-08-27 Hewlett-Packard Company Providing information in a computer network
GB2392743A (en) * 2002-09-05 2004-03-10 Hewlett Packard Co Method for authoring web page content
EP1588289A1 (en) * 2003-01-06 2005-10-26 Concept Development Pty Ltd. A method and system of web site construction
EP1588289A4 (en) * 2003-01-06 2007-01-10 Concept Dev Pty Ltd A method and system of web site construction
US8935299B2 (en) * 2012-07-19 2015-01-13 Facebook, Inc. Identifying relevant data for pages in a social networking system
US9141707B2 (en) 2012-07-19 2015-09-22 Facebook, Inc. Context-based object retrieval in a social networking system
US10311063B2 (en) 2012-07-19 2019-06-04 Facebook, Inc. Context-based object retrieval in a social networking system
TWI573419B (en) * 2015-01-08 2017-03-01 光點開發股份有限公司 Background management system
CN105512318A (en) * 2015-12-16 2016-04-20 山石网科通信技术有限公司 Page generation method and device

Also Published As

Publication number Publication date
AU1810801A (en) 2001-06-12
WO2001040975A3 (en) 2004-02-19

Similar Documents

Publication Publication Date Title
US5890171A (en) Computer system and computer-implemented method for interpreting hypertext links in a document when including the document within another document
US6889250B2 (en) Method and system for information exchange between users of different web pages
US6961902B2 (en) Interactive system for and method of automating the generation of legal documents
Petravick et al. Financial reporting on the world wide web
US8578266B2 (en) Method and system for providing a framework for processing markup language documents
US8561022B2 (en) Method and apparatus for viewing electronic commerce-related documents
US7418657B2 (en) Automatically inserting relevant hyperlinks into a webpage
US6578078B1 (en) Method for preserving referential integrity within web sites
US7392510B1 (en) System for tracking and providing access to information about server components invoked during the dynamic generation of web pages
US20070168465A1 (en) Web Page Optimization Systems
US20050240869A1 (en) Method and system for editable web browsing
US20100218117A1 (en) Method, system, and computer program product for identifying documents in a computer network
JP2009531793A (en) System and method for converting web community and web application data
KR19990023316A (en) Web page format device and method
US8239754B1 (en) System and method for annotating data through a document metaphor
WO2002001397A1 (en) Method and system for providing a framework for processing markup language documents
US7716352B2 (en) Method and system for retrieving information using an authentication web page
WO2001004772A2 (en) A method of and apparatus for generating documents
WO2001040975A2 (en) Method and system for managing web pages
WO2005013082A2 (en) System and method for providing information over a communications network
US20020029257A1 (en) Method of aiding portal site making and method of providing services
Lu et al. Extensible information brokers
Gatenby Inter‐library loans and document delivery via EUCAT: a new PICA/OCLC initiative
WO2001055937A2 (en) Method and system for the display of business data from multiple sources
Anderson et al. Using open hypermedia to support information integration

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS (R. 69(1) EPC) DATED 28-08-2003

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase in:

Ref country code: JP