bioweb  0.09.92
C++/Python(django)/JavaScript(angularJS) framework
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  calc
  src
 calc.cppC++ file with example calculation library
 calc.hppC++ calculation library interface
 calcpy.cppPython interface for C++ calculation library
  tests
 calc_test.cpp
 SConscriptScons build for calc C++ library
  client
  css
 styles.css
  js
 app.jsMain client module, AngularJS application with routing
 controllers.jsAngularJS controllers
 services.jsAngularJS services, AJAX communication with the server
  tests
 srv.pyEcho server for client unit testing
 test01_basic.jsClient unit tests, check the qunit testing library
 test02_services.jsClient unit tests, check the service calling
  views
 main.html
 file_include.pyHelping python script for substitution files when generationg
 myapp.html
 myapp_body.html
 myapp_include.html
 SConscriptScons build for client part (JavaScript, AngularJS)
 unit_test.html
  web
  calcpy
 __init__.py
 tests.pyC++ calculation library Python API unit testing
 views.pyCalculation library interface to client
  config
 __init__.py
 settings.py
 urls.py
 views.py
  current
 __init__.py
 models.pyCurrent server status model
 tests.pyCurrent server status unit testing
 views.pyCurrent server status interface to client
  version
 __init__.py
 models.pyServer version model
 tests.pyVersion module unit testing
 views.pyServer version interface to client
 __init__.py
 manage.pyDjango run script
 SConscriptScons build for server part (Python django)
 wsgi.pyDjango wsgi interface