Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

html::microformats::format::hrecipe(3pm) [debian man page]

HTML::Microformats::Format::hRecipe(3pm)		User Contributed Perl Documentation		  HTML::Microformats::Format::hRecipe(3pm)

NAME
HTML::Microformats::Format::hRecipe - the hRecipe microformat SYNOPSIS
use Data::Dumper; use HTML::Microformats::DocumentContext; use HTML::Microformats::Format::hRecipe; my $context = HTML::Microformats::DocumentContext->new($dom, $uri); my @recipes = HTML::Microformats::Format::hRecipe->extract_all( $dom->documentElement, $context); foreach my $recipe (@recipes) { print $recipe->get_summary . " "; } DESCRIPTION
HTML::Microformats::Format::hRecipe inherits from HTML::Microformats::Format. See the base class definition for a description of property getter/setter methods, constructors, etc. MICROFORMAT
HTML::Microformats::Format::hRecipe supports hRecipe 0.23 as described at <http://microformats.org/wiki/hrecipe>. RDF OUTPUT
<http://linkedrecipes.org/schema/>, <http://ontologi.es/hrecipe#>. BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
HTML::Microformats::Format, HTML::Microformats. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2008-2011 Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-12-06 HTML::Microformats::Format::hRecipe(3pm)

Check Out this Related Man Page

HTML::Microformats::Format::hListing(3pm)		User Contributed Perl Documentation		 HTML::Microformats::Format::hListing(3pm)

NAME
HTML::Microformats::Format::hListing - the hListing microformat SYNOPSIS
use HTML::Microformats::DocumentContext; use HTML::Microformats::Format::hListing; my $context = HTML::Microformats::DocumentContext->new($dom, $uri); my @objects = HTML::Microformats::Format::hListing->extract_all( $dom->documentElement, $context); foreach my $x (@objects) { printf("%s <%s> ", $x->get_summary, $x->get_permalink); } DESCRIPTION
HTML::Microformats::Format::hListing inherits from HTML::Microformats::Format. See the base class definition for a description of property getter/setter methods, constructors, etc. MICROFORMAT
HTML::Microformats::Format::hListing supports hListing 0.0 as described at <http://microformats.org/wiki/hListing>, with the following additions: o Supports partial datetimes for 'dtexpired'. If, say, only a time is provided, the date and timezone are filled in from 'dtlisted'. This is similar to the behaviour of 'dtstart' and 'dtend' in hCalendar. RDF OUTPUT
Listing data is primarily output using GoodRelations v1 (<http://purl.org/goodrelations/v1#>). BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
HTML::Microformats::Format, HTML::Microformats. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2008-2011 Toby Inkster This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-12-06 HTML::Microformats::Format::hListing(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Procmail recipe doesn't stop

I have a .procmailrc file that includes a file named .rc.phplist. Within .rc.phplist is the following set of recipes: :0 * $RECIP ?? ^^phplist@$DOMAIN { # Has this message already been sent? If so, delete it. :0h * ^X-Mailing-List: /dev/null :0cw phplist/queue/. :0... (18 Replies)
Discussion started by: elmonty
18 Replies

2. Shell Programming and Scripting

Format Time with Awked Output

Hi, I would like the 2nd column in this log file to display as %k%S(00:00) in a new file. See my script and desired output below. 05-25-2010 21:45:49 1616 1615 0 0 0 0 0 0 0 05-23-2010 21:55:49 1495 1493 0 0 0 3 0 0 0 05-23-2010 22:05:49 1750 1750 0 0 0 0 0 0 0 05-24-2010 22:15:49... (12 Replies)
Discussion started by: ravzter
12 Replies

3. Shell Programming and Scripting

how to get the Format header in perl in different color

Now here is the problem how to get the Format header in perl in different color. format RPT_TOP= DINISO EXECUTION REPORT @<<<<<<<<<<<<< AGAINST SEOPACTUAL Page : @>>> $TODAY,$%... (3 Replies)
Discussion started by: rrd1986
3 Replies

4. Shell Programming and Scripting

Fetch the values based on a Key using awk from single file

Hi, Please help to fetch the values for a key from below data format in linux. Sample Input Data Format 11055005|PurchaseCondition|GiftQuantity|1 11055005|PurchaseCondition|MinimumPurchase|400 11055005|GiftCatalogEntryIdentifier|Id|207328014 11429510|PurchaseCondition|GiftQuantity|1... (2 Replies)
Discussion started by: mohanalakshmi
2 Replies

5. Shell Programming and Scripting

Format Data - awk ..

/clusters/cluster-1/exports/storage-views/M1_CRE03_SV: Name Value ------------------------ --------------------------------------------------------------------------------------------------- caw-enabled true controller-tag - initiators ... (7 Replies)
Discussion started by: greycells
7 Replies

6. Shell Programming and Scripting

Disk Space Utilization in HTML format working in one environment and not working on the other

Hi Team, I have written the shell script which returns the result of the disk space filesystems which has crossed the threshold limit in HTML Format. Below mentioned is the script which worked perfectly on QA system. df -h | awk -v host=`hostname` ' BEGIN { print "<table border="4"... (13 Replies)
Discussion started by: Harihsun
13 Replies