diff --git a/index.html b/index.html index bc59e46..3aa6c0f 100644 --- a/index.html +++ b/index.html @@ -62,40 +62,12 @@ ], localBiblio: { - "h-entry": { - title: "h-entry", - href: "http://microformats.org/wiki/h-entry", - authors: [ "Tantek Çelik"], - status: "Living Specification", - publisher: "http://microformats.org" - }, - "h-card": { - title: "h-card", - href: "http://microformats.org/wiki/h-card", - authors: [ "Tantek Çelik"], - status: "Living Specification", - publisher: "http://microformats.org" - }, - "h-feed": { - title: "h-feed", - href: "http://microformats.org/wiki/h-feed", - authors: [ "Tantek Çelik"], - status: "Living Specification", - publisher: "http://microformats.org" - }, "microformats2": { title: "microformats2", href: "http://microformats.org/wiki/microformats2", authors: [ "Tantek Çelik"], status: "Living Specification", - publisher: "http://microformats.org" - }, - "microformats2-parsing": { - title: "microformats2 Parsing", - href: "http://microformats.org/wiki/microformats2-parsing", - authors: [ "Tantek Çelik"], - status: "Living Specification", - publisher: "http://microformats.org" + publisher: "microformats.org" }, "jsonfeed-v1": { title: "JSON Feed Version 1", @@ -367,7 +339,7 @@

Reserved Keywords

If a children value is set, it MUST be serialized as an array even if only a single item is present.
  • references is an associative array, serialized as a JSON object, of all sub-objects - inside an object which have "id" defined as an external URL. + inside an object which have "id" defined as an external [[!URL]]. Any objects in this array are not authoritative. If the references property is defined, it MUST be serialized as an associative array and MUST be present at the top level entry only. @@ -417,7 +389,7 @@

    Post Properties

    Most values will be strings. If a property (such as "author" for example) references another object, it may be serialized in two ways: as an object serialized as the property value or as - the unique identifier or URL where the object can be found. See Using References. + the unique identifier or [[!URL]] where the object can be found. See Using References.

    Values MAY also be arrays if the vocabulary allows for multiple values of the property. @@ -465,7 +437,7 @@

    Example Post

    Author

    - An author is represented by the h-card vocabulary, and consists of a name, photo URL, URL to the author profile, and others. This is represented by the following JSON. + An author is represented by the [[!h-card]] vocabulary, and consists of a name, photo [[!URL]], [[!URL]] to the author profile, and others. This is represented by the following JSON.

    @@ -562,7 +534,7 @@ 

    Using References

    If a property is a reference to an object that is defined authoritatively in some other location, the references property SHOULD be used. The property - SHOULD contain only the unique identifier or URL where the authoritative data + SHOULD contain only the unique identifier or [[!URL]] where the authoritative data may be found. In the references object, the URL or unique identifier MAY be entered as the key field and a serialization of the referenced object MAY be provided. This serialization of the referenced object MAY be incomplete @@ -702,7 +674,7 @@

    Multiple items on a page

    Deriving the Syntax

    - This syntax is derived from HTML with microformats2, converted to JSON [[microformats2-parsing]] converted to a simplified JSON. The examples below illustrate the process. + This syntax is derived from HTML with microformats2, converted to JSON [[!microformats2-parsing]] converted to a simplified JSON. The examples below illustrate the process.

    @@ -855,12 +827,12 @@

    Required Fields and Required Formats

    property and if present MUST be a single string value.
  • url SHOULD be defined on the top level "feed" object. This value MUST - be a single string value and is expected to contain the URL of the data which this + be a single string value and is expected to contain the [[!URL]] of the data which this JF2 Feed describes. Additionally, if present in the author property object, or any direct - child entry object, it MUST contain a single string value only and that value must be a [[URL]]. + child entry object, it MUST contain a single string value only and that value must be a [[!URL]].
  • photo MUST be a single string value if present on the top level feed - object, its author property object, or any direct child entry object and MUST be a valid [[URL]]. + object, its author property object, or any direct child entry object and MUST be a valid [[!URL]].
  • uid MUST be present on any entry object which is a direct child of the top level feed object. This property MUST be a single string value and MUST uniquely @@ -868,11 +840,11 @@

    Required Fields and Required Formats

  • published SHOULD be present on any entry object which is a direct child of the top level feed object. If present, this property MUST be a single string - value and MUST be formatted as specified by [[ISO8601]]. + value and MUST be formatted as specified by [[!ISO8601]].
  • updated MAY be present on any entry object which is a direct child of the top level feed object. If present, this property MUST be a single string - value and MUST be formatted as specified by [[ISO8601]]. + value and MUST be formatted as specified by [[!ISO8601]].
  • category MAY be present on any entry object which is a direct child of the top level feed object. If present, this property MUST be an array of @@ -892,7 +864,7 @@

    Required Fields and Required Formats

  • video or audio MAY be present on any second level entry object. If present, it MUST be an object as described in the multiple URLs section with - at least a 'url' property which MUST be a single string and a valid [[URL]]. + at least a 'url' property which MUST be a single string and a valid [[!URL]].
  • @@ -905,7 +877,7 @@

    Required Fields and Required Formats

    Discovery

    - The JF2 Feed for a page may be published as HTTP Link header [[RFC5988]], or as an HTML + The JF2 Feed for a page may be published as HTTP Link header [[!RFC5988]], or as an HTML <link> or <a> tag element with the following attributes.

    rel="alternate" type="application/jf2feed+json" href="http://www.example.com/jf2feed.json" 

    @@ -1013,7 +985,7 @@

    JSON Feed to JF2 conversion

    Extension

    - JF2 MAY be extended by the [[microformats2]] extension mechanism. The 'x-*' properties created in this + JF2 MAY be extended by the [[!microformats2]] extension mechanism. The 'x-*' properties created in this way MAY be present in any serialization of JF2. Parsers MUST NOT halt on any unknown properties they encounter.

    @@ -1026,7 +998,7 @@

    Language And Internationalization

    the natural language of the text. Many often ask for control structures like directionality of text and multiple language serializations. Directionality of text can be accomplished with UTF-8 control characters which can be added to any of the values in the document. In addition, any content inside of 'html' properties - can have any markup as defined by [[HTML5]]. + can have any markup as defined by [[!HTML5]].

    Multiple serializations of the same text has not been seen to be needed in practice. @@ -1160,7 +1132,7 @@

    The application/jf2feed+json Media Type

    Encoding considerations: - Binary, as per [[RFC6839]], section 3.1; the charset parameter is not used and byte-order marks are not permitted, as per [[RFC7159]], sections 11 and 8.1 + Binary, as per [[!RFC6839]], section 3.1; the charset parameter is not used and byte-order marks are not permitted, as per [[!RFC7159]], sections 11 and 8.1