> It's a whole mess of graphs - hundreds and thousands of them. In raw > form, it's just a whole bunch of eps files. Currently I am embedding > them into a bunch of doc files and use spreadsheet to hyperlink into > them. From each doc file, they can zoom in on individual graphs. > Sort of like a mini-static web server on CD.
Sounds to me like you don't need much, you could even start off with a little python script that goes through your current Excel file and creates a single page of web links to the existing word files. Then you wouldn't even need a "framework" just a web server. If you need fine-grained permissions, or you want to dynamically generate shorter lists of links, TurboGears or Django will serve you well. But for the time being I would leave the files as is, and focus on creating a simple web based interface that allows people to find the files they are looking for quickly and easily. --Mark Ramm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

