[librdf-rdfa-generator-perl] 07/64: release 0.01

Jonas Smedegaard dr at jones.dk
Sat Dec 23 12:22:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.106-1
in repository librdf-rdfa-generator-perl.

commit fefd5d44f18fa0c842ab119cc41237c72c465cee
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date:   Sun May 9 18:20:21 2010 +0000

    release 0.01
    
    --HG--
    branch : RDF-RDFa-Generator
    extra : convert_revision : svn%3A3fe8e991-6959-4966-b76d-b07eca2b6e37/RDF-RDFa-Generator%40338
---
 Changes                        |   2 +-
 Changes.xml                    |   2 +-
 RDF-RDFa-Generator-0.01.tar.gz | Bin 0 -> 51284 bytes
 README                         |  13 ++++++++++---
 TODO                           |   4 +++-
 5 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/Changes b/Changes
index cdf2e22..a46951a 100644
--- a/Changes
+++ b/Changes
@@ -10,5 +10,5 @@ Home page:    <http://search.cpan.org/dist/RDF-RDFa-Generator/>
 Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=RDF-RDFa-Generator>
 Maintainer:   Toby Inkster <mailto:tobyink at cpan.org>
 
-0.01 [2010-06-01]
+0.01 [2010-05-09]
 
diff --git a/Changes.xml b/Changes.xml
index 97d37b6..2489e44 100644
--- a/Changes.xml
+++ b/Changes.xml
@@ -16,7 +16,7 @@
     <dc:title>Changes</dc:title>
   </rdf:Description>
   <Version rdf:about="http://purl.org/NET/cpan-uri/dist/RDF-RDFa-Generator/v_0-01">
-    <dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-06-01</dc:issued>
+    <dc:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2010-05-09</dc:issued>
     <file-release rdf:resource="http://backpan.cpan.org/authors/id/T/TO/TOBYINK/RDF-RDFa-Generator-0.01.tar.gz"/>
     <revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.01</revision>
     <rdfs:comment xml:lang="en">Original version</rdfs:comment>
diff --git a/RDF-RDFa-Generator-0.01.tar.gz b/RDF-RDFa-Generator-0.01.tar.gz
new file mode 100644
index 0000000..6cbb09c
Binary files /dev/null and b/RDF-RDFa-Generator-0.01.tar.gz differ
diff --git a/README b/README
index 9e0f022..8edd814 100644
--- a/README
+++ b/README
@@ -6,8 +6,8 @@ VERSION
 
 DESCRIPTION
   Constructor
-    "$gen = RDF::RDFa::Generator->new($type, %options)"
-        Creates a new generator object. Type is one of the following
+    "$gen = RDF::RDFa::Generator->new(style => $style, %options)"
+        Creates a new generator object. $style is one of the following
         case-sensitive strings: 'HTML::Head' (the default), 'HTML::Hidden'
         or 'HTML::Pretty'. You can also construct an object like this:
 
@@ -75,6 +75,11 @@ DESCRIPTION
         Can also be called as a class method. See "create_document" for
         details.
 
+    Additionally the methods "serialize_model_to_file",
+    "serialize_model_to_string", "serialize_iterator_to_file" and
+    "serialize_iterator_to_string" are provided for compatibility with the
+    RDF::Trine::Serializer interface.
+
 BUGS
     Please report any bugs to <http://rt.cpan.org/>.
 
@@ -93,5 +98,7 @@ COPYRIGHT AND LICENCE
     under the same terms as Perl itself, either Perl version 5.8 or, at your
     option, any later version of Perl 5 you may have available.
 
-    TODO: check image licences are proper.
+  Icons
+    The icons in RDF::RDFa::Generator::HTML::Pretty are taken from the Tango
+    Project.
 
diff --git a/TODO b/TODO
index a8c147c..966ef54 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,3 @@
-Add an Atom (DataRSS) generator.
+* Add an Atom (DataRSS) generator.
+* More icons for HTML::Pretty.
+* Add links between resources in HTML::Pretty.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librdf-rdfa-generator-perl.git



More information about the Pkg-perl-cvs-commits mailing list