Age | Commit message (Collapse) | Author | Files | Lines |
|
* Finished implementing app main function to instanciate root and delegate to it
|
|
|
|
|
|
|
|
! It has been observed that on server nginx, some of the assumptions from doing similar work on apache have broken down and a more general mechanism must be used to handle paths in the clean-url app.
! New scheme is this: app is invoked with `index.php?path=<absolute path on virtual server>` The app will be configured with its own root location on the virt. server and use logic to dedue the relative path requested from that. Also app will use the configured path to predend to urls linked/directed to during use of the app
|
|
|
|
|
|
content and made a rough-draft for a pad-view
+ Committing Sonic character images for use as example content on index.html
|
|
|
|
+ Created index file for designing page views
|
|
! Created app directory
! Created assets directory
|