Files
hustoj/web/sae_app_wizard.xml
2024-10-10 12:56:56 +08:00

33 lines
858 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<appwizard>
<introduction>
<name>HUSTOJ在线裁判系统SAE版</name>
<author>zhblue</author>
<icon>image/logo.png</icon>
<homepage>http://code.google.com/p/hustoj</homepage>
<description>
<![CDATA[
HUSTOJ是一个基于GPL协议的开源软件可用于各类计算机程序设计竞赛、教学、招聘等用途。
其Web端可安装于SAE,判题系统需另行配置,详见 http://code.google.com/p/hustoj
]]>
</description>
</introduction>
<platform>
<services>
<service name="web" params="public">Storage</service>
<service name="data" params="private">Storage</service>
<service>Mysql</service>
<service size="30M">Memcache</service>
</services>
<appconfig>
<tpl>
<![CDATA[
name: <<appname>>
version: <<version>>
]]>
</tpl>
</appconfig>
</platform>
<code>
<initScript>sae/install.php</initScript>
</code>
</appwizard>