Quote:
	
	
		| 
					Originally Posted by aerodynamik  The layout of the online edition is very close to the actual printed magazine, i.e. page 1 is on 1.html, page 2 on 2.html, etc. | 
	
 One option would be to calculate the article pages from this simple structure.  GoComics does something similar.
	Quote:
	
	
		| There is a table of content which looks like this | 
	
 If you wish to use this TOC, you'd use parse_index.  Look at 
the API.
	Quote:
	
	
		| In addition, on the bottom of every page there is a link to the next and previous page. | 
	
 To deal with this, you need multipage.  A search for that word here will give some sample code.