Exemplo n.º 1
0
    //string URL = "http://*****:*****@".\priv\db\example.accdb"));
        DB.Start();

        // setup static handler
        Pink.StaticFileHandler staticHandler = new Pink.StaticFileHandler(@".\priv\static");
        routes.Add("http://*****:*****@".\priv\tmpl\article.html"));
        routes.Add("http://*****:*****@".\priv\tmpl\editor.html"));
        routes.Add("http://*****:*****@".\priv\tmpl\index.html"));
    }
Exemplo n.º 2
0
 public SchuleNRW365()
 {
     routes = new Pink.Router();
     tmpl   = new Pink.Templates();
 }