namanhams: (Default)
namanhams ([personal profile] namanhams) wrote in [site community profile] dw_dev2010-03-24 10:30 pm
Entry tags:

Dreamhack : question about structure of directory


Hi ,

According to here wiki.dwscoalition.org/notes/Main_development_folder  :  "anything that appears at http://www.dreamwidth.org/filename.bml will be here, as htdocs/filename.bml" 

But the link to the "Reading page" is :  "YourUserName.dreamwidth.org/read", which i can not find any "read" folder or "read.pl" file in the dw folder.

There are some similar links that i can not find the source file :

"
YourUserName.dreamwidth.org/calendar" -> link to "Archive"
"YourUserName.dreamwidth.org/"   -> link to "Recent entries"
......


Please help to clarify for me. Thanks a lot.

 
alierak: (Default)

[personal profile] alierak 2010-03-24 05:37 pm (UTC)(link)
If you really want to get to the bottom of how URLs are mapped to bits of code that handle them, cgi-bin/Apache/LiveJournal.pm is the place to start. "sub trans" is the registered handler for all requests.