You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2012/08/10 02:40:22 UTC

svn commit: r1371537 [20/30] - in /incubator/any23/trunk: ./ core/ core/src/test/java/org/apache/any23/ core/src/test/java/org/apache/any23/cli/ core/src/test/java/org/apache/any23/extractor/ core/src/test/java/org/apache/any23/extractor/csv/ core/src/...

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested-expected.nquads?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested-expected.nquads (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested-expected.nquads Fri Aug 10 00:40:13 2012
@@ -0,0 +1,28 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
+_:node3e103839c5eaa86c975e26a96157bf2 <http://rdf.data-vocabulary.org/name> "Jazz Band" <http://bob.example.com/> .
+_:node3e103839c5eaa86c975e26a96157bf2 <http://rdf.data-vocabulary.org/size> "12" <http://bob.example.com/> .
+_:node70664686c06639b5211a24a9cf34f99 <http://rdf.data-vocabulary.org/band> _:node3e103839c5eaa86c975e26a96157bf2 <http://bob.example.com/> .
+_:node70664686c06639b5211a24a9cf34f99 <http://rdf.data-vocabulary.org/name> "Amanda" <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/microdata#item> _:node70664686c06639b5211a24a9cf34f99 <http://bob.example.com/> .
+_:nodea2c65a1b5a43d4ac4bd93b3216f5f7d <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Movie> <http://bob.example.com/> .
+_:nodea2c65a1b5a43d4ac4bd93b3216f5f7d <http://schema.org/Movie/name> "Avatar" <http://bob.example.com/> .
+_:noded2bffd25e1a8448b159c4c45afd3283 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Person> <http://bob.example.com/> .
+_:noded2bffd25e1a8448b159c4c45afd3283 <http://schema.org/Person/name> "James Cameron" <http://bob.example.com/> .
+_:nodea2c65a1b5a43d4ac4bd93b3216f5f7d <http://schema.org/Movie/director> _:noded2bffd25e1a8448b159c4c45afd3283 <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/microdata#item> _:nodea2c65a1b5a43d4ac4bd93b3216f5f7d <http://bob.example.com/> .
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested-expected.properties
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested-expected.properties?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested-expected.properties (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested-expected.properties Fri Aug 10 00:40:13 2012
@@ -0,0 +1,19 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
+result0={ "xpath" : "/HTML[1]/BODY[1]/DIV[1]", "id" : "amanda", "refs" : ["a", "b"], "type" : null, "itemid" : null, "properties" : [ { "xpath" : "/HTML[1]/BODY[1]/DIV[2]", "name" : "band", "value" : { "content" : { "xpath" : "/HTML[1]/BODY[1]/DIV[2]", "id" : "b", "refs" : ["c"], "type" : null, "itemid" : null, "properties" : [ { "xpath" : "/HTML[1]/BODY[1]/DIV[3]/P[1]/SPAN[1]", "name" : "name", "value" : { "content" : "Jazz Band", "type" : "Plain" } }, { "xpath" : "/HTML[1]/BODY[1]/DIV[3]/P[2]/SPAN[1]", "name" : "size", "value" : { "content" : "12", "type" : "Plain" } } ] }, "type" : "Nested" } }, { "xpath" : "/HTML[1]/BODY[1]/P[1]/SPAN[1]", "name" : "name", "value" : { "content" : "Amanda", "type" : "Plain" } } ] }
+result1={ "xpath" : "/HTML[1]/BODY[1]/DIV[4]", "id" : null, "refs" : [], "type" : "http://schema.org/Movie", "itemid" : null, "properties" : [ { "xpath" : "/HTML[1]/BODY[1]/DIV[4]/H1[1]", "name" : "name", "value" : { "content" : "Avatar", "type" : "Plain" } }, { "xpath" : "/HTML[1]/BODY[1]/DIV[4]/DIV[1]", "name" : "director", "value" : { "content" : { "xpath" : "/HTML[1]/BODY[1]/DIV[4]/DIV[1]", "id" : null, "refs" : [], "type" : "http://schema.org/Person", "itemid" : null, "properties" : [ { "xpath" : "/HTML[1]/BODY[1]/DIV[4]/DIV[1]/SPAN[1]", "name" : "name", "value" : { "content" : "James Cameron", "type" : "Plain" } } ] }, "type" : "Nested" } } ] }
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-nested.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,40 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+<body>
+
+<!--  result0 -->
+<div itemscope id="amanda" itemref="a b"></div>
+<p id="a">Name: <span itemprop="name">Amanda</span></p>
+<div id="b" itemprop="band" itemscope itemref="c"></div>
+<div id="c">
+ <p>Band: <span itemprop="name">Jazz Band</span></p>
+ <p>Size: <span itemprop="size">12</span> players</p>
+</div>
+
+<!-- result1 -->
+<div itemscope itemtype="http://schema.org/Movie">
+    <h1 itemprop="name">Avatar</h1>
+    <div itemprop="director" itemscope itemtype="http://schema.org/Person">
+        Director: <span itemprop="name">James Cameron</span>
+    </div>
+</div>
+
+</body>
+</head>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-richsnippet-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-richsnippet-expected.nquads?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-richsnippet-expected.nquads (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-richsnippet-expected.nquads Fri Aug 10 00:40:13 2012
@@ -0,0 +1,29 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
+_:nodee6ae2861b16a51a6519079d82c13763 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://data-vocabulary.org/Person> <http://bob.example.com/> .
+_:nodee6ae2861b16a51a6519079d82c13763 <http://data-vocabulary.org/Person/title> "graduate research assistant" <http://bob.example.com/> .
+_:nodee6ae2861b16a51a6519079d82c13763 <http://data-vocabulary.org/Person/nickname> "Johnny" <http://bob.example.com/> .
+_:node14cf7264b949d7a9e18598d198e5f65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://data-vocabulary.org/Address> <http://bob.example.com/> .
+_:node14cf7264b949d7a9e18598d198e5f65 <http://data-vocabulary.org/Address/region> "Georgia" <http://bob.example.com/> .
+_:node14cf7264b949d7a9e18598d198e5f65 <http://data-vocabulary.org/Address/locality> "Warner Robins" <http://bob.example.com/> .
+_:node14cf7264b949d7a9e18598d198e5f65 <http://data-vocabulary.org/Address/street-address> "1234 Peach Drive" <http://bob.example.com/> .
+_:nodee6ae2861b16a51a6519079d82c13763 <http://data-vocabulary.org/Person/address> _:node14cf7264b949d7a9e18598d198e5f65 <http://bob.example.com/> .
+_:nodee6ae2861b16a51a6519079d82c13763 <http://data-vocabulary.org/Person/name> "John Doe" <http://bob.example.com/> .
+_:nodee6ae2861b16a51a6519079d82c13763 <http://data-vocabulary.org/Person/affiliation> "University of Dreams" <http://bob.example.com/> .
+_:nodee6ae2861b16a51a6519079d82c13763 <http://data-vocabulary.org/Person/url> <http://www.JohnnyD.com> <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/microdata#item> _:nodee6ae2861b16a51a6519079d82c13763 <http://bob.example.com/> .
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-richsnippet.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-richsnippet.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-richsnippet.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/microdata-richsnippet.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,35 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<section itemscope itemtype="http://data-vocabulary.org/Person">
+    Hello, my name is
+    <span itemprop="name">John Doe</span>,
+    I am a
+    <span itemprop="title">graduate research assistant</span>
+    at the
+    <span itemprop="affiliation">University of Dreams</span>.
+    My friends call me
+    <span itemprop="nickname">Johnny</span>.
+    You can visit my homepage at
+    <a href="http://www.JohnnyD.com" itemprop="url">www.JohnnyD.com</a>.
+    <section itemprop="address" itemscope itemtype="http://data-vocabulary.org/Address">
+        I live at
+        <span itemprop="street-address">1234 Peach Drive</span>
+        <span itemprop="locality">Warner Robins</span>
+        ,
+        <span itemprop="region">Georgia</span>.
+    </section>
+</section>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-1-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-1-expected.nquads?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-1-expected.nquads (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-1-expected.nquads Fri Aug 10 00:40:13 2012
@@ -0,0 +1,24 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
+_:node86af95e129f7381bd44dceb4ff02b7e <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/AudioObject> <http://bob.example.com/> .
+_:node86af95e129f7381bd44dceb4ff02b7e <http://schema.org/AudioObject/duration> "T0M15S" <http://bob.example.com/> .
+_:node86af95e129f7381bd44dceb4ff02b7e <http://schema.org/AudioObject/description> "Recorded on a terrace of Girona a sunday morning" <http://bob.example.com/> .
+_:node86af95e129f7381bd44dceb4ff02b7e <http://schema.org/AudioObject/name> "12oclock_girona.mp3" <http://bob.example.com/> .
+_:node86af95e129f7381bd44dceb4ff02b7e <http://schema.org/AudioObject/encodingFormat> "mp3" <http://bob.example.com/> .
+_:node86af95e129f7381bd44dceb4ff02b7e <http://schema.org/AudioObject/contentURL> "http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3" <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/microdata#item> _:node86af95e129f7381bd44dceb4ff02b7e <http://bob.example.com/> .
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-1.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-1.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-1.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-1.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,34 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- Original page source: http://schema.org/MediaObject -->
+<div itemscope itemtype="http://schema.org/AudioObject">
+    <span itemprop="name"><b>12oclock_girona.mp3</b></span>
+    <script type="text/javascript">
+        var fo = new FlashObject("http://google.com/flash/preview-player.swf",
+                "flashPlayer_719", "358", "16", "6", "#FFFFFF");
+        fo.addVariable("url", "http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3");
+        fo.addVariable("autostart", "0");
+        fo.write("flashcontent_719");
+    </script>
+    <meta itemprop="encodingFormat" content="mp3"/>
+    <meta itemprop="contentURL"
+          content="http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3"/>
+<span class="description">
+                <meta itemprop="duration" content="T0M15S"/>
+                <span itemprop="description">Recorded on a terrace of Girona a sunday morning</span>
+</span>
+</div>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-2-expected.nquads
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-2-expected.nquads?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-2-expected.nquads (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-2-expected.nquads Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+#
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#
+
+_:node8b30931f1dde708283dc52546c5572a6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://schema.org/Product> <http://bob.example.com/> .
+_:node8b30931f1dde708283dc52546c5572a6 <http://schema.org/Product/price> "$55,000.00" <http://bob.example.com/> .
+_:node8b30931f1dde708283dc52546c5572a6 <http://schema.org/Product/description> "2010 Dodge Challenger SRT8 Limited EditionBright Silver Metallic with Dark Slate Gray Leather Interior6.1 Liter (370 CI) V8 SRT HEMI Engine6 Speed Manual Transmission with 3:92 Rear Axle Ratio (DEC, Track Pak)" <http://bob.example.com/> .
+_:node8b30931f1dde708283dc52546c5572a6 <http://schema.org/Product/name> "2010 Dodge Challenger SRT8" <http://bob.example.com/> .
+_:node8b30931f1dde708283dc52546c5572a6 <http://schema.org/Product/image> <http://bob.example.com//microdata/images/2010-dodge-challenger-srt8.jpg> <http://bob.example.com/> .
+_:node8b30931f1dde708283dc52546c5572a6 <http://schema.org/Product/url> <http://vheminc.com/> <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/microdata#item> _:node8b30931f1dde708283dc52546c5572a6 <http://bob.example.com/> .
+<http://bob.example.com/> <http://purl.org/dc/terms/title> "HTML5 Microdata Example - http://schema.org/Product" <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/vocab#icon> <http://bob.example.com//images/favicon1.ico> <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/vocab#shortcut> <http://bob.example.com//images/favicon1.ico> <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/vocab#icon> <http://bob.example.com//images/favicon1.gif> <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/vocab#robots> "noarchive" <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/vocab#description> "HTML5 Microdata Example for http://schema.org/Product" <http://bob.example.com/> .
+<http://bob.example.com/> <http://www.w3.org/1999/xhtml/vocab#author> "Edward Lewis" <http://bob.example.com/> .
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-2.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-2.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-2.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microdata/schemaorg-example-2.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,61 @@
+<!doctype html>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!-- Original page source: http://seoblog.com/microdata/product -->
+<html>
+<head>
+
+    <meta http-equiv="content-type" content="text/html;charset=utf-8">
+    <meta name="robots" content="noarchive">
+
+    <title>HTML5 Microdata Example - http://schema.org/Product</title>
+    <meta name="description" content="HTML5 Microdata Example for http://schema.org/Product">
+    <meta name="author" content="Edward Lewis">
+
+    <link rel="shortcut icon" href="/images/favicon1.ico" type="image/vnd.microsoft.icon">
+    <link rel="icon" href="/images/favicon1.gif" type="image/gif">
+
+    <style type="text/css">
+        body {
+            margin: 20px;
+        }
+    </style>
+</head>
+<body>
+<!-- Begin Microdata for http://schema.org/Product -->
+<div itemscope itemtype="http://schema.org/Product">
+    <div style="float:left;margin:0 20px 20px 0;border:1px solid #ccc;">
+        <img itemprop="image" style="vertical-align:bottom;" src="/microdata/images/2010-dodge-challenger-srt8.jpg"
+             width="400" height="267" alt="2010 Dodge Challenger SRT8">
+    </div>
+
+    <div style="float:left;margin:0 0 20px 0;padding:20px;background:#eee;border:1px solid #ccc;border-radius:6px;">
+        <b><span itemprop="name">2010 Dodge Challenger SRT8</span></b><br>
+        Offered at <span itemprop="price">$55,000.00</span>
+        <ul itemprop="description"><li>2010 Dodge Challenger SRT8 Limited Edition</li><li>Bright Silver Metallic with Dark Slate Gray Leather Interior</li><li>6.1 Liter (370 CI) V8 SRT HEMI Engine</li><li>6 Speed Manual Transmission with 3:92 Rear Axle Ratio (DEC, Track Pak)</li></ul>
+        <a itemprop="url" href="http://vheminc.com/" title="View portfolio of performance upgrades.">Performance
+            Portfolio</a>
+    </div>
+</div>
+<!-- End Microdata for http://schema.org/Product -->
+<br style="clear:left;">
+<div>
+    <a href="http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fseoblog.com%2Fmicrodata%2Fproduct&amp;view=">Google
+        Rich Snippets Test</a>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/01-component-vevent-dtstart-date.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/01-component-vevent-dtstart-date.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/01-component-vevent-dtstart-date.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/01-component-vevent-dtstart-date.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent dtstart date</title>
+  <link rel="alternate" href="component-vevent-dtstart-date.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vevent">
+    <div>Dates: <abbr class="dtstart" title="19970903">Septempter 3, 1997</abbr></div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/02-component-vevent-dtstart-datetime.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/02-component-vevent-dtstart-datetime.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/02-component-vevent-dtstart-datetime.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/02-component-vevent-dtstart-datetime.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent dtstart datetime</title>
+  <link rel="alternate" href="component-vevent-dtstart-datetime.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vevent">
+    <div>Dates: <abbr class="dtstart" title="19970903T163000Z">Septempter 3, 1997, 16:30</abbr></div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/03-component-vevent-dtend-date.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/03-component-vevent-dtend-date.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/03-component-vevent-dtend-date.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/03-component-vevent-dtend-date.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent dtend date</title>
+  <link rel="alternate" href="component-vevent-dtend-date.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vevent">
+    <div>Dates: <abbr class="dtstart" title="19970903">Septempter 3, 1997</abbr>
+    <abbr class="dtend" title="19970904">( all day )</abbr></div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/04-component-vevent-dtend-datetime.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/04-component-vevent-dtend-datetime.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/04-component-vevent-dtend-datetime.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/04-component-vevent-dtend-datetime.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent dtend datetime</title>
+  <link rel="alternate" href="component-vevent-dtend-datetime.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vevent">
+    <div>Date: <abbr class="dtstart" title="19970903T160000Z">Septempter 3, 1997 at 4pm</abbr>
+    <abbr class="dtend" title="19970903T180000Z"> for 2 hours.</abbr></div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/05-calendar-simple.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/05-calendar-simple.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/05-calendar-simple.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/05-calendar-simple.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>calendar simple</title>
+  <link rel="alternate" href="calendar-simple.vcf" type="text/calendar" />
+</head>
+<body>
+    <div class="vcalendar">
+      <span class="vevent">
+        <a class="url" href="http://www.web2con.com/">
+          <span class="summary">Web 2.0 Conference</span>: 
+          <abbr class="dtstart" title="2005-10-05">October 5</abbr>-
+          <abbr class="dtend" title="2005-10-08">7</abbr>,
+          at the <span class="location">Argent Hotel, San Francisco, CA</span>
+        </a>
+      </span>
+    </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/06-component-vevent-uri-relative.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/06-component-vevent-uri-relative.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/06-component-vevent-uri-relative.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/06-component-vevent-uri-relative.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent uri relative</title>
+  <link rel="alternate" href="component-vevent-uri-relative.vcf" type="text/calendar" />
+</head>
+<body>
+  <p class="vevent">
+    <a class="url summary" href="/squidlist/calendar/12279/2006/1/15">Bad Movie Night - Gigli (blame mike spiegelman)</a>
+    <br />
+    <abbr class="dtstart" title="20060115T000000">Sun, Jan 15 : 8pm</abbr>
+    <br />
+  </p>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/07-component-vevent-description-simple.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/07-component-vevent-description-simple.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/07-component-vevent-description-simple.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/07-component-vevent-description-simple.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent description simple</title>
+  <link rel="alternate" href="component-vevent-description-simple.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vevent">
+    <div class="description">Project xyz Review Meeting Minutes</div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/08-component-vevent-multiple-classes.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/08-component-vevent-multiple-classes.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/08-component-vevent-multiple-classes.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/08-component-vevent-multiple-classes.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent multiple classes</title>
+  <link rel="alternate" href="component-vevent-multiple-classes.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="aaa vevent">
+    <a class="bbb url" href="http://www.web2con.com/">
+      <span class="ccc summary">Web 2.0 Conference</span>: 
+      <abbr class="ddd dtstart" title="2005-10-05">October 5</abbr>-
+      <abbr class="eee dtend" title="2005-10-08">7</abbr>,
+      at the <span class="fff location">Argent Hotel, San Francisco, CA</span>
+    </a>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/09-component-vevent-summary-in-img-alt.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/09-component-vevent-summary-in-img-alt.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/09-component-vevent-summary-in-img-alt.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/09-component-vevent-summary-in-img-alt.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,42 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent summary in img alt</title>
+  <link rel="alternate" href="component-vevent-summary-in-img-alt.vcf" type="text/calendar" />
+</head>
+<body>
+<ul>
+  <li class="vevent">
+   <a class="url" href="http://conferences.oreillynet.com/et2006/">
+    <img style="display:block" class="summary" 
+     src="http://conferences.oreillynet.com/images/et2005/logo_sm.gif"
+     alt="O'Reilly Emerging Technology Conference" />
+    <abbr class="dtstart" title="20060306">
+      3/6</abbr>-<abbr class="dtend" title="20060310">9</abbr>
+    @
+    <span class="location">
+       Manchester Grand Hyatt in San Diego, CA
+     </span>
+   </a>
+  </li>
+</ul>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/10-component-vevent-entity.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/10-component-vevent-entity.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/10-component-vevent-entity.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/10-component-vevent-entity.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent entity</title>
+  <link rel="alternate" href="component-vevent-entity.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vcalendar">
+    <div class="vevent">
+      <div class="summary">Cricket &amp; Tennis Centre</div>
+      <div class="description">Melbourne&apos;s Cricket &amp; Tennis Centres are in the heart of the city</div>
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/11-component-vevent-summary-in-subelements.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/11-component-vevent-summary-in-subelements.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/11-component-vevent-summary-in-subelements.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/11-component-vevent-summary-in-subelements.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent summary in subelements</title>
+  <link rel="alternate" href="component-vevent-summary-in-subelements.vcf" type="text/calendar" />
+</head>
+<body>
+  <p class="schedule vevent">
+    <span class="summary">
+      <span style="font-weight:bold; color: #3E4876;">Welcome!</span>
+      <a href="/cs/web2005/view/e_spkr/1852">John Battelle</a>,
+      <a href="/cs/web2005/view/e_spkr/416">Tim O'Reilly</a>
+    </span>
+    <br />
+    <b>Time:</b>
+    <abbr class="dtstart" title="20051005T1630-0700">4:30pm</abbr>-
+    <abbr class="dtend" title="20051005T1645-0700">4:45pm
+    </abbr>
+  </p>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/12-component-vevent-summary-url-in-same-class.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/12-component-vevent-summary-url-in-same-class.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/12-component-vevent-summary-url-in-same-class.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/12-component-vevent-summary-url-in-same-class.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent summary url in same class</title>
+  <link rel="alternate" href="component-vevent-summary-url-in-same-class.vcf" type="text/calendar" />
+</head>
+<body>
+  <p class="vevent">
+    <a class="url summary" href="http://www.laughingsquid.com/squidlist/calendar/12377/2006/1/25">Art Reception for Tom Schultz and Felix Macnee</a>
+    <br />
+    <abbr class="dtstart" title="20060125T000000">Wed, Jan 25 : 6:00 pm - 9:00 pm</abbr>
+    <br />
+  </p>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/13-component-vevent-summary-url-property.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/13-component-vevent-summary-url-property.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/13-component-vevent-summary-url-property.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/13-component-vevent-summary-url-property.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent summary url property</title>
+  <link rel="alternate" href="component-vevent-summary-url-property.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vcalendar">
+    <div class="vevent">
+      <span class="summary">
+        <a class="url" href="http://dps1.travelocity.com/dparcobrand.ctl?smls=Y&amp;Service=YHOE&amp;.intl=us&amp;aln_name=AA&amp;flt_num=1655&amp;dep_arp_name=&amp;arr_arp_name=&amp;dep_dt_dy_1=23&amp;dep_dt_mn_1=Jan&amp;dep_dt_yr_1=2006&amp;dep_tm_1=9:00am">ORD-SFO/AA 1655</a>
+      </span>
+    </div>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/15-calendar-xml-lang.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/15-calendar-xml-lang.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/15-calendar-xml-lang.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/15-calendar-xml-lang.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>calendar xml lang</title>
+  <link rel="alternate" href="calendar-xml-lang.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vcalendar">
+    <span class="vevent">
+      <a class="url" href="http://www.web2con.com/">
+      <span class="summary">Web 2.0 Conference</span>: 
+      <abbr class="dtstart" title="2005-10-05">October 5</abbr>-
+      <abbr class="dtend" title="2005-10-08">7</abbr>,
+      at the <span class="location">Argent Hotel, San Francisco, CA</span>
+      </a>
+    </span>
+  </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/16-calendar-force-outlook.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/16-calendar-force-outlook.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/16-calendar-force-outlook.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/16-calendar-force-outlook.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>calendar force outlook</title>
+  <link rel="alternate" href="calendar-force-outlook.vcf" type="text/calendar" />
+</head>
+<body>
+<!-- http://www.inkdroid.org/journal/2006/01/19/ical-and-outlook/-->
+    <div class="vcalendar">
+      <span class="vevent">
+        <a class="url" href="http://www.web2con.com/">
+          <abbr class="dtstart" title="2005-10-05">October 5</abbr>-
+          <abbr class="dtend" title="2005-10-08">7</abbr>,
+          at the <span class="location">Argent Hotel, San Francisco, CA</span>
+        </a>
+      </span>
+    </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/17-component-vevent-description-value-in-subelements.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/17-component-vevent-description-value-in-subelements.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/17-component-vevent-description-value-in-subelements.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/17-component-vevent-description-value-in-subelements.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent description value in subelements</title>
+  <link rel="alternate" href="component-vevent-description-value-in-subelements.vcf" type="text/calendar" />
+</head>
+<body>
+  <p class="vevent" id="item18d44">
+    <span class="description">
+      RESOLUTION: to have a
+      <b class="summary">3rd PAW ftf meeting</b> 
+      <abbr class="dtstart" title="2006-01-18">18</abbr>-<abbr class="dtend" title="2006-01-20">19 Jan</abbr> in 
+      <em class="location">Maryland</em>; location contingent on confirmation from timbl</span>
+  </p>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/18-component-vevent-uid.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/18-component-vevent-uid.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/18-component-vevent-uid.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/18-component-vevent-uid.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>component vevent uid</title>
+  <link rel="alternate" href="component-vevent-uid.vcf" type="text/calendar" />
+</head>
+<body>
+  <div class="vevent">
+    <div>UID: <span class="uid">http://example.com/foo.html</span></div>
+  </div>
+  <div class="vevent">
+    UID: <a class="uid" href="http://example.com/foo.html">another hcal event</a>
+  </div>
+  
+  <div class="vevent">
+    UID: <object class="uid" data="http://example.com/foo.html">another hcal event</object>
+  </div>
+  
+  <div class="vevent">
+    UID: <map id="foo"><area alt="uid" class="uid" href="http://example.com/foo.html" /></map>
+  </div>
+  
+  <div class="vevent">
+    UID: <img class="uid" alt="uid" src="http://example.com/foo.html" />
+  </div>
+  
+  
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/19-attachments.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/19-attachments.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/19-attachments.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/19-attachments.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>calendar attachments</title>
+  <link rel="alternate" href="calendar-attachments.vcf" type="text/calendar" />
+</head>
+<body>
+    <div class="vcalendar">
+      <div class="vevent">
+        <div>Start Time: <abbr class="dtstart" title="19970324T123000Z">March 24, 1997 12:30 UTC</abbr></div>
+        <div class="summary">Calendaring Interoperability Planning Meeting</div>
+        
+        <div>Attachments: 
+            <ul>
+                <li><a class="attach" href="http://microformats.org/img/logo.gif">microformats logo</a></li>
+                <li><a class="attach" type="application/postscript" href="ftp://xyzCorp.com/pub/conf/bkgrnd.ps">ftp://xyzCorp.com/pub/conf/bkgrnd.ps</a></li>
+            </ul>
+        </div>
+      </div>
+    </div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/empty-statcvs.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/empty-statcvs.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/empty-statcvs.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/empty-statcvs.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,121 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
+	<head>
+		<title>StatCVS - Generate statistcal HTML reports from your CVS repository logs</title>
+		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+		<link rel="stylesheet" type="text/css" href="statcvs.css" />
+	</head>
+	<body>
+		<div class="page">
+			<h1>StatCVS</h1>
+			<div class="tagline">Generate statistical HTML reports from your CVS repository logs</div>
+			<ul class="nav">
+                <li><a href="statcvs-stats">View a sample report</a></li>
+                <li><a href="beta">Beta site **new**</a></li>
+				<li><a href="download">Download StatCVS 0.3</a></li>
+				<li><a href="manual">StatCVS manual</a></li>
+				<li><a href="http://sourceforge.net/projects/statcvs/">SourceForge project page</a></li>
+			</ul>
+		
+            <h2>Quick News</h2>
+            <p>April 2008, StatCVS has 2 new Project Admins, so expect a burst of activity shortly.</p>
+            <p>Why not checking out the <a href="beta">beta</a> website and the <a href="beta/statcvs.jar">beta jar</a> (stable)?</p>
+
+			<h2>Quick Start</h2>
+			<p>First, <a href="download">download</a> StatCVS.</p>
+
+			<p>Check out a working copy of your project from CVS. You need the CVS command line client
+				(CVS for Unix or <a href="http://www.cvsnt.org/">CVSNT</a> for Windows). Typically, the
+				command looks like this:</p>
+			<pre>cvs -d /cvsroot checkout modulename</pre>
+
+			<p>Create a CVS log file:</p>
+			<pre>cvs log > logfile.log</pre>
+
+			<p>Run StatCVS:</p>
+			<pre>java -jar /path/to/statcvs.jar /path/to/module/logfile.log /path/to/module</pre>
+			<p>This command creates the HTML reports in the current directory.</p>
+			<p>More details are available from the <a href="manual">Manual</a>. It also has all the
+				options for customizing the reports. If you run into problems, consider asking for
+				help on the <a href="mailto:statcvs-users@lists.sourceforge.net">statcvs-users
+				Mailing list</a>.</p>
+            <p><strong>Note:</strong> StatCVS can only generate reports for the main branch.</p>
+
+			<h2>About StatCVS</h2>
+			<p>StatCVS is still beta quality software.</p>
+			<p><strong>StatCVS is open source software</strong>, licensed under the LGPL.
+				The source code is available from
+				<a href="http://sourceforge.net/projects/statcvs/">our SourceForge.net project page</a>.
+				StatCVS is written in Java.</p>
+			<p><strong>Ant Task</strong>: StatCVS comes with a task for the Apache Ant build tool.</p>
+			<p>StatCVS uses <a href="http://www.jfree.org/jfreechart/">JFreeChart</a> to generate charts.</p>
+			<p>The StatCVS project was initiated by <a href="http://www.pekacki.de/">Lukasz Pekacki</a>.
+				The current maintainer is <a href="http://richard.cyganiak.de/">Richard Cyganiak</a>.
+				Other members of the development team are
+				<a href="http://page.mi.fu-berlin.de/~jentzsch/">Anja Jentzsch</a>,
+				<a href="mailto:mschulze@inf.fu-berlin.de">Manuel Schulze</a>,
+				<a href="http://steffenpingel.de/">Steffen Pingel</a>
+				and <a href="http://www.taval.de/">Tammo van Lessen</a>.
+				<a href="developers">2002 photo of the original development team</a></p>
+
+			<h2>Feedback and Discussion</h2>
+			<p>We welcome your comments and contributions!</p>
+			<ul>
+				<li><a href="http://lists.sourceforge.net/lists/listinfo/statcvs-users">statcvs-users</a> mailing list</li>
+				<li><a href="http://sourceforge.net/tracker/?group_id=57558&amp;atid=484569">Bug Tracker</a></li>
+				<li><a href="http://sourceforge.net/tracker/?group_id=57558&amp;atid=484572">Tracker
+					for Feature Requests</a></li>
+			</ul>
+
+			<h2>Related Projects</h2>
+			<dl>
+                <dt><a href="http://statsvn.org/">StatSVN</a></dt>
+                <dd>is a port of StatCVS to the <a href="http://subversion.tigris.org/">Subversion</a> version control system.</dd>
+
+				<dt><a href="http://statcvs-xml.berlios.de/">StatCVS-XML</a></dt>
+				<dd>is a fork of StatCVS that generates XML instead of HTML reports.</dd>
+			
+				<dt><a href="http://statcvs-xml.berlios.de/maven-plugin/">StatCVS Maven Plugin</a></dt>
+				<dd>provides StatCVS reports for the Maven project automation software and is based on StatCVS-XML.</dd>
+
+				<dt><a href="http://bloof.sourceforge.net/">Bloof</a></dt>
+				<dd>is a comprehensive framework for analysis of version control data.</dd>
+
+				<dt><a href="http://freshmeat.net/projects/cvstat/">cvstat</a></dt>
+				<dd>is a small Perl script which generates a table comparing contributions by
+					individual developers. (StatCVS contains a similar table.)</dd>
+
+				<dt><a href="http://cvsplot.sourceforge.net/">Cvsplot</a></dt>
+				<dd>generates a graph showing lines of code development over time; requires GnuPlot.
+					(StatCVS contains a similar chart.)</dd>
+			</dl>
+
+			<hr />
+			<div class="footer">Hosted by<br /><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=57558&amp;type=5" alt="SourceForge Logo" /></a></div>
+		</div>
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+var pageTracker = _gat._getTracker("UA-615747-11");
+pageTracker._initData();
+pageTracker._trackPageview();
+</script>	</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example1.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example1.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example1.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example1.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,35 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+</head>
+<body>
+<div class="vevent">
+  <h5 class="summary">Annual Employee Review</h5>
+  <div>posted on <abbr class="dtstamp" title="19970901T1300Z">September 1, 1997</abbr></div>
+  <div>UID: <span class="uid">19970901T130000Z-123401@host.com</span></div>
+  <div>Dates: <abbr class="dtstart" title="19970903T163000Z">Septempter 3, 1997, 16:30</abbr> -
+      <abbr class="dtend" title="19970903T190000Z">19:00 UTC</abbr></div>
+  <div>This meeting is <strong class="class">private</strong>.</div>
+  <div>Filed under:</div>
+  <ul>
+    <li class="category">Business</li>
+    <li class="category">Human Resources</li>
+  </ul>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example2.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example2.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example2.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example2.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,29 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<div class="vevent">
+  <h5 class="summary">Laurel is in sensitivity awareness class.</h5>
+  <div>Posted on: <abbr class="dtstamp" title="19970901T1300Z">September 1, 1997</abbr></div>
+  <div class="uid">19970901T130000Z-123402@host.com</div>
+  <div>Dates: <abbr class="dtstart" title="19970401T163000Z">April 1, 1997, 16:30 UTC</abbr>-
+    <abbr class="dtend" title="19970402T010000Z">April 2, 1997 01:00 UTC</abbr></div>
+  <div>This event is <span class="class">public</span> and <span class="transp">transparent</span> to free/busy scheduling.</div>
+  <div>Filed under:</div>
+    <ul>
+      <li class="category">Business</li>
+      <li class="category">Human Resources</li>
+    </ul>
+</div>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example3.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example3.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example3.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example3.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,30 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<div class="vevent">
+  <h5 class="summary">Our Blissful Anniversary</h5>
+  <div>Posted on: <abbr class="dtstamp" title="19970901T1300Z">September 1, 1997</abbr></div>
+  <div class="uid">19970901T130000Z-123403@host.com</div>
+  <div>Date: <abbr class="dtstart" title="19971102">November 2, 1997</abbr></div>
+  <div>This event is <strong class="class">confidential</strong>.</div>
+  <div>Filed under:</div>
+  <ul>
+     <li class="category">Anniversary</li>
+     <li class="category">Personal</li>
+     <li class="category">Special Occassion</li>
+  </ul>
+   <div class="rrule">Repeat <span class="freq">yearly</span>.</div>
+</div>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.3.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.3.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.3.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.3.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,40 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<body>
+
+<div class="vcalendar">
+  <div>Method: <span class="method">xyz</span></div>
+  <div class="vevent">
+    <div>Posted at: <span class="dtstamp">19970324T1200Z</span></div>
+    <div>Sequence: <span class="sequence">0</span></div>
+    <div>UID: <span class="uid">uid3@host1.com</span></div>
+    <div>Organzied by: <a class="organizer" href="mailto:jdoe@host1.com">jdoe@host1.com</a></div>
+    <div>Attending: <span class="attendee"><a class="value" href="mailto:jsmith@host1.com">jsmith@host1.com</a> RSVPed? <span class="rsvp">TRUE</span></span></div>
+    <div>Start Time: <abbr class="dtstart" title="19970324T123000Z">March 24, 1997 12:30 UTC</abbr></div>
+    <div>End Time: <abbr class="dtend" title="19970324T210000Z">March 24, 1997, 21:00 UTC</abbr></div>
+    <ul>
+      <li class="category">Meeting</li>
+      <li class="category">Project</li>
+    </ul>
+    <div>This event is <strong class="class">Public</strong></div>
+    <div class="summary">Calendaring Interoperability Planning Meeting</div>
+    <div class="description">Discuss how we can test c&s interoperability using iCalendar and other IETF standards.</div>
+    <div class="location">LDB Lobby</div>
+    <div>Attachment: <a class="attach" type="application/postscript" href="ftp://xyzCorp.com/pub/conf/bkgrnd.ps">ftp://xyzCorp.com/pub/conf/bkgrnd.ps</a></div>
+  </div>
+</div>
+</body>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.4.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.4.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.4.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.4.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,37 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<div class="vcalendar">
+  <div class="vtodo">
+    <div>Posted at: <span class="dtstamp">19980130T134500Z</span></div>
+    <div>Sequence <span class="sequence">2</span></div>
+    <div>UID: <span class="uid">uid4@host1.com</span></div>
+    <div>Organizer: [mailto:unclesam@us.gov unclesam@us.gov]</div>
+    <div>Attending: [mailto:jqpublic@host.com jqpublic@host.com], <span class="partstat">ACCEPTED</span></span></div>
+    <div>Due: <abbr class="due" title="19980415T235959">one minute before midnight on April 15, 1998</abbr></div>
+    <div>Status: <span class="status">needs-action</span></div>
+    <div class="summary">Submit Income Taxes</div>
+    <div class="valarm">
+      <div>Action: <span class="action">AUDIO</span></div>
+      <div>Trigger: <span class="trigger">19980403T120000</span></div>
+      <div>Attachment: <a class="attach" type="audio/basic" href="http://host.com/pub/audio-files/ssbanner.aud">http://host.com/pub/audio-files/ssbanner.aud</a></div>
+      <div>Repeat: <span class="repeat">4</span></div>
+      <div>Duration: <span class="duration">PT1H</span></div>
+    </div>
+  </div>
+</div>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.5.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.5.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.5.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.5.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,43 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<div class="vcalendar">
+<div class="vjournal">
+  <div>Posted at: <abbr class="dtstamp" title="19970324T120000Z">March 24, 1997, 12:00 UTC</abbr></div>
+  <div class="uid">uid5@host1.com</div>
+  <div>Organizer: <a class="organizer" href="mailto:jsmith@host.com">jsmith@host.com</a></div>
+  <div>Status: <span class="status">Draft</span></div>
+  <div>This journal is<span class="class">Public</span>.</div>
+  <div>Filed under:</div>
+  <ul>
+    <li class="category">Project Report</li>
+    <li class="category">xyz</li>
+    <li class="category">Weekly Meeting</li>
+  </ul>
+  <div class="description">Project xyz Review Meeting Minutes<br />
+    Agenda<br />
+    1. Review of project version 1.0 requirements.<br />
+    2. Definition of project processes.<br />
+    3. Review of project schedule.<br />
+    Participants: John Smith, Jane Doe, Jim Dandy<br />
+    -It was decided that the requirements need to be signed off by product marketing.<br />
+    -Project processes were accepted.<br />
+    -Project schedule needs to account for scheduled holidays and employee vacation time. Check with HR for specific dates.<br />
+    -New schedule will be distributed by Friday.<br />
+    -Next weeks meeting is cancelled. No meeting until 3/23.
+  </div>
+</div>
+</div>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.6.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.6.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.6.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.6.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,32 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<div class="vcalendar">
+    <div>Version: <span class="version">2.0</span></div>
+    <div>ProdID:<span class="prodid">-//RDU Software//NONSGML HandCal//EN</span></div>
+    <div class="vfreebusy">
+        <div>Organizer: <span class="organizer">MAILTO:jsmith@host.com</span></div>
+        <div>Start Time: <abbr class="dtstart" title="19980313T141711Z">March 13, 1998 14:17:11 UTC</abbr></div>
+        <div>End time: <abbr class="dtend" title="19980410T141711Z">April 10, 1998 14:17:11 UTC</abbr></div>
+        <p>Busy times:</p> <!-- note that the default is BUSY -->
+        <ol>
+            <li class="freebusy"><abbr class="dtstart" title="19980314T233000Z">1998-03-14 23:30:00 UTC</abbr> - <abbr class="dtend" title="19980315T003000Z">1998-03-15- 00:30:00 UTC</abbr></li>
+            <li class="freebusy"><abbr class="dtstart" title="19980316T153000Z">1998-03-16 15:30:00 UTC</abbr> - <abbr class="dtend" title="19980316T163000Z">1998-03-16 16:30:00 UTC</abbr></li>
+            <li class="freebusy"><abbr class="dtstart" title="19980318T030000Z">1998-03-18 03:00:00 UTC</abbr> - <abbr class="dtend" title="19980318T040000Z">1998-03-18 04:00:00 UTC</abbr></li>
+        </ol>
+        <div>URL <a class="url" href="http://www.host.com/calendar/busytime/jsmith.ifb">http://www.host.com/calendar/busytime/jsmith.ifb</a></div>
+    </div>
+</div>
\ No newline at end of file