[Linkbat-devel] parse_page code
Brought to you by:
jimmo
From: James M. <lin...@ji...> - 2003-02-18 05:34:01
|
Hi All! Just a quick comment about the code. Wayne and I have been communicating back and forth in private, and as I keep saying I am trying to avoid that so that these kinds of discussions are public. That way everyone can comment, if they want. The first thing is that I want is to try to limit the amount of work each function does. That has a number of benefits such as it is easier to have different people work on different parts of the code, easier to find problems, and so forth. So, Wayne could you break your code into two pieces? The only thing one part does is parsing the content page and create the static HTML content without the menu, etc. Then the other part would create the framework. This second part has a lower priority as I am not yet sure how much will be static and how much will be dynamic. Plus it is simply calling existing functions. What I want to have first is a page that contains the glossary popups/links, as well as the links to the other pages of the tutorial. That way they can be used regardless of whether the rest of the page is static or not. As usual comments are welcome. Regards, Jim -- --------------------------------------- "Be more concerned with your character than with your reputation. Your character is what you really are while your reputation is merely what others think you are." -- John Wooden --------------------------------------- Be sure to visit the Linux Tutorial: http://www.linux-tutorial.info |