Please keep in mind the the new docs are a sort of preview release -- you'll note we've not announced 'em in any official manner -- and so are rough around the edges. Please be patient -- I'll be cleaning these things up by the time we push 1.0.
On Sat, Aug 30, 2008 at 12:22 PM, Fraser Nevett <[EMAIL PROTECTED]> wrote: > The new documentation site is great, but is currently lacking a search > facility. I've been working on adding an embedded Google Custom > Search, which is nearly ready and working well on my local copy. Sphinx has a built-in search function; I just haven't exposed it yet. That said, there's a good change the Google will beat anything we can possibly do ourselves, so I'm looking forward to seeing what you've come up with. > 1. Is http://docs.djangoproject.com/ where the new docs will live > permanently, or will they be moved to > http://www.djangoproject.com/documentation/ > when they are "ready"? The former. The 1.0 docs will live at docs.; the earlier stuff will remain at the previous locations for posterity. > 2. If the subdomain is being used, I assume at some point the main > site's navigation will be updated and redirects applied to the / > documentation/ URLs. At which point, where will the old (0.95 and > 0.96) documentation live? Will it be moved to /en/0.95/ and /en/0.96/ > on the subdomain? No; the old docs will stay where they are; 1.0+ will be in the new place. > 3. Currently all the new docs are under /en/dev/. When Django 1.0 is > released, will they be copied to /en/1.0/? The latest docs will always be at /<lang>/dev/; versions frozen with each release will be at /<lang>/<version>/. Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
