Repository: incubator-juneau Updated Branches: refs/heads/master 09d2d0a32 -> 0cb713dfe
Clean up ATOM code references. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/0cb713df Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/0cb713df Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/0cb713df Branch: refs/heads/master Commit: 0cb713dfea54a5d012bda8d237e9c763d25ae747 Parents: 09d2d0a Author: JamesBognar <[email protected]> Authored: Wed Nov 16 16:42:39 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Wed Nov 16 16:42:39 2016 -0500 ---------------------------------------------------------------------- .../org/apache/juneau/dto/atom/package.html | 138 +++++++++---------- .../java/org/apache/juneau/xml/package.html | 2 +- juneau-core/src/main/javadoc/overview.html | 22 +-- 3 files changed, 81 insertions(+), 81 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/0cb713df/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html b/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html index 4acc318..d35aa51 100644 --- a/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html +++ b/juneau-core/src/main/java/org/apache/juneau/dto/atom/package.html @@ -93,12 +93,12 @@ <p class='bcode'> Feed feed = <jk>new</jk> Feed() .setTitle(<jk>new</jk> Text(<js>"text"</js>, <js>"Juneau ATOM specification"</js>)) - .setSubTitle(<jk>new</jk> Text(<js>"html"</js>, <js>"A <em>lot</em> of effort went into making this effortless"</js>)) - .setUpdated(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .setId(<jk>new</jk> Id(<js>"tag:juneau.sample.com,2013:1"</js>)) + .setSubTitle(<jk>new</jk> Text(<js>"html"</js>, <js>"Describes <em>stuff</em> about Juneau"</js>)) + .setUpdated(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .setId(<jk>new</jk> Id(<js>"tag:juneau.apache.org"</js>)) .addLinks( - <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://www.sample.com/"</js>).setHreflang(<js>"en"</js>), - <jk>new</jk> Link(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://www.sample.com/feed.atom"</js>) + <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://juneau.apache.org/"</js>).setHreflang(<js>"en"</js>), + <jk>new</jk> Link(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://juneau.apache.org/feed.atom"</js>) ) .setRights(<jk>new</jk> Text(<js>"Copyright (c) 2016, Apache Foundation"</js>)) .setGenerator(<jk>new</jk> Generator(<js>"Juneau"</js>).setUri(<jk>new</jk> URI(<js>"http://juneau.apache.org/"</js>)).setVersion(<js>"1.0"</js>)) @@ -106,13 +106,13 @@ <jk>new</jk> Entry() .setTitle(<jk>new</jk> Text(<js>"Juneau ATOM specification snapshot"</js>)) .addLinks( - <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://www.sample.com/2012/05/08/juneau.atom"</js>), - <jk>new</jk> Link(<js>"enclosure"</js>, <js>"audio/mpeg"</js>, <js>""http://www.sample.com/audio/juneau_podcast.mp3"</js>).setLength(12345) + <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://juneau.apache.org/juneau.atom"</js>), + <jk>new</jk> Link(<js>"enclosure"</js>, <js>"audio/mpeg"</js>, <js>""http://juneau.apache.org/audio/juneau_podcast.mp3"</js>).setLength(12345) ) - .setId(<jk>new</jk> Id(<js>"tag:juneau.sample.com,2013:1.2345"</js>)) - .setUpdated(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .setPublished(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .addAuthors(<jk>new</jk> Person(<js>"James Bognar"</js>).setUri(<jk>new</jk> URI(<js>"http://www.sample.com/"</js>)).setEmail(<js>"[email protected]"</js>)) + .setId(<jk>new</jk> Id(<js>"tag:juneau.apache.org"</js>)) + .setUpdated(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .setPublished(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .addAuthors(<jk>new</jk> Person(<js>"James Bognar"</js>).setUri(<jk>new</jk> URI(<js>"http://juneau.apache.org/"</js>)).setEmail(<js>"[email protected]"</js>)) .addContributors( <jk>new</jk> Person(<js>"Barry M. Caceres"</js>) ) @@ -143,45 +143,45 @@ <p class='bcode'> <xt><feed></xt> <xt><id></xt> - tag:juneau.sample.com,2013:1 + tag:juneau.apache.org <xt></id></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs>/<xt>></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs>/<xt>></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs>/<xt>></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs>/<xt>></xt> <xt><rights></xt> Copyright (c) 2016, Apache Foundation <xt></rights></xt> <xt><title</xt> <xa>type</xa>=<xs>'text'</xs>></xt> Juneau ATOM specification <xt></title></xt> - <xt><updated></xt>2013-05-08T12:29:29Z<xt></updated></xt> + <xt><updated></xt>2016-01-02T03:04:05Z<xt></updated></xt> <xt><generator</xt> <xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> Juneau <xt></generator></xt> <xt><subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>></xt> - A &lt;em&gt;lot&lt;/em&gt; of effort went into making this effortless + Describes <em>stuff</em> about Juneau <xt></subtitle></xt> <xt><entry></xt> <xt><author></xt> <xt><name></xt>James Bognar<xt></name></xt> - <xt><uri></xt>http://www.sample.com/<xt></uri></xt> - <xt><email></xt>[email protected]<xt></email></xt> + <xt><uri></xt>http://juneau.apache.org/<xt></uri></xt> + <xt><email></xt>[email protected]<xt></email></xt> <xt></author></xt> <xt><contributor></xt> <xt><name></xt>Barry M. Caceres<xt></name></xt> <xt></contributor></xt> <xt><id></xt> - tag:juneau.sample.com,2013:1.2345 + tag:juneau.apache.org <xt></id></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs>/<xt>></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs>/<xt>></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs>/<xt>></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs>/<xt>></xt> <xt><title></xt> Juneau ATOM specification snapshot <xt></title></xt> - <xt><updated></xt>2013-05-08T12:29:29Z<xt></updated></xt> + <xt><updated></xt>2016-01-02T03:04:05Z<xt></updated></xt> <xt><content</xt> <xa>base</xa>=<xs>'http://www.apache.org/'</xs> <xa>lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> <xt><div</xt> <xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml"</xs><xt>><p><i></xt>[Update: Juneau supports ATOM.]<xt></i></p></div></xt> <xt></content></xt> - <xt><published></xt>2013-05-08T12:29:29Z<xt></published></xt> + <xt><published></xt>2016-01-02T03:04:05Z<xt></published></xt> <xt></entry></xt> <xt></feed></xt> </p> @@ -207,45 +207,45 @@ <xa>xmlns:xml</xa>=<xs>'http://www.w3.org/XML/1998/namespace'</xs> <xa>xmlns:xsi</xa>=<xs>'http://www.w3.org/2001/XMLSchema-instance'</xs><xt>></xt> <xt><atom:id></xt> - tag:juneau.sample.com,2013:1 + tag:juneau.apache.org <xt></atom:id></xt> - <xt><atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> - <xt><atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> + <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> + <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> <xt><atom:rights></xt> Copyright (c) 2016, Apache Foundation <xt></atom:rights></xt> <xt><atom:title</xt> <xa>type</xa>=<xs>'text'</xs><xt>></xt> Juneau ATOM specification <xt></atom:title></xt> - <xt><atom:updated></xt>2013-05-08T12:29:29Z<xt></atom:updated></xt> + <xt><atom:updated></xt>2016-01-02T03:04:05Z<xt></atom:updated></xt> <xt><atom:generator</xt> <xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> Juneau <xt></atom:generator></xt> <xt><atom:subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>></xt> - A &lt;em&gt;lot&lt;/em&gt; of effort went into making this effortless + Describes <em>stuff</em> about Juneau <xt></atom:subtitle></xt> <xt><atom:entry></xt> <xt><atom:author></xt> <xt><atom:name></xt>James Bognar<xt></atom:name></xt> - <xt><atom:uri></xt>http://www.sample.com/<xt></atom:uri></xt> - <xt><atom:email></xt>[email protected]<xt></atom:email></xt> + <xt><atom:uri></xt>http://juneau.apache.org/<xt></atom:uri></xt> + <xt><atom:email></xt>[email protected]<xt></atom:email></xt> <xt></atom:author></xt> <xt><atom:contributor></xt> <xt><atom:name></xt>Barry M. Caceres<xt></atom:name></xt> <xt></atom:contributor></xt> <xt><atom:id></xt> - tag:juneau.sample.com,2013:1.2345 + tag:juneau.apache.org <xt></atom:id></xt> - <xt><atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs><xt>/></xt> - <xt><atom:link</xt> <xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs><xt>/></xt> + <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs><xt>/></xt> + <xt><atom:link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs><xt>/></xt> <xt><atom:title></xt> Juneau ATOM specification snapshot <xt></atom:title></xt> - <xt><atom:updated></xt>2013-05-08T12:29:29Z<xt></atom:updated></xt> + <xt><atom:updated></xt>2016-01-02T03:04:05Z<xt></atom:updated></xt> <xt><atom:content</xt> <xa>xml:base</xa>=<xs>'http://www.apache.org/'</xs> <xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> <xt><div</xt> <xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml"</xs><xt>></xt><xt><p></xt><xt><i></xt>[Update: Juneau supports ATOM.]<xt></i></xt><xt></p></xt><xt></div></xt> <xt></atom:content></xt> - <xt><atom:published></xt>2013-05-08T12:29:29Z<xt></atom:published></xt> + <xt><atom:published></xt>2016-01-02T03:04:05Z<xt></atom:published></xt> <xt></atom:entry></xt> <xt></atom:feed></xt> </p> @@ -270,45 +270,45 @@ <xa>xmlns:xml</xa>=<xs>'http://www.w3.org/XML/1998/namespace'</xs> <xa>xmlns:xsi</xa>=<xs>'http://www.w3.org/2001/XMLSchema-instance'</xs><xt>></xt> <xt><id></xt> - tag:juneau.sample.com,2013:1 + tag:juneau.apache.org <xt></id></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs> <xa>hreflang</xa>=<xs>'en'</xs><xt>/></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/feed.atom'</xs> <xa>rel</xa>=<xs>'self'</xs> <xa>type</xa>=<xs>'application/atom+xml'</xs><xt>/></xt> <xt><rights></xt> Copyright (c) 2016, Apache Foundation <xt></rights></xt> <xt><title</xt> <xa>type</xa>=<xs>'text'</xs><xt>></xt> Juneau ATOM specification <xt></title></xt> - <xt><updated></xt>2013-05-08T12:29:29Z<xt></updated></xt> + <xt><updated></xt>2016-01-02T03:04:05Z<xt></updated></xt> <xt><generator</xt> <xa>uri</xa>=<xs>'http://juneau.apache.org/'</xs> <xa>version</xa>=<xs>'1.0'</xs><xt>></xt> Juneau <xt></generator></xt> <xt><subtitle</xt> <xa>type</xa>=<xs>'html'</xs><xt>></xt> - A &lt;em&gt;lot&lt;/em&gt; of effort went into making this effortless + Describes &lt;em&stuff&lt;/em&gt; about Juneau <xt></subtitle></xt> <xt><entry></xt> <xt><author></xt> <xt><name></xt>James Bognar<xt></name></xt> - <xt><uri></xt>http://www.sample.com/<xt></uri></xt> - <xt><email></xt>[email protected]<xt></email></xt> + <xt><uri></xt>http://juneau.apache.org/<xt></uri></xt> + <xt><email></xt>[email protected]<xt></email></xt> <xt></author></xt> <xt><contributor></xt> <xt><name></xt>Barry M. Caceres<xt></name></xt> <xt></contributor></xt> <xt><id></xt> - tag:juneau.sample.com,2013:1.2345 + tag:juneau.apache.org <xt></id></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/2012/05/08/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs><xt>/></xt> - <xt><link</xt> <xa>href</xa>=<xs>'http://www.sample.com/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs><xt>/></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/juneau.atom'</xs> <xa>rel</xa>=<xs>'alternate'</xs> <xa>type</xa>=<xs>'text/html'</xs><xt>/></xt> + <xt><link</xt> <xa>href</xa>=<xs>'http://juneau.apache.org/audio/juneau_podcast.mp3'</xs> <xa>rel</xa>=<xs>'enclosure'</xs> <xa>type</xa>=<xs>'audio/mpeg'</xs> <xa>length</xa>=<xs>'12345'</xs><xt>/></xt> <xt><title></xt> Juneau ATOM specification snapshot <xt></title></xt> - <xt><updated></xt>2013-05-08T12:29:29Z<xt></updated></xt> + <xt><updated></xt>2016-01-02T03:04:05Z<xt></updated></xt> <xt><content</xt> <xa>xml:base</xa>=<xs>'http://www.apache.org/'</xs> <xa>xml:lang</xa>=<xs>'en'</xs> <xa>type</xa>=<xs>'xhtml'</xs><xt>></xt> <xt><div</xt> <xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml"</xs><xt>></xt><xt><p></xt><xt><i></xt>[Update: Juneau supports ATOM.]<xt></i></xt><xt></p></xt><xt></div></xt> <xt></content></xt> - <xt><published></xt>2013-05-08T12:29:29Z<xt></published></xt> + <xt><published></xt>2016-01-02T03:04:05Z<xt></published></xt> <xt></entry></xt> <xt></feed></xt> </p> @@ -335,17 +335,17 @@ <p class='bcode'> { id: { - text: <js>'tag:juneau.sample.com,2013:1'</js> + text: <js>'tag:juneau.apache.org'</js> }, links: [ { - href: <js>'http://www.sample.com/'</js>, + href: <js>'http://juneau.apache.org/'</js>, rel: <js>'alternate'</js>, type: <js>'text/html'</js>, hreflang: <js>'en'</js> }, { - href: <js>'http://www.sample.com/feed.atom'</js>, + href: <js>'http://juneau.apache.org/juneau.atom'</js>, rel: <js>'self'</js>, type: <js>'application/atom+xml'</js> } @@ -357,7 +357,7 @@ type: <js>'text'</js>, text: <js>'Juneau ATOM specification'</js> }, - updated: <js>'2013-05-08T12:29:29Z'</js>, + updated: <js>'2016-01-02T03:04:05Z'</js>, generator: { uri: <js>'http://juneau.apache.org/'</js>, version: <js>'1.0'</js>, @@ -365,15 +365,15 @@ }, subtitle: { type: <js>'html'</js>, - text: <js>'A <em>lot</em> of effort went into making this effortless'</js> + text: <js>'Describes <em>stuff</em> about Juneau'</js> }, entries: [ { authors: [ { name: <js>'James Bognar'</js>, - uri: <js>'http://www.sample.com/'</js>, - email: <js>'[email protected]'</js> + uri: <js>'http://juneau.apache.org/'</js>, + email: <js>'[email protected]'</js> } ], contributors: [ @@ -382,16 +382,16 @@ } ], id: { - text: <js>'tag:juneau.sample.com,2013:1.2345'</js> + text: <js>'tag:juneau.apache.org'</js> }, links: [ { - href: <js>'http://www.sample.com/2012/05/08/juneau.atom'</js>, + href: <js>'http://juneau.apache.org/juneau.atom'</js>, rel: <js>'alternate'</js>, type: <js>'text/html'</js> }, { - href: <js>'http://www.sample.com/audio/juneau_podcast.mp3'</js>, + href: <js>'http://juneau.apache.org/audio/juneau_podcast.mp3'</js>, rel: <js>'enclosure'</js>, type: <js>'audio/mpeg'</js>, length: <jk>12345</jk> @@ -400,14 +400,14 @@ title: { text: <js>'Juneau ATOM specification snapshot'</js> }, - updated: <js>'2013-05-08T12:29:29Z'</js>, + updated: <js>'2016-01-02T03:04:05Z'</js>, content: { base: <js>'http://www.apache.org/'</js>, lang: <js>'en'</js>, type: <js>'xhtml'</js>, text: <js>'<div xmlns="http://www.w3.org/1999/xhtml"><p><i>[Update: Juneau supports ATOM.]</i></p></div>'</js> }, - published: <js>'2013-05-08T12:29:29Z'</js> + published: <js>'2016-01-02T03:04:05Z'</js> } ] } @@ -445,18 +445,18 @@ <xa>xmlns:j.0</xa>=<xs>'http://www.w3.org/XML/1998/'</xs><xt>></xt> <xt><rdf:Description></xt> <xt><atom:id</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:text></xt>tag:juneau.sample.com,2013:1<xt></atom:text></xt> + <xt><atom:text></xt>tag:juneau.apache.org<xt></atom:text></xt> <xt></atom:id></xt> <xt><atom:links></xt> <xt><rdf:Seq></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:href></xt>http://www.sample.com/<xt></atom:href></xt> + <xt><atom:href></xt>http://juneau.apache.org/<xt></atom:href></xt> <xt><atom:rel></xt>alternate<xt></atom:rel></xt> <xt><atom:type></xt>text/html<xt></atom:type></xt> <xt><atom:hreflang></xt>en<xt></atom:hreflang></xt> <xt></rdf:li></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:href></xt>http://www.sample.com/feed.atom<xt></atom:href></xt> + <xt><atom:href></xt>http://juneau.apache.org/feed.atom<xt></atom:href></xt> <xt><atom:rel></xt>self<xt></atom:rel></xt> <xt><atom:type></xt>application/atom+xml<xt></atom:type></xt> <xt></rdf:li></xt> @@ -469,7 +469,7 @@ <xt><atom:type></xt>text<xt></atom:type></xt> <xt><atom:text></xt>Juneau ATOM specification<xt></atom:text></xt> <xt></atom:title></xt> - <xt><atom:updated></xt>2013-05-08T12:29:29Z<xt></atom:updated></xt> + <xt><atom:updated></xt>2016-01-02T03:04:05Z<xt></atom:updated></xt> <xt><atom:generator</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> <xt><atom:uri</xt> <xa>rdf:resource</xa>=<xs>'http://juneau.apache.org/'</xs><xt>/></xt> <xt><atom:version></xt>1.0<xt></atom:version></xt> @@ -486,7 +486,7 @@ <xt><rdf:Seq></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> <xt><atom:name></xt>James Bognar<xt></atom:name></xt> - <xt><atom:uri</xt> <xa>rdf:resource</xa>=<xs>'http://www.sample.com/'</xs><xt>/></xt> + <xt><atom:uri</xt> <xa>rdf:resource</xa>=<xs>'http://juneau.apache.org/'</xs><xt>/></xt> <xt><atom:email></xt>[email protected]<xt></atom:email></xt> <xt></rdf:li></xt> <xt></rdf:Seq></xt> @@ -499,17 +499,17 @@ <xt></rdf:Seq></xt> <xt></atom:contributors></xt> <xt><atom:id</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:text></xt>tag:juneau.sample.com,2013:1.2345<xt></atom:text></xt> + <xt><atom:text></xt>tag:juneau.apache.org<xt></atom:text></xt> <xt></atom:id></xt> <xt><atom:links></xt> <xt><rdf:Seq></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:href></xt>http://www.sample.com/2012/05/08/juneau.atom<xt></atom:href></xt> + <xt><atom:href></xt>http://juneau.apache.org/juneau.atom<xt></atom:href></xt> <xt><atom:rel></xt>alternate<xt></atom:rel></xt> <xt><atom:type></xt>text/html<xt></atom:type></xt> <xt></rdf:li></xt> <xt><rdf:li</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> - <xt><atom:href></xt>http://www.sample.com/audio/juneau_podcast.mp3<xt></atom:href></xt> + <xt><atom:href></xt>http://juneau.apache.org/audio/juneau_podcast.mp3<xt></atom:href></xt> <xt><atom:rel></xt>enclosure<xt></atom:rel></xt> <xt><atom:type></xt>audio/mpeg<xt></atom:type></xt> <xt><atom:length></xt>12345<xt></atom:length></xt> @@ -519,14 +519,14 @@ <xt><atom:title</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> <xt><atom:text></xt>Juneau ATOM specification snapshot<xt></atom:text></xt> <xt></atom:title></xt> - <xt><atom:updated></xt>2013-05-08T12:29:29Z<xt></atom:updated></xt> + <xt><atom:updated></xt>2016-01-02T03:04:05Z<xt></atom:updated></xt> <xt><atom:content</xt> <xa>rdf:parseType</xa>=<xs>'Resource'</xs><xt>></xt> <xt><j.0:namespacebase</xt> <xa>rdf:resource</xa>=<xs>'http://www.apache.org/'</xs><xt>/></xt> <xt><j.0:namespacelang></xt>en<xt></j.0:namespacelang></xt> <xt><atom:type></xt>xhtml<xt></atom:type></xt> <xt><atom:text></xt>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;p&gt;&lt;i&gt;[Update: Juneau supports ATOM.]&lt;/i&gt;&lt;/p&gt;&lt;/div&gt;<xt></atom:text></xt> <xt></atom:content></xt> - <xt><atom:published></xt>2013-05-08T12:29:29Z<xt></atom:published></xt> + <xt><atom:published></xt>2016-01-02T03:04:05Z<xt></atom:published></xt> <xt></rdf:li></xt> <xt></rdf:Seq></xt> <xt></atom:entries></xt> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/0cb713df/juneau-core/src/main/java/org/apache/juneau/xml/package.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/java/org/apache/juneau/xml/package.html b/juneau-core/src/main/java/org/apache/juneau/xml/package.html index 7048618..92d985c 100644 --- a/juneau-core/src/main/java/org/apache/juneau/xml/package.html +++ b/juneau-core/src/main/java/org/apache/juneau/xml/package.html @@ -468,7 +468,7 @@ <xt><feed></xt> <xt><entry></xt> <xt><title</xt> <xa>type</xa>=<xs>'text'</xs>></xt> - A &lt;em&gt;lot&lt;/em&gt; of effort went into making this effortless + A &lt;em&gt;really&lt;/em&gt; great title <xt></title></xt> <xt><content</xt> <xa>type</xa>=<xs>'xhtml'</xs>></xt> <xt><div</xt> <xa>xmlns</xa>=<xs>"http://www.w3.org/1999/xhtml"</xs><xt>></xt><xt><p></xt><xt><i></xt>This is the contents of this entry.<xt></i></xt><xt></p></xt><xt></div></xt> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/0cb713df/juneau-core/src/main/javadoc/overview.html ---------------------------------------------------------------------- diff --git a/juneau-core/src/main/javadoc/overview.html b/juneau-core/src/main/javadoc/overview.html index 00cd936..6d9da78 100644 --- a/juneau-core/src/main/javadoc/overview.html +++ b/juneau-core/src/main/javadoc/overview.html @@ -3907,12 +3907,12 @@ <jk>try</jk> { <jf>feed</jf> = <jk>new</jk> Feed() .setTitle(<jk>new</jk> Text(<js>"text"</js>, <js>"Juneau ATOM specification"</js>)) - .setSubTitle(<jk>new</jk> Text(<js>"html"</js>, <js>"A <em>lot</em> of effort went into making this effortless"</js>)) - .setUpdated(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .setId(<jk>new</jk> Id(<js>"tag:juneau.sample.com,2013:1"</js>)) + .setSubTitle(<jk>new</jk> Text(<js>"html"</js>, <js>"Decribes <em>stuff</em> about Juneau"</js>)) + .setUpdated(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .setId(<jk>new</jk> Id(<js>"tag:juneau.apache.org"</js>)) .addLinks( - <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://www.sample.com/"</js>).setHreflang(<js>"en"</js>), - <jk>new</jk> Link(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://www.sample.com/feed.atom"</js>) + <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://juneau.apache.org/"</js>).setHreflang(<js>"en"</js>), + <jk>new</jk> Link(<js>"self"</js>, <js>"application/atom+xml"</js>, <js>"http://juneau.apache.org/feed.atom"</js>) ) .setRights(<jk>new</jk> Text(<js>"Copyright (c) 2016, Apache Foundation"</js>)) .setGenerator(<jk>new</jk> Generator(<js>"Juneau"</js>).setUri(<jk>new</jk> URI(<js>"http://juneau.apache.org/"</js>)).setVersion(<js>"1.0"</js>)) @@ -3920,13 +3920,13 @@ <jk>new</jk> Entry() .setTitle(<jk>new</jk> Text(<js>"Juneau ATOM specification snapshot"</js>)) .addLinks( - <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://www.sample.com/2012/05/08/juneau.atom"</js>), - <jk>new</jk> Link(<js>"enclosure"</js>, <js>"audio/mpeg"</js>, <js>"http://www.sample.com/audio/juneau_podcast.mp3"</js>).setLength(12345) + <jk>new</jk> Link(<js>"alternate"</js>, <js>"text/html"</js>, <js>"http://juneau.apache.org/juneau.atom"</js>), + <jk>new</jk> Link(<js>"enclosure"</js>, <js>"audio/mpeg"</js>, <js>"http://juneau.apache.org/audio/juneau_podcast.mp3"</js>).setLength(12345) ) - .setId(<jk>new</jk> Id(<js>"tag:juneau.sample.com,2013:1.2345"</js>)) - .setUpdated(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .setPublished(<jsm>parseDateTime</jsm>(<js>"2013-05-08T12:29:29Z"</js>)) - .addAuthors(<jk>new</jk> Person(<js>"James Bognar"</js>).setUri(<jk>new</jk> URI(<js>"http://www.sample.com/"</js>)).setEmail(<js>"[email protected]"</js>)) + .setId(<jk>new</jk> Id(<js>"tag:juneau.apache.org"</js>)) + .setUpdated(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .setPublished(<jsm>parseDateTime</jsm>(<js>"2016-01-02T03:04:05Z"</js>)) + .addAuthors(<jk>new</jk> Person(<js>"James Bognar"</js>).setUri(<jk>new</jk> URI(<js>"http://juneau.apache.org/"</js>)).setEmail(<js>"[email protected]"</js>)) .addContributors( <jk>new</jk> Person(<js>"Barry M. Caceres"</js>) )
