home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / beeld / teken / scribus-1.3.3.9-win32-install.exe / share / samples / ReadMe < prev    next >
Text File  |  2006-09-25  |  1KB  |  23 lines

  1. This folder contains some Example Scripts:
  2.  
  3. 3columnA4.py = Sample 3 column layout
  4. 3columnUSLTR.py = Sample 3 column layout
  5. Calender.py = Creates a Calendar of the current Month in the current Document as a Group
  6. ReadMe = this file
  7. Sample1.py = Very simple Example, creates a Docmument with some Objects, saves the Document and closes it.
  8. boilerplate.py = A template for your scripts
  9. golden-mean.py = Creates a non printable marks in the Golden Mean of the page.
  10. legende.py = Creates a legende for Image (filename)
  11. moins_10_pourcent_group.py = Decrease size of the object by 10%
  12. plus_10_pourcent_group.py = Increase size of the object by 10%
  13. pochette_cd.py = Creates a CD/DVD pochette
  14. quote.py = French quotation marks
  15. sample_db_usage.py = Database HOWTO
  16. trait_de_coupe.py
  17. wordcount.py = Counts the count of the words :)
  18.  
  19. Copy these Examples to any location you like and play with them.
  20. Each script contains Docstring in the file header - this is a common Python
  21. documentation text. You can see it by selecting Script->About Script... menu
  22. entry.
  23.