Hello Djangoers,

I've created a website some time ago. It stores data in XML and uses
XSLT transformation to generate static HTML files. Further development
of the website is more and more painful, to add a new feature would be
as much time consuming as moving the whole thing to Django.

There's only one thing missing. The website has to be in form of static
HTML files.

I guess it would involve running a Python script that would traverse all
the possible views with all the possible arguments and store the results
on the disk.

Did anybody tried this before? If yes, how? If not, what technique would
you suggest?

-- 
Maciej Bliziński
http://automatthias.wordpress.com


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to