Author: neronus-guest Date: 2008-08-07 19:17:11 +0000 (Thu, 07 Aug 2008) New Revision: 989
Added: udd/doc/sources/popcon Log: Added documentation for source type 'popcon' Added: udd/doc/sources/popcon =================================================================== --- udd/doc/sources/popcon (rev 0) +++ udd/doc/sources/popcon 2008-08-07 19:17:11 UTC (rev 989) @@ -0,0 +1,19 @@ +DESCRIPTION + The popcon source type handles the popcon data delivered by debian and ubuntu. + + Specifically, the raw, compressed popcon data is read (e.g. from + http://popcon.debian.org/all-popcon-results.txt.gz. + + For each line in the file, we import: + the package name + the scores for the package (recent, vote, old, nofiles) + the sum of the above + See http://popcon.debian.org/all-popcon-results.txt.gz for more information + about the format. + + Furthermore, we save the number of submissions in the row with package name + '_submissions'. + +CONFIGURATION: + path: The path of the popcon raw data to be read + distribution: To which distribution does this popcon data belong? _______________________________________________ Collab-qa-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/collab-qa-commits
