FOSSology  4.4.0
Open Source License Compliance by Open Source Software
get Namespace Reference

Detailed Description

get-projects: Get projects from Freshmeat.com

get-projects [-h] -f <fully-qualified uncompressed xml file>

Using wget get-projects obtains the following types of archives: *.tgz, .bz2, *.zip. Places the archives in the standard FOSS area in a directory called goldenyymmdd, where yy is the year, mm is the month and dd is the day.

If none of the above archives exist, the project is skipped and recorded in the file 'skipped_fmprojects' in the output directory.

All packages that were successfully obtained are written into the file called Archives-to-Load.

-projects

Todo:

Examine every function and return statement, decide if void is ok or need to return true/false.

Bonus: start to pass arrays around by ref....

Author
mark..nosp@m.dono.nosp@m.hoe@h.nosp@m.p.co.nosp@m.m
Version
Id
get-projects.php 1593 2008-10-30 10:09:41Z taggart
Todo:
Stop using /tmp, switch to $VARDATADIR? (bug taggart)