0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
drupal
/
6.9-5
/
standard
/
[
Home
]
File: APP-META.xml
<application xmlns="http://apstandard.com/ns/1"> <name>Drupal</name> <packager-uri>uuid:714f0a7b-85d6-4eb8-b68e-40f9acbb3103</packager-uri> <version>6.9</version> <release>5</release> <homepage>http://drupal.org/</homepage> <package-homepage>http://www.parallels.com/</package-homepage> <default-prefix>drupal</default-prefix> <summary>Open source content management system and blogging engine</summary> <description>Drupal is an open source content management system which supports pluggable modules which enable additional behaviors. The modules available for Drupal provide a wide assortment of features, including e-commerce systems, photo galleries, mailing list management, and CVS integration.</description> <icon path="images/icon.png"/> <screenshot path="images/screenshot.png"> <description>This is the screen where you adjust the global settings for the appearance of your site: logo image, color scheme, appearance of hyperlinks.</description> </screenshot> <license must-accept="true"> <text> <name>GNU GENERAL PUBLIC LICENSE</name> <file>htdocs/LICENSE.txt</file> </text> </license> <configuration-script-language>php</configuration-script-language> <upgradable-from version="6.0" release="1"/> <changelog> <version version="6.9" release="5"> <entry> - Warning about security risk eliminated - Write permissions on document root </entry> </version> <version version="6.9" release="3"> <entry> Add poormanscron module. </entry> </version> <version version="6.9" release="2"> <entry> - Fixed security issues, (Access Bypass, Validation Bypass and Hardening against SQL injection), see SA-CORE-2009-001 - Made HTTP request checking more robust and informative. - Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and basic shell scripts. - Removed t() calls from all schema documentation. Suggested best practice changed for contributed modules, see http://drupal.org/node/322731. - Fixed a variety of small bugs. </entry> </version> <version version="6.9" release="1"> <entry> - Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073 - Updated robots.txt and .htaccess to match current file use. - Fixed a variety of small bugs. </entry> </version> <version version="6.6" release="6"> <entry>Updated version</entry> </version> <version version="6.4" release="3"> <entry>Updated version</entry> </version> <version version="6.3" release="8"> <entry>Updated version</entry> </version> <version version="6.1" release="4"> <entry>Fixed security issues</entry> </version> <version version="6.0" release="4"> <entry>New version of the package</entry> </version> <version version="4.7.8" release="4"> <entry>Initial package version</entry> </version> </changelog> <installed-size>4136960</installed-size> <categories> <category>Web/Content management</category> </categories> <languages> <language>en</language> </languages> <settings> <group> <name>Administrator's preferences</name> <setting id="admin_name" type="string" default-value="admin" min-length="1" max-length="32" regex="^[a-zA-Z][0-9a-zA-Z_\-]*"> <name>Administrator's login</name> <error-message>Please make sure the text you entered starts with a letter and continues with either numbers, letters, underscores or hyphens.</error-message> </setting> <setting id="admin_password" type="password"> <name>Password</name> </setting> <setting id="admin_email" type="email"> <name>Administrator's email</name> </setting> <setting id="title" type="string" default-value="Drupal" min-length="1"> <name>Site name</name> </setting> </group> </settings> <requirements xmlns:php="http://apstandard.com/ns/1/php" xmlns:db="http://apstandard.com/ns/1/db"> <php:version min="4.3.5"/> <php:extension>mysql</php:extension> <php:safe-mode>false</php:safe-mode> <db:db> <db:id>main</db:id> <db:default-name>drupal</db:default-name> <db:can-use-tables-prefix>true</db:can-use-tables-prefix> <db:server-type>mysql</db:server-type> <db:server-min-version>4.1.1</db:server-min-version> </db:db> </requirements> <mapping url="/" path="htdocs" xmlns:php="http://apstandard.com/ns/1/php"> <php:handler> <php:extension>php</php:extension> </php:handler> <mapping url="sites"> <mapping url="all/modules"> <php:permissions writable="true"/> </mapping> <mapping url="all/themes"> <php:permissions writable="true"/> </mapping> <mapping url="default/files"> <php:permissions writable="true"/> </mapping> </mapping> <mapping url="tmp"> <php:permissions writable="true"/> </mapping> </mapping> </application>