Search Permalink redirects search form queries to cruft-free permalink URIs.
For example, the search term “foo” was entered on the search <form>
. A browser would usually GET
the page using this URI:
http://example.com/?s=foo
Search Permalink would redirect this query to a better-looking address clearly indicating that a search was made, like this:
http://example.com/search/foo/
Download Plugin
Change Log
- Version 1.1
- Released 17 October 2007
-
Changes:
- Added client-side script to lessen server-side processing and redirects.
- Version 1.0.1
- Released 14 October 2007
-
Changes:
- Support for any combination of permalink and query string requests for search term and page number.
- Version 1.0
- Released 25 August 2007
-
Changes:
- Fixed URL encoding bug.
- Version Beta 1
- Released 19 August 2007
-
Changes:
- First beta release of the Search Permalink plugin.
License
Copyright © 2007 Aja Lorenzo Lapus
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA