aoloe / scribus-script-repository

Repository with python scripts from the Scribus community
36 stars 11 forks source link

Create meta-data file for scribus scripts #3

Open Exirel opened 10 years ago

Exirel commented 10 years ago

I open this issue only to track ideas and changes to create a meta-data file for scripts into a scribus's script repository.

The basic meta-data should be:

May be some optional meta-data could be useful:

As I suppose one can provide a script requiring dependencies, listing such dependencies could be useful too.

aoloe commented 10 years ago

i want to add a demo meta-data file to the grid script...

since it's a hand written file, i would go for a yaml file... but json being overall more popular it might also be an option...

any further hints/ideas?

aoloe commented 10 years ago

the meta-data file should list all the files of the script.

if no files list is given, a file with the same name as the directory (+.py) and the README.md are automatically used.

aoloe commented 9 years ago

I've put a a specification proposal in the script-download's README file

JLuc commented 9 years ago

Should there not be an optional entry for script version ?

Script versioning raises another issue : how should various versions of the same script be dealt with ?

[edit] PS : you might be interested in http://blog.smellup.net/spip.php?article7