Commit db1b6e89 authored by Frank Bergmann's avatar Frank Bergmann

- V4.0.3.0.0:

  Updated to OpenACS 5.7
parent ddbdfe71
......@@ -8,6 +8,7 @@
<msg key="anytime">anytime</msg>
<msg key="Date_Range">Date Range</msg>
<msg key="details">details</msg>
<msg key="Enter_keywords_to_search_for">Enter keywords to search for</msg>
<msg key="Feeling_Lucky">Feeling Lucky</msg>
<msg key="lt_bstopwordsb_is_a_very">&quot;&lt;b&gt;%stopwords%&lt;/b&gt;&quot; is a very common word and was not included in your search.</msg>
<msg key="lt_FtsEngineDriver_not_a">FtsEngineDriver not available!</msg>
......
......@@ -7,6 +7,7 @@
<msg key="anytime">cualquier hora</msg>
<msg key="Date_Range">Rango de Fechas</msg>
<msg key="details">detalles</msg>
<msg key="Enter_keywords_to_search_for">Introducir palabras a buscar</msg>
<msg key="Feeling_Lucky">Me siento afortunado</msg>
<msg key="lt_bstopwordsb_is_a_very">&quot;&lt;b&gt;%stopwords%&lt;/b&gt;&quot; es una palabra muy comn y no ha sido tomada en cuenta para la bsqueda.</msg>
<msg key="lt_FtsEngineDriver_not_a">FtsEngineDriver no disponible!</msg>
......
<form method=GET action="@search_url@" class="inline-form">
<div>
<input type="text" name="q" size="16" maxlength="256">
<input type="text" name="q" title="#search.Enter_keywords_to_search_for#" size="16" maxlength="256">
<input type=submit value="#acs-kernel.common_search#" name=t>
<br>
<a href="@advanced_search_url@">#search.Advanced_Search#</a>
......
......@@ -7,9 +7,9 @@
<initial-install-p>t</initial-install-p>
<singleton-p>t</singleton-p>
<version name="5.6.0" url="http://openacs.org/repository/download/apm/search-5.6.0.apm">
<version name="5.7.0" url="http://openacs.org/repository/download/apm/search-5.7.0.apm">
<owner url="http://openacs.org">OpenACS</owner>
<release-date>2010-06-17</release-date>
<release-date>2011-06-12</release-date>
<maturity>3</maturity>
<summary>Site wide search</summary>
<vendor url="http://openacs.org">OpenACS</vendor>
......@@ -17,8 +17,8 @@
<license url="http://www.gnu.org/copyleft/gpl.html">GPL version 2</license>
<description format="text/html">Site wide search implemented with service contracts, currently supports postgres via the tsearch2 driver (OpenFTS still support but deprecated).</description>
<provides url="search" version="5.6.0"/>
<requires url="acs-service-contract" version="5.6.0"/>
<provides url="search" version="5.7.0"/>
<requires url="acs-service-contract" version="5.7.0"/>
<callbacks>
<callback type="after-instantiate" proc="search::install::after_instantiate"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment