Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[deprecated] rah_plugin_download
Rah_plugin_download project has been dropped and development ceased in favor of MassPlugCompiler project. Rah_plugin_download should be considered deprecated.
Please see MassPlugCompiler or Textpattern’s official plugin template instead. Both support Textpacks and all other niceties that aren’t supported or stored with plugins when installed to the database by Textpattern.
Last edited by Gocom (2012-08-31 07:17:21)
Offline
Re: [deprecated] rah_plugin_download
Oh! Veru useful work! Becuase it’s litle annoying to do export every time…
Thanks!
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: [deprecated] rah_plugin_download
Yes, really useful Gocom. A good complement to ied_plugin_composer.
Nice one, thanks.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#4 2008-06-21 10:53:48
- net-carver
- Archived Plugin Author
- Registered: 2006-03-08
- Posts: 1,648
Re: [deprecated] rah_plugin_download
Gocom
thank you for another plugin!
Any chance on having an admin-side interface where you can list which plugins are accessible (or inaccessible) for download. Otherwise a site could be sucked dry of all it’s plugins (given a suitable colophon page and some manual editing of the download url), even if the author only intended to release just a single plugin using this mechanism.
I think this would be a useful feature.
— Steve
Offline
Re: [deprecated] rah_plugin_download
net-carver wrote:
Any chance on having an admin-side interface where you can list which plugins are accessible (or inaccessible) for download. Otherwise a site could be sucked dry of all it’s plugins (given a suitable colophon page and some manual editing of the download url), even if the author only intended to release just a single plugin using this mechanism.
Yeah, I’m planning to implement something like. Future features should be:
- Page where you can deside which plugins to allow for download
- This can be simply done with checkboxes
- Or by defining your author prefix to input field, which automatically allows all your prefixed plugin to be downloaded
Offline
Re: [deprecated] rah_plugin_download
A new, 0.2, version released. Added things that netcarver mentioned/wanted earlier :)
New in rah_plugin_download 0.2:
- Option to allow just some or all installed plugins to be downloaded by visitors, customizible by prefix or individual plugin name.
- New backend interface.
See topic’s first post for changelog and download links.
Last edited by Gocom (2008-06-22 06:49:46)
Offline
Re: [deprecated] rah_plugin_download
The help link to Extensions tab is broken http://localhost/uproar-n-rattle/index.php?event=rah_plugin_download
:)
Last edited by the_ghost (2008-06-30 20:52:45)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: [deprecated] rah_plugin_download
So do I understand this correctly…
This plugin is for plugin ‘authors’ so that they can just publish plugins directly from an install and tweak the plugin from time to time while allowing the ‘user’ to download the latest live version, without the ‘author’ having to do a thing?
Cool! very useful.
Now if we could only link that to a live plugin repo…
Offline
Re: [deprecated] rah_plugin_download
the_ghost wrote:
The help link to Extensions tab is broken http://localhost/uproar-n-rattle/index.php?event=rah_plugin_download :)
Haha :D That was ‘cause Textile turned ?index.php?event=rah_plugin_download
to point to my dev-install, ‘cause there were index.php
at the start :D Stupid Textile + TXP compination, doh :D
Fixed by removing the famous index.php
…
mrdale wrote:
This plugin is for plugin ‘authors’ so that they can just publish plugins directly from an install and tweak the plugin from time to time while allowing the ‘user’ to download the latest live version, without the ‘author’ having to do a thing?
Yep :)
Last edited by Gocom (2008-06-30 21:11:12)
Offline
Re: [deprecated] rah_plugin_download
great… So the other half of the equation is a mechanism to allow txp to grab these updates automatically when they change.
Offline
Re: [deprecated] rah_plugin_download
Why plugin cannot build list of all allowed plugins like, for example, <txp:category_list />
does? It would be very usefull. With attr exclude :)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: [deprecated] rah_plugin_download
mrdale wrote:
So the other half of the equation is a mechanism to allow txp to grab these updates automatically when they change.
Or publish them as a feed that something can subscribe to…? (or is that what you meant?)
Last edited by Bloke (2008-06-30 22:10:33)
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline