I'd try using Beautiful Soup <http://www.crummy.com/software/BeautifulSoup/> for parsing the sections of each page and some Python to rearrange the data and reprint what you you need.
On Fri, Sep 16, 2011 at 3:20 PM, <[email protected]> wrote: > Today's Topic Summary > > Group: http://groups.google.com/group/refresh-austin/topics > > - Need some suggestions about where to > start<#13273e5dfe442a8d_group_thread_0>[3 Updates] > > Topic: Need some suggestions about where to > start<http://groups.google.com/group/refresh-austin/t/a96151f79c6929d3> > > Michael Hayes <[email protected]> Sep 16 12:53PM -0500 > ^<#13273e5dfe442a8d_digest_top> > > I have some html pages that need be cut up into individual pages with a > > new header and some sparse formatting. I just have no idea where to > start looking. > > What scripting language? What commands? If anybody has any thoughts on > where I should start looking, I would be grateful. > > Thanks, > Michael > > -- > Michael Hayes > http://mhayesdesign.com > > > > > Arp Laszlo <[email protected]> Sep 16 02:08PM -0500 > ^<#13273e5dfe442a8d_digest_top> > > What do you want to do with the pages when all is said & done? Will > they be > updated frequently? I would probably build it out on WordPress. > > Arp Laszlo > > www.echoleaf.com > > > > > > > > Michael Hayes <[email protected]> Sep 16 02:49PM -0500 > ^<#13273e5dfe442a8d_digest_top> > > I should probably clarify this better. The pages will be used in a > UIWebView on iOS. The documents will be split into sections (as they're > > indicated in the documents) and used to populated a UITableView that > will drill down into individual sections. > > The reason that I want to do a script instead of manually, is that > there > are 20 documents with up to 25 sections each, and we plan to convert > more documents in the future. > > On 9/16/11 2:08 PM, Arp Laszlo wrote: > > -- > Michael Hayes > http://mhayesdesign.com > 512-300-7142 > > > > -- > Our Web site: http://www.RefreshAustin.org/ > > You received this message because you are subscribed to the Google Groups > "Refresh Austin" group. > > [ Posting ] > To post to this group, send email to [email protected] > Job-related postings should follow http://tr.im/refreshaustinjobspolicy > We do not accept job posts from recruiters. > > [ Unsubscribe ] > To unsubscribe from this group, send email to > [email protected] > > [ More Info ] > For more options, visit this group at > http://groups.google.com/group/Refresh-Austin > -- Our Web site: http://www.RefreshAustin.org/ You received this message because you are subscribed to the Google Groups "Refresh Austin" group. [ Posting ] To post to this group, send email to [email protected] Job-related postings should follow http://tr.im/refreshaustinjobspolicy We do not accept job posts from recruiters. [ Unsubscribe ] To unsubscribe from this group, send email to [email protected] [ More Info ] For more options, visit this group at http://groups.google.com/group/Refresh-Austin
