Stories for 2007-12-08
| Newsgroups | gmane.comp.lang.perl.daily.news |
|---|---|
| Message-ID | <1197079480.104933-27224-slash-slashcluster-http-4.osdn.net@use.perl.org> |
use Perl Daily Newsletter
In this issue:
* RT sort by severity hacks
* New CPAN Distributions for December 7, 2007
+--------------------------------------------------------------------+
| RT sort by severity hacks |
| posted by brian_d_foy on Thursday December 06, @21:23 (User Journ|
| http://use.perl.org/article.pl?sid=07/12/07/023244 |
+--------------------------------------------------------------------+
In my [0]last post I talked about a script I wrote using the RT REST
interface to get "sort by severity" functionality. My script was
primitive and slow. Fortunately, the lazyweb worked and to fantastic and
very Web 2.0 solutions were posted. I wanted to highlight them here.
First is [1]link's [2]alternative queue interface presumably using the
REST interface behind the scenes. I really like this idea (even if it is
ass slow right now) as it opens up the possibility of using rt.cpan.org
as a remote database and writing your own interface on top of it. I'd
love to see this idea explored further.
Then [3]Yanick offered a [4]GreaseMonkey script to put sort-by-severity
right into rt.cpan.org: [5]RtSeverityOrdering. If you've never used
GreaseMonkey, it's a Mozilla plugin that allows you to inject your own
Javascript into web pages of your choice giving you total control over
how a web page behaves. I'm also using [6]PJF's [7]plugin to add Digg and
Technorati links to use.perl.org dragging Slashcode into the Web 2.0
whether it likes it or not.
Fantastic work, guys. Lazyweb++
Discuss this story at:
http://use.perl.org/comments.pl?sid=07/12/07/023244
Links:
0. http://use.perl.org/~schwern/journal/34967
1. http://use.perl.org/~link/
2. http://www.redbrick.dcu.ie/~link/RT/RT.html
3. http://use.perl.org/~Yanick/
4. https://addons.mozilla.org/en-US/firefox/addon/748
5. http://userscripts.org/scripts/show/14810
6. http://use.perl.org/~pjf
7. http://userscripts.org/scripts/review/11661
+--------------------------------------------------------------------+
| New CPAN Distributions for December 7, 2007 |
| posted by pudge on Friday December 07, @18:30 (Module Listings) |
| http://use.perl.org/article.pl?sid=07/12/07/1530207 |
+--------------------------------------------------------------------+
* [0]AI-NaiveBayes1-1.3 -- Bayesian prediction of categories
* [1]BDB-1.3 -- Asynchronous Berkeley DB access
* [2]Catalyst-Authentication-Store-FromSub-Hash-0.01 -- A storage class
for Catalyst Authentication using one Catalyst Model class (hash
returned)
* [3]Catalyst-Controller-Atompub-0.2.3 -- A Catalyst controller for the
Atom Publishing Protocol
* [4]Catalyst-Controller-Atompub-0.2.4 -- A Catalyst controller for the
Atom Publishing Protocol
* [5]Catalyst-Model-SVN-0.09 -- Catalyst Model to browse Subversion
repositories
* [6]Catalyst-Plugin-FormValidator-Lazy-0.04 -- Catalyst FormValidator
Plugin in Lazy way
* [7]Catalyst-Plugin-FormValidator-Lazy-0.05 -- Catalyst FormValidator
Plugin in Lazy way
* [8]Class-Accessor-FactoryTyped-0.03 -- accessors whose values come
from a factory
* [9]Config-Options-0.03 -- Module to provide a configuration hash with
option to read from file.
* [10]Convert-Binary-C-0.69 -- Binary Data Conversion using C Types
* [11]EV-1.71 -- perl interface to libev, a high performance
full-featured event loop
* [12]EV-1.7a -- perl interface to libev, a high performance
full-featured event loop
* [13]Exporter-5.60_01 -- Implements default import method for modules
* [14]FindLib-0.01 -- Helper to find libs to use in the filesystem tree
* [15]Geo-GoogleEarth-Document-0.09 -- Generates GoogleEarth KML
Documents
* [16]Google-Chart-0.01 -- Draw a chart with Google Chart
* [17]HTML-SimpleLinkExtor-1.19 -- Extract links from HTML
* [18]Image-Imlib2-2.00 -- Interface to the Imlib2 image library
* [19]Image-Imlib2-Thumbnail-0.31 -- Generate a set of thumbnails of an
image
* [20]KSx-IndexManager-0.004 -- high-level invindex management
interface
* [21]Konstrukt-0.5-beta8 -- Web application/design framework
* [22]Mail-DKIM-0.29_4 -- Signs/verifies Internet mail with
DKIM/DomainKey signatures
* [23]Module-Install-RTx-0.21 -- RT extension installer
* [24]Module-ScanDeps-0.81 -- Recursively scan Perl code for
dependencies
* [25]Net-Address-Ethernet-1.108 -- find hardware ethernet address
* [26]Net-CIDR-MobileJP-0.0.9 -- mobile ip address in Japan
* [27]Net-CSTA-0.04 -- Perl extension for ECMA CSTA
* [28]POE-Component-SSLify-0.09 -- Makes using SSL in the world of POE
easy!
* [29]POE-XUL-0.0100 -- Create remote XUL application in POE
* [30]POE-XUL-0.0200 -- Create remote XUL application in POE
* [31]Parse-Marpa-0.001_051 -- (pre-Alpha) Jay Earley's general parsing
algorithm, with LR(0) precomputation
* [32]Pod-S5-0.08 -- Generate S5 slideshow from POD source.
* [33]Test-Class-0.25 -- Easily create test classes in an xUnit/JUnit
style
* [34]Text-Pipe-W3CDTF-0.01 -- Text pipes that parse and format W3CDTF
datetimes
* [35]Tk-GraphItems-0.11 -- Display relation-graphs on a Tk::Canvas
* [36]WWW-Dict-Leo-Org-1.30 -- Interface module to dictionary
dict.leo.org
* [37]WWW-MobileCarrierJP-0.01 -- scrape mobile carrier information
* [38]WWW-MobileCarrierJP-0.02 -- scrape mobile carrier information
* [39]WebService-OkiLab-ExtractPlace-0.01 -- Perl interface to the
OkiLab ExtractPlace web service
* [40]X11-Muralis-0.03 -- Perl module to display wallpaper on your
desktop.
* [41]ack-1.75_01 -- grep-like text finder
Discuss this story at:
http://use.perl.org/comments.pl?sid=07/12/07/1530207
Links:
0. http://search.cpan.org/~vlado/AI-NaiveBayes1-1.3
1. http://search.cpan.org/~mlehmann/BDB-1.3
2. http://search.cpan.org/~fayland/Catalyst-Authentication-Store-FromSub-Hash-0.01
3. http://search.cpan.org/~takeru/Catalyst-Controller-Atompub-0.2.3
4. http://search.cpan.org/~takeru/Catalyst-Controller-Atompub-0.2.4
5. http://search.cpan.org/~bobtfish/Catalyst-Model-SVN-0.09
6. http://search.cpan.org/~tomyhero/Catalyst-Plugin-FormValidator-Lazy-0.04
7. http://search.cpan.org/~tomyhero/Catalyst-Plugin-FormValidator-Lazy-0.05
8. http://search.cpan.org/~marcel/Class-Accessor-FactoryTyped-0.03
9. http://search.cpan.org/~ealleniii/Config-Options-0.03
10. http://search.cpan.org/~mhx/Convert-Binary-C-0.69
11. http://search.cpan.org/~mlehmann/EV-1.71
12. http://search.cpan.org/~mlehmann/EV-1.7a
13. http://search.cpan.org/~ferreira/Exporter-5.60_01
14. http://search.cpan.org/~yannk/FindLib-0.01
15. http://search.cpan.org/~mrdvt/Geo-GoogleEarth-Document-0.09
16. http://search.cpan.org/~marcel/Google-Chart-0.01
17. http://search.cpan.org/~bdfoy/HTML-SimpleLinkExtor-1.19
18. http://search.cpan.org/~lbrocard/Image-Imlib2-2.00
19. http://search.cpan.org/~lbrocard/Image-Imlib2-Thumbnail-0.31
20. http://search.cpan.org/~hdp/KSx-IndexManager-0.004
21. http://search.cpan.org/~twittek/Konstrukt-0.5-beta8
22. http://search.cpan.org/~jaslong/Mail-DKIM-0.29_4
23. http://search.cpan.org/~audreyt/Module-Install-RTx-0.21
24. http://search.cpan.org/~smueller/Module-ScanDeps-0.81
25. http://search.cpan.org/~mthurn/Net-Address-Ethernet-1.108
26. http://search.cpan.org/~tokuhirom/Net-CIDR-MobileJP-0.0.9
27. http://search.cpan.org/~leifj/Net-CSTA-0.04
28. http://search.cpan.org/~apocal/POE-Component-SSLify-0.09
29. http://search.cpan.org/~gwyn/POE-XUL-0.0100
30. http://search.cpan.org/~gwyn/POE-XUL-0.0200
31. http://search.cpan.org/~jkegl/Parse-Marpa-0.001_051
32. http://search.cpan.org/~tlinden/Pod-S5-0.08
33. http://search.cpan.org/~adie/Test-Class-0.25
34. http://search.cpan.org/~marcel/Text-Pipe-W3CDTF-0.01
35. http://search.cpan.org/~lamprecht/Tk-GraphItems-0.11
36. http://search.cpan.org/~tlinden/WWW-Dict-Leo-Org-1.30
37. http://search.cpan.org/~tokuhirom/WWW-MobileCarrierJP-0.01
38. http://search.cpan.org/~tokuhirom/WWW-MobileCarrierJP-0.02
39. http://search.cpan.org/~tsukamoto/WebService-OkiLab-ExtractPlace-0.01
40. http://search.cpan.org/~rubykat/X11-Muralis-0.03
41. http://search.cpan.org/~petdance/ack-1.75_01
Copyright 1997-2006 pudge. All rights reserved.
======================================================================
# Unsubscribe mailto:[email protected]
# News, archives, discussion http://use.perl.org/
# Perl News in The Perl Journal http://www.tpj.com/
# Feedback and news ideas mailto:[email protected]
# http://use.perl.org/submit.pl