Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix export.py error, add example output | Ian Kelling | 2018-06-05 | 1 | -2/+5 |
| | |||||
* | Do not add "Resource URL" field to Person template | Ruben Rodriguez | 2015-07-17 | 1 | -2/+1 |
| | |||||
* | Use "Copyright" instead of the unicode (C) symbol on export | Ruben Rodriguez | 2015-07-17 | 1 | -1/+1 |
| | |||||
* | Fix issues with missing licenses on export | Ruben Rodriguez | 2015-07-17 | 1 | -8/+2 |
| | |||||
* | Parse Sources file to extract information about the source tarball url | Ruben Rodriguez | 2015-07-17 | 1 | -0/+12 |
| | |||||
* | Parse the changelog files and extract the uploader name and date. | Ruben Rodriguez | 2015-07-01 | 1 | -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 characters | Ruben Rodriguez | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | Prevent export.py crashing on missing description fields | Ruben Rodriguez | 2015-06-26 | 1 | -4/+7 |
| | |||||
* | Added shebangs and utf8 encoding headers | Ruben Rodriguez | 2015-06-26 | 1 | -1/+2 |
| | |||||
* | export.py: add a few comments/docstrings | Dafydd Harries | 2013-05-23 | 1 | -0/+13 |
| | | | | This hopefully makes the structure/flow a little clearer. | ||||
* | in Import template, include reference to source packages + versions | Dafydd Harries | 2013-05-23 | 1 | -0/+8 |
| | |||||
* | add json_to_wiki.py script | Dafydd Harries | 2013-03-20 | 1 | -2/+5 |
| | |||||
* | factor out multi-file output | Dafydd Harries | 2013-03-20 | 1 | -15/+25 |
| | |||||
* | refactor export_all() | Dafydd Harries | 2013-03-20 | 1 | -9/+12 |
| | | | | Make file output separate, so that we can output to different formats. | ||||
* | separate copyright field + verified fields | Dafydd Harries | 2013-03-20 | 1 | -1/+4 |
| | |||||
* | generate an index.json | Dafydd Harries | 2013-03-19 | 1 | -0/+6 |
| | |||||
* | refactor all-package export to reduce duplicate code | Dafydd Harries | 2013-03-19 | 1 | -28/+37 |
| | |||||
* | include license texts in export | Dafydd Harries | 2013-03-19 | 1 | -23/+57 |
| | |||||
* | remove unused numpy import | Dafydd Harries | 2013-03-19 | 1 | -1/+0 |
| | |||||
* | only encode upstream name for printing | Dafydd Harries | 2013-03-19 | 1 | -2/+1 |
| | | | | Coverting it to a string breaks comparisons used later. | ||||
* | flag problematic text in descriptions | Dafydd Harries | 2013-03-19 | 1 | -1/+10 |
| | |||||
* | fix warning formatting | Dafydd Harries | 2013-03-19 | 1 | -1/+2 |
| | |||||
* | move bulk export to separate function | Dafydd Harries | 2013-03-18 | 1 | -22/+26 |
| | |||||
* | add .wiki suffix to output files | Dafydd Harries | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | make bulk output write to files | Dafydd Harries | 2013-03-18 | 1 | -10/+36 |
| | |||||
* | remove print statements | Dafydd Harries | 2013-03-18 | 1 | -6/+0 |
| | |||||
* | clarify package naming/grouping | Dafydd Harries | 2013-03-18 | 1 | -0/+7 |
| | |||||
* | fix bulk package export | Dafydd Harries | 2013-03-18 | 1 | -9/+26 |
| | |||||
* | strip version number from Source fields | Dafydd Harries | 2013-03-18 | 1 | -2/+2 |
| | |||||
* | handle Files stanzas with no Copyright field | Dafydd Harries | 2013-03-18 | 1 | -1/+2 |
| | |||||
* | avoid unicode/str mixing errors in templates | Dafydd Harries | 2013-03-18 | 1 | -1/+3 |
| | |||||
* | refactor data access | Dafydd Harries | 2013-03-18 | 1 | -19/+24 |
| | |||||
* | add {{Import}} template | Dafydd Harries | 2013-03-18 | 1 | -0/+6 |
| | |||||
* | add submission fields to entry template | Dafydd Harries | 2013-03-18 | 1 | -1/+7 |
| | |||||
* | extract contact information | Dafydd Harries | 2013-03-18 | 1 | -6/+26 |
| | |||||
* | extract/export download URLS | Dafydd Harries | 2013-03-18 | 1 | -4/+26 |
| | |||||
* | refactor license extraction | Dafydd Harries | 2013-03-18 | 1 | -28/+32 |
| | |||||
* | first pass at license export | Dafydd Harries | 2013-03-18 | 1 | -3/+57 |
| | |||||
* | export descriptions | Dafydd Harries | 2013-03-18 | 1 | -5/+26 |
| | |||||
* | export.py: fix homepage field name | Dafydd Harries | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | capitalize name | Dafydd Harries | 2013-03-17 | 1 | -1/+1 |
| | |||||
* | extract language information | Dafydd Harries | 2013-03-17 | 1 | -1/+31 |
| | |||||
* | skeleton export script | Dafydd Harries | 2013-03-17 | 1 | -0/+84 |