https://github.com/gocom/rah_pathway
Custom permlinks for Textpattern CMS articles
https://github.com/gocom/rah_pathway
php textpattern textpattern-plugin
Last synced: 7 months ago
JSON representation
Custom permlinks for Textpattern CMS articles
- Host: GitHub
- URL: https://github.com/gocom/rah_pathway
- Owner: gocom
- License: gpl-2.0
- Created: 2012-08-18T17:26:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-04-16T20:43:03.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T10:55:11.694Z (9 months ago)
- Topics: php, textpattern, textpattern-plugin
- Language: PHP
- Homepage:
- Size: 21.5 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- Contributing: CONTRIBUTING.textile
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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.