One important piece of feedback I got was that this system wouldn't spider well. I've modified the proposal so that instead of generating the final views at runtime, we generate them at check-in time using something like Django:
http://sites.google.com/a/chromium.org/dev/developers/design-documents/extensions/doc-viewer-design-doc I don't think this is a very major blow to ease of use (and we can add a presubmit hook to make sure people run the script), but it makes it so that the docs are static files that are easy for search engines to spider. It also has the advantage of allowing us to pick one of the many mature templating languages available for Python. - a --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
