From ed37d83fa3ac9f3a7db9a63ce70ba6a5283c6a9e Mon Sep 17 00:00:00 2001 From: "matthew.gregg" Date: Sun, 20 Jul 2008 15:55:05 -0400 Subject: Opensearch updates This adds htaccess and searches for people and notices. darcs-hash:20080720195505-982e4-3f03e6ab4c466ae131e025b6a3c26c7bb9a99c03.gz --- htaccess.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'htaccess.sample') diff --git a/htaccess.sample b/htaccess.sample index 21c12f2eb..d81ec2481 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -3,6 +3,8 @@ RewriteEngine On RewriteRule ^$ index.php?action=public [L,QSA] RewriteRule ^rss$ index.php?action=publicrss [L,QSA] RewriteRule ^xrds$ index.php?action=publicxrds [L,QSA] +RewriteRule ^opensearch/people$ index.php?action=opensearch&type=people [L,QSA] +RewriteRule ^opensearch/notice$ index.php?action=opensearch&type=notice [L,QSA] RewriteRule ^doc/about$ index.php?action=doc&title=about [L,QSA] RewriteRule ^doc/contact$ index.php?action=doc&title=contact [L,QSA] -- cgit v1.2.3-54-g00ecf