summaryrefslogtreecommitdiffstats
path: root/languages/php/app_templates/phphello/phphello
blob: 7ba99d9cb2d4fc5079d7e24c48b9e518830c8689 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# KDE Config File
[General]
Name=Simple PHP script
Name[fr]=Un simple script de test « Hello world »
Category=PHP
Comment=This generates a simplistic 'Hello world' program in PHP (http://www.php.net)
Comment[fr]=Génère un simple script de test du type « Hello world » dans le language PHP (http://www.php.net).
DefaultDestinatonDir=HOMEDIR/public_html
FileTemplates=php,CPPStyle
ShowFilesAfterGeneration=%{APPNAMELC}.php
Archive=phphello.tar.gz

[PROJECT]
Type=install
Source=%{src}/app.tdevelop
Dest=%{dest}/%{APPNAMELC}.tdevelop

[APP.PHP]
Type=install
Source=%{src}/app.php
Dest=%{dest}/%{APPNAMELC}.php

[MGS]
Type=message
Comment=A simple PHP project was created in %{dest}.