WO2009014628A1 - Viewing of feeds - Google Patents

Viewing of feeds Download PDF

Info

Publication number
WO2009014628A1
WO2009014628A1 PCT/US2008/008714 US2008008714W WO2009014628A1 WO 2009014628 A1 WO2009014628 A1 WO 2009014628A1 US 2008008714 W US2008008714 W US 2008008714W WO 2009014628 A1 WO2009014628 A1 WO 2009014628A1
Authority
WO
WIPO (PCT)
Prior art keywords
publication
feed
print
feeds
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.)
Ceased
Application number
PCT/US2008/008714
Other languages
French (fr)
Inventor
Udi Chatow
Andrew E. Fitzhugh
Andrew Bolwell
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.)
Hewlett Packard Development Co LP
Original Assignee
Hewlett Packard Development Co LP
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 Development Co LP filed Critical Hewlett Packard Development Co LP
Priority to DE112008001958T priority Critical patent/DE112008001958T5/en
Priority to CN200880100426A priority patent/CN101828165A/en
Priority to GB1001077A priority patent/GB2463834A/en
Publication of WO2009014628A1 publication Critical patent/WO2009014628A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/103Formatting, i.e. changing of presentation of documents
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Definitions

  • RSS Really Simple Syndication
  • RSS is a family of web feed formats used to publish frequently updated content such as blog entries, news headlines and podcasts. RSS enables people to keep up with their favorite web sites in an automated manner rather than manually checking and pulling content from the web sites.
  • Programs such as web browsers are used to access the feeds, and the feeds are displayed and viewed on a screen.
  • Figure 1 is an illustration of a method of viewing feeds in accordance with an embodiment of the present invention.
  • Figure 2 is an illustration of a method of accessing feed selections in accordance with an embodiment of the present invention.
  • Figure 3 is an illustration of a method of creating a publication from feed selections in accordance with an embodiment of the present invention.
  • Figure 4 is an illustration of a method of enhancing a publication in accordance with an embodiment of the present invention.
  • Figure 5 is an illustration of a machine in accordance with an embodiment of the present invention.
  • feeds are viewed according to a print paradigm.
  • a feed refers to digital content having a format that provides frequently updated content to users.
  • a feed is not limited to any particular type.
  • the feed could be a web feed such as an RSS feed or a picture feed.
  • a feed is not limited to an Internet or Intranet feed.
  • a feed could be generated by a telecom provider over its own network for its mobile phone users.
  • a feed is not even limited to a network.
  • a feed could exist locally on a computer and not require a network of any type for transmission.
  • the content contained within a feed is typically defined by its publisher.
  • a magazine or newspaper publisher for instance, will typically define multiple feeds, some corresponding to different sections (e.g., national news, business, sports), to particular columnists, etc.
  • Some embodiments of the present invention may be performed by a central service provider.
  • a web-based service provider such as Google or Yahoo.
  • Google offers various services for providing web feeds.
  • Google offers Google Reader, which checks favorite web sites, news sites and blogs for new content.
  • Yahoo offers My Yahoo!, which provides personalized web content such as TV listings, bookmarks to other web sites, links to selected newspaper articles, links to stock market information, etc.
  • a user e.g., a person subscribing to a service
  • the feeds can be read using an application called a "feed reader” or an "aggregator.”
  • a user may subscribe to a feed by entering the feed's link into the aggregator or by clicking an RSS icon that initiates the subscription process.
  • the aggregator checks the user's subscribed feeds regularly for new content, downloading any updates that it finds.
  • the aggregator is not limited to any particular platform.
  • the aggregator can be run on a personal computer or a mobile device.
  • FIG. 1 illustrates a method of viewing feeds.
  • certain content is automatically selected from one or more feeds.
  • the content may be selected according to some search criteria.
  • the selected content is referred to as 'Teed selections.”
  • a user had previously selected three feeds that are published by sports magazines and two more feeds for the sports section of two newspapers. The user had also previously indicated an interest in a particular sports team.
  • a service provider searches these five feeds and returns images and articles (feed selections) about that sports team.
  • the feed selections are arranged into a publication.
  • the feed selections can be converted to a standard document format (e.g., pdf or XML) and concatenated or otherwise arranged. This step may also be performed automatically. For example, a service provider can arrange the feed selections or have someone else do it.
  • a standard document format e.g., pdf or XML
  • the publication may be formatted before being sent to print.
  • the formatting is not limited to any particular type.
  • the feed selections may be placed in a format that is consistent with a certain type of publication. Examples of different types of publication formats include, but are not limited to, those of personal magazines, personal catalogues, books, newsletters, and combinations thereof.
  • the resulting publication is not limited to a concatenation of feed selections. Rather, it can be an arrangement of feed selections that has the look and feel of a certain type of publication.
  • the publication contains only those articles that are of interest to a person, and it has the look and feel of a newspaper.
  • the publication contains articles and blog content that are of interest to a person, and it has the look and feel of a magazine.
  • a publication contains both news articles and documents. The news articles are formatted to have the look and feel of a magazine, and the documents are formatted to have the look and feel of professional reports.
  • the publication is sent to print.
  • the publication can be sent back to the user for printing on a local printer.
  • the publication can be sent to another party for printing, such as a print service provider (PSP).
  • PSP print service provider
  • the PSP could print the publication and deliver it to a specified location.
  • the publication is sent to print, it might not be printed immediately. For instance, the publication might be sent to a short term server storage prior to printing.
  • the method of Figure 1 shifts the viewing of feeds from an on-line paradigm to a print paradigm.
  • the print paradigm offers advantages over the on-line paradigm For instance, multiple pages are usually easier and faster to read and digest in a printed format.
  • the print paradigm is not tethered to an Internet connection. Via a print paradigm, a person can read the feed selections at locations that do not offer Internet access.
  • a print can be made with higher resolution and sharpness. A print also looks better under external sunlight or other intense light exposures.
  • FIG. 2 illustrates an example of how the feed selections are accessed.
  • This example involves a service provider.
  • the service provider receives feed choices from a user. These choices may be made with an aggregator. For example, a user clicks RSS icons in an aggregator, and the aggregator sends the corresponding feed links choice to the service provider.
  • the service provider obtains search criteria.
  • the search criteria includes, but is not limited to, image quality, file size, feed date (e.g., most recent news receives highest priority), content of interest (as indicated by, for example, tags and keywords).
  • feeds may be specified at block 210.
  • the preference for the particular sports team may be supplied as part of the search criteria (also at block 210).
  • the search criteria indicate a preference for high image quality, time of picture capture, place, source of information, author, editor, etc.
  • the user may supply the search criteria to the service provider.
  • the user may select different criteria from a menu offered by a browser, and the browser sends the selected criteria to the service provider.
  • the search criteria may also be entered and supplied to the service provider via an aggregator.
  • the search criteria may be determined or refined automatically. With time and usage, the service provider can learn about the user, develop a profile, and identify user interests. This information can be used to automatically select feeds and generate search criteria for the user.
  • Feeds may be selected and search criteria may be determined automatically from recipient interests.
  • Recipient interests might include geographic location, reading interests, hobbies, affiliations, memberships, desired level of advertising, etc. Obtaining information about recipient interests is described in assignee's U.S. Serial No. 11/694,914 filed 30 March 2007, which is incorporated by reference.
  • the service provider automatically accesses feed selections based on the feed choices and the search criteria.
  • a search engine could be used to select content from feeds.
  • the feed selections could include images, text, graphics and blogs.
  • the service provider stores the feed selections in a repository (e.g., in server-accessible memory). Certain stored selections may be overwritten or replaced. For instance, if the user criteria specifies high quality images, saved images will be overwritten by similar images having higher quality.
  • the feeds may be searched periodically. Although the actual frequency will be application-specific, the selected feeds might be searched several times a day.
  • FIG. 3 illustrates an example of creating a publication from feed selections.
  • the repository is "frozen" (that is, no more feed selections are added).
  • the repository may be frozen upon request by a user. For instance, if a user has to catch a flight the next day, that user might want the repository frozen immediately so a publication can be created and delivered to the airline (which can then deliver the publication to the user at the gate or on the plane).
  • the repository may be frozen according to a user-defined custom schedule.
  • publication creation can be scheduled periodically (e. g., weekly, monthly), or according to an ad-hoc special print schedule, or whenever the repository has been filled with a predefined number of pages (e.g., once a page limit for the publication has been reached).
  • the user-defined schedule could be offered as part of a subscription service. For instance, the user pays a certain amount of money for X number of pages. The cost of the service could be subsidized in part or in full by allowing a certain amount of advertising in the publication.
  • the feed selections in the frozen repository are sent to publication.
  • the feed selections are arranged into a publication, and the publication is formatted.
  • the publication may also be enhanced. Examples of enhancing a publication will be described below.
  • the formatting may be performed, before, during or after the enhancements are applied. Formatting includes giving the publication a certain look and feel.
  • the publication may be formatted with predefined templates and page masters that are pre-defined. Some templates and page masters could be user-supplied.
  • Formatting could also include fitting the feed selections and any other material (e.g., advertisements, personalized content, and filler content) to the length of a page.
  • the formatting can include improving the appearance, organization and readability of a publication.
  • a repository may be partitioned, where each partition contains a different type of content (e.g., pictures, news articles, sports).
  • the content in the different partitions can be formatted differently. For example, a first print template could be applied to news content, a second print template could be applied to sports, and so on.
  • the formatted content is then combined into a single publication.
  • different repositories may be used.
  • the publication could be sent (e.g., e-mailed) to a user, who uses a word processing program, publishing program, publication wizard or some other program to perform the formatting.
  • a publishing program might have the following features: standard toolbars for image editing and word processing operations; an interface for adding additional content; and a menu of templates and page masters that can be applied to the publication.
  • the program can also provide an interface for sending the formatted publication back to the service provider or to a print service provider, or to a local printer.
  • the publication could be formatted on-line. For example, a user logs into web site, accesses the publication, and uses web-based tools to format and enhance the publication.
  • the publication could be formatted automatically, in addition to or instead of manual intervention.
  • formatting preferences could be indicated at block 210 of Figure 2, and the publication can be automatically formatted according to those preferences.
  • the publication is sent to print.
  • a service provider can print the publication and send it (e.g., by mail, fax) to the user.
  • the service provider can send the publication in electronic form to a print service provider, which prints out the publication and sends the publication to the user or other recipient.
  • a service provider e-mails a printed publication to a print shop, where a user later picks it up.
  • the service provider e-mails a publication to a hotel at which a user is (or will be) staying. The hotel then prints the publication and gives it to the user.
  • a service provider e-mails a publication to a user, who prints it on a local printer.
  • Figure 4 illustrates various ways in which a publication can be enhanced prior to being sent to print. All of the ways illustrated in Figure 4 are optional and can be performed in any order.
  • the feed selections are previewed, edited and re-arranged. This re-arrangement can be performed by the user. This can be performed with a word processing program, image editing program, publishing program, etc.
  • one or more advertisements can be added to the publication.
  • the advertisements can be added to partially or fully subsidize the cost of preparing the publication.
  • a service provider may identify advertisements that can be placed in a publication.
  • specialty print items can be specified. As examples, a certain print media type or color properties (e.g., CMYK, CMYKcm, hexachrome or larger gamut) might be specified. Other specialty services, such as applying bindings, special finishes, etc., might be specified. A PSP capable of fulfilling the specified print options (and other criteria, such as cost) would then be selected.
  • the publication can be enhanced by using a
  • a Publisher Interface refers to an embodiment of a platform disclosed in assignee's U.S. Serial No. 11/741,718 filed 27 April 2007, which is incorporated herein by reference.
  • the Publisher Interface provides access to a wide variety of resources (e.g., content providers, designers, advertisers, editors, print service providers) of varying degrees of quality.
  • resources e.g., content providers, designers, advertisers, editors, print service providers
  • a person with little or no knowledge of desktop publishing can enlist selected parties to create a professional-looking publication.
  • a publisher doesn't need to understand the intricacies of document publishing.
  • a publisher doesn't need to establish a network of content providers, designers, advertisers.
  • the Publishing Interface could incorporate a method according to an embodiment of the present invention (e.g., automatically arranges feed selections into a single publication, and sends the publication to print).
  • the feed selections are used as common content, and customized instances may be generated from the common content.
  • the feed selections may be included in each instance.
  • the different instances may also include additional content that is different. Examples of the additional content include, but are not limited to, jokes, quotes, and reviews.
  • the different instances may also include different advertisements, and different designs (applying a theme, higher quality templates, art work), and any other customized material.
  • the instances may be customized according to recipient interests.
  • An instance may contain customized content (e.g., stories of interest, regional information, certain editorials, photos from specific places of interest to a recipient).
  • An instance may contain a customized design (e.g., an appropriate template or style sheet, a theme for special occasion, a layout with cartographic styles for a recipient interested in travel, use of a predominant color for a holiday, certain image borders or frames, fonts, page numbers and other graphical elements).
  • Customizing instances of a publication is described in assignee's U.S. Serial No. 11/694,914 filed 30 March 2007. The Publisher Interface could be used to perform the customization.
  • Advertisements in an instance may also be customized according to a recipient's interests. Customization of advertisements is also described in assignee's U.S. Serial No. 11/460,488 filed July 27, 2006, which is incorporated by reference.
  • Customization of advertising has particular advantages. For example, a recipient might be willing to pay full cost for an instance, provided that the instance does not contain advertising. Or a recipient might accept a certain amount of advertising in an instance so that the instance is subsidized in part by advertisements. As a result, the recipient's cost of the instance would be reduced.
  • FIG. 5 illustrates a general hardware implementation of a method according to an embodiment of the present invention.
  • the hardware implementation includes a machine 510 having a network interface 520, a processor 530, and memory 540.
  • the memory 540 includes data 550 (e.g., code) for causing the processor 530 to perform a method according to an embodiment of the present invention.
  • data 550 e.g., code
  • the machine could be a server.
  • An online service provider might use multiple servers to provide an online service to its many subscribers.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Transfer Between Computers (AREA)
  • Labeling Devices (AREA)
  • Handling Of Cut Paper (AREA)

Abstract

Feed selections are automatically arranged into a single publication (120), and the publication is sent to print (140).

Description

VIEWING OF FEEDS
BACKGROUND
[0001 ] Really Simple Syndication ("RSS") is a family of web feed formats used to publish frequently updated content such as blog entries, news headlines and podcasts. RSS enables people to keep up with their favorite web sites in an automated manner rather than manually checking and pulling content from the web sites.
[0002] The feeds are viewed according to an on-line paradigm.
Programs such as web browsers are used to access the feeds, and the feeds are displayed and viewed on a screen.
BRIEF DESCRIPTION OF THE DRAWINGS [0003] Figure 1 is an illustration of a method of viewing feeds in accordance with an embodiment of the present invention.
[0004] Figure 2 is an illustration of a method of accessing feed selections in accordance with an embodiment of the present invention.
[0005] Figure 3 is an illustration of a method of creating a publication from feed selections in accordance with an embodiment of the present invention.
[0006] Figure 4 is an illustration of a method of enhancing a publication in accordance with an embodiment of the present invention. [0007] Figure 5 is an illustration of a machine in accordance with an embodiment of the present invention.
DETAILED DESCRIPTION
[0008] As shown in the drawings for purposes of illustration, feeds are viewed according to a print paradigm. As used herein, a feed refers to digital content having a format that provides frequently updated content to users. A feed is not limited to any particular type. The feed could be a web feed such as an RSS feed or a picture feed. However, a feed is not limited to an Internet or Intranet feed. A feed could be generated by a telecom provider over its own network for its mobile phone users. A feed is not even limited to a network. A feed could exist locally on a computer and not require a network of any type for transmission.
[0009] The content contained within a feed is typically defined by its publisher. A magazine or newspaper publisher, for instance, will typically define multiple feeds, some corresponding to different sections (e.g., national news, business, sports), to particular columnists, etc.
[0010] Some embodiments of the present invention may be performed by a central service provider. Consider a web-based service provider such as Google or Yahoo. Each company offers various services for providing web feeds. For instance, Google offers Google Reader, which checks favorite web sites, news sites and blogs for new content. Yahoo offers My Yahoo!, which provides personalized web content such as TV listings, bookmarks to other web sites, links to selected newspaper articles, links to stock market information, etc. A user (e.g., a person subscribing to a service) can access these services via the service providers' web sites.
[001 1 ] The feeds can be read using an application called a "feed reader" or an "aggregator." A user may subscribe to a feed by entering the feed's link into the aggregator or by clicking an RSS icon that initiates the subscription process. The aggregator checks the user's subscribed feeds regularly for new content, downloading any updates that it finds.
[0012] The aggregator is not limited to any particular platform. For example, the aggregator can be run on a personal computer or a mobile device.
[0013] Reference is made to Figure 1, which illustrates a method of viewing feeds. At block 1 10, certain content is automatically selected from one or more feeds. The content may be selected according to some search criteria. The selected content is referred to as 'Teed selections."
[0014] For example, a user had previously selected three feeds that are published by sports magazines and two more feeds for the sports section of two newspapers. The user had also previously indicated an interest in a particular sports team. A service provider, for instance, searches these five feeds and returns images and articles (feed selections) about that sports team.
[001 5] At block 120, the feed selections are arranged into a publication. The feed selections can be converted to a standard document format (e.g., pdf or XML) and concatenated or otherwise arranged. This step may also be performed automatically. For example, a service provider can arrange the feed selections or have someone else do it.
[001 6] At block 130, the publication may be formatted before being sent to print. The formatting is not limited to any particular type. The feed selections may be placed in a format that is consistent with a certain type of publication. Examples of different types of publication formats include, but are not limited to, those of personal magazines, personal catalogues, books, newsletters, and combinations thereof.
[001 7] The resulting publication is not limited to a concatenation of feed selections. Rather, it can be an arrangement of feed selections that has the look and feel of a certain type of publication. -A-
[001 8] As a first example, the publication contains only those articles that are of interest to a person, and it has the look and feel of a newspaper. As a second example, the publication contains articles and blog content that are of interest to a person, and it has the look and feel of a magazine. As a third example, a publication contains both news articles and documents. The news articles are formatted to have the look and feel of a magazine, and the documents are formatted to have the look and feel of professional reports.
[001 9] At block 140, the publication is sent to print. The publication can be sent back to the user for printing on a local printer. In the alternative, the publication can be sent to another party for printing, such as a print service provider (PSP). The PSP could print the publication and deliver it to a specified location. Although the publication is sent to print, it might not be printed immediately. For instance, the publication might be sent to a short term server storage prior to printing.
[0020] The method of Figure 1 shifts the viewing of feeds from an on-line paradigm to a print paradigm. The print paradigm offers advantages over the on-line paradigm For instance, multiple pages are usually easier and faster to read and digest in a printed format.
[0021 ] The print paradigm is not tethered to an Internet connection. Via a print paradigm, a person can read the feed selections at locations that do not offer Internet access.
[0022] Higher visual quality can be achieved for images in print than on a screen. A print can be made with higher resolution and sharpness. A print also looks better under external sunlight or other intense light exposures.
[0023] Reference is now made to Figure 2, which illustrates an example of how the feed selections are accessed. This example involves a service provider. [0024] At block 210, the service provider receives feed choices from a user. These choices may be made with an aggregator. For example, a user clicks RSS icons in an aggregator, and the aggregator sends the corresponding feed links choice to the service provider.
[0025] Also at block 210, the service provider obtains search criteria. The search criteria includes, but is not limited to, image quality, file size, feed date (e.g., most recent news receives highest priority), content of interest (as indicated by, for example, tags and keywords).
[0026] Consider the example above about the five feeds. These feeds may be specified at block 210. The preference for the particular sports team may be supplied as part of the search criteria (also at block 210). In addition, the search criteria indicate a preference for high image quality, time of picture capture, place, source of information, author, editor, etc.
[0027] The user may supply the search criteria to the service provider. The user may select different criteria from a menu offered by a browser, and the browser sends the selected criteria to the service provider. The search criteria may also be entered and supplied to the service provider via an aggregator.
[0028] The search criteria may be determined or refined automatically. With time and usage, the service provider can learn about the user, develop a profile, and identify user interests. This information can be used to automatically select feeds and generate search criteria for the user.
[0029] Feeds may be selected and search criteria may be determined automatically from recipient interests. Recipient interests might include geographic location, reading interests, hobbies, affiliations, memberships, desired level of advertising, etc. Obtaining information about recipient interests is described in assignee's U.S. Serial No. 11/694,914 filed 30 March 2007, which is incorporated by reference. [0030] At block 220, the service provider automatically accesses feed selections based on the feed choices and the search criteria. A search engine could be used to select content from feeds. The feed selections could include images, text, graphics and blogs.
[0031 ] At block 230, the service provider stores the feed selections in a repository (e.g., in server-accessible memory). Certain stored selections may be overwritten or replaced. For instance, if the user criteria specifies high quality images, saved images will be overwritten by similar images having higher quality.
[0032] The feeds may be searched periodically. Although the actual frequency will be application-specific, the selected feeds might be searched several times a day.
[0033] Reference is now made to Figure 3, which illustrates an example of creating a publication from feed selections. At block 310, the repository is "frozen" (that is, no more feed selections are added). The repository may be frozen upon request by a user. For instance, if a user has to catch a flight the next day, that user might want the repository frozen immediately so a publication can be created and delivered to the airline (which can then deliver the publication to the user at the gate or on the plane).
[0034] Alternatively, the repository may be frozen according to a user-defined custom schedule. For instance, publication creation can be scheduled periodically (e. g., weekly, monthly), or according to an ad-hoc special print schedule, or whenever the repository has been filled with a predefined number of pages (e.g., once a page limit for the publication has been reached).
[0035] The user-defined schedule could be offered as part of a subscription service. For instance, the user pays a certain amount of money for X number of pages. The cost of the service could be subsidized in part or in full by allowing a certain amount of advertising in the publication. [0036] At block 320, the feed selections in the frozen repository are sent to publication. The feed selections are arranged into a publication, and the publication is formatted. The publication may also be enhanced. Examples of enhancing a publication will be described below.
[0037] The formatting may be performed, before, during or after the enhancements are applied. Formatting includes giving the publication a certain look and feel. The publication may be formatted with predefined templates and page masters that are pre-defined. Some templates and page masters could be user-supplied.
[0038] Formatting could also include fitting the feed selections and any other material (e.g., advertisements, personalized content, and filler content) to the length of a page. In general, the formatting can include improving the appearance, organization and readability of a publication.
[0039] A repository may be partitioned, where each partition contains a different type of content (e.g., pictures, news articles, sports). The content in the different partitions can be formatted differently. For example, a first print template could be applied to news content, a second print template could be applied to sports, and so on. The formatted content is then combined into a single publication. Instead of partitioning a single repository, different repositories may be used.
[0040] The publication could be sent (e.g., e-mailed) to a user, who uses a word processing program, publishing program, publication wizard or some other program to perform the formatting. A publishing program might have the following features: standard toolbars for image editing and word processing operations; an interface for adding additional content; and a menu of templates and page masters that can be applied to the publication. The program can also provide an interface for sending the formatted publication back to the service provider or to a print service provider, or to a local printer. [0041 ] The publication could be formatted on-line. For example, a user logs into web site, accesses the publication, and uses web-based tools to format and enhance the publication.
[0042] The publication could be formatted automatically, in addition to or instead of manual intervention. For example, formatting preferences could be indicated at block 210 of Figure 2, and the publication can be automatically formatted according to those preferences.
[0043] At block 330, the publication is sent to print. A service provider can print the publication and send it (e.g., by mail, fax) to the user. Or, the service provider can send the publication in electronic form to a print service provider, which prints out the publication and sends the publication to the user or other recipient. As a first example, a service provider e-mails a printed publication to a print shop, where a user later picks it up. As a second example, the service provider e-mails a publication to a hotel at which a user is (or will be) staying. The hotel then prints the publication and gives it to the user. As a third example, a service provider e-mails a publication to a user, who prints it on a local printer.
[0044] Reference is now made to Figure 4, which illustrates various ways in which a publication can be enhanced prior to being sent to print. All of the ways illustrated in Figure 4 are optional and can be performed in any order.
[0045] At block 410, the feed selections are previewed, edited and re-arranged. This re-arrangement can be performed by the user. This can be performed with a word processing program, image editing program, publishing program, etc.
[0046] At block 420, one or more advertisements can be added to the publication. The advertisements can be added to partially or fully subsidize the cost of preparing the publication. A service provider may identify advertisements that can be placed in a publication. [0047] At block 430, specialty print items can be specified. As examples, a certain print media type or color properties (e.g., CMYK, CMYKcm, hexachrome or larger gamut) might be specified. Other specialty services, such as applying bindings, special finishes, etc., might be specified. A PSP capable of fulfilling the specified print options (and other criteria, such as cost) would then be selected.
[0048] At block 440, the publication can be enhanced by using a
Publisher Interface. As used herein, a Publisher Interface refers to an embodiment of a platform disclosed in assignee's U.S. Serial No. 11/741,718 filed 27 April 2007, which is incorporated herein by reference. The Publisher Interface provides access to a wide variety of resources (e.g., content providers, designers, advertisers, editors, print service providers) of varying degrees of quality. A person with little or no knowledge of desktop publishing can enlist selected parties to create a professional-looking publication. A publisher doesn't need to understand the intricacies of document publishing. A publisher doesn't need to establish a network of content providers, designers, advertisers. The Publishing Interface could incorporate a method according to an embodiment of the present invention (e.g., automatically arranges feed selections into a single publication, and sends the publication to print).
[0049] At block 450, the feed selections are used as common content, and customized instances may be generated from the common content. Thus, the feed selections may be included in each instance. However, the different instances may also include additional content that is different. Examples of the additional content include, but are not limited to, jokes, quotes, and reviews. The different instances may also include different advertisements, and different designs (applying a theme, higher quality templates, art work), and any other customized material.
[0050] The instances may be customized according to recipient interests. An instance may contain customized content (e.g., stories of interest, regional information, certain editorials, photos from specific places of interest to a recipient). An instance may contain a customized design (e.g., an appropriate template or style sheet, a theme for special occasion, a layout with cartographic styles for a recipient interested in travel, use of a predominant color for a holiday, certain image borders or frames, fonts, page numbers and other graphical elements). Customizing instances of a publication is described in assignee's U.S. Serial No. 11/694,914 filed 30 March 2007. The Publisher Interface could be used to perform the customization.
[0051 ] Advertisements in an instance may also be customized according to a recipient's interests. Customization of advertisements is also described in assignee's U.S. Serial No. 11/460,488 filed July 27, 2006, which is incorporated by reference.
[0052] Customization of advertising has particular advantages. For example, a recipient might be willing to pay full cost for an instance, provided that the instance does not contain advertising. Or a recipient might accept a certain amount of advertising in an instance so that the instance is subsidized in part by advertisements. As a result, the recipient's cost of the instance would be reduced.
[0053] Reference is made to Figure 5, which illustrates a general hardware implementation of a method according to an embodiment of the present invention. The hardware implementation includes a machine 510 having a network interface 520, a processor 530, and memory 540. The memory 540 includes data 550 (e.g., code) for causing the processor 530 to perform a method according to an embodiment of the present invention. If the method is performed by an online service provider, the machine could be a server. An online service provider might use multiple servers to provide an online service to its many subscribers.

Claims

VIEWING OF FEEDSTHE CLAIMS
1. A method comprising: automatically arranging feed selections into a single publication (120); and sending the publication to print (140).
2. The method of claim 1 , further comprising obtaining the feed selections automatically according to search criteria (220).
3. The method of claim 2 wherein the search criteria is determined automatically (210).
4. The method of claim 3, wherein the search criteria is determined automatically from recipient interests.
5. The method of claim 1 , wherein a service provider provides a service for automatically arranging the selected feeds into the single publication.
6. The method of claim 1 , wherein the feed selections are accessed from feeds and stored in a repository (230).
7. The method of claim 6, wherein the repository is filled until it is frozen (310).
8. The method of claim 6, wherein the repository is frozen according to a schedule (310).
9. The method of claim 1 , further comprising formatting the publication before the publication is sent to print (130, 320).
10. The method of claim 1 , further comprising enhancing the publication before sending it print (320).
PCT/US2008/008714 2007-07-25 2008-07-16 Viewing of feeds Ceased WO2009014628A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
DE112008001958T DE112008001958T5 (en) 2007-07-25 2008-07-16 Viewing feeds
CN200880100426A CN101828165A (en) 2007-07-25 2008-07-16 viewing of the feed
GB1001077A GB2463834A (en) 2007-07-25 2008-07-16 Viewing of feeds

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/828,343 2007-07-25
US11/828,343 US20090030889A1 (en) 2007-07-25 2007-07-25 Viewing of feeds

Publications (1)

Publication Number Publication Date
WO2009014628A1 true WO2009014628A1 (en) 2009-01-29

Family

ID=40281645

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2008/008714 Ceased WO2009014628A1 (en) 2007-07-25 2008-07-16 Viewing of feeds

Country Status (5)

Country Link
US (1) US20090030889A1 (en)
CN (1) CN101828165A (en)
DE (1) DE112008001958T5 (en)
GB (1) GB2463834A (en)
WO (1) WO2009014628A1 (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9182932B2 (en) * 2007-11-05 2015-11-10 Hewlett-Packard Development Company, L.P. Systems and methods for printing content associated with a website
US9152357B2 (en) 2011-02-23 2015-10-06 Hewlett-Packard Development Company, L.P. Method and system for providing print content to a client
US9137394B2 (en) 2011-04-13 2015-09-15 Hewlett-Packard Development Company, L.P. Systems and methods for obtaining a resource
US9201895B2 (en) 2011-06-03 2015-12-01 Apple Inc. Management of downloads from a network-based digital data repository based on network performance
US20120311081A1 (en) * 2011-06-03 2012-12-06 Robbin Jeffrey L Management of Network-Based Digital Data Repository
WO2013059958A1 (en) 2011-10-25 2013-05-02 Hewlett-Packard Development Company, L.P. Automatic selection of web page objects for printing
US9158480B2 (en) * 2011-12-19 2015-10-13 Hewlett-Packard Development Company, L.P. Printer application states
US9773214B2 (en) 2012-08-06 2017-09-26 Hewlett-Packard Development Company, L.P. Content feed printing
WO2016105334A1 (en) 2014-12-22 2016-06-30 Hewlett-Packard Development Company, L.P. Providing a print-ready document
JP6869945B2 (en) * 2015-07-15 2021-05-12 ゴジョ・インダストリーズ・インコーポレイテッド Foam cartridge, refill unit, foam dispenser, and foam dispenser system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100573037B1 (en) * 2005-10-20 2006-05-03 (주)인트로모바일 RS-based content extraction server and method, server management apparatus and system for providing standby screen of mobile communication terminal device using same
US20060215215A1 (en) * 2005-03-23 2006-09-28 Kumaran O R S System and method for printer-based syndication
WO2006123806A1 (en) * 2005-05-18 2006-11-23 Canon Kabushiki Kaisha Image processing apparatus, control method thereof, and program
KR20080000456A (en) * 2006-06-27 2008-01-02 삼성전자주식회사 Image Forming System Supporting RSS Enabled Filtering Method

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6029182A (en) * 1996-10-04 2000-02-22 Canon Information Systems, Inc. System for generating a custom formatted hypertext document by using a personal profile to retrieve hierarchical documents
US6353817B1 (en) * 1998-06-26 2002-03-05 Charles M Jacobs Multi-user system for creating and maintaining a medical-decision-making knowledge base
JP2002099529A (en) * 2000-07-18 2002-04-05 Sanno Consulting Corp Publication editing system and its method
CN1802544A (en) * 2003-06-18 2006-07-12 布雷特亚瓦希里维Ad公司 Refrigerator and refrigerator system
US20050165615A1 (en) * 2003-12-31 2005-07-28 Nelson Minar Embedding advertisements in syndicated content
US7293019B2 (en) * 2004-03-02 2007-11-06 Microsoft Corporation Principles and methods for personalizing newsfeeds via an analysis of information novelty and dynamics
US7865511B2 (en) * 2004-06-25 2011-01-04 Apple Inc. News feed browser
US20070094390A1 (en) * 2005-10-23 2007-04-26 Bill Nussey Delivery of sensitive information through secure rss feed
US20070118792A1 (en) * 2005-11-10 2007-05-24 Icopyright, Inc. Selecting and pricing advertising for passed-along content
US7996754B2 (en) * 2006-02-13 2011-08-09 International Business Machines Corporation Consolidated content management
US7581166B2 (en) * 2006-07-21 2009-08-25 At&T Intellectual Property Ii, L.P. System and method of collecting, correlating, and aggregating structured edited content and non-edited content
US7860872B2 (en) * 2007-01-29 2010-12-28 Nikip Technology Ltd. Automated media analysis and document management system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060215215A1 (en) * 2005-03-23 2006-09-28 Kumaran O R S System and method for printer-based syndication
WO2006123806A1 (en) * 2005-05-18 2006-11-23 Canon Kabushiki Kaisha Image processing apparatus, control method thereof, and program
KR100573037B1 (en) * 2005-10-20 2006-05-03 (주)인트로모바일 RS-based content extraction server and method, server management apparatus and system for providing standby screen of mobile communication terminal device using same
KR20080000456A (en) * 2006-06-27 2008-01-02 삼성전자주식회사 Image Forming System Supporting RSS Enabled Filtering Method

Also Published As

Publication number Publication date
CN101828165A (en) 2010-09-08
US20090030889A1 (en) 2009-01-29
DE112008001958T5 (en) 2010-07-22
GB201001077D0 (en) 2010-03-10
GB2463834A (en) 2010-03-31

Similar Documents

Publication Publication Date Title
US20090030889A1 (en) Viewing of feeds
CN100489831C (en) Personal newspaper with personal content and layout edition based on network
US8561153B2 (en) Web-based collaborative framework
US7917848B2 (en) Online publishing tools
US20080005669A1 (en) Life event recording system
US8230361B2 (en) Content feed user interface
US20100211885A1 (en) Quick design user profiles for improving design time of personalized products
US20150033112A1 (en) System and method for tagging content in a digital media display
US20030197735A1 (en) System for sharing content tabs
US10346525B2 (en) Electronic newspaper
US20110035660A1 (en) System and method for the automated creation of a virtual publication
US20070162845A1 (en) User interface for webpage creation/editing
US20090094137A1 (en) Web Page Optimization Systems
US7823086B2 (en) Publishing protocol extensions for enhanced authoring of web pages
US20040225749A1 (en) Transformation of web site summary via taglibs
US20130003126A1 (en) Method and system for providing a printing web service
US20100131455A1 (en) Cross-website management information system
US20110191206A1 (en) Automated Processing of Digital Media Collections For Distributed E-Commerce
US10210142B1 (en) Inserting linked text fragments in a document
WO2008092079A2 (en) System, method and apparatus for selecting content from web sources and posting content to web logs
US20030177202A1 (en) Method and apparatus for executing an instruction in a web page
US20080216023A1 (en) Method and a system for creating a website guide
US20090210512A1 (en) System, method, and program product for creating and sharing digital image output data across a network
US20070180027A1 (en) Computerized news preparatory service
US20030084055A1 (en) Method, apparatus and program for outputting templates

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200880100426.7

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 08780226

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 1001077

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20080716

WWE Wipo information: entry into national phase

Ref document number: 1001077.5

Country of ref document: GB

RET De translation (de og part 6b)

Ref document number: 112008001958

Country of ref document: DE

Date of ref document: 20100722

Kind code of ref document: P

122 Ep: pct application non-entry in european phase

Ref document number: 08780226

Country of ref document: EP

Kind code of ref document: A1