aboutsummaryrefslogtreecommitdiff
path: root/export.py
Commit message (Collapse)AuthorAgeFilesLines
* fix export.py error, add example outputIan Kelling2018-06-051-2/+5
|
* Do not add "Resource URL" field to Person templateRuben Rodriguez2015-07-171-2/+1
|
* Use "Copyright" instead of the unicode (C) symbol on exportRuben Rodriguez2015-07-171-1/+1
|
* Fix issues with missing licenses on exportRuben Rodriguez2015-07-171-8/+2
|
* Parse Sources file to extract information about the source tarball urlRuben Rodriguez2015-07-171-0/+12
|
* Parse the changelog files and extract the uploader name and date.Ruben Rodriguez2015-07-011-4/+11
| | | | | | | 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()
* Handle errors and warnings with utf8 charactersRuben Rodriguez2015-06-261-1/+1
|
* Prevent export.py crashing on missing description fieldsRuben Rodriguez2015-06-261-4/+7
|
* Added shebangs and utf8 encoding headersRuben Rodriguez2015-06-261-1/+2
|
* export.py: add a few comments/docstringsDafydd Harries2013-05-231-0/+13
| | | | This hopefully makes the structure/flow a little clearer.
* in Import template, include reference to source packages + versionsDafydd Harries2013-05-231-0/+8
|
* add json_to_wiki.py scriptDafydd Harries2013-03-201-2/+5
|
* factor out multi-file outputDafydd Harries2013-03-201-15/+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
|
* 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
|
* remove unused numpy importDafydd Harries2013-03-191-1/+0
|
* only encode upstream name for printingDafydd Harries2013-03-191-2/+1
| | | | Coverting it to a string breaks comparisons used later.
* 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-181-2/+2
|
* 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
|
* first pass at license exportDafydd Harries2013-03-181-3/+57
|
* export descriptionsDafydd Harries2013-03-181-5/+26
|
* export.py: fix homepage field nameDafydd Harries2013-03-181-1/+1
|
* capitalize nameDafydd Harries2013-03-171-1/+1
|
* extract language informationDafydd Harries2013-03-171-1/+31
|
* skeleton export scriptDafydd Harries2013-03-171-0/+84