packages feed

lambdacms-core-0.3.0.1: config/routes

/static AdminStaticR:
    /css CssAdminR:
        /normalize.css NormalizeR    GET
        /bootstrap.css BootstrapCssR GET

    /js JsAdminR:
        /bootstrap.js  BootstrapJsR  GET
        /jquery.js     JQueryR       GET

    /fonts FontsAdminR:
        /glyphicons-halflings-regular.woff GlyphiconsWoffR GET
        /glyphicons-halflings-regular.ttf  GlyphiconsTtfR  GET
        /glyphicons-halflings-regular.eot  GlyphiconsEotR  GET
        /glyphicons-halflings-regular.svg  GlyphiconsSvgR  GET

    /img ImageAdminR:
        /lambdacms-logo.png LambdaCmsLogoR GET

/                       AdminHomeR         GET
/activate/#UserId/#Text UserAdminActivateR GET POST

-- User CRUD
/users UserAdminR:
    /              UserAdminIndexR         GET
    /new           UserAdminNewR           GET POST
    !/#UserId      UserAdminEditR          GET PATCH DELETE CHPASS RQPASS DEACTIVATE ACTIVATE

/activity ActionLogAdminR:
    /              ActionLogAdminIndexR    GET
    /user/#UserId  ActionLogAdminUserR     GET