Rev 4338 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
82 | Franz | 1 | This folder contains some Example Scripts: |
2 | |||
1004 | subik | 3 | boilerplate.py = The template for your scripts. See Scripter-FAQ in the documentation, please. |
4 | |||
555 | subik | 5 | 3columnA4.py = Sample 3 column layout |
6 | 3columnUSLTR.py = Sample 3 column layout |
||
7 | Calender.py = Creates a Calendar of the current Month in the current Document as a Group |
||
8 | ReadMe = this file |
||
9 | Sample1.py = Very simple Example, creates a Docmument with some Objects, saves the Document and closes it. |
||
6456 | subik | 10 | boilerplate.py = A template for your scripts |
555 | subik | 11 | golden-mean.py = Creates a non printable marks in the Golden Mean of the page. |
12 | legende.py = Creates a legende for Image (filename) |
||
13 | moins_10_pourcent_group.py = Decrease size of the object by 10% |
||
14 | plus_10_pourcent_group.py = Increase size of the object by 10% |
||
15 | pochette_cd.py = Creates a CD/DVD pochette |
||
16 | quote.py = French quotation marks |
||
17 | trait_de_coupe.py |
||
18 | wordcount.py = Counts the count of the words :) |
||
2438 | subik | 19 | sample_db_usage.py = An example of the Scribus cooperating DB. |
82 | Franz | 20 | |
21 | Copy these Examples to any location you like and play with them. |
||
555 | subik | 22 | Each script contains Docstring in the file header - this is a common Python |
23 | documentation text. You can see it by selecting Script->About Script... menu |
||
24 | entry. |