SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
PSS 0.01 Specification
Contents
    What is PSS?
    Sample files
    About this document
    Required manufacturer elements
    Optional manufacturer elements
    Required Elements of <brand>
    Optional Elements of <brand>
    Required Elements of <item>
    Optional Elements of <item>
    Comments
    Extending P-RSS
    Roadmap
    License and authorship


What is PSS?
PSS is a Web content syndication format.

Its name is an acronym for Product Simple Syndication.

PSS is a dialect of XML. All PSS files must conform to the XML 1.0 specification, as published on the World Wide
Web Consortium (W3C) website.

A summary of PSS version history.

At the top level, a PSS document is a <pss> element, with a mandatory attribute called version, that specifies the
version of PSS that the document conforms to. If it conforms to this specification, the version attribute must be
0.01.

Subordinate to the <pss> element is a single <manufacturer> element, which contains information about the
manufacturer (metadata) and its products.


Sample files
Here are sample files for: PSS 0.01.


About this document
This document represents the current status of PSS anduse as a template the structure of the RSS 2.11
specification. Change notes are here.

First we document the required and optional sub-elements of <manufacturer>; and then document the sub-
elements of <brand> and <item>. The final sections answer frequently asked questions, and provide a roadmap
for future evolution, and guidelines for extending PSS.

The PSS Profile contains a set of recommendations for how to create PSS documents that work best in the wide
and diverse audience of client software that supports the format.

PSS documents can be tested for validity in the PSS Validator.


                                                                                                                 1
Required manufacturer elements
Here's a list of the required manufacturer elements, each with a brief description, an example, and where
available, a pointer to a more complete description.


 Element                                  Description                                      Example


name             The name of the manufacturer.                                      Beverage Alpha


link             The URL to the manufacturer official HTML website                  http://www.b-alpha.com/


description      Phrase or sentence describing the activity of the manufacturer.    Fruit juice producer.




Optional manufacturer elements
Here's a list of optional manufacturer elements.


       Element                             Description                                          Example


language             The language the manufacturer is written in. This             en-us
                     allows aggregators to group all Italian language sites,
                     for example, on a single page. A list of allowable values
                     for this element, as provided by Netscape, is here.


copyright            Copyright notice for content in the feed.                     Copyright 2013, Beverage Alpha


managingEditor       Email address for person responsible for editorial            jacob@beverage-alpha.com (Jacob
                     content.                                                      Marley)


webMaster            Email address for person responsible for technical            robert@beverage-alpha.com (Robert
                     issues relating to feed.                                      Marley)


pubDate              The publication date for the content in the feed. All         Sun, 15 Oct 2013 16:52:00 GMT
                     date-times in RSS conform to the Date and Time
                     Specification of RFC 822, with the exception that the
                     year may be expressed with two characters or four
                     characters (four preferred).


lastBuildDate        The last time the content of the feed changed.                Sun, 15 Oct 2013 17:35:23 GMT


category             Specify one or more categories that the manufacturer          <category>Newspapers</category>
                     belongs to. Follows the same rules as the <item>-
                     level category element. More info.


generator            A string indicating the program used to generate the          MightyInHouse Content System v2.3
                     feed.



                                                                                                                     2
docs               A URL that points to the documentation for the format         http://www.product-open-
                   used in the PSS file. It's probably a pointer to this page.   data.com/pss-specification
                   It's for people who might stumble across an PSS file on
                   a Web server 25 years from now and wonder what it is.


ttl                ttl stands for time to live. It's a number of minutes that    <ttl>60</ttl>
                   indicates how long a manufacturer can be cached
                   before refreshing from the source. More info here.


image              Specifies a GIF, JPEG or PNG image representing the
                   manufactuer's logo that can be displayed. More
                   info here.


rating             The PICS rating for the feedr.


textInput          Specifies a text input box that can be displayed with the
                   manufacturer. More info here.


skipHours          A hint for aggregators telling them which hours they
                   can skip. This element contains up to 24 <hour> sub-
                   elements whose value is a number between 0 and 23,
                   representing a time in GMT, when aggregators, if they
                   support the feature, may not read the feed on hours
                   listed in the <skipHours> element. The hour beginning
                   at midnight is hour zero.


skipDays           A hint for aggregators telling them which days they can
                   skip. This element contains up to seven <day> sub-
                   elements whose value is Monday, Tuesday,
                   Wednesday, Thursday, Friday, Saturday or Sunday.
                   Aggregators may not read the feed during days listed in
                   the <skipDays> element.




<image> sub-element of <manufacturer>
<image> is an optional sub-element of <manufacturer>, which contains three required and three optional sub-
elements.

<url> is the URL of a GIF, JPEG or PNG image that represents the manufacturer's logo.

<title> describes the image, it's used in the ALT attribute of the HTML <img> tag when the manufacturer is
rendered in HTML.

<link> is the URL of the site, when the feed is rendered, the image is a link to the site. (Note, in practice the image
<title> and <link> should have the same value as the manufacturer's <title> and <link>.

Optional elements include <width> and <height>, numbers, indicating the width and height of the image in pixels.
<description> contains text that is included in the TITLE attribute of the link formed around the image in the HTML
rendering.

Maximum value for width is 144, default value is 88.

Maximum value for height is 400, default value is 31.

                                                                                                                     3
<ttl> sub-element of <manufacturer>
<ttl> is an optional sub-element of <manufacturer>.

ttl stands for time to live. It's a number of minutes that indicates how long a feed can be cached before refreshing
from the source. This makes it possible for RSS sources to be managed by a file-sharing network such as
Gnutella.

Example:

<ttl>60</ttl>


<textInput> sub-element of <manufacturer>
A manufacturer may optionally contain a <textInput> sub-element, which contains four required sub-elements.

<title> -- The label of the Submit button in the text input area.

<description> -- Explains the text input area.

<name> -- The name of the text object in the text input area.

<link> -- The URL of the CGI script that processes text input requests.

The purpose of the <textInput> element is something of a mystery. You can use it to specify a search engine box.
Or to allow a reader to provide feedback. Most aggregators ignore it.


Requiered brand's elements
A manufacturer may contain any number of <brand>s. The difference between a product line and a brand has to
be defined by the manufacturer;

Here's a list of requiered brand elements.


Element          Description         Example


name          Name of the brand.   Super Juice




Optional brand's elements
Here's a list of optional brand elements.


 Element                                           Description                                          Example


description     Phrase or sentence describing the activity of the manufacturer.                     Fruit juice
                                                                                                    producer.


image           Specifies a GIF, JPEG or PNG image representing the manufactuer's logo that
                can be displayed. More info here.




                                                                                                                       4
<image> sub-element of <brand>
<image> is an optional sub-element of <manufacturer>, which contains three required and three optional sub-
elements.

<url> is the URL of a GIF, JPEG or PNG image that represents the brand's logo.

<title> describes the image, it's used in the ALT attribute of the HTML <img> tag when the brand is rendered in
HTML.

<link> is the URL of the site, when the feed is rendered, the image is a link to the site. (Note, in practice the image
<title> and <link> should have the same value as the brand's <title> and <link>.

Optional elements include <width> and <height>, numbers, indicating the width and height of the image in pixels.
<description> contains text that is included in the TITLE attribute of the link formed around the image in the HTML
rendering.

Maximum value for width is 144, default value is 88.

Maximum value for height is 400, default value is 31.


Requiered item's elements
A brand may contain any number of <item>s. An item may represent a product or a live animal;

Here's a list of requiered item elements.


Element                                        Description                                              Example


gtin       The GTIN composed of 13 digits and officially assigned by the GS1 organization.         3272036004636
           GTIN-12 must be left padded with a zero. The code can be tested for validity with
           the GS1 check digit calculator.


name       The commercialization name of the item.                                                 Pure orange juice
                                                                                                   extra


brand      The URL of the item.                                                                    Bio juice


gpc        The GPC Brick code of the item. This code is used to classify the item. GS1             10000201
           Website provides the list of all the possible GPC Brick codes.




Optional item's elements
Here's a list of optional item elements.


 Element                                          Description                                            Example


productLine   The product line of the product. Note that this element is clearly linked to the      Skin Care in
              business of the manufacturer, his structure and history.                              cosmetic




                                                                                                                     5
measure        Specifies the measures of weight, volume and alcohol. More info here.


packaging      Specifies the attributes of the packaging. More info here.


image          Specifies a GIF, JPEG or PNG image of the item. More info here.


description    Presentation the item. This text can be subjective.                                  The best orange
                                                                                                    juice...


link           URL of a item page on the manufacturer's website.


ref            Reference used by the manufacturer to identify a product before its                  AX23568B
               commercialization.


commDate       Indicates when the item was commercialized.More.




<image> sub-element of <item>
<image> is an optional sub-element of <item>, which contains three required and three optional sub-elements.

<url> is the URL of a GIF, JPEG or PNG image of the item.

<title> describes the image, it's used in the ALT attribute of the HTML <img> tag when the manufacturer is
rendered in HTML.

<link> is the URL of the site, when the feed is rendered, the image is a link to the site. (Note, in practice the image
<title> and <link> should have the same value as the item's <title> and <link>.

Optional elements include <width> and <height>, numbers, indicating the width and height of the image in pixels.
<description> contains text that is included in the TITLE attribute of the link formed around the image in the HTML
rendering.

Maximum value for width is 144, default value is 88.

Maximum value for height is 400, default value is 31.


<measure> sub-element of <item>
<measure> is an optional sub-element of <item>, which contains six optional sub-elements. Note that the volume
and the weight measure may be indicated for certain type of product.

<ml> -- The volume of the item in milliliters (ml).

<floz> -- The volume of the item in fluid ounces (fl oz).

<g> -- The weight of the item in grams (g).

<g> -- The weight of the item in ounces (oz).

<abv> -- The alcohol by volume (ABV). The degree (°) and percentage (%) have the same meaning.




                                                                                                                     6
<abw> -- The alcohol by weight (ABW), used by some brewers instead of ABV. The degree (°) and percentage (%)
have the same meaning.


<packaging> sub-element of <item>
<packaging> is an optional sub-element of <item>, which contains two optional sub-elements.

<description> -- Indicate the type of material used to do the pack and the shape (ex: glass bottle).

<internalUnit> -- The number of identical elements contained into a product (ex: pack of 4 pots of yogurt).


<commDate> sub-element of <item>
<commDate> is an optional sub-element of <item>.

Its value is a date, indicating when the item was commercialized. If it's a date in the future, aggregators may
choose to not display the item until that date.


Comments
If you have questions about the PSS format, please post them on the PSS Public group . The group serves as a
support resource for users, authors and developers who are creating and using content in the format.


Extending PSS
PSS is an adaptation of the RSS feeds, the main key used for aggregation is the product GTIN code instead of
the date for the News contained in RSS.

RSS originated in 1999, and has strived to be a simple, easy to understand format, with relatively modest goals.
After it became a popular format, developers wanted to extend it using modules defined in namespaces,
as specified by the W3C.

RSS 2.0 adds that capability, following a simple rule. A RSS feed may contain elements and attributes not
described on this page, only if those elements and attributes are defined in a namespace.

The elements defined in this document are not themselves members of a namespace, so that RSS 2.0 can
remain compatible with previous versions in the following sense -- a version 0.91 or 0.92 file is also a valid 2.0 file.
If the elements of RSS 2.0 were in a namespace, this constraint would break, a version 0.9x file would notbe a
valid 2.0 file.


Roadmap
The first version of PSS is clearly focused on the food & beverage products so it will probably updated to fit with
characteristics to other kind of products. Some elements are currently not refering to codification (brand, type of
packaging,...), the addition of standard codification is important.


License and authorship
This document is authored by the Philippe Plagnol and is offered under the terms of
the Creative Commons Attribution/Share Alike license, based on an original RSS
specification published by the Berkman Center for Internet & Society at Harvard Law
School authored by Dave Winer.




                                                                                                                      7

Weitere ähnliche Inhalte

Ähnlich wie PSS specification 0.01

Basics of HTML5 for Phonegap
Basics of HTML5 for PhonegapBasics of HTML5 for Phonegap
Basics of HTML5 for PhonegapRakesh Jha
 
HTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptxHTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptxBCAGen
 
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginnersSingsys Pte Ltd
 
Html 5 few Features and Elements
Html 5 few Features and ElementsHtml 5 few Features and Elements
Html 5 few Features and ElementsClark Davidson
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorialmadhavforu
 
HTML5 Tags and Elements Tutorial
HTML5 Tags and Elements TutorialHTML5 Tags and Elements Tutorial
HTML5 Tags and Elements TutorialProdigyView
 
IBM Connections Activity Stream 3rd Party Integration - Social Connect VI - P...
IBM Connections Activity Stream 3rd Party Integration - Social Connect VI - P...IBM Connections Activity Stream 3rd Party Integration - Social Connect VI - P...
IBM Connections Activity Stream 3rd Party Integration - Social Connect VI - P...James Gallagher
 
Web Development Course - HTML5 & CSS3 by RSOLUTIONS
Web Development Course - HTML5 & CSS3 by RSOLUTIONSWeb Development Course - HTML5 & CSS3 by RSOLUTIONS
Web Development Course - HTML5 & CSS3 by RSOLUTIONSRSolutions
 
IRJET- HTML5 in Web Development: A New Approach
IRJET- HTML5 in Web Development: A New ApproachIRJET- HTML5 in Web Development: A New Approach
IRJET- HTML5 in Web Development: A New ApproachIRJET Journal
 
RESTHeart - Modern runtime for microservices with instant Data API on MongoDB.
RESTHeart - Modern runtime for microservices with instant Data API on MongoDB.RESTHeart - Modern runtime for microservices with instant Data API on MongoDB.
RESTHeart - Modern runtime for microservices with instant Data API on MongoDB.SoftInstigate
 
Html5 deciphered - designing concepts part 1
Html5 deciphered - designing concepts part 1Html5 deciphered - designing concepts part 1
Html5 deciphered - designing concepts part 1Paxcel Technologies
 
Note of CGI and ASP
Note of CGI and ASPNote of CGI and ASP
Note of CGI and ASPWilliam Lee
 
IT8005 Electronic Commerces Notes UNIT 1
IT8005 Electronic Commerces Notes UNIT 1IT8005 Electronic Commerces Notes UNIT 1
IT8005 Electronic Commerces Notes UNIT 1ArunsunaiComputer
 

Ähnlich wie PSS specification 0.01 (20)

41915024 html-5
41915024 html-541915024 html-5
41915024 html-5
 
Basics of HTML5 for Phonegap
Basics of HTML5 for PhonegapBasics of HTML5 for Phonegap
Basics of HTML5 for Phonegap
 
HTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptxHTML5-Tutorial-For-Beginn.6202488.pptx
HTML5-Tutorial-For-Beginn.6202488.pptx
 
Html5 tutorial for beginners
Html5 tutorial for beginnersHtml5 tutorial for beginners
Html5 tutorial for beginners
 
Html 5 few Features and Elements
Html 5 few Features and ElementsHtml 5 few Features and Elements
Html 5 few Features and Elements
 
Html5 tutorial
Html5 tutorialHtml5 tutorial
Html5 tutorial
 
HTML5 Tags and Elements Tutorial
HTML5 Tags and Elements TutorialHTML5 Tags and Elements Tutorial
HTML5 Tags and Elements Tutorial
 
IBM Connections Activity Stream 3rd Party Integration - Social Connect VI - P...
IBM Connections Activity Stream 3rd Party Integration - Social Connect VI - P...IBM Connections Activity Stream 3rd Party Integration - Social Connect VI - P...
IBM Connections Activity Stream 3rd Party Integration - Social Connect VI - P...
 
Web Development Course - HTML5 & CSS3 by RSOLUTIONS
Web Development Course - HTML5 & CSS3 by RSOLUTIONSWeb Development Course - HTML5 & CSS3 by RSOLUTIONS
Web Development Course - HTML5 & CSS3 by RSOLUTIONS
 
Google Shopping
Google ShoppingGoogle Shopping
Google Shopping
 
AtoZ about TYPO3 v8 CMS
AtoZ about TYPO3 v8 CMSAtoZ about TYPO3 v8 CMS
AtoZ about TYPO3 v8 CMS
 
Html5 Basic Structure
Html5 Basic StructureHtml5 Basic Structure
Html5 Basic Structure
 
IRJET- HTML5 in Web Development: A New Approach
IRJET- HTML5 in Web Development: A New ApproachIRJET- HTML5 in Web Development: A New Approach
IRJET- HTML5 in Web Development: A New Approach
 
RESTHeart - Modern runtime for microservices with instant Data API on MongoDB.
RESTHeart - Modern runtime for microservices with instant Data API on MongoDB.RESTHeart - Modern runtime for microservices with instant Data API on MongoDB.
RESTHeart - Modern runtime for microservices with instant Data API on MongoDB.
 
Html5 ppt
Html5 pptHtml5 ppt
Html5 ppt
 
Html5
Html5Html5
Html5
 
Html5 deciphered - designing concepts part 1
Html5 deciphered - designing concepts part 1Html5 deciphered - designing concepts part 1
Html5 deciphered - designing concepts part 1
 
Note of CGI and ASP
Note of CGI and ASPNote of CGI and ASP
Note of CGI and ASP
 
Html.pptx
Html.pptxHtml.pptx
Html.pptx
 
IT8005 Electronic Commerces Notes UNIT 1
IT8005 Electronic Commerces Notes UNIT 1IT8005 Electronic Commerces Notes UNIT 1
IT8005 Electronic Commerces Notes UNIT 1
 

Mehr von Plagnol Philippe

Le Disque de Phaistos - Civilisation Minoenne
Le Disque de Phaistos - Civilisation MinoenneLe Disque de Phaistos - Civilisation Minoenne
Le Disque de Phaistos - Civilisation MinoennePlagnol Philippe
 
Le Disque de Phaistos base documentaire
Le Disque de  Phaistos base documentaireLe Disque de  Phaistos base documentaire
Le Disque de Phaistos base documentairePlagnol Philippe
 
Le Disque de Phaistos - les vegetaux
Le Disque de Phaistos - les vegetauxLe Disque de Phaistos - les vegetaux
Le Disque de Phaistos - les vegetauxPlagnol Philippe
 
Le Disque de Phaistos - Disque Vladikavkaz
Le Disque de Phaistos - Disque VladikavkazLe Disque de Phaistos - Disque Vladikavkaz
Le Disque de Phaistos - Disque VladikavkazPlagnol Philippe
 
le Disque de Phaistos - la repartition des signes
le Disque de Phaistos - la repartition des signesle Disque de Phaistos - la repartition des signes
le Disque de Phaistos - la repartition des signesPlagnol Philippe
 
Le Disque de phaistos - les super-structures
Le Disque de phaistos - les super-structuresLe Disque de phaistos - les super-structures
Le Disque de phaistos - les super-structuresPlagnol Philippe
 
Le Disque de Phaistos - Les origines
Le Disque de Phaistos -  Les originesLe Disque de Phaistos -  Les origines
Le Disque de Phaistos - Les originesPlagnol Philippe
 
Disque de Phaistos - les signes
Disque de Phaistos - les signesDisque de Phaistos - les signes
Disque de Phaistos - les signesPlagnol Philippe
 
Le Disque de Phaistos 03 - Les Groupes
Le Disque de Phaistos 03 - Les GroupesLe Disque de Phaistos 03 - Les Groupes
Le Disque de Phaistos 03 - Les GroupesPlagnol Philippe
 
le Disque de Phaistos - Son histoire
le Disque de Phaistos - Son histoirele Disque de Phaistos - Son histoire
le Disque de Phaistos - Son histoirePlagnol Philippe
 
Disque phaistos 02_etude_epigraphique_v1.1
Disque phaistos 02_etude_epigraphique_v1.1Disque phaistos 02_etude_epigraphique_v1.1
Disque phaistos 02_etude_epigraphique_v1.1Plagnol Philippe
 
Pod presentation-2013.19.01-01
Pod presentation-2013.19.01-01Pod presentation-2013.19.01-01
Pod presentation-2013.19.01-01Plagnol Philippe
 

Mehr von Plagnol Philippe (13)

Le Disque de Phaistos - Civilisation Minoenne
Le Disque de Phaistos - Civilisation MinoenneLe Disque de Phaistos - Civilisation Minoenne
Le Disque de Phaistos - Civilisation Minoenne
 
Le Disque de Phaistos base documentaire
Le Disque de  Phaistos base documentaireLe Disque de  Phaistos base documentaire
Le Disque de Phaistos base documentaire
 
Le Disque de Phaistos - les vegetaux
Le Disque de Phaistos - les vegetauxLe Disque de Phaistos - les vegetaux
Le Disque de Phaistos - les vegetaux
 
Le Disque de Phaistos - Disque Vladikavkaz
Le Disque de Phaistos - Disque VladikavkazLe Disque de Phaistos - Disque Vladikavkaz
Le Disque de Phaistos - Disque Vladikavkaz
 
le Disque de Phaistos - la repartition des signes
le Disque de Phaistos - la repartition des signesle Disque de Phaistos - la repartition des signes
le Disque de Phaistos - la repartition des signes
 
Le Disque de phaistos - les super-structures
Le Disque de phaistos - les super-structuresLe Disque de phaistos - les super-structures
Le Disque de phaistos - les super-structures
 
Le Disque de Phaistos - Les origines
Le Disque de Phaistos -  Les originesLe Disque de Phaistos -  Les origines
Le Disque de Phaistos - Les origines
 
Disque de Phaistos - les signes
Disque de Phaistos - les signesDisque de Phaistos - les signes
Disque de Phaistos - les signes
 
Le Disque de Phaistos 03 - Les Groupes
Le Disque de Phaistos 03 - Les GroupesLe Disque de Phaistos 03 - Les Groupes
Le Disque de Phaistos 03 - Les Groupes
 
le Disque de Phaistos - Son histoire
le Disque de Phaistos - Son histoirele Disque de Phaistos - Son histoire
le Disque de Phaistos - Son histoire
 
Disque phaistos 02_etude_epigraphique_v1.1
Disque phaistos 02_etude_epigraphique_v1.1Disque phaistos 02_etude_epigraphique_v1.1
Disque phaistos 02_etude_epigraphique_v1.1
 
Google maps for products
Google maps for productsGoogle maps for products
Google maps for products
 
Pod presentation-2013.19.01-01
Pod presentation-2013.19.01-01Pod presentation-2013.19.01-01
Pod presentation-2013.19.01-01
 

PSS specification 0.01

  • 1. PSS 0.01 Specification Contents  What is PSS?  Sample files  About this document  Required manufacturer elements  Optional manufacturer elements  Required Elements of <brand>  Optional Elements of <brand>  Required Elements of <item>  Optional Elements of <item>  Comments  Extending P-RSS  Roadmap  License and authorship What is PSS? PSS is a Web content syndication format. Its name is an acronym for Product Simple Syndication. PSS is a dialect of XML. All PSS files must conform to the XML 1.0 specification, as published on the World Wide Web Consortium (W3C) website. A summary of PSS version history. At the top level, a PSS document is a <pss> element, with a mandatory attribute called version, that specifies the version of PSS that the document conforms to. If it conforms to this specification, the version attribute must be 0.01. Subordinate to the <pss> element is a single <manufacturer> element, which contains information about the manufacturer (metadata) and its products. Sample files Here are sample files for: PSS 0.01. About this document This document represents the current status of PSS anduse as a template the structure of the RSS 2.11 specification. Change notes are here. First we document the required and optional sub-elements of <manufacturer>; and then document the sub- elements of <brand> and <item>. The final sections answer frequently asked questions, and provide a roadmap for future evolution, and guidelines for extending PSS. The PSS Profile contains a set of recommendations for how to create PSS documents that work best in the wide and diverse audience of client software that supports the format. PSS documents can be tested for validity in the PSS Validator. 1
  • 2. Required manufacturer elements Here's a list of the required manufacturer elements, each with a brief description, an example, and where available, a pointer to a more complete description. Element Description Example name The name of the manufacturer. Beverage Alpha link The URL to the manufacturer official HTML website http://www.b-alpha.com/ description Phrase or sentence describing the activity of the manufacturer. Fruit juice producer. Optional manufacturer elements Here's a list of optional manufacturer elements. Element Description Example language The language the manufacturer is written in. This en-us allows aggregators to group all Italian language sites, for example, on a single page. A list of allowable values for this element, as provided by Netscape, is here. copyright Copyright notice for content in the feed. Copyright 2013, Beverage Alpha managingEditor Email address for person responsible for editorial jacob@beverage-alpha.com (Jacob content. Marley) webMaster Email address for person responsible for technical robert@beverage-alpha.com (Robert issues relating to feed. Marley) pubDate The publication date for the content in the feed. All Sun, 15 Oct 2013 16:52:00 GMT date-times in RSS conform to the Date and Time Specification of RFC 822, with the exception that the year may be expressed with two characters or four characters (four preferred). lastBuildDate The last time the content of the feed changed. Sun, 15 Oct 2013 17:35:23 GMT category Specify one or more categories that the manufacturer <category>Newspapers</category> belongs to. Follows the same rules as the <item>- level category element. More info. generator A string indicating the program used to generate the MightyInHouse Content System v2.3 feed. 2
  • 3. docs A URL that points to the documentation for the format http://www.product-open- used in the PSS file. It's probably a pointer to this page. data.com/pss-specification It's for people who might stumble across an PSS file on a Web server 25 years from now and wonder what it is. ttl ttl stands for time to live. It's a number of minutes that <ttl>60</ttl> indicates how long a manufacturer can be cached before refreshing from the source. More info here. image Specifies a GIF, JPEG or PNG image representing the manufactuer's logo that can be displayed. More info here. rating The PICS rating for the feedr. textInput Specifies a text input box that can be displayed with the manufacturer. More info here. skipHours A hint for aggregators telling them which hours they can skip. This element contains up to 24 <hour> sub- elements whose value is a number between 0 and 23, representing a time in GMT, when aggregators, if they support the feature, may not read the feed on hours listed in the <skipHours> element. The hour beginning at midnight is hour zero. skipDays A hint for aggregators telling them which days they can skip. This element contains up to seven <day> sub- elements whose value is Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday. Aggregators may not read the feed during days listed in the <skipDays> element. <image> sub-element of <manufacturer> <image> is an optional sub-element of <manufacturer>, which contains three required and three optional sub- elements. <url> is the URL of a GIF, JPEG or PNG image that represents the manufacturer's logo. <title> describes the image, it's used in the ALT attribute of the HTML <img> tag when the manufacturer is rendered in HTML. <link> is the URL of the site, when the feed is rendered, the image is a link to the site. (Note, in practice the image <title> and <link> should have the same value as the manufacturer's <title> and <link>. Optional elements include <width> and <height>, numbers, indicating the width and height of the image in pixels. <description> contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering. Maximum value for width is 144, default value is 88. Maximum value for height is 400, default value is 31. 3
  • 4. <ttl> sub-element of <manufacturer> <ttl> is an optional sub-element of <manufacturer>. ttl stands for time to live. It's a number of minutes that indicates how long a feed can be cached before refreshing from the source. This makes it possible for RSS sources to be managed by a file-sharing network such as Gnutella. Example: <ttl>60</ttl> <textInput> sub-element of <manufacturer> A manufacturer may optionally contain a <textInput> sub-element, which contains four required sub-elements. <title> -- The label of the Submit button in the text input area. <description> -- Explains the text input area. <name> -- The name of the text object in the text input area. <link> -- The URL of the CGI script that processes text input requests. The purpose of the <textInput> element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it. Requiered brand's elements A manufacturer may contain any number of <brand>s. The difference between a product line and a brand has to be defined by the manufacturer; Here's a list of requiered brand elements. Element Description Example name Name of the brand. Super Juice Optional brand's elements Here's a list of optional brand elements. Element Description Example description Phrase or sentence describing the activity of the manufacturer. Fruit juice producer. image Specifies a GIF, JPEG or PNG image representing the manufactuer's logo that can be displayed. More info here. 4
  • 5. <image> sub-element of <brand> <image> is an optional sub-element of <manufacturer>, which contains three required and three optional sub- elements. <url> is the URL of a GIF, JPEG or PNG image that represents the brand's logo. <title> describes the image, it's used in the ALT attribute of the HTML <img> tag when the brand is rendered in HTML. <link> is the URL of the site, when the feed is rendered, the image is a link to the site. (Note, in practice the image <title> and <link> should have the same value as the brand's <title> and <link>. Optional elements include <width> and <height>, numbers, indicating the width and height of the image in pixels. <description> contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering. Maximum value for width is 144, default value is 88. Maximum value for height is 400, default value is 31. Requiered item's elements A brand may contain any number of <item>s. An item may represent a product or a live animal; Here's a list of requiered item elements. Element Description Example gtin The GTIN composed of 13 digits and officially assigned by the GS1 organization. 3272036004636 GTIN-12 must be left padded with a zero. The code can be tested for validity with the GS1 check digit calculator. name The commercialization name of the item. Pure orange juice extra brand The URL of the item. Bio juice gpc The GPC Brick code of the item. This code is used to classify the item. GS1 10000201 Website provides the list of all the possible GPC Brick codes. Optional item's elements Here's a list of optional item elements. Element Description Example productLine The product line of the product. Note that this element is clearly linked to the Skin Care in business of the manufacturer, his structure and history. cosmetic 5
  • 6. measure Specifies the measures of weight, volume and alcohol. More info here. packaging Specifies the attributes of the packaging. More info here. image Specifies a GIF, JPEG or PNG image of the item. More info here. description Presentation the item. This text can be subjective. The best orange juice... link URL of a item page on the manufacturer's website. ref Reference used by the manufacturer to identify a product before its AX23568B commercialization. commDate Indicates when the item was commercialized.More. <image> sub-element of <item> <image> is an optional sub-element of <item>, which contains three required and three optional sub-elements. <url> is the URL of a GIF, JPEG or PNG image of the item. <title> describes the image, it's used in the ALT attribute of the HTML <img> tag when the manufacturer is rendered in HTML. <link> is the URL of the site, when the feed is rendered, the image is a link to the site. (Note, in practice the image <title> and <link> should have the same value as the item's <title> and <link>. Optional elements include <width> and <height>, numbers, indicating the width and height of the image in pixels. <description> contains text that is included in the TITLE attribute of the link formed around the image in the HTML rendering. Maximum value for width is 144, default value is 88. Maximum value for height is 400, default value is 31. <measure> sub-element of <item> <measure> is an optional sub-element of <item>, which contains six optional sub-elements. Note that the volume and the weight measure may be indicated for certain type of product. <ml> -- The volume of the item in milliliters (ml). <floz> -- The volume of the item in fluid ounces (fl oz). <g> -- The weight of the item in grams (g). <g> -- The weight of the item in ounces (oz). <abv> -- The alcohol by volume (ABV). The degree (°) and percentage (%) have the same meaning. 6
  • 7. <abw> -- The alcohol by weight (ABW), used by some brewers instead of ABV. The degree (°) and percentage (%) have the same meaning. <packaging> sub-element of <item> <packaging> is an optional sub-element of <item>, which contains two optional sub-elements. <description> -- Indicate the type of material used to do the pack and the shape (ex: glass bottle). <internalUnit> -- The number of identical elements contained into a product (ex: pack of 4 pots of yogurt). <commDate> sub-element of <item> <commDate> is an optional sub-element of <item>. Its value is a date, indicating when the item was commercialized. If it's a date in the future, aggregators may choose to not display the item until that date. Comments If you have questions about the PSS format, please post them on the PSS Public group . The group serves as a support resource for users, authors and developers who are creating and using content in the format. Extending PSS PSS is an adaptation of the RSS feeds, the main key used for aggregation is the product GTIN code instead of the date for the News contained in RSS. RSS originated in 1999, and has strived to be a simple, easy to understand format, with relatively modest goals. After it became a popular format, developers wanted to extend it using modules defined in namespaces, as specified by the W3C. RSS 2.0 adds that capability, following a simple rule. A RSS feed may contain elements and attributes not described on this page, only if those elements and attributes are defined in a namespace. The elements defined in this document are not themselves members of a namespace, so that RSS 2.0 can remain compatible with previous versions in the following sense -- a version 0.91 or 0.92 file is also a valid 2.0 file. If the elements of RSS 2.0 were in a namespace, this constraint would break, a version 0.9x file would notbe a valid 2.0 file. Roadmap The first version of PSS is clearly focused on the food & beverage products so it will probably updated to fit with characteristics to other kind of products. Some elements are currently not refering to codification (brand, type of packaging,...), the addition of standard codification is important. License and authorship This document is authored by the Philippe Plagnol and is offered under the terms of the Creative Commons Attribution/Share Alike license, based on an original RSS specification published by the Berkman Center for Internet & Society at Harvard Law School authored by Dave Winer. 7