File: rss20-double.xml

package info (click to toggle)
libxml-feed-perl 0.65%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 508 kB
  • sloc: perl: 1,162; xml: 682; makefile: 4
file content (30 lines) | stat: -rw-r--r-- 3,217 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
<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom='http://www.w3.org/2005/Atom'
     xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'
     xmlns:georss='http://www.georss.org/georss'
     xmlns:thr='http://purl.org/syndication/thread/1.0'
     version='2.0'>
  <channel>
    <atom:id>tag:blogger.com,1999:blog-5910101498857524639</atom:id>
    <lastBuildDate>Sun, 24 Apr 2011 08:19:48 +0000</lastBuildDate>
    <title>Perl for president</title>
    <description>our $blog = new Nice::Perl;</description>
    <link>http://niceperl.blogspot.com/</link>
    <managingEditor>noreply@blogger.com (prz)</managingEditor>
    <generator>Blogger</generator>
    <openSearch:totalResults>25</openSearch:totalResults>
    <openSearch:startIndex>1</openSearch:startIndex>
    <openSearch:itemsPerPage>25</openSearch:itemsPerPage>
    <item>
      <guid isPermaLink='false'>tag:blogger.com,1999:blog-5910101498857524639.post-5795437297335601353</guid>
      <pubDate>Sun, 24 Apr 2011 08:08:00 +0000</pubDate>
      <atom:updated>2011-04-24T10:19:48.222+02:00</atom:updated>
      <category domain='http://www.blogger.com/atom/ns#'>perl dancer cpan</category>
      <title>CPAN Module review - Web apps</title>
      <description type="text/html">When I'm developing web applications, I use those frameworks that make my work easier. The size of the webs is not big and I have been working with &lt;a href="http://search.cpan.org/perldoc?CGI::Application"&gt;CGI::Application&lt;/a&gt; for years. In a recent search, I have found &lt;a href="http://search.cpan.org/perldoc?Dancer"&gt;Dancer&lt;/a&gt;. This framework handles the routes concept (an idea from &lt;a href="http://www.sinatrarb.com/"&gt;Ruby's Sinatra&lt;/a&gt;); routes are paths which are binded to code. For example:&lt;br /&gt;&lt;br /&gt;&lt;table bgcolor="#f0f0f0" border="1" cellpadding="7" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;b&gt;get&lt;/b&gt; '/home' =&amp;gt; &lt;b&gt;sub&lt;/b&gt; { 'Hi, this is home!' };&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;There are a lot of plugins available (database, logging, session handling, REST, AJAX, validation, templates, WebSocket, ...) at CPAN. You can write your own plugin by subclassing &lt;a href="http://search.cpan.org/perldoc?Dancer::Plugin"&gt;Dancer::Plugin&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The framework comes with a script that builds the skeleton of your application, with a nice structure in folders: views, libs, ... it takes seconds to start a new application.&lt;br /&gt;&lt;br /&gt;I &amp;nbsp;definitely recommend &lt;a href="http://search.cpan.org/perldoc?Dancer"&gt;Dancer&lt;/a&gt; to you. Just install and try!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5910101498857524639-5795437297335601353?l=niceperl.blogspot.com' alt='' /&gt;&lt;/div&gt;</description>
      <link>http://niceperl.blogspot.com/2011/04/cpan-module-review-web-apps.html</link>
      <author>noreply@blogger.com (prz)</author>
      <thr:total>0</thr:total>
    </item>
  </channel>
</rss>