Changes
Page history
home, version 7
authored
Apr 18, 2012
by
Gero Müller
Show whitespace changes
Inline
Side-by-side
home.md
View page @
1f3e27fb
Our Extensions
=====
=========
Proxy
=====
[
Analysis Designer
](
Analysis_Designer
)
To improve the performance of vispa-web a proxy should be used. this
proxy (e.g. apache, nginx) should serve static content itself and
forward only dynamic request to the cherrypy server.
[
File Browser
](
File_Browser
)
Subdirectoy
-----------
[
Pxl Browser
](
Pxl_Browser
)
Running vispa-web in a subdirectory (http://vispa/subdir) requires some
changes.
[
Code Editor
](
Code_Editor
)
-
static content (should have complete url)
-
url relative to subdiretory, e.g. /login
-
ajax requests
-
python redirects
-
javascript redirects
All changes need to be compatible with standalone and proxy mode.
provide 2 functions in python and js:
vispa.url(relative
\_
path) ->prepend webroot
vispa.url
\_
static(relative
\_
path) ->prepend static url, webroot or
complete path