Just some useful info regardless of api.drupal.org To do a search engine friendly redirect of ANY drupal site, use an htaccess file that follows this pattern. RewriteEngine On RewriteCond %{HTTP_HOST} ^drupaldocs\.org [nc] RewriteRule (.*) http://api.drupal.org/$1 [R=301,L] It will automatically redirect every page in the site (to see it in action, watch the url when you type in http://nicklewis.smartcampaigns.com/node/846 ). Failure to do a redirect like this is going to badly affect api.drupal.org's google rankings. Best, Nick Lewis http://www.nicklewis.org Darrel O'Pry wrote:
On Thu, 2006-06-08 at 05:21 +0200, Karoly Negyesi wrote:
On Thu, 08 Jun 2006 04:17:36 +0200, Darrel O'Pry <dopry@thing.net> wrote:
I *really* miss drupaldocs.
The two things I miss are:
1) search block 2) wild card searches.
http://api.drupal.org/apis/upload finds me stuff like fileupload_insert , so I guess this is the wildcard search you are looking for.
Thats nice to know.. Still not as accessible as *set* or defaulting to the wildcard output or presenting a search form or both if an exact match is not found.