yolanda/trunk/config/backend.xml
erlehmann 64bc812fc0 rudimentary makefile, example backend configuration file, message when
no plugin is detected


git-svn-id: http://yolanda.mister-muffin.de/svn@296 7eef14d0-6ed0-489d-bf55-20463b2d70db
2008-04-13 22:19:59 +00:00

30 lines
1,007 B
XML

<?xml version="1.0" encoding="utf-16"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<strings>
<string id="database">mysql</string>
<string id="database_username">yolanda</string>
<string id="database_password"><!-- put password here --></string>
<string id="page_locale_default">en-us</string>
<string id="page_xslt_default">xhtml.xsl</string>
<string id="path_root">http://localhost/</string>
</strings>
<ints>
<int id="page_results_pagesize">10</int>
<int id="page_tag_lenght_min">3</int>
<int id="page_tag_count">20</int>
<int id="video_height_max">720</int><!-- in pixels -->
<int id="video_height_min">240</int>
<int id="video_width_max">1080</int>
<int id="video_width_min">320</int>
<int id="video_filesize_max">204800</int><!-- in bytes -->
<int id="video_filesize_min">512</int>
</ints>
<bool>
<int id="page_openid">true</int>
<int id="page_bittorrent">true</int>
</bool>
</xsl:stylesheet>