Fetch & Retrieve Cookbook

From Cerberus Helpdesk Wiki

Jump to: navigation, search

Contents

Introduction

(work in progress)

Fetch & Retrieve (F&R)

Adapters

Atom/RSS

The examples below use localhost in their adapter URLs. You'll need to change this to the appropriate hostname and path for your resource. You should test these URLs in the browser and make sure they're returning a feed before you enter them into F&R.

Cerb4 Community Tools

Public Knowledgebase

Sample URL Format: http://localhost/kb/rss/search/#find#

Wikis

Mediawiki

require_once( "includes/DefaultSettings.php" );
require_once( "$IP/extensions/SearchFeed/SearchFeed.php" );

URL Format: http://localhost/wiki/index.php/Special:SearchFeed?term=#find#

Contributed by: Webgroup Media LLC

Blogs

Wordpress

URL Format:


Contributed by: w3ph (Cerb4 Forums)

Forums

phpBB

Sample URL Format: http://localhost/forums/searchrss.php?q=#find#

Vanilla

Sample URL Format: http://localhost/forums/search.php?PostBackAction=Search&Type=Topics&btnSubmit=Search&Feed=Atom&Keywords=#find#

vBulletin

Sample URL Format: http://localhost/forums/searchrss.php?q=#find#

Bug Tracking

JIRA

Sample URL Format: http://localhost/jira/secure/IssueNavigator.jspa?view=rss&summary=true&description=true&body=true&tempMax=25&reset=true&decorator=none&query=#find#

Bugzilla

Sample URL Format: http://localhost/bugzilla/buglist.cgi?quicksearch=#find#&ctype=atom

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox