-
Notifications
You must be signed in to change notification settings - Fork 0
2.15.12
- What was accomplished since the last meeting?
- What will be taken up before the next meeting?
- What obstacles are preventing progress?
-
Charles
-
What was accomplished since the last meeting?
-
Did a little experimenting with CGI query string, found $_SERVER['PATH_INFO'] variable
-
Found other useful variables in $_SERVER autoglobal
-
pathinfo() function allows us to seperate path information
-
Experimented with URL redirects in apache 5.2 and found this tool which is similar to something I believe we need http://www.generateit.net/mod-rewrite/
-
Briefly investigated the URL rewriting for IIS servers. This requires an external module called URL rewrite 2.0 which saves its configuration in a file called web.config in XML format
-
Also skimmed through RFC 3986(http://tools.ietf.org/html/rfc3986) (Is this the right one?)
-
-
What will be taken up before the next meeting?
-
Decide on a license type
-
Look up Parser Generator
-
Make considerations for dispatcher language
-
-
What obstacles are preventing progress?
-
How will we safely update .htacess/web.config through PHP
-
Still need help understanding grammars
-
-
-
Sean
-
Stoney
-
What was accomplished since the last meeting?
- Cleaning and organizing this wiki. Others should feel free to edit.
- Added a page for the dispatch language.
- Put down some initial thoughts on the dispatch language. This was just a brain storm. So hack away.
-
What will be taken up before the next meeting?
- Ideally, more organizing and cleaning.
- Post resources needed by others.
- Reviewing others' work.
-
What obstacles are preventing progress?
- Need others to start posting, commenting, etc.
-