diff --git a/Doxyfile b/Doxyfile index a0cb448..1acaa8b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -32,13 +32,13 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = TornadoServerMI +PROJECT_NAME = "MI Protect Privacy" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.3 +PROJECT_NUMBER = 1.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -829,7 +829,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = test # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded diff --git a/superTornado.py b/c/superTornado.py similarity index 99% rename from superTornado.py rename to c/superTornado.py index 7f2afc9..febb187 100644 --- a/superTornado.py +++ b/c/superTornado.py @@ -17,6 +17,9 @@ import string import random import signal import httplib + + +sys.path[:0]=['../'] """Import files""" from m.loadConf import * from m.login import * @@ -26,13 +29,13 @@ def signal_handler(signal,frame) : """ Interception signal for stop server """ - GlobalVars.loop.stop() + GlobalVars.loop.stop() class GlobalVars : """ Global vars for server """ - config = LoadConf("m/fichier/conf") + config = LoadConf("../m/file/conf") log = Log() blind = False ipCamera = "" @@ -84,7 +87,7 @@ class MainHandler(BaseHandler): iden = self.get_argument("id","") paswd = self.get_argument("paswd","") - login = Login("m/fichier/allow") + login = Login("m/file/allow") autorise = login.checkLogin(iden, paswd) self.set_secure_cookie("user", iden) if autorise == True: diff --git a/doc/html/annotated.html b/doc/html/annotated.html index 673d2b3..93a27e6 100644 --- a/doc/html/annotated.html +++ b/doc/html/annotated.html @@ -4,7 +4,7 @@ -TornadoServerMI: Class List +MI Protect Privacy: Class List @@ -30,7 +30,7 @@ Logo -
TornadoServerMI +
MI Protect Privacy  1.0
An tornado server for smart house's camera of IUT Blagnac
@@ -138,7 +138,7 @@ $(document).ready(function(){initNavTree('annotated.html','');});