1
2
3 """
4 CGI Web Test
5
6 @package default
7 @see <a href='http://drupy.net'>Drupy Homepage</a>
8 @see <a href='http://drupal.org'>Drupal Homepage</a>
9 @note Drupy is a port of the Drupal project.
10 @author Brendon Crawford
11 @copyright 2008 Brendon Crawford
12 @contact message144 at users dot sourceforge dot net
13 @created 2008-01-10
14 @version 0.1
15 @note License:
16
17 This program is free software; you can redistribute it and/or
18 modify it under the terms of the GNU General Public License
19 as published by the Free Software Foundation; either version 2
20 of the License, or (at your option) any later version.
21
22 This program is distributed in the hope that it will be useful,
23 but WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 GNU General Public License for more details.
26
27 You should have received a copy of the GNU General Public License
28 along with this program; if not, write to:
29
30 The Free Software Foundation, Inc.,
31 51 Franklin Street, Fifth Floor,
32 Boston, MA 02110-1301,
33 USA
34 """
35
36 __version__ = "$Revision: 1 $"
37
38 print "Content-Type: text/plain; Charset=UTF-8;\r\n\r\n"
39 print "Page Loaded."
40