Download the PHP package rah/rah_pathway without Composer
On this page you can find all versions of the php package rah/rah_pathway. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rah/rah_pathway
More information about rah/rah_pathway
Files in rah/rah_pathway
Package rah_pathway
Short Description Custom article parmlinks for Textpattern CMS
License GPL-2.0
Homepage https://github.com/gocom/rah_pathway
Informations about the package rah_pathway
h1. rah_pathway
"Download":https://github.com/gocom/rah_pathway/releases | "Packagist":https://packagist.org/packages/rah/rah_pathway | "Issues":https://github.com/gocom/rah_pathway/issues
Custom free-form article permalinks for "Textpattern CMS":https://textpattern.com. These URLs can contain false sub-sections, forward slashes -- literally anything.
h2. Install
Using "Composer":https://getcomposer.org:
bc. $ composer require rah/rah_pathway
Or "download":https://github.com/gocom/rah_pathway/releases an installer.
h2. Configure
In Preferences, under Site section, Free-form article URL field option controls which field is going to be used for the free-form article URL. The assigned field's contents are going to be used as the article URL as-is.
h2. Usage
After you have configured a field to be used as the free-form article URL, you can use it to set any form of URL for articles. Please note that Textpattern and the server must be configured to use clean URLs for this to work.
The URL given to the field can be anything. If you give it @this/is/a/custom/permlink@ as the value, then the article can be found at @https://site.tld/this/is/a/custom/permlink@, where @https://site.tld/@ is your site's address.
h2. Changelog
h3. Version 0.1.0 - 2019/04/09
- Initial release.