victorg
committed
on 09 Sep 13
Fixing usage of sequences.Providing upgrade script.
openacs-4/.../bookmarks/bookmarks.info (+2 -2)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the OpenACS Package Manager -->
3 3
4 4 <package key="bookmarks" url="http://www.arsdigita.com/acs-repository/apm/packages/bookmarks" type="apm_application">
5 5     <package-name>Bookmarks</package-name>
6 6     <pretty-plural>Bookmarks Modules</pretty-plural>
7 7     <initial-install-p>f</initial-install-p>
8 8     <singleton-p>f</singleton-p>
9 9     <implements-subsite-p>f</implements-subsite-p>
10 10     <inherit-templates-p>t</inherit-templates-p>
11 11    
12       <version name="5.2" url="http://openacs.org/repository/download/apm/bookmarks-5.2.apm">
  12     <version name="5.3d1" url="http://openacs.org/repository/download/apm/bookmarks-5.3d1.apm">
13 13         <owner url="http://petermarklund.com">Peter Marklund</owner>
14 14         <summary>Web based user bookmark application.</summary>
15 15         <release-date>2002-10-27</release-date>
16 16         <vendor url="http://openacs.org">OpenACS</vendor>
17 17         <description format="text/html">User bookmark management package with the following functionality:
18 18 &lt;ul&gt;
19 19 &lt;li&gt;Adding bookmarks when browsing with the help of a Bookmarklet (a Bookmark in the browser that contains Javascript instead of a URL).&lt;/li&gt;
20 20 &lt;li&gt;Sorting by name and access date&lt;/li&gt;
21 21 &lt;li&gt;Enhanced access permissions including toggling between private and public.&lt;/li&gt;
22 22 &lt;li&gt;Display of keywords and descriptions of URLs (fetched with ns_httpget)
23 23 &lt;li&gt;Bookmarks are viewed in a tree structure with open/collapse functionality of folders. Alternatively the bookmarks can be viewed in a Javascript version.&lt;/li&gt;
24 24 &lt;li&gt;Importing/exporting bookmarks from/to Netscape and IE browsers&lt;/li&gt;
25 25 &lt;li&gt;Checking for broken or changed URLs&lt;/li&gt;
26 26 &lt;li&gt;Display of the most popular hosts and URLs in the community&lt;/li&gt;
27 27 &lt;/ul&gt;
28 28 </description>
29 29
30           <provides url="bookmarks" version="5.2"/>
  30         <provides url="bookmarks" version="5.3d1"/>
31 31         <requires url="acs-kernel" version="5.0d13"/>
32 32
33 33         <callbacks>
34 34         </callbacks>
35 35         <parameters>
36 36             <parameter scope="instance" datatype="number"  min_n_values="1"  max_n_values="1"  name="MostPopularHostsAndURLsMaxN"  default="10" description="Max number of hosts respectively URLs that will be shown on the most popular bookmarks page"/>
37 37             <parameter scope="instance" datatype="number"  min_n_values="1"  max_n_values="1"  name="URLDescriptionMaxLength"  default="1000" description="Max length of the meta description that is fetched from the html code of a page and stored in the database"/>
38 38             <parameter scope="instance" datatype="number"  min_n_values="1"  max_n_values="1"  name="URLKeywordsMaxLength"  default="1000" description="Max length of the keyword string that is fetched from an HTML page and stored in the database"/>
39 39             <parameter scope="instance" datatype="number"  min_n_values="1"  max_n_values="1"  name="URLTitleMaxLength"  default="100" description="Max length of the title fetched from the title-tag of an html page and stored in the database"/>
40 40         </parameters>
41 41
42 42     </version>
43 43 </package>