Menu

[r3]: / py_top_web_client_01 / index.py  Maximize  Restore  History

Download this file

257 lines (205 with data), 8.9 kB

  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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
#!/usr/bin/env python
##################################################
## DEPENDENCIES
import sys
import os
import os.path
from os.path import getmtime, exists
import time
import types
import __builtin__
from Cheetah.Version import MinCompatibleVersion as RequiredCheetahVersion
from Cheetah.Version import MinCompatibleVersionTuple as RequiredCheetahVersionTuple
from Cheetah.Template import Template
from Cheetah.DummyTransaction import DummyTransaction
from Cheetah.NameMapper import NotFound, valueForName, valueFromSearchList, valueFromFrameOrSearchList
from Cheetah.CacheRegion import CacheRegion
import Cheetah.Filters as Filters
import Cheetah.ErrorCatchers as ErrorCatchers
##################################################
## MODULE CONSTANTS
try:
True, False
except NameError:
True, False = (1==1), (1==0)
VFFSL=valueFromFrameOrSearchList
VFSL=valueFromSearchList
VFN=valueForName
currentTime=time.time
__CHEETAH_version__ = '2.0rc8'
__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
__CHEETAH_genTime__ = 1189741975.6765611
__CHEETAH_genTimestamp__ = 'Thu Sep 13 23:52:55 2007'
__CHEETAH_src__ = 'index.tmpl'
__CHEETAH_srcLastModified__ = 'Mon Sep 10 15:08:23 2007'
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'
if __CHEETAH_versionTuple__ < RequiredCheetahVersionTuple:
raise AssertionError(
'This template was compiled with Cheetah version'
' %s. Templates compiled before version %s must be recompiled.'%(
__CHEETAH_version__, RequiredCheetahVersion))
##################################################
## CLASSES
class index(Template):
##################################################
## CHEETAH GENERATED METHODS
def __init__(self, *args, **KWs):
Template.__init__(self, *args, **KWs)
if not self._CHEETAH__instanceInitialized:
cheetahKWArgs = {}
allowedKWs = 'searchList namespaces filter filtersLib errorCatcher'.split()
for k,v in KWs.items():
if k in allowedKWs: cheetahKWArgs[k] = v
self._initCheetahInstance(**cheetahKWArgs)
def respond(self, trans=None):
## CHEETAH: main method generated for this template
if (not trans and not self._CHEETAH__isBuffering and not callable(self.transaction)):
trans = self.transaction # is None unless self.awake() was called
if not trans:
trans = DummyTransaction()
_dummyTrans = True
else: _dummyTrans = False
write = trans.response().write
SL = self._CHEETAH__searchList
_filter = self._CHEETAH__currentFilter
########################################
## START - generated method body
write('''<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"\r
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\r
<html>\r
<head>\r
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>\r
<meta name="description" content="Top Engine the Semantic Web Engine for the Enterprise. Top Engine is a world-class Business Rule Engine that utilize the Web Ontology Language (OWL) as the modeling language for the application Domain Model. This innovative approach provides an open architecture, free from vendor lock-in, that can model large and complex Business Process and their associated rules and policies."/>\r
<meta name="keywords" content="Semantic Web, Ontology, OWL, Software Development, workflow"/> \r
<meta name="author" content="Michel Dufresne"/> \r
<link rel="stylesheet" type="text/css" href="/static/default.css" media="screen"/>\r
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />\r
<title>Top Engine</title>\r
</head>\r
\r
<body>\r
\r
<div class="outer-container">\r
\r
<div class="inner-container">\r
\r
\t<div class="header">\r
\t\t\r
\t\t<div class="title">\r
\r
\t\t\t<span class="sitename"><a href="/topengine/">Top Engine</a></span>\r
\t\t\t<div class="slogan">Semantic Web Engine for the Enterprise</div>\r
\r
\t\t</div>\r
\t\t\r
\t</div>\r
\r
\t<div class="path">\r
\t\t\t\r
\t\t\t<a href="/topengine/">Home</a>\r
\r
\t</div>\r
\r
\t<div class="main">\t\t\r
\t\t\r
\t\t<div class="content">\r
\r
\t\t\t<h1>Welcome!</h1>\r
\t\t\t<!-- <div class="descr">Copay main base class</div> -->\r
\r
\t\t\t<p>This is the demonstration site for <em>Top Engine</em> and for <em>Interview Engine</em></p>\r
\r
\t\t\t<!-- <blockquote><p>This is quoted test.</p></blockquote> -->\r
\r
\t\t\t<h2>Top Engine</h2>\r
\t\t\t\r
\t\t\t<p><em>Top Engine</em> the Semantic Web Engine for the Enterprise. \r
\t\t\t<em>Top Engine</em> is a world-class Business Rules Engine that utilize the \r
\t\t\t<a href="http://www.w3.org/2004/OWL/">Web Ontology Language (OWL)</a> as the modeling language for the application Domain Model. \r
\t\t\tThis innovative approach provides an open architecture, free from vendor lock-in, that can model large and complex Business Process \r
\t\t\tand their associated rules and policies.</p>\r
\r
\t\t\t<h3>Importing OWL ontology</h3>\r
\t\t\t<p>You can import an OWL DL ontology using the menu on the left. Once the ontology is imported\r
\t\t\tyou will be able to explore the asserted class hierarchy. Also, <em>Top Engine</em> can\r
\t\t\tvalidate the ontology and calculate the inferred class subsumption.</p> The inferred class\r
\t\t\thierarchy can be explored and invalid classes will be sub-class of the OWL class Nothing.\r
\r
\t\t\t<h2>Interview Engine</h2>\r
\t\t\t<p><em>Interview Engine</em> extends <em>Top Engine</em> with the capability to deploy \r
\t\t\tweb-based business applications using an interview-style user interaction that can handle \r
\t\t\tfrom simple to complex branching logic without any programing. An interview-style user interaction \r
\t\t\tis useful in self-service applications where the system guides the user in the completion of a task. \r
\t\t\tIn order to avoid asking unnecessary or irrelevant questions, the system takes into consideration \r
\t\t\tthe answers of previously asked questions to determine the next set of questions to ask the user.</p>\r
\r
<!-- \t\t\t<code>margin-bottom: 12px;\r
font: normal 1.1em "Lucida Sans Unicode",serif;\r
background: url(img/quote.gif) no-repeat;\r
padding-left: 28px;\r
color: #555;</code>\r
-->\r
\r
\t\t</div>\r
\r
<div class="navigation">
<h2>Models</h2>
<ul>
<li><a href="/topengine/importOWLModel">Import OWL Model</a></li>
</ul>
<h2>Interviews Configuration</h2>
<ul>
<li><a href="/topengine/importKB?ktype=kbase">Import Knowledge Base</a></li>
<li><a href="/topengine/newKB">New Knowledge Base</a></li>
</ul>
<h2>Interviews Session</h2>
<ul>
<li><a href="/topengine/importKB?ktype=ksession">Import Interview Session</a></li>
</ul>
</div>
<div class="clearer">&nbsp;</div>
\r
\t</div>\r
\r
<div class="footer">
<span class="left">
&copy; 2007 <a href="http://www.dufresneconsulting.com">Dufresne Consulting LLC</a>. Valid <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> &amp; <a href="http://validator.w3.org/check?uri=referer">XHTML</a>
</span>
<span class="right">
<a href="http://templates.arcsin.se">Website template</a> by <a href="http://arcsin.se">Arcsin</a>
</span>
<div class="clearer"></div>
</div>
\r
</div>\r
\r
</div>\r
\r
</body>\r
\r
</html>''')
########################################
## END - generated method body
return _dummyTrans and trans.response().getvalue() or ""
##################################################
## CHEETAH GENERATED ATTRIBUTES
_CHEETAH__instanceInitialized = False
_CHEETAH_version = __CHEETAH_version__
_CHEETAH_versionTuple = __CHEETAH_versionTuple__
_CHEETAH_genTime = __CHEETAH_genTime__
_CHEETAH_genTimestamp = __CHEETAH_genTimestamp__
_CHEETAH_src = __CHEETAH_src__
_CHEETAH_srcLastModified = __CHEETAH_srcLastModified__
_mainCheetahMethod_for_index= 'respond'
## END CLASS DEFINITION
if not hasattr(index, '_initCheetahAttributes'):
templateAPIClass = getattr(index, '_CHEETAH_templateClass', Template)
templateAPIClass._addCheetahPlumbingCodeToClass(index)
# CHEETAH was developed by Tavis Rudd and Mike Orr
# with code, advice and input from many other volunteers.
# For more information visit http://www.CheetahTemplate.org/
##################################################
## if run from command line:
if __name__ == '__main__':
from Cheetah.TemplateCmdLineIface import CmdLineIface
CmdLineIface(templateObj=index()).run()
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.