denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)
Denise ([staff profile] denise) wrote in [site community profile] dw_dev_training2011-09-06 03:26 pm

things we have all learned where to look for

For the wiki, I'd like to build a list of "things we have learned where to look for" -- like, "I want to change this thing. Where in the code would i find it?"

Some examples of what I mean, quick 'cause my brain's melting:

text string on page $foo --> in $foo.text or in ~/bin/upgrading/en.dat
styles --> ~/bin/upgrading/s2layers
all the routines that make html controls --> ~/cgi-bin/htmlcontrols.pl
control strip --> ~/cgi-bin/weblib.pl

Stuff like that! What should be on that list?
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2011-09-06 08:24 pm (UTC)(link)
* The messaging system
* How to go into the database and list out a table, list out what tables, list out the columns of the table, do simple searches
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2011-09-06 09:02 pm (UTC)(link)
Images and CSS files: /htdocs/img and /htdocs/stc, but the hardest part for me is remembering which one has the image I want (theme images are in /stc but theme previews are in /img for example).
Edited (use your words!) 2011-09-06 21:02 (UTC)
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

[personal profile] pauamma 2011-09-07 07:24 pm (UTC)(link)
Where's JS?
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2011-09-07 07:26 pm (UTC)(link)
Hmm. /htdocs/js ? Yep, that's it.
Edited (sp) 2011-09-07 19:26 (UTC)
jeshyr: Blessed are the broken. Harry Potter. (Default)

[personal profile] jeshyr 2011-09-17 01:20 am (UTC)(link)
Is there logic about which goes where, and what does "stc" stand for anyway - I keep wondering!!
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2011-09-17 08:10 am (UTC)(link)
I'd say stc is static something content.
exor674: Computer Science is my girlfriend (Default)

[personal profile] exor674 2011-09-07 04:09 am (UTC)(link)
Siteschemes ( /schemes )

Controller files -- ugh, need to finish that commandline tool ( the "what controller is in charge of this path" one )
Templates ( /views )
kareila: (Default)

[personal profile] kareila 2011-09-10 03:34 pm (UTC)(link)
I'm always forgetting where the WTF methods are... It's cgi-bin/DW/User/Edges/WatchTrust.pm, I believe (on iPad, can't easily check)
jeshyr: Programming dreamsheep (Dreamwidth - Development)

[personal profile] jeshyr 2011-09-17 12:56 am (UTC)(link)
It's "table of contents" rather than "index" type information but at least some of this information could usefully go also into http://wiki.dwscoalition.org/notes/Main_development_folder under subdirectory sections for each directory.