-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
229 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Community contributions are essential for keeping Ruby RDF great. We want to kee | |
|
||
This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage development and release activity. All submissions _must_ be on a feature branch based on the _develop_ branch to ease staging and integration. | ||
|
||
* create or respond to an issue on the [Github Repository](http://github.com/ruby-rdf/rdf-microdata/issues) | ||
* create or respond to an issue on the [Github Repository](https://github.com/ruby-rdf/rdf-microdata/issues) | ||
* Fork and clone the repo: | ||
`git clone [email protected]:your-username/rdf-microdata.git` | ||
* Install bundle: | ||
|
@@ -30,7 +30,7 @@ This repository uses [Git Flow](https://github.com/nvie/gitflow) to manage devel | |
of thumb, additions larger than about 15 lines of code), we need an | ||
explicit [public domain dedication][PDD] on record from you. | ||
|
||
[YARD]: http://yardoc.org/ | ||
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md | ||
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html | ||
[YARD]: https://yardoc.org/ | ||
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md | ||
[PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html | ||
[pr]: https://github.com/ruby-rdf/rdf-microdata/compare/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
|
||
[Microdata][] parser for RDF.rb. | ||
|
||
[![Gem Version](https://badge.fury.io/rb/rdf-microdata.png)](http://badge.fury.io/rb/rdf-microdata) | ||
[![Build Status](https://secure.travis-ci.org/ruby-rdf/rdf-microdata.png?branch=master)](http://travis-ci.org/ruby-rdf/rdf-microdata) | ||
[![Gem Version](https://badge.fury.io/rb/rdf-microdata.png)](https://badge.fury.io/rb/rdf-microdata) | ||
[![Build Status](https://secure.travis-ci.org/ruby-rdf/rdf-microdata.png?branch=master)](https://travis-ci.org/ruby-rdf/rdf-microdata) | ||
|
||
## DESCRIPTION | ||
RDF::Microdata is a Microdata reader for Ruby using the [RDF.rb][RDF.rb] library suite. | ||
|
@@ -45,10 +45,10 @@ GRDDL-type triple generation, such as for html>head>title anchor tags. | |
If the `RDFa` parser is available, {RDF::Microdata::Format} will not assert content type `text/html` or file extension `.html`, as this is also asserted by RDFa. Instead, the RDFa reader will invoke the microdata reader if an `@itemscope` attribute is detected. | ||
|
||
## Dependencies | ||
* [RDF.rb](http://rubygems.org/gems/rdf) (>= 3.1) | ||
* [RDF::XSD](http://rubygems.org/gems/rdf-xsd) (>= 3.1) | ||
* [RDF.rb](https://rubygems.org/gems/rdf) (>= 3.1) | ||
* [RDF::XSD](https://rubygems.org/gems/rdf-xsd) (>= 3.1) | ||
* [HTMLEntities](https://rubygems.org/gems/htmlentities) ('>= 4.3.0') | ||
* [Nokogiri](http://rubygems.org/gems/nokogiri) (>= 1.10) | ||
* [Nokogiri](https://rubygems.org/gems/nokogiri) (>= 1.10) | ||
* Soft dependency on [Nokogumbo](https://github.com/rubys/nokogumbo) (~> 2.0) | ||
|
||
## Documentation | ||
|
@@ -70,13 +70,13 @@ The reader exposes a `#rdfa` method, which can be used to retrieve the transform | |
|
||
## Resources | ||
* [RDF.rb][RDF.rb] | ||
* [Documentation](http://www.rubydoc.info/github/ruby-rdf/rdf-microdata/) | ||
* [Documentation](https://www.rubydoc.info/github/ruby-rdf/rdf-microdata/) | ||
* [History](file:History.md) | ||
* [Microdata][] | ||
* [Microdata RDF][] | ||
|
||
## Author | ||
* [Gregg Kellogg](http://github.com/gkellogg) - <http://greggkellogg.net/> | ||
* [Gregg Kellogg](https://github.com/gkellogg) - <https://greggkellogg.net/> | ||
|
||
## Contributing | ||
|
||
|
@@ -95,20 +95,20 @@ The reader exposes a `#rdfa` method, which can be used to retrieve the transform | |
## License | ||
|
||
This is free and unencumbered public domain software. For more information, | ||
see <http://unlicense.org/> or the accompanying {file:UNLICENSE} file. | ||
see <https://unlicense.org/> or the accompanying {file:UNLICENSE} file. | ||
|
||
## FEEDBACK | ||
|
||
* [email protected] | ||
* <http://rubygems.org/rdf-microdata> | ||
* <http://github.com/ruby-rdf/rdf-microdata> | ||
* <http://lists.w3.org/Archives/Public/public-rdf-ruby/> | ||
* <https://rubygems.org/rdf-microdata> | ||
* <https://github.com/ruby-rdf/rdf-microdata> | ||
* <https://lists.w3.org/Archives/Public/public-rdf-ruby/> | ||
|
||
[RDF.rb]: https://github.com/ruby-rdf/rdf | ||
[YARD]: http://yardoc.org/ | ||
[YARD-GS]: http://rubydoc.info/docs/yard/file/docs/GettingStarted.md | ||
[PDD]: http://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html | ||
[Microdata]: http://dev.w3.org/html5/md/Overview.html "HTML Microdata" | ||
[Microdata RDF]: http://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/index.html "Microdata to RDF" | ||
[Microdata doc]: http://rubydoc.info/github/ruby-rdf/rdf-microdata/frames | ||
[YARD]: https://yardoc.org/ | ||
[YARD-GS]: https://rubydoc.info/docs/yard/file/docs/GettingStarted.md | ||
[PDD]: https://lists.w3.org/Archives/Public/public-rdf-ruby/2010May/0013.html | ||
[Microdata]: https://dev.w3.org/html5/md/Overview.html "HTML Microdata" | ||
[Microdata RDF]: https://dvcs.w3.org/hg/htmldata/raw-file/default/microdata-rdf/index.html "Microdata to RDF" | ||
[Microdata doc]: https://rubydoc.info/github/ruby-rdf/rdf-microdata/frames | ||
[Nokogumbo]: https://github.com/rubys/nokogumbo/#readme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.0 | ||
3.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<http://rubygems.org/gems/rdf-microdata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#Project> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#shortdesc> "Microdata reader for Ruby."@en . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#description> "\n RDF::Microdata is an Microdata reader for Ruby using the RDF.rb library suite.\n "@en . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#name> "RDF::Microdata" . | ||
<http://rubygems.org/gems/rdf-microdata> <http://purl.org/dc/terms/creator> <http://greggkellogg.net/foaf#me> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#developer> <http://greggkellogg.net/foaf#me> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#documenter> <http://greggkellogg.net/foaf#me> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#maintainer> <http://greggkellogg.net/foaf#me> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://xmlns.com/foaf/0.1/creator> <http://greggkellogg.net/foaf#me> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#created> "2011-08-29"^^<http://www.w3.org/2001/XMLSchema#date> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#blog> <http://greggkellogg.net/> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#bug-database> <http://github.com/ruby-rdf/rdf-microdata/issues> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Resource_Description_Framework> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#programming-language> <http://dbpedia.org/resource/Ruby_(programming_language)> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#implements> <http://www.w3.org/TR/microdata-rdf/> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#download-page> <http://rubygems.org/gems/rdf-microdata> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#homepage> <http://github.com/ruby-rdf/rdf-microdata> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#license> <http://creativecommons.org/licenses/publicdomain/> . | ||
<http://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#mailing-list> <http://lists.w3.org/Archives/Public/public-rdf-ruby/> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://usefulinc.com/ns/doap#Project> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#shortdesc> "Microdata reader for Ruby."@en . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#description> "\n RDF::Microdata is an Microdata reader for Ruby using the RDF.rb library suite.\n "@en . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#name> "RDF::Microdata" . | ||
<https://rubygems.org/gems/rdf-microdata> <http://purl.org/dc/terms/creator> <http://greggkellogg.net/foaf#me> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#developer> <http://greggkellogg.net/foaf#me> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#documenter> <http://greggkellogg.net/foaf#me> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#maintainer> <http://greggkellogg.net/foaf#me> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://xmlns.com/foaf/0.1/creator> <http://greggkellogg.net/foaf#me> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#created> "2011-08-29"^^<http://www.w3.org/2001/XMLSchema#date> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#blog> <http://greggkellogg.net/> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#bug-database> <https://github.com/ruby-rdf/rdf-microdata/issues> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#category> <http://dbpedia.org/resource/Resource_Description_Framework> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#programming-language> "Ruby" . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#implements> <http://www.w3.org/TR/microdata-rdf/> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#download-page> <https://rubygems.org/gems/rdf-microdata> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#homepage> <https://github.com/ruby-rdf/rdf-microdata> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#license> <https://unlicense.org/1.0/> . | ||
<https://rubygems.org/gems/rdf-microdata> <http://usefulinc.com/ns/doap#mailing-list> <http://lists.w3.org/Archives/Public/public-rdf-ruby/> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
@prefix dc: <http://purl.org/dc/terms/> . | ||
@base <https://rubygems.org/gems/rdf-microdata> . | ||
@prefix dc: <http://purl.org/dc/terms/> . | ||
@prefix doap: <http://usefulinc.com/ns/doap#> . | ||
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<http://rubygems.org/gems/rdf-microdata> a doap:Project; | ||
dc:creator <http://greggkellogg.net/foaf#me>; | ||
doap:blog <http://greggkellogg.net/>; | ||
doap:bug-database <http://github.com/ruby-rdf/rdf-microdata/issues>; | ||
<> a doap:Project; | ||
dc:creator <https://greggkellogg.net/foaf#me>; | ||
doap:blog <https://greggkellogg.net/>; | ||
doap:bug-database <https://github.com/ruby-rdf/rdf-microdata/issues>; | ||
doap:category <http://dbpedia.org/resource/Resource_Description_Framework>; | ||
doap:created "2011-08-29"^^xsd:date; | ||
doap:description """ | ||
RDF::Microdata is an Microdata reader for Ruby using the RDF.rb library suite. | ||
"""@en; | ||
doap:developer <http://greggkellogg.net/foaf#me>; | ||
doap:documenter <http://greggkellogg.net/foaf#me>; | ||
doap:download-page <http://rubygems.org/gems/rdf-microdata>; | ||
doap:homepage <http://github.com/ruby-rdf/rdf-microdata>; | ||
doap:developer <https://greggkellogg.net/foaf#me>; | ||
doap:documenter <https://greggkellogg.net/foaf#me>; | ||
doap:download-page <>; | ||
doap:homepage <https://github.com/ruby-rdf/rdf-microdata>; | ||
doap:implements <http://www.w3.org/TR/microdata-rdf/>; | ||
doap:license <http://creativecommons.org/licenses/publicdomain/>; | ||
doap:mailing-list <http://lists.w3.org/Archives/Public/public-rdf-ruby/>; | ||
doap:maintainer <http://greggkellogg.net/foaf#me>; | ||
doap:license <https://unlicense.org/1.0/>; | ||
doap:mailing-list <https://lists.w3.org/Archives/Public/public-rdf-ruby/>; | ||
doap:maintainer <https://greggkellogg.net/foaf#me>; | ||
doap:name "RDF::Microdata"; | ||
doap:programming-language <http://dbpedia.org/resource/Ruby_(programming_language)>; | ||
doap:programming-language "Ruby"; | ||
doap:shortdesc "Microdata reader for Ruby."@en; | ||
foaf:creator <http://greggkellogg.net/foaf#me> . | ||
foaf:creator <https://greggkellogg.net/foaf#me> . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.