| |
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 |
<ul> |
| |
19 |
19 |
<li>Adding bookmarks when browsing with the help of a Bookmarklet (a Bookmark in the browser that contains Javascript instead of a URL).</li> |
| |
20 |
20 |
<li>Sorting by name and access date</li> |
| |
21 |
21 |
<li>Enhanced access permissions including toggling between private and public.</li> |
| |
22 |
22 |
<li>Display of keywords and descriptions of URLs (fetched with ns_httpget) |
| |
23 |
23 |
<li>Bookmarks are viewed in a tree structure with open/collapse functionality of folders. Alternatively the bookmarks can be viewed in a Javascript version.</li> |
| |
24 |
24 |
<li>Importing/exporting bookmarks from/to Netscape and IE browsers</li> |
| |
25 |
25 |
<li>Checking for broken or changed URLs</li> |
| |
26 |
26 |
<li>Display of the most popular hosts and URLs in the community</li> |
| |
27 |
27 |
</ul> |
| |
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> |