draegtun / www-freshmeat-api
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jan 17 12:44:47 -0800 2009 | |
| |
Build.PL | Sat Jan 23 14:52:32 -0800 2010 | |
| |
Changes | Mon Jan 04 03:08:24 -0800 2010 | |
| |
MANIFEST | Sat Jan 23 14:52:32 -0800 2010 | |
| |
MANIFEST.SKIP | Sat Jan 17 12:44:47 -0800 2009 | |
| |
META.yml | Mon Jan 04 03:08:24 -0800 2010 | |
| |
README | Sun Jul 19 13:46:16 -0700 2009 | |
| |
examples/ | Sat Jan 17 11:32:23 -0800 2009 | |
| |
lib/ | Mon Jan 04 03:08:24 -0800 2010 | |
| |
t/ | Sat Jan 17 12:44:47 -0800 2009 |
README
WWW::FreshMeat::API version 0.02
This distribution includes the following modules:
WWW::FreshMeat::API (0.02)
WWW::FreshMeat::API::Session (0.01)
WWW::FreshMeat::API::Pub (0.01)
WWW::FreshMeat::API::Pub::V1_03 (0.01)
WWW::FreshMeat::API::Agent::XML::RPC (0.01)
** IMPORTANT ANNOUNCEMENT **
Circa April 2009 Freshmeat relaunched their site and completely dropped the XML-RPC API :(
In place is a new Freshmeat API 3.0 using REST JSON (or XML).
Its not clear how stable this API is. I'll look more closely at this in a few months
time and perform necessary surgery on this module.
So note this module will not work in its present state until I make investigate the new API
& changes source code changes.
Very sorry about this.
BW 19-Jul-2009
** END OF ANNOUCEMENT **
DESCRIPTION
FreshMeat (http://freshmeat.net) provides a very simple XML-RPC API which allows a user to inspect what projects
the user as uploaded and also provides an update & withdrawal mechanism of the users projects.
Requirements....
1) Must have a FreshMeat login & password
2) Must have already loaded project onto http://freshmeat.net
For now see ./examples/freshmeat-submit.pl.
More details to follow.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
DEPENDENCIES
This module requires these other modules and libraries:
Moose
XML::RPC
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc WWW::FreshMeat::API
COPYRIGHT AND LICENCE
Copyright (C) 2009 Barry Walsh (Draegtun Systems Ltd)
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
