By valthebald on
Is it possible to create drupal module that will be downloaded not from drupal.org, but still will notify it's users about new versions via standard drupal status report (admin/reports/status)? I tried to find some option to place in .info file, but failed.
Thanks in advance
Comments
update status
I did not get a good picture of what you are looking for...
Maybe http://drupal.org/project/update_status
not exactly. This module
not exactly. This module checks only drupal.org for updates, and I want to host module somewhere else.
What I am looking for is firefox extensions model, where extension description file can tell URL of update checks. Large number of developers submit their extensions to mozilla.com, but place forum(s), history etc on their own sites.
http://www.valthebald.net
Not documented in the guide
It's not documented in the module developer's guide, but if you read the source code for update.fetch.inc (in the update module) you'll see the following code:
Presumably project.module can present the information that update.module expects to find.
Thanks a lot! That's what I
Thanks a lot! That's what I looked for!
http://www.valthebald.net