Subversion Repositories Scribus

Compare Revisions

Ignore whitespace Rev 462 → Rev 463

/trunk/Scribus/scribus/templates/Makefile.am
1,4 → 1,4
EXTRA_DIST = br1/br1.png br1/br1tn.png br1/map.png br1/br1.sla nl2/flowers.jpg nl2/nl2.sla nl2/nl2tn.png nl2/nl2.png nl1/kites.png nl1/nl1.png nl1/nl1tn.png nl1/nl1.sla template.xml
EXTRA_DIST = br1/br1.png br1/br1tn.png br1/map.png br1/br1.sla nl2/flowers.jpg nl2/nl2.sla nl2/nl2tn.png nl2/nl2.png nl1/kites.png nl1/nl1.png nl1/nl1tn.png nl1/nl1.sla template.xml textbased/an_image.tif textbased/author.tif textbased/textbased.png textbased/textbased.sla.gz textbased/textbasedtn.png sc_presentation/presentation.png sc_presentation/presentation.sla.gz sc_presentation/presentationtn.png
 
install-data-local:
$(mkinstalldirs) $(prefix)/share/scribus/templates/
18,6 → 18,16
$(INSTALL_DATA) $(srcdir)/br1/br1tn.png $(prefix)/share/scribus/templates/br1/br1tn.png
$(INSTALL_DATA) $(srcdir)/br1/map.png $(prefix)/share/scribus/templates/br1/map.png
$(INSTALL_DATA) $(srcdir)/br1/br1.sla $(prefix)/share/scribus/templates/br1/br1.sla
$(mkinstalldirs) $(prefix)/share/scribus/templates/sc_presentation
$(INSTALL_DATA) $(srcdir)/sc_presentation/presentation.png $(prefix)/share/scribus/templates/sc_presentation/presentation.png
$(INSTALL_DATA) $(srcdir)/sc_presentation/presentationtn.png $(prefix)/share/scribus/templates/sc_presentation/presentationtn.png
$(INSTALL_DATA) $(srcdir)/sc_presentation/presentation.sla.gz $(prefix)/share/scribus/templates/sc_presentation/presentation.sla.gz
$(mkinstalldirs) $(prefix)/share/scribus/templates/textbased
$(INSTALL_DATA) $(srcdir)/textbased/textbased.png $(prefix)/share/scribus/templates/textbased/textbased.png
$(INSTALL_DATA) $(srcdir)/textbased/textbasedtn.png $(prefix)/share/scribus/templates/textbased/textbasedtn.png
$(INSTALL_DATA) $(srcdir)/textbased/textbased.sla.gz $(prefix)/share/scribus/templates/textbased/textbased.sla.gz
$(INSTALL_DATA) $(srcdir)/textbased/an_image.tif $(prefix)/share/scribus/templates/textbased/an_image.tif
$(INSTALL_DATA) $(srcdir)/textbased/author.tif $(prefix)/share/scribus/templates/textbased/author.tif
 
uninstall-local:
-rm -f $(prefix)/share/scribus/templates/nl1/*
26,6 → 36,10
-rmdir $(prefix)/share/scribus/templates/nl2
-rm -f $(prefix)/share/scribus/templates/br1/*
-rmdir $(prefix)/share/scribus/templates/br1
-rm -f $(prefix)/share/scribus/templates/sc_presentation/*
-rmdir $(prefix)/share/scribus/templates/sc_presentation
-rm -f $(prefix)/share/scribus/templates/textbased/*
-rmdir $(prefix)/share/scribus/templates/textbased
-rm -f $(prefix)/share/scribus/templates/template.xml
-rmdir $(prefix)/share/scribus/templates
 
/trunk/Scribus/scribus/templates/template.xml
1,4 → 1,4
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml version="1.0" encoding="utf8"?>
<templates>
<template category="Newsletters">
<name>Newsletter_1</name>
42,4 → 42,32
<author>RL</author>
<email>tsoots@welho.com</email>
</template>
<template category="Newsletters">
<name>TextBased</name>
<file>textbased/textbased.sla.gz</file>
<tnail>textbased/textbasedtn.png</tnail>
<img>textbased/textbased.png</img>
<psize>A4</psize>
<color>color</color>
<descr>A decent newsletter/magazine originaly created for one non-profit organization. Unrealized unfortunately.</descr>
<usage>Right click on text replace what's inside with your own. Or whatever you want to... ;)</usage>
<scribus_version>1.2RC1cvs</scribus_version>
<date>2004-07-10</date>
<author>Petr Vaněk</author>
<email>petr@yarpen.cz</email>
</template>
<template category="Presentations">
<name>ScPresentation</name>
<file>sc_presentation/presentation.sla.gz</file>
<tnail>sc_presentation/presentationtn.png</tnail>
<img>sc_presentation/presentation.png</img>
<psize>custom, 760x620</psize>
<color>color - Scribus website (or team Rabobank jersey ;))</color>
<descr>Based on the Maciej Hanski's presentation layout. I made it more simple because I like simple things. Used often in my office presentations.</descr>
<usage>Right click on text replace what's inside with your own. (Beware the management newspeak! ;)</usage>
<scribus_version>1.2RC1cvs</scribus_version>
<date>2004-07-1</date>
<author>Petr Vaněk</author>
<email>petr@yarpen.cz</email>
</template>
</templates>