0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
[
Home
]
File: APP-META.xml
<application xmlns="http://apstandard.com/ns/1"> <name>PostNuke</name> <packager-uri>uuid:714f0a7b-85d6-4eb8-b68e-40f9acbb3103</packager-uri> <version>0.764</version> <release>3</release> <homepage>http://www.postnuke.com/</homepage> <package-homepage>http://parallels.com/</package-homepage> <default-prefix>postnuke</default-prefix> <summary>Content management system</summary> <description> PostNuke is a weblog/content management system (CMS). It is far more secure and stable than competing products, and is able to work in high-volume environments with ease. Some of the key features of PostNuke are: * customization of all aspects of the web site's appearance through themes, with support for CSS stylesheets; * the ability to specify items as being suitable for either a single language or for all languages; * the best guarantee of properly displaying your web pages in all browsers, thanks to full compliance with W3C HTML standards; * a standard API (application programming interface) and extensive documentation to allow for easy extension of your web site's functionality through modules and blocks. </description> <icon path="images/icon.png"/> <screenshot path="images/main_page.png"><description>Main page.</description></screenshot> <screenshot path="images/administration.png"><description>Administration.</description></screenshot> <screenshot path="images/content_management.png"><description>Content management.</description></screenshot> <license must-accept="true"> <text> <name>GPLv2</name> <file>htdocs/docs/COPYING.txt</file> </text> </license> <configuration-script-language>php</configuration-script-language> <upgradable-from version="0.750" release="1"/> <changelog> <version version="0.764" release="3"> <entry>Initial package version</entry> </version> </changelog> <entry-points> <entry> <path>/admin.php</path> <label>Administrative interface</label> </entry> </entry-points> <installed-size>13062385</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" min-length="1" > <name>Password</name> </setting> <setting id="admin_email" type="email"> <name>Administrator's email</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.1.0"/> <php:extension>mysql</php:extension> <db:db> <db:id>main</db:id> <db:default-name>postnuke</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</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="pnTemp"> <php:permissions writable="true"/> </mapping> </mapping> </application>