Newer
Older
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css"><!--
body {
font-family: arial,helvetica;
}
#sidebar table {
}
#sidebar td {
background-color: #eeeeff;
}
#sidebar p {
margin: 0;
padding: 0;
}
#sidebar div {
margin: 0px;
margin-bottom: 5px;
padding-left: 0.5em;
padding-right: 0.5em;
width: 100%;
}
#sidebar h2 {
font-family: sans-serif;
margin: 0px;
width: 100%;
font-size: 150%;
background-color: #6622cc;
color: white;
text-align: center;
}
#sidebar h3 {
margin: 0px;
font-size: 130%;
}
#sidebar ul a {
font-style: bold;
}
#sidebar ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.code {
border: 2px dotted;
font-family: Courier,monospace;
font-size: 90%;
background-color: #E0E0E0;
margin-left: 10;
margin-right: 10;
padding-left: 10;
padding-right: 10;
padding-top: 0;
padding-bottom: 10;
}
a { text-decoration: none; color: #0000cc }
a:hover { text-decoration: underline; color: #0000cc; }
--></style>
<title>Spyce - Python Server Pages (PSP)</title>
<meta NAME="LANGUAGE" CONTENT="en-US">
<meta NAME="RATING" CONTENT="GENERAL">
<meta NAME="ROBOTS" CONTENT="ALL">
<meta name="abstract" content="Spyce is a server-side language that supports simple and efficient Python-based dynamic HTML generation. Those who like Python and are familiar with JSP, or PHP, or ASP, should have a look at Spyce.">
<meta name="description" content="Spyce - Python Server Pages: a server-side language that supports simple and efficient Python-based dynamic HTML generation.">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta HTTP-EQUIV="Refresh" CONTENT="1800">
<meta HTTP-EQUIV="Revisit-After" CONTENT="15 days">
<link rel="icon" href="spycefav.ico" type="image/x-icon">
<link rel="shortcut icon" href="spycefav.ico" type="image/x-icon">
</head>
<body bgcolor="#ffffff">
<table border=0 cellspacing=0 cellpadding=0 width="100%"><tr><td valign=top>
<!-- index -->
<div style="text-align:center">
<a href="http://spyce.sourceforge.net"><img src="/spyce.gif" border=0 alt="spyce" width=58 height=70></a>
</div>
<table id=sidebar width=250px>
<tr><td>
<h2>Download</h2>
<div>
<h3>Spyce 2.1</h3>
<center style="font-size: small">
<a href=/docs/whats-new-2-1.html>what's new</a>
<a href=http://svn.sourceforge.net/svnroot/spyce/branches/spyce-2.1/CHANGES>changelog</a>
<a href=/docs/license.html>license</a>
</center>
<center><a href=/docs/get.html><b>DOWNLOAD</b></a></center>
</div>
<h2>Community</h2>
<div>
<b>Discussion list signup</b>:
<FORM name=list1 Method=POST ACTION="https://lists.sourceforge.net/lists/subscribe/spyce-users">
<INPUT type="Text" name="email" size="30" value=""> <a href="javascript:document.list1.submit()">Go</a>
</FORM>
<b>Announcement list signup</b>:
<FORM name=list2 Method=POST ACTION="https://lists.sourceforge.net/lists/subscribe/spyce-announce">
<INPUT type="Text" name="email" size="30" value=""> <a href="javascript:document.list2.submit()">Go</a>
</FORM>
</div>
<h2>Documentation</h2>
<div>
<ul>
<li><a href=/docs/doc-intro.html>introduction</a>
<li><a href=/docs/doc-lang.html>language</a>
<li><a href=/docs/doc-runtime.html>runtime</a>
<li><a href=/docs/doc-mod.html>modules</a>
<li><a href=/docs/doc-tag.html>tags</a>
<li><a href=/docs/doc-conf.html>install</a>
<li><a href=/docs/eg.html>examples list</a>
</div>
<h2>Other</h2>
<div>
<ul>
<li><a href=http://sourceforge.net/projects/spyce>Sourceforge project</a>
<li><a href=/docs/mail.html>"Spyce Powered"</a>
<li><a href=/docs/links.html>Resources</a>
<li><a href=http://spyced.blogspot.com/>Spyced blog</a>
</ul>
</div>
</td></tr>
</table>
</td>
<td> </td>
<td width="100%" valign=top>
<!-- page title -->
<table border=0 width="100%"><tr>
<td align=right nowrap valign=bottom>
<a href=/index.html>home</a>
<a href=/docs/doc.html>documentation</a>
<a href=/docs/get.html>download</a>
</td>
<td align=right nowrap valign=bottom width=1>
<img alt="Spyce logo" src="/spyce2.png">
</td>
</tr></table>
<br><br>
<b><font face="arial, helvetica" size="+1"><big>Documentation</big></font></b><br clear=all>
<hr>
<!-- body -->
<center>
<big><b>Spyce - Python Server Pages (PSP) <br>
<big>User Documentation</big></b></big><p>
Release 2.1<p>
</center>
<center><b>
[ <a href="doc.html">Multi-Page Format</a> ]
</b></center>
<p>
<font color="#ee0000"><b>TABLE OF CONTENTS</b><br></font>
<ul>
<li>1. <a href="#intro">Introduction</a></li>
<ul>
<li>1.1. <a href="#intro_rationale">Rationale / competitive analysis</a></li>
<li>1.2. <a href="#intro_design">Design Goals</a></li>
</ul>
<li>2. <a href="#lang">Language</a></li>
<ul>
<li>2.1. <a href="#lang_string">Plain HTML and Active Tags</a></li>
Lade
Blame komplett laden...