diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/application.xml | 39 | ||||
-rw-r--r-- | include/pages/Home.page | 8 | ||||
l--------- | include/runtime | 1 |
3 files changed, 0 insertions, 48 deletions
diff --git a/include/application.xml b/include/application.xml deleted file mode 100644 index 98f3af5..0000000 --- a/include/application.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> - -<application id="http" mode="Debug"> - <!-- alias definitions and namespace usings - <paths> - <alias id="myalias" path="./lib" /> - <using namespace="Application.common.*" /> - </paths> - --> - - <!-- configurations for modules --> - <modules> - <!-- Remove this comment mark to enable caching - <module id="cache" class="System.Caching.TDbCache" /> - --> - - <!-- Remove this comment mark to enable PATH url format - <module id="request" class="THttpRequest" UrlFormat="Path" /> - --> - - <!-- Remove this comment mark to enable logging - <module id="log" class="System.Util.TLogRouter"> - <route class="TBrowserLogRoute" Categories="System" /> - </module> - --> - </modules> - - <!-- configuration for available services --> - <services> - <service id="page" class="TPageService" DefaultPage="Home" /> - </services> - - <!-- application parameters - <parameters> - <parameter id="param1" value="value1" /> - <parameter id="param2" value="value2" /> - </parameters> - --> -</application> diff --git a/include/pages/Home.page b/include/pages/Home.page deleted file mode 100644 index 368b3e7..0000000 --- a/include/pages/Home.page +++ /dev/null @@ -1,8 +0,0 @@ -<html> -<head> - <title>Welcome to PRADO</title> -</head> -<body> -<h1>Welcome to PRADO!</h1> -</body> -</html>
\ No newline at end of file diff --git a/include/runtime b/include/runtime deleted file mode 120000 index df1d4e1..0000000 --- a/include/runtime +++ /dev/null @@ -1 +0,0 @@ -../cache/prado
\ No newline at end of file |