GB2376767A - Portal to allow access to web pages using different formats - Google Patents

Portal to allow access to web pages using different formats Download PDF

Info

Publication number
GB2376767A
GB2376767A GB0115461A GB0115461A GB2376767A GB 2376767 A GB2376767 A GB 2376767A GB 0115461 A GB0115461 A GB 0115461A GB 0115461 A GB0115461 A GB 0115461A GB 2376767 A GB2376767 A GB 2376767A
Authority
GB
United Kingdom
Prior art keywords
content
portal
xml
providers
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
GB0115461A
Other versions
GB0115461D0 (en
GB2376767B (en
Inventor
Anson Colin L
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.)
HP Inc
Original Assignee
Hewlett Packard Co
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 Hewlett Packard Co filed Critical Hewlett Packard Co
Priority to GB0115461A priority Critical patent/GB2376767B/en
Publication of GB0115461D0 publication Critical patent/GB0115461D0/en
Publication of GB2376767A publication Critical patent/GB2376767A/en
Application granted granted Critical
Publication of GB2376767B publication Critical patent/GB2376767B/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

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/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • 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
    • G06F16/986Document structures and storage, e.g. HTML extensions

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A content-aggregating portal is provided for aggregating content from multiple content providers that each make available content in XML format. The portal as well as aggregating content as appropriate to satisfy user requests, also uses XML style sheets to apply transformations to the XML-based content to effect adaptations such as user device adaptation (Eg WAP, PDA, DESKTOP), user preferences adaptation, or location-based adaptation. The content providers provide their content according to a common XML semantic so as to enable the portal to provide consistent user responses when aggregating from several content providers. The common XML semantic may be specified by the portal operator or informed by related actions as specified in a services registry. In a simpler embodiment, a content-indexing portal is provided.

Description

<Desc/Clms Page number 1>
Distributed Content Indexing and Content Aggregating Portals Field of the Invention The present invention relates to distributed content indexing and content aggregating portals Background of the Invention Today, many mobile services have to be implemented by taking information initially created for presentation focused. html documents and converting to. wml ("Wireless Markup Language", part of the WAP-Wireless Application Protocol-specification). This approach results in the content providers making available two different forms of each document, one for fixed users (html documents) and the other for mobile users (wml documents)-see Figure 1 of the accompanying drawings. While utilities exist to automate this conversion it is not possible to fully automate a guaranteed successful solution. Thus, for example, Everypath has a clever solution where humans are used to identify what parts of web pages need to be conveyed to a mobile user. These are marked and then the system performs the conversion in real-time. This can work well until the original web site is redesigned. Other, more automated solutions, typically disappoint. The result is that good presentation in. wml comes from good original. wml encoding, done specifically for mobile and therefore a dual (fixed and mobile) content eco-system exists. Here, the original information provider is adversely impacted by the diversity.
In Japan, NTT DoCoMo is currently running a very successful mobile e-services business in Japan based on"i-mode"which can be characterized as a combination of technological and business strategies that together give mobile users a very good information-access experience. I-mode uses a simplified form of html for content known as"c-html". One of the important business components has been to assemble a very large amount of valuable content, adapted for presentation in a tightly specified environment, to form the core of an offering. The original, critical mass, core pulled in thousands of other content providers to create a single very viable eco system. While c-html could be deployed in other markets it would not have the same impact simply because the challenge to build a critical mass would be huge. As already indicated, these markets already suffer from multiple content
<Desc/Clms Page number 2>
types with web, WAP and sometimes SMS forms. Content providers find this situation unacceptable and will resist all suggestions of another presentation focused content encoding, especially with the eventual practical requirement to migrate to XHTML.
XHTML, sometimes called the future of the Internet, obeys the grammar rules ofXML and conforms to the vocabulary of HTML. Presentation focused, it is expected that XHTML will be widely adopted for content that is presented on PC browser applications. As such, automated content conversions from material destined for big screens to small screens will be easier. But, it does not address the fundamental concern over how to automate the impact of content presentation equally on a large PC screen as well as a small one on a mobile phone. This is recognised in the creation of basic XHTML with a restricted set of capabilities for small screen devices In fact, XML can be used as a potential single source of. html and. wml documents.
Content providers can automatically create the various encodings from a single source using XML style sheets. These XML style sheets can be used to select items from a document and convert the document to another form. For example, they can be used to put device specific formatting in the document as well as filter a document to provide only location specific information.
The logic of style sheets can be represented as follows: XSL [XML]-XML that is, a style sheet used on an XML document can produce another XML document This notation can be used to show conversion style sheets; XSLhtml[XML] -. html that is, a style sheet used on an XML document can produce an html document Similarly: XSL) [XML]-". wml that is, a style sheet used on an XML document can produce a wml document Hence to perform localisation and device type characterization, the following operation
<Desc/Clms Page number 3>
can be performed : XSLwm) [XSLdevicetype [XSLposttton [XML]]]-*. wml For a content provider who has the sources of information in XML, and who wants to produce good Web and WAP services, this is a good starting point. One encoding and then multiple style sheets produces all the content type encodings. They could even add a chtml style sheet. While there are some shortcomings with a pure XML story, good control of all aspects of information creation as well as style sheet creation will get round them.
Specifically, there are problems in the area of semantic meaning beyond that possible with locally defined DTDs (Document Type Definitions). Furthermore the content provider takes responsibility to directly provide the content, notably the presentation, to the mobile and therefore the role of a portal/intennediary, like an i-mode service, is simply that of an index.
A content provider with just html has a number of migration routes to provide mobile content. The content provider could provide parallel. html and. wml as described above.
Alternatively the content provider could go directly to a core XML original and use stylesheets to create the. html and. wml (see Figure 2) It is an object of the present invention to provide improved ways of providing content to users through portals.
Summary of the Invention According to one aspect of the present invention, there is provided a method of providing content to users via a communication infrastructure, wherein a plurality of content providers each make available content in XML format, and an portal operator provides a content-indexing portal through which users can access content from the content providers, the portal using XML style sheets to apply at least one of the transformations to XMLbased content retrieved from a content provider in response to a user request: user device adaptation of the content; user preferences adaptation; - location-based adaptation;
<Desc/Clms Page number 4>
the content providers providing their content according to an agreed semantic meaning for the XML whereby to enable the portal to provide consistent user responses in respect of content from said plurality of content providers.
According to another aspect of the present invention, there is provided a method of providing content to users via a communication infrastructure, wherein a plurality of content providers each make available content in XML format, and an portal operator provides a content-aggregating portal through which users can access content from the content providers with the portal serving to aggregate content from multiple content providers as appropriate to provide a response to a user request, the portal using XML style sheets to apply at least one of the transformations to XML-based content retrieved from a content provider in response to a user request: user device adaptation of the content; user preferences adaptation; - location-based adaptation; the content providers providing their content according to an agreed semantic meaning for the XML whereby to enable the portal to provide consistent user responses when aggregating from multiple said content providers.
According to a further aspect of the present invention, there is provided a method of providing services to users via a communication infrastructure, wherein a plurality of service providers each make available content in XML format associated with services, and an portal operator provides a portal through which users can access content from the service providers, the portal using XML style sheets to apply at least one of the transformations to XML-based content retrieved from a content provider in response to a user request: user device adaptation of the content; user preferences adaptation; - location-based adaptation; the service providers providing their content according to an agreed semantic meaning for the XML whereby to enable the portal to provide consistent user responses in respect of services from said plurality of service providers.
<Desc/Clms Page number 5>
Brief Description of the Drawings Embodiments of the invention will now be described, by way of non-limiting example, with reference to the accompanying diagrammatic drawings, in which: . Figure 1 is a diagram of a prior art approach to content production for web and mobile users; . Figure 2 is a diagram an alternative prior art approach to content production for web and mobile users; . Figure 3 is a diagram illustrating the provision of content in a standard form XML; . Figure 4 is a diagram of a content-indexing portal embodying the invention; . Figure 5 is a diagram showing XML data flows for a content-aggregating portal embodying the invention; . Figure 6 is a functional block diagram of the portal subject of Figure 5; . Figure 7 is a diagram a the Hewlett-Packard Mobile E-Services Architecture; . Figure 8 is a diagram of a services portal embodying the invention; . Figure 9 is a diagram illustrating a service access operation of the Figure 8 services portal.
Best Mode of Carrying Out the Invention Establishing Content Eco-System Control To provide a coherent content eco-system, existing XML users and html core users, would be encouraged to make their content available as XML as depicted in Figure 3. The operator (or possibly another party) would ensure the meaning conveyed in the XML is consistent and would define a single standard for the vocabulary, for example be providing or specifying a small set of Document Type Definitions (DTD). For simple services, at start-up, this could be a few pages in length. Existing XML users would require an additional style sheet to convert the XML documents, specifically to assign the right tag names. Core html users would need to be encouraged to export their content in XML.
<Desc/Clms Page number 6>
While they could invent their own XML structures, the operator standard would provide a very attractive starting point. Few other companies could take this role.
The purpose of XML in this arrangement is to give a structured document that can easily be searched and later on accessed for content aggregation. There are advantages to the operator taking the responsibility for the meaning in the vocabulary and this could, at least in part, be done by referencing existing and upcoming XML based standards that cover difference aspects of content syndication, including NewsML and NITF (www. iptc. org) and PRISM (www. prismstandard. org). Similarly there are standards dealing with the transfer and management of syndicated content like the Information and Content Exchange protocol (www. icestandard. org).
The benefit of the proposed arrangement is that search engines can deliver more consistent and hopefully accurate results, improving the user experience.
For delivery to a mobile, this proposed arrangement is not technically constrained to the specifics of content encoding for i-mode or WAP. Equally, the following conversion are possible : XSLw, [XSLdevlcejype [XSLpohon [XML]]]- > . Wml and XSLe. h) [XSLdev. eetype [XSLpi [XML]]]- > . html (of type c-html) XSLc-ht. I [XSLd,, i,, r This gives the foundation for a solution where the content providers export XML and the mobile operator's servers perform the final style-sheet manipulations, such as device type manipulations. This is advantageous as only the operator need hold the entire set of device specific style sheets, not the content provider. This creates a simple but effective control point, through the ownership of'meaning'and device formatting, to impose business rules to ensure a good user experience. Furthermore, by making the conversion style sheets available to content providers, they can check how their content will be converted and presented.
<Desc/Clms Page number 7>
Content Indexing Portals The foregoing approach enables the provision of content-indexing portals giving improved end-user experience.
A foundation for a simple content indexing portal lies in the business rules for content providers and the content translations executed in the portal. Figure 4 illustrates an embodiment of a content-indexing portal working on these principles. The portal basic service is a personalised index for each mobile user that adapts with usage and specifically points to content the user has indicated they are interested in.
The portal also controls content presentation. A clear knowledge of the XML stylesheet rules permits an XML content creator to be sure on how their content will appear yet they do not need to create or buy all the potential XML translation style sheets.
With XML based content and the final mobile content encoding in the portal, migration to WAP-NG is integrated in the design.
To ensure a good user experience, the content indexing portal relies on rules that state : * The limited set of screen sizes and colours that are supported-device profiles * How content is obtained from content providers (protocol)-content providers will be required to export content in the agreed XML formats using http or https, where the XML documents appear simply as another mime type.
How the content providers provide the content in a consistent manner-there will be one standard meaning for the XML vocabulary for all content; to achieve this operator (or possibly another party) will define, in simple terms, the meaning for all content types.
The portal/server, owned by the network operator, will then provide basic index page services exactly as in i-mode or simple WAP portals and the content will be collected in XML. This will be transformed in the portal/server to create device specific content using XML style sheets (and other tools).
<Desc/Clms Page number 8>
The portal/server may reference and forward content that is already formatted for WAP or c-html presentation. This will be transparently passed through the portal as required.
Based on XML. with the agreed operator vocabulary meanings, the content indexing portal personalises and renders personal service menus. Localisation could easily be added.
These web assets are then delivered by references to the services themselves.
Content and Service Aggregating Portals A content-indexing portal is in many ways only a partial solution to user needs-what is often really called for is an information and service aggregation portal where information is pulled together for a user rather than simply referenced.
Figure 5 depicts, in simplified form, a content-aggregating portal in terms of the XML document flows for a c-html user-device environment. XML documents, in the agreed vocabulary, are collected by the portal. The content is then manipulated in various waysaggregated, personalised, localised and converted. The diagram shows XSL stylesheets used for location and device type conversions. (The diagram only shows the XML paths, it does not show the paths required to relay original WAP and i-mode information without any manipulation. ). Figure 6 is a functional block diagram of the content-aggregating portal.
The detailed implementation of the portal will depend on requirements for performance. One issue is whether the content is always to be collected fresh from the content provider when required or whether the content to be cached and the cache refreshed from time to time. Equally, it must be decided whether aggregation is to be done on demand or in advance. In a preferred embodiment, a 2 level content cache is provided, holding both raw content and pre-aggregated content.
Whilst the content-aggregating portal could retrieve content based on pre-established indexes, it is preferred to provide a search engine to ensure that the most appropriate content is obtained. This search engine works in 2 ways
<Desc/Clms Page number 9>
'specifically at the request of the user * speculatively in searching for the best content for typical requests and caching the content A filtering mode can also be implemented where new content is continuously evaluated against individual user profiles. The filtering mode can, for example, be supported by the Chilead"Current Awareness"solution and allows users to be proactively notified about new interesting content via, for example, SMS. In Figure 5, this could happen inside the "XML collector and aggregator"block.
In a content aggregating portal, the personalisation, location and content aggregation systems directly interact. With a consistent representation of content, management and aggregation is possible using standard ISV products including Interwoven, Broadvision and ATG Dynamo.
The Figure 5 content-aggregating portal provides the following benefits: It integrates together valuable content in a manner to ensure a good user experience.
It does not impose technical restrictions on hybrid WAP and i-mode solutions.
It contains the foundations for extension into deeper content aggregation The content aggregating portal can be deployed using the Hewlett-Packard Mobile EServices Architecture and specifically, the HP Bluestone J2EE and XML environment as well as Total-e-mobile. The HP Mobile E-Service Architecture is depicted pictorially in Figure 7.
A Generic Approach with Migration into E-Services The above-described content aggregating portal is a distributed XML document integration bus that uses standard web protocols but which had the operator effectively assuming the role of a standards body; while this is satisfactory in a single national market, it is less likely to work in a multinational environment.
Equally, the focus of the above has been on presenting content rather than delivering useful
<Desc/Clms Page number 10>
services. In a mobile world, there will be a greater need for an activity, that is, a need to actively respond to"Change the time of my flight"by doing just that rather than showing a list of alternative flight times; also, changing the flight time is likely to have knock-on effects requiring action to change car hire booking, late arrival at the hotel, etc.
To resolve these issues a more generic portal architecture is envisioned. In this case rather than define a single set of meanings for the XML based content, a service registry is set up that contains many service offers, each using a published vocabulary with well understood meaning and purpose. The solution is now universally deployable without requiring the operator to become a standards authority rather, to become the holder of the critical services repository. Furthermore the solution is based on delivering e-services, i. e. executing activities, rather than reading web pages.
To achieve this, each service offer must be wrapped in a well-defined manner. Each eservice performs a task and can be registered, discovered and used. This is the underlying logic of HP's e"speak architecture. Indeed, these e-services can be contents, activities, operator-services in the portal, like billing and location, or any other asset that can be placed on the Web.
The generic form of the architecture could utilise HP e"speak, creating a mobile e-service integration framework (see Figure 8). This can be deployed with the HP Bluestone Totale-Mobile to create a whole solution, which can be hosted in the HP Mobile e-Services Architecture.
A service integration framework can be based on HP e"speak, where all Web based assets are treated as e-services. Each is described in the registry and a composite e-service is created from the individual services. The portal, with service aggregation, would be constructed as a set of services, each delivering exactly the same logical blocks as before but rather than simply pulling XML documents from remote sites, the remote sites would offer their assets as an e-service. They too would wrap their assets in the well-defined manner, specified via HP e"speak, and their content appears as a service-a description of the weather that can be animated rather than textual description.
<Desc/Clms Page number 11>
The simple example shown in Figure 9 shows a step-by-step operation of the service. It assumes that each service has already been registered in the Registry.
In this example, a user requests from the portal their home page (1). The portal calls on the index generator (2), which collects personalisation (3) and location (4) information before going to the Registry to collect a list of services (5) for the home page (6). When a service is requested (7) a service decorator is used to pull together the request (7.1. 1,7. 1.2), which is forwarded with additional useful parameters (7.1. 3. ). Once the service responds then event logging (7.1. 4) and billing (7.1. 5) can be carried out before the final delivery (7.2).
The example shows different types of resource that are wrapped as e-services and illustrates re-use of the personalisation and location servers. These are operator provided services that are used in conjunction with third party services to deliver the whole user experience. Clearly a new service can be rapidly created byre-use of the e-services that are known by the Registry.
In the foregoing, a three-phase architecture has been described progressing from content indexing portals, through content aggregating portals into portals that support activity based e-services. The content semantics problem can be resolve in 2 ways-eco-system control over the meaning of XML content or by use of a Registry where the meaning of the content is clarified by the action. It will be appreciated that many variants are possible to the above described embodiments of the invention.

Claims (12)

  1. CLAIMS 1. A method of providing content to users via a communication infrastructure, wherein a plurality of content providers each make available content in XML format, and an portal operator provides a content-indexing portal through which users can access content from the content providers, the portal using XML style sheets to apply at least one of the transformations to XML-based content retrieved from a content provider in response to a user request: user device adaptation of the content; user preferences adaptation; - location-based adaptation; the content providers providing their content according to an agreed semantic meaning for the XML whereby to enable the portal to provide consistent user responses in respect of content from said plurality of content providers.
  2. 2. A method according to claim 1, wherein the semantic meaning of the XML is specified by the portal operator.
  3. 3. A method of providing content to users via a communication infrastructure, wherein a plurality of content providers each make available content in XML format, and an portal operator provides a content-aggregating portal through which users can access content from the content providers with the portal serving to aggregate content from multiple content providers as appropriate to provide a response to a user request, the portal using XML style sheets to apply at least one of the transformations to XML-based content retrieved from a content provider in response to a user request: user device adaptation of the content; user preferences adaptation; - location-based adaptation; the content providers providing their content according to an agreed semantic meaning for the XML whereby to enable the portal to provide consistent user responses when aggregating from multiple said content providers.
    <Desc/Clms Page number 13>
  4. 4. A method according to claim 3, wherein the agreed semantic meaning of the XML is specified by the portal operator.
  5. 5. A method according to claim 3, wherein the portal includes a two-level cache for caching both raw content obtained from the content providers and for caching content aggregated by the portal.
  6. 6. A method according to claim 3 or claim 5, wherein the portal aggregates and caches content in advance of any related request.
  7. 7. A method according to claim 6, wherein the content aggregation is effected in accordance with predetermined user content-personalisation profiles.
  8. 8. A method of providing services to users via a communication infrastructure, wherein a plurality of service providers each make available content in XML format associated with services, and an portal operator provides a portal through which users can access content from the service providers, the portal using XML style sheets to apply at least one of the transformations to XML-based content retrieved from a content provider in response to a user request: user device adaptation of the content; user preferences adaptation; location-based adaptation; the service providers providing their content according to an agreed semantic meaning for the XML whereby to enable the portal to provide consistent user responses in respect of services from said plurality of service providers.
  9. 9. A method according to claim 8, wherein the common XML semantic is specified in a registry run by the portal operator in association with actions associated with the related services.
    <Desc/Clms Page number 14>
  10. 10. A method according to claim 8, wherein the portal includes a two-level cache for caching both raw content obtained from the service providers and for caching content aggregated by the portal.
  11. 11. A method according to claim 8 or claim 10, wherein the portal aggregates and caches content in advance of any related request.
  12. 12. A method according to claim 8, wherein the content aggregation is effected in accordance with predetermined user service-personalisation profiles.
GB0115461A 2001-06-22 2001-06-22 Distributed content indexing and content aggregating portals Expired - Fee Related GB2376767B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB0115461A GB2376767B (en) 2001-06-22 2001-06-22 Distributed content indexing and content aggregating portals

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB0115461A GB2376767B (en) 2001-06-22 2001-06-22 Distributed content indexing and content aggregating portals

Publications (3)

Publication Number Publication Date
GB0115461D0 GB0115461D0 (en) 2001-08-15
GB2376767A true GB2376767A (en) 2002-12-24
GB2376767B GB2376767B (en) 2004-12-22

Family

ID=9917281

Family Applications (1)

Application Number Title Priority Date Filing Date
GB0115461A Expired - Fee Related GB2376767B (en) 2001-06-22 2001-06-22 Distributed content indexing and content aggregating portals

Country Status (1)

Country Link
GB (1) GB2376767B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2392744A (en) * 2002-09-05 2004-03-10 Hewlett Packard Co Alternative web content provision
WO2004057492A2 (en) * 2002-12-20 2004-07-08 International Business Machines Corporation System and method for dynamically integrating remote portal fragments into a local portal
FR2852711A1 (en) * 2003-03-19 2004-09-24 France Telecom Enterprise application managing method, involves transferring data description towards enterprise for supplying application data as per description to information management system for enabling access to data by user
WO2005006210A2 (en) * 2003-06-30 2005-01-20 Netiq Corporation Methods, systems and computer program products for language independent data communication and display
GB2417104A (en) * 2004-08-12 2006-02-15 Stephen John Doyle Searching for and indexing mobile content on a network
US7016963B1 (en) * 2001-06-29 2006-03-21 Glow Designs, Llc Content management and transformation system for digital content
WO2006035116A1 (en) * 2004-09-30 2006-04-06 Nokia Corporation Content presentation adaptation
WO2009122386A2 (en) * 2008-03-29 2009-10-08 France Telecom Telecommunication system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2346238A (en) * 1999-01-29 2000-08-02 Ibm Tailoring Web page content in HTML format for display, using XML tools
WO2001035235A1 (en) * 1999-11-09 2001-05-17 Vocal Point, Inc. System and method for accessing web content using limited display devices
WO2001042989A2 (en) * 1999-11-30 2001-06-14 Broadvision Inc. Customization of output content based on device type
WO2001065355A1 (en) * 2000-03-01 2001-09-07 Celltrex Ltd. System and method for rapid document conversion
WO2001076190A2 (en) * 2000-04-03 2001-10-11 Wireless Knowledge Application gateway system
WO2001077842A1 (en) * 2000-04-11 2001-10-18 Telecommunication Systems, Inc. Individualized network information server

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2346238A (en) * 1999-01-29 2000-08-02 Ibm Tailoring Web page content in HTML format for display, using XML tools
WO2001035235A1 (en) * 1999-11-09 2001-05-17 Vocal Point, Inc. System and method for accessing web content using limited display devices
WO2001042989A2 (en) * 1999-11-30 2001-06-14 Broadvision Inc. Customization of output content based on device type
WO2001065355A1 (en) * 2000-03-01 2001-09-07 Celltrex Ltd. System and method for rapid document conversion
WO2001076190A2 (en) * 2000-04-03 2001-10-11 Wireless Knowledge Application gateway system
WO2001077842A1 (en) * 2000-04-11 2001-10-18 Telecommunication Systems, Inc. Individualized network information server

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9092546B2 (en) 2001-06-29 2015-07-28 Ranoldasin Telecom Llc Content management and transformation system for digital content
US10701185B2 (en) 2001-06-29 2020-06-30 Intellectual Ventures Ii Llc Content management and transformation system for digital content
US10237371B2 (en) 2001-06-29 2019-03-19 Intellectual Ventures Ii Llc Content management and transformation system for digital content
US7016963B1 (en) * 2001-06-29 2006-03-21 Glow Designs, Llc Content management and transformation system for digital content
US9686378B2 (en) 2001-06-29 2017-06-20 Callahan Cellular L.L.C. Content management and transformation system for digital content
US9361399B2 (en) 2001-06-29 2016-06-07 Callahan Cellular L.L.C. Content management and transformation system for digital content
GB2392744A (en) * 2002-09-05 2004-03-10 Hewlett Packard Co Alternative web content provision
WO2004057492A2 (en) * 2002-12-20 2004-07-08 International Business Machines Corporation System and method for dynamically integrating remote portal fragments into a local portal
WO2004057492A3 (en) * 2002-12-20 2004-09-16 Ibm System and method for dynamically integrating remote portal fragments into a local portal
FR2852711A1 (en) * 2003-03-19 2004-09-24 France Telecom Enterprise application managing method, involves transferring data description towards enterprise for supplying application data as per description to information management system for enabling access to data by user
WO2005006210A2 (en) * 2003-06-30 2005-01-20 Netiq Corporation Methods, systems and computer program products for language independent data communication and display
WO2005006210A3 (en) * 2003-06-30 2005-11-24 Netiq Corp Methods, systems and computer program products for language independent data communication and display
GB2417104A (en) * 2004-08-12 2006-02-15 Stephen John Doyle Searching for and indexing mobile content on a network
WO2006035116A1 (en) * 2004-09-30 2006-04-06 Nokia Corporation Content presentation adaptation
WO2009122386A3 (en) * 2008-03-29 2009-12-03 France Telecom Telecommunication system
WO2009122386A2 (en) * 2008-03-29 2009-10-08 France Telecom Telecommunication system

Also Published As

Publication number Publication date
GB0115461D0 (en) 2001-08-15
GB2376767B (en) 2004-12-22

Similar Documents

Publication Publication Date Title
Lathem et al. Sa-rest and (s) mashups: Adding semantics to restful services
KR100398711B1 (en) Content publication system for supporting real-time integration and processing of multimedia contents including dynamic data and method thereof
KR100490734B1 (en) Annotation-based automatic document generation apparatus and method
US8069406B2 (en) Method and system for improving user experience while browsing
US7660844B2 (en) Network service system and program using data processing
CN100440208C (en) A method and system for improving presentation of html pages in web devices
CN102184266B (en) Method for automatically generating dynamic wireless application protocol (WAP) website for separation of page from data
CN101583072B (en) Middleware product for realizing Mobile Internet and method thereof
US8621092B2 (en) Remote portlet consumer with enhanced resource URL processing
CN103546498B (en) It is a kind of that the method and apparatus accessing webpage is provided for mobile terminal
Britton et al. Transcoding: Extending e-business to new environments
KR100456022B1 (en) An XML-based method of supplying Web-pages and its system for non-PC information terminals
GB2376767A (en) Portal to allow access to web pages using different formats
KR20090009804A (en) Managing network response buffering behavior
KR100759186B1 (en) System and method to provide web service that delivers information from semi structured web document and database
US20080052412A1 (en) Distributed portel system, content page creation server and recording medium
US20020184370A1 (en) System and method for providing links to available services over a network
CN103312736B (en) Web page processing method and system and proxy server
Wilde Deconstructing blogs
Wu et al. Aligning with the web: an atom-based architecture for web services discovery
CN103246684A (en) Method, device and system for web page transition
JP5245629B2 (en) Relay device, communication relay method, program thereof, and relay system
Windley Enabling Web Services
Kurz et al. FACADE-a framework for context-aware content adaptation and delivery
JP5396872B2 (en) Terminal device and Web page data acquisition method

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 20120622