Archived
1
0

Made base format settings an include.

This commit is contained in:
Markus Birth 2016-09-04 18:10:16 +02:00
parent cd6cda2528
commit 936f347c6f
10 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<size>600, 600</size>
<fileformat>pngcairo font "arial,10"</fileformat>
<xi:include href="includes/format_png.xml" parse="xml" />
<start>year=2009, month=1, day=1, hour=0</start>
<stop>year=2009, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<size>600, 600</size>
<fileformat>pngcairo font "arial,10"</fileformat>
<xi:include href="includes/format_png.xml" parse="xml" />
<start>year=2010, month=1, day=1, hour=0</start>
<stop>year=2010, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<size>600, 600</size>
<fileformat>pngcairo font "arial,10"</fileformat>
<xi:include href="includes/format_png.xml" parse="xml" />
<start>year=2011, month=1, day=1, hour=0</start>
<stop>year=2011, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<size>600, 600</size>
<fileformat>pngcairo font "arial,10"</fileformat>
<xi:include href="includes/format_png.xml" parse="xml" />
<start>year=2012, month=1, day=1, hour=0</start>
<stop>year=2012, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<size>600, 600</size>
<fileformat>svg font "arial,10"</fileformat>
<xi:include href="includes/format_svg.xml" parse="xml" />
<start>year=2012, month=1, day=1, hour=0</start>
<stop>year=2012, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<size>600, 600</size>
<fileformat>pngcairo font "arial,10"</fileformat>
<xi:include href="includes/format_png.xml" parse="xml" />
<start>year=2013, month=1, day=1, hour=0</start>
<stop>year=2013, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<size>600, 600</size>
<fileformat>pngcairo font "arial,10"</fileformat>
<xi:include href="includes/format_png.xml" parse="xml" />
<start>year=2016, month=1, day=1, hour=0</start>
<stop>year=2016, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<graph xmlns:xi="http://www.w3.org/2001/XInclude">
<size>600, 600</size>
<fileformat>svg font "arial,10"</fileformat>
<xi:include href="includes/format_svg.xml" parse="xml" />
<start>year=2016, month=1, day=1, hour=0</start>
<stop>year=2016, month=12, day=31, hour=23</stop>
<xformat>%b</xformat>

View File

@ -0,0 +1 @@
<fileformat>pngcairo font "arial,10"</fileformat>

View File

@ -0,0 +1 @@
<fileformat>svg font "arial,10"</fileformat>