mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge Web Scripts from BRANCHES/DEV/DAVE
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5362 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<!-- -->
|
||||
<!-- Example configuration of multiple OpenSearch engines -->
|
||||
<!-- -->
|
||||
|
||||
<alfresco-config>
|
||||
|
||||
<config evaluator="string-compare" condition="OpenSearch">
|
||||
<opensearch>
|
||||
|
||||
<engines>
|
||||
|
||||
<!-- -->
|
||||
<!-- Example: Registration of remote Alfresco Server -->
|
||||
<!-- -->
|
||||
|
||||
<!-- TODO: Find/Replace [host] with server host name -->
|
||||
<!-- TODO: Find/Replace [port] with server port number -->
|
||||
|
||||
<engine label="Remote Alfresco Repository" proxy="remote">
|
||||
<url type="application/atom+xml">
|
||||
http://[host]:[port]/alfresco/service/search/keyword?q={searchTerms}&p={startPage?}&c={count?}&l={language?}&guest=true&format=atom
|
||||
</url>
|
||||
<url type="application/rss+xml">
|
||||
http://[host]:[port]/alfresco/service/search/keyword?q={searchTerms}&p={startPage?}&c={count?}&l={language?}&guest=true&format=rss
|
||||
</url>
|
||||
</engine>
|
||||
|
||||
<!-- -->
|
||||
<!-- Example: Registration of Alfresco's Open Talk Blog -->
|
||||
<!-- -->
|
||||
|
||||
<engine label="Alfresco Open Source Talk" proxy="opentalk">
|
||||
<url type="application/rss+xml">
|
||||
http://blogs.alfresco.com/opentalk/os-query?s={searchTerms}&itemstart={startIndex?}&itempage={startPage?}&itemlimit={count?}
|
||||
</url>
|
||||
</engine>
|
||||
|
||||
</engines>
|
||||
|
||||
</opensearch>
|
||||
</config>
|
||||
|
||||
</alfresco-config>
|
Reference in New Issue
Block a user