aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Change filename to import at load_changelog.pyRuben Rodriguez2015-07-171-1/+1
|
* Export individual json filesRuben Rodriguez2015-07-171-3/+16
|
* Ignore license information for files in ./debianRuben Rodriguez2015-07-011-0/+2
|
* Parse the changelog files and extract the uploader name and date.Ruben Rodriguez2015-07-012-4/+57
| | | | | | | The load_changelog.py script parses the changelog files in the same way as load_copyright.py and stores the results (package name, version, author/uploader and date) in cl.h5 That information is later used by export.py to fill up the 'License verified by' and 'License verified date' fields with more accurate information than 'Debian' and today()
* Sanitize Upstream-Name header in load_copyrightRuben Rodriguez2015-06-261-0/+2
| | | | Some dep5 files are malformed and incude the author's name and email on the Upstream-Name field
* Handle errors and warnings with utf8 charactersRuben Rodriguez2015-06-262-2/+2
|
* Make load_copyright stop processing a file if a critical piece (Format ↵Ruben Rodriguez2015-06-261-1/+4
| | | | header, License) is missing
* Prevent export.py crashing on missing description fieldsRuben Rodriguez2015-06-261-4/+7
|
* Added shebangs and utf8 encoding headersRuben Rodriguez2015-06-2610-1/+20
|
* export.py: add a few comments/docstringsDafydd Harries2013-05-231-0/+13
| | | | This hopefully makes the structure/flow a little clearer.
* add some documentation of data flowDafydd Harries2013-05-231-0/+23
|
* in Import template, include reference to source packages + versionsDafydd Harries2013-05-231-0/+8
|
* update READMEDafydd Harries2013-03-201-1/+13
|
* add json_to_wiki.py scriptDafydd Harries2013-03-202-2/+31
|
* factor out multi-file outputDafydd Harries2013-03-201-15/+25
|
* export_json.py: handle export errorsDafydd Harries2013-03-201-0/+6
|
* add export_json.py scriptDafydd Harries2013-03-201-0/+25
|
* refactor export_all()Dafydd Harries2013-03-201-9/+12
| | | | Make file output separate, so that we can output to different formats.
* separate copyright field + verified fieldsDafydd Harries2013-03-201-1/+4
|
* update README with export informationDafydd Harries2013-03-191-0/+10
|
* generate an index.jsonDafydd Harries2013-03-191-0/+6
|
* refactor all-package export to reduce duplicate codeDafydd Harries2013-03-191-28/+37
|
* include license texts in exportDafydd Harries2013-03-191-23/+57
|
* parse | in license descriptionsDafydd Harries2013-03-191-0/+4
|
* remove unused numpy importDafydd Harries2013-03-191-1/+0
|
* ignore output/Dafydd Harries2013-03-191-0/+1
|
* only encode upstream name for printingDafydd Harries2013-03-191-2/+1
| | | | Coverting it to a string breaks comparisons used later.
* strip non-breaking spaces from upstream namesDafydd Harries2013-03-191-0/+8
|
* flag problematic text in descriptionsDafydd Harries2013-03-191-1/+10
|
* fix warning formattingDafydd Harries2013-03-191-1/+2
|
* move bulk export to separate functionDafydd Harries2013-03-181-22/+26
|
* add .wiki suffix to output filesDafydd Harries2013-03-181-1/+1
|
* make bulk output write to filesDafydd Harries2013-03-181-10/+36
|
* remove print statementsDafydd Harries2013-03-181-6/+0
|
* clarify package naming/groupingDafydd Harries2013-03-181-0/+7
|
* fix bulk package exportDafydd Harries2013-03-181-9/+26
|
* strip version number from Source fieldsDafydd Harries2013-03-182-9/+16
|
* handle Files stanzas with no Copyright fieldDafydd Harries2013-03-181-1/+2
|
* avoid unicode/str mixing errors in templatesDafydd Harries2013-03-181-1/+3
|
* refactor data accessDafydd Harries2013-03-181-19/+24
|
* add {{Import}} templateDafydd Harries2013-03-181-0/+6
|
* add submission fields to entry templateDafydd Harries2013-03-181-1/+7
|
* extract contact informationDafydd Harries2013-03-181-6/+26
|
* extract/export download URLSDafydd Harries2013-03-181-4/+26
|
* refactor license extractionDafydd Harries2013-03-181-28/+32
|
* stash license summary for copyright header stanzaDafydd Harries2013-03-181-0/+1
|
* add blank lines to load_copyright outputDafydd Harries2013-03-181-0/+2
|
* first pass at license exportDafydd Harries2013-03-181-3/+57
|
* use and/or instead of &/|Dafydd Harries2013-03-181-7/+7
|
* document dependenciesDafydd Harries2013-03-181-0/+11
|