Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gunn/radiant-direct_link-extension
Adds links direct to your pages from the admin interface.
https://github.com/gunn/radiant-direct_link-extension
Last synced: about 1 month ago
JSON representation
Adds links direct to your pages from the admin interface.
- Host: GitHub
- URL: https://github.com/gunn/radiant-direct_link-extension
- Owner: gunn
- Created: 2010-08-02T01:19:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-08T08:23:41.000Z (over 14 years ago)
- Last Synced: 2023-04-18T04:19:42.048Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
== Direct Link
A very simple extension. Adds links at the top of each edit page, and makes the page status' in the main page, links to that page in the live site. If a page is draft, hidden, or reviewed, the link will point to the dev subdomain e.g. dev.example.com/page
=== Installation
Install it into vendor/extensions and enjoy the direct links to your pages. That's it!
script/extension install direct_linkOR
git submodule add git://github.com/gunn/radiant-direct_link-extension.git vendor/extensions/direct_link
Arthur Gunn, 2010.