Re: Search facility for new documentation

2008-09-02 Thread Antonio Cavedoni
Hi Jacob, On Tue, Sep 2, 2008 at 5:06 PM, Jacob Kaplan-Moss wrote: > Yeah, I'd love to see it; if it integrates better -- the custom search > looks like shit, frankly -- it might be worth the money. See here: http://code.unicoders.org/wiki/DjangoGoogleSearch There's some documentation now, alt

Re: Search facility for new documentation

2008-09-02 Thread Jacob Kaplan-Moss
On Tue, Sep 2, 2008 at 9:13 AM, Antonio Cavedoni <[EMAIL PROTECTED]> wrote: > FWIW: I have an almost finished (only needs packaging and some > documentation) reusable Django app that wraps around Google Business > Search. It's basically the same thing as the Google Custom Search > that's currently

Re: Search facility for new documentation

2008-09-02 Thread Antonio Cavedoni
On Sun, Aug 31, 2008 at 1:53 PM, Fraser Nevett <[EMAIL PROTECTED]> wrote: > Sphinx's search could be useful if you're working with an offline copy > of the docs, but Google seem to give much better results so is > probably preferable for the docs web site. FWIW: I have an almost finished (only ne

Re: Search facility for new documentation

2008-08-31 Thread Marc Fargas
Hi, The changes to the versionadded and versionchanged tags are done on my git branch. So, when jacob merges them they'll be changed. Regards, Marc On 8/31/08, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > On Sat, Aug 30, 2008 at 6:52 PM, julianb <[EMAIL PROTECTED]> wrote: > >> On this occasion,

Re: Search facility for new documentation

2008-08-31 Thread Fraser Nevett
On Aug 30, 8:31 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > 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.

Re: Search facility for new documentation

2008-08-31 Thread julianb
On Aug 31, 12:07 am, "Ramiro Morales" <[EMAIL PROTECTED]> wrote: > From what i?ve heard I'd say facilities offered by Sphinx > (seehttp://sphinx.pocoo.org/markup/para.html#dir-versionadded) > are going to be used for this. That would be good then. Currently it is written directly as text, which s

Re: Search facility for new documentation

2008-08-30 Thread Ronny Haryanto
On Sun, Aug 31, 2008 at 12:22 AM, Fraser Nevett <[EMAIL PROTECTED]> wrote: > The new documentation site is great, but is currently lacking a search > facility. If you do 'make html' in the docs directory you'll get a search facility provided by sphinx. It's just that the resulting links are missi

Re: Search facility for new documentation

2008-08-30 Thread Ramiro Morales
On Sat, Aug 30, 2008 at 6:52 PM, julianb <[EMAIL PROTECTED]> wrote: > On this occasion, why not change "New in Django development version" > remarks to "New in this version"? That makes much more sense, since > the docs get frozen for each version, so you know now and later this > was new in dev/

Re: Search facility for new documentation

2008-08-30 Thread julianb
On Aug 30, 9:31 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > The latest docs will always be at //dev/; versions frozen with > each release will be at ///. On this occasion, why not change "New in Django development version" remarks to "New in this version"? That makes much more sense, sin

Re: Search facility for new documentation

2008-08-30 Thread Jacob Kaplan-Moss
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 <[E

Search facility for new documentation

2008-08-30 Thread Fraser Nevett
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. I'll submit a patch for this to Trac shortly, but it would really help if someone who knows about