From: Andreas A. <a.a...@th...> - 2001-08-26 12:35:20
|
Hi Gerry, the most important point is to understand the page render pipeline, I think. Have a look at the htdocs files in binarycloud/users/htdocs. Then you should pick a module loaded in load-section of a page and visit the source of the module in users/mod/name. Then have a look at the presentation stuff. Module output is wrapped in html. This is done via templates declared in the page file and defined in user/tmpl/html. Once you got a picture of how a page is generated it will become easy to write modules etc. At least the specs might be interesting too: binarycloud/docs/specs/ If something is not clear just ask. Andi > -----Original Message----- > Wow. I did my first-ever CVS download last week. Kuel. Do you > remember your > first time? > > So, I've got all this wonderful source. I did a make, as stated in the > install file, but now I'm not sure what to do. I'd like to try using it, > but I'm not sure where to start. > > Regards, > Gerry > |