|
|
Proxy
|
|
|
=====
|
|
|
Other Module Systems
|
|
|
====================
|
|
|
|
|
|
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.
|
|
|
Ziemlich gut:
|
|
|
http://www.synthtopia.com/content/2012/05/30/audulus-modular-audio-processor-for-mac/
|
|
|
|
|
|
Subdirectoy
|
|
|
-----------
|
|
|
Bestes:
|
|
|
http://alex4d.files.wordpress.com/2008/12/quartz-composer-ui.jpg
|
|
|
|
|
|
Running vispa-web in a subdirectory (http://vispa/subdir) requires some
|
|
|
changes.
|
|
|
http://lithosphere.codeflow.org/screenshots/desert.jpg
|
|
|
|
|
|
- static content (should have complete url)
|
|
|
- url relative to subdiretory, e.g. /login
|
|
|
- ajax requests
|
|
|
- python redirects
|
|
|
- javascript redirects
|
|
|
http://www.mapzoneeditor.com/?PAGE=DOCUMENTATION.IvyLeafKr
|
|
|
|
|
|
All changes need to be compatible with standalone and proxy mode.
|
|
|
http://commons.wikimedia.org/wiki/File:CompositeNode-Settings\_withText\_BlenderMistTutorial.jpg
|
|
|
|
|
|
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
|
|
|
http://images-l3.native-instruments.com/typo3temp/pics/3\_87d27267c9.png?1314198777
|
|
|
|
|
|
http://www.bmc.de/ckfinder/userfiles/images/Glossar/DASYLab/Schaltbildansicht.jpg
|
|
|
|
|
|
http://synthmaker.co.uk/images/components%20L.png
|
|
|
|