diff options
| author | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-01 11:40:09 +0000 |
|---|---|---|
| committer | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-01 11:40:09 +0000 |
| commit | 7ed83b6c6666eb8b6b104c211ae7e52907350372 (patch) | |
| tree | 4430b556abac0ad660a0aacf1887d77f85d8be02 /scribus/plugins/scriptplugin/samples/ReadMe | |
| download | scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.tar.gz scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.tar.xz scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.zip | |
Branch 1.3.5 tree to 1.4.x tree, goodbye 1.3.x
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17163 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/plugins/scriptplugin/samples/ReadMe')
| -rw-r--r-- | scribus/plugins/scriptplugin/samples/ReadMe | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/scribus/plugins/scriptplugin/samples/ReadMe b/scribus/plugins/scriptplugin/samples/ReadMe new file mode 100644 index 0000000..377258e --- /dev/null +++ b/scribus/plugins/scriptplugin/samples/ReadMe @@ -0,0 +1,22 @@ +This folder contains some Example Scripts: + +3columnA4.py = Sample 3 column layout +3columnUSLTR.py = Sample 3 column layout +Calender.py = Creates a Calendar of the current Month in the current Document as a Group +ReadMe = this file +Sample1.py = Very simple Example, creates a Docmument with some Objects, saves the Document and closes it. +boilerplate.py = A template for your scripts +golden-mean.py = Creates a non printable marks in the Golden Mean of the page. +legende.py = Creates a legende for Image (filename) +moins_10_pourcent_group.py = Decrease size of the object by 10% +plus_10_pourcent_group.py = Increase size of the object by 10% +pochette_cd.py = Creates a CD/DVD pochette +quote.py = French quotation marks +sample_db_usage.py = Database HOWTO +trait_de_coupe.py +wordcount.py = Counts the count of the words :) + +Copy these Examples to any location you like and play with them. +Each script contains Docstring in the file header - this is a common Python +documentation text. You can see it by selecting Script->About Script... menu +entry. |
