Adrian Aichner writes:
>>>>> "Peter" == Peter Brown
<rendhalver(a)users.sourceforge.net> writes:
Peter> Adrian Aichner writes:
>> >>>>> "Peter" == Peter Brown
<rendhalver(a)users.sourceforge.net> writes:
>>
Peter> Adrian Aichner writes:
>> >> >>>>> "Peter" == Peter Brown
<rendhalver(a)users.sourceforge.net> writes:
>> >>
Peter> added the search box for namazu to template.html can
Peter> someone please include me additions to template-de.html and
Peter> template-ja.html as i have no clue what the translations
Peter> should be
Peter>
>>
>> Hello Peter,
>>
>> I learned about
>>
http://www.google.com/services/free.html
>> from
>> SunSITE.dk
>>
>> Shouldn't we try this out first?
Peter> if you like, but from what i read it only searches the
Peter> google database so depending on how often they update their
Peter> database the newer pages on the xemacs wont show up until
Peter> they do an update
Good point.
All they say is they index frequently.
is that frequently enough for us though ??
>> You know I suggested this a while back.
>>
>> I am feeling uneasy about a home-grown solution if we can get a
>> defacto standard search engine to work for us.
Peter> namazu isnt really a home grown solution, and as stephen
Peter> pointed out when he suggested it it handles non english
Peter> pages as well
Home-grown was bad wording on my part. However, it may be relatively
high-maintenance.
thats my speciality, making things easier to maintain.
i constantly wite scripts to make high-maintenance jobs into one line
commands run as little as possible
Peter> which reminds me i forgot to tell you all about the
hidden
Peter> fields for the search box, there is an extra hidden tag
Peter> that tells namazu that the pages are in a language
Peter> different to english,
Peter> this should be added to the ja template page
Peter> <input type="hidden" name="lang"
value="ja">
Peter> and this to the de template page
Peter> <input type="hidden" name="lang"
value="de">
Peter> sorry for not mentioning it before
No problem, we'll get that in there.
i included the tag in my revised patch so it makes your bit easier
you just have to change two letters :)
>> Please advise,
>>
>> Adrian
>>
>> >>
>> >> I'll take care of template-de.html.
>>
Peter> cool thanks adrian
>>
>> >> Oishi San, could you please send a patch for template-ja.html?
>> >>
>> >> Let's not commit this before we get the search engine up and
running.
>> >>
>> >> Best regards,
>> >>
>> >> Adrian
>> >>
Peter> [snip]
Peter> Index: template.html
Peter> ===================================================================
Peter> RCS file: /pack/xemacscvs/XEmacs/xemacsweb/template.html,v
Peter> retrieving revision 1.52
Peter> diff -u -u -r1.52 template.html
Peter> --- template.html 2002/01/23 20:55:48 1.52
Peter> +++ template.html 2002/02/28 00:22:07
Peter> @@ -74,6 +74,15 @@
Peter> <td rowspan="1" colspan="1"
bgcolor="#CCCCCC"> </td>
Peter> <!-- sidebar cell -->
Peter> <td rowspan="1" colspan="1" align="left"
valign="top" bgcolor="#CCCCCC">
Peter> + <strong>Searching XEmacs</strong>
Peter> + <form method="get"
action="/cgi-bin/namazu.cgi">
Peter> + <div>
Peter> + <input type="text" name="query"
value="" size="10" maxlength="40">
Peter> + <input type="submit" name="submit"
value="Go">
Peter> + <input type="hidden" name="whence"
value="0">
Peter> + <a href="/cgi-bin/namazu.cgi">help</a>
Peter> + </div>
Peter> + </form>
Peter> <strong>About XEmacs</strong>
Peter> <ul>
Peter> <li><a href="<!-- _GP_ relPath(qq{Lists/index.html})
-->" shape="rect">Mailing lists</a></li>
>> >>
>> >>
>> >>
>> >> --
>> >> Adrian Aichner
>> >> mailto:adrian@xemacs.org
>> >>
http://www.xemacs.org/
>> >>
>>
>>
>> --
>> Adrian Aichner
>> mailto:adrian@xemacs.org
>>
http://www.xemacs.org/
>>
Peter> --
Peter> XEmacs Advocate | Do not try the patience of Wizards,
Peter> FreeBSD Devote | for they are subtle and quick to anger.
Peter> Perl Hacker | - Elric (Technomage) , Babylon 5.
Peter> Apache God | <mailto:rendhalver@users.sf.net>
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
--
XEmacs Advocate | Do not try the patience of Wizards,
FreeBSD Devote | for they are subtle and quick to anger.
Perl Hacker | - Elric (Technomage) , Babylon 5.
Apache God | <mailto:rendhalver@users.sf.net>