File: rss10-double.xml

package info (click to toggle)
libxml-feed-perl 0.63%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 508 kB
  • sloc: perl: 1,158; xml: 682; makefile: 4
file content (48 lines) | stat: -rw-r--r-- 3,255 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="ISO-8859-1"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://purl.org/rss/1.0/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
xmlns:admin="http://webns.net/mvcb/"
>

<channel rdf:about="http://use.perl.org/~davorg/journal/">
<title>davorg's Journal</title>
<link>http://use.perl.org/~davorg/journal/</link>
<description>davorg's use Perl Journal</description>
<dc:language>en-us</dc:language>
<dc:rights>use Perl; is Copyright 1998-2006, Chris Nandor. Stories, comments, journals, and other submissions posted on use Perl; are Copyright their respective owners.</dc:rights>
<dc:date>2009-04-09T12:53:36+00:00</dc:date>
<dc:publisher>pudge</dc:publisher>
<dc:creator>pudge@perl.org</dc:creator>
<dc:subject>Technology</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
<rdf:Seq>
<rdf:li rdf:resource="http://use.perl.org/~davorg/journal/38730?from=rss" />
</rdf:Seq>
</items>
<image rdf:resource="http://use.perl.org/images/topics/useperl.gif" />
</channel>

<image rdf:about="http://use.perl.org/images/topics/useperl.gif">
<title>davorg's Journal</title>
<url>http://use.perl.org/images/topics/useperl.gif</url>
<link>http://use.perl.org/~davorg/journal/</link>
</image>

<item rdf:about="http://use.perl.org/~davorg/journal/38730?from=rss">
<title>Task::Kensho RPMs</title>
<link>http://use.perl.org/~davorg/journal/38730?from=rss</link>
<description>&lt;p&gt;One of the first concrete outputs from the &lt;a href="http://www.enlightenedperl.org/"&gt;Enlightened Perl Organisation&lt;/a&gt; has been &lt;a href="http://search.cpan.org/dist/Task-Kensho/"&gt;Task::Kensho&lt;/a&gt; - a CPAN module which exists to list a number of other CPAN modules that modern Perl programmers should consider using. if you install Task::Kensho then all of the included modules will automatically be pulled down from CPAN and installed.&lt;/p&gt;&lt;p&gt;I don't install my modules from CPAN. As I live in the Red Hat world, I like to install RPMs of modules. And I build RPMs for modules that aren't already available in that format (and then I &lt;a href="http://rpm.mag-sol.com/"&gt;make them available to everyone&lt;/a&gt;).&lt;/p&gt;&lt;p&gt;So last night I created an RPM for Task::Kensho. This also involved building RPMs for about half of the modules it include which didn't already exist as RPMs in the standard repostories. Those RPMs are now available from &lt;a href="http://rpm.mag-sol.com/"&gt;my repository&lt;/a&gt; so installing them all could be as simple as &lt;tt&gt;sudo yum install perl-Task-Kensho&lt;/tt&gt;. Of course, you can also install individual packages using the appropriate &lt;tt&gt;yum&lt;/tt&gt; command.&lt;/p&gt;&lt;p&gt;Currently the RPMs are only available for Fedora 10. I'll build versions for Centos 5 over the next couple of days.&lt;/p&gt;</description>
<dc:creator>davorg</dc:creator>
<dc:date>2009-03-31T08:02:06+00:00</dc:date>
<dc:subject>journal</dc:subject>
</item>
</rdf:RDF>