Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

###sources.conf

  • Contains a categorized list of the contributions' properties file URLs.
  • Edited by a human in three easy steps:
    1. Remember the value of Next ID at the top.
    2. Add the URL in the right category, prefixed by the next ID number.
    3. Increment the value of Next ID at the top.

###build_listing.py

  • Reads sources.conf and writes contribs.txt

  • Use it by running the following in the command line:

     python build_listing.py
    
  • Pass in arguments for the input and output files:

     python build_listing.py sources.conf contribs.txt
    
  • Pass in arguments for the compatible Processing revisions:

     python build_listing.py sources.conf contribs.txt 216 227
    
    • Entries out of range will be skipped
    • You can use 0 to ignore the limit: python build_listing.py sources.conf contribs.txt 228 0

###contribs.txt

  • Contains all the data for all the contributions.
  • Generated by a machine using the build_listing.py script.

###legacy.txt

  • Contains all the data for the older contributions that have not been updated for the new system.
  • Edited by a human by copy/pasting/editing.

###Processing 2.x

  • Processing 2.x read data from the contributions.txt file and should only include compatible entries. The following command will generate the appropriate file:

     python build_listing.py sources.conf contributions.txt 216 227