Extensions distribution: Difference between revisions

From Joomla! Documentation

MATsxm (talk | contribs)
Marked for translation
MATsxm (talk | contribs)
Marked this version for translation
Line 1: Line 1:
<noinclude><languages /></noinclude>
<noinclude><languages /></noinclude>
{{RightTOC}}
{{RightTOC}}
<translate>It is the responsibility of the author(s) of an extension to ensure that they comply with all the requirements listed below and within the related links.</translate>
<translate><!--T:1-->
It is the responsibility of the author(s) of an extension to ensure that they comply with all the requirements listed below and within the related links.</translate>


<translate>The following are the general requirements for the provision and hosting of extensions:</translate>
<translate><!--T:2-->
The following are the general requirements for the provision and hosting of extensions:</translate>


<translate>
<translate>
== Responsibility for Distribution ==
== Responsibility for Distribution == <!--T:3-->
</translate>
</translate>
<translate>* Distribution of an extension(s) is the sole responsibility of the extension's author(s).</translate>
<translate><!--T:4-->
* Distribution of an extension(s) is the sole responsibility of the extension's author(s).</translate>


<translate>
<translate>
== Download links ==
== Download links == <!--T:5-->
</translate>
</translate>
<translate>* The Joomla! Extensions Directory (JED) requires a direct download link to the file or a link to a download landing page.</translate>
<translate><!--T:6-->
<translate>* Extensions that require registration, subscriptions, or a payment to process the download also need to have a direct landing page.</translate>
* The Joomla! Extensions Directory (JED) requires a direct download link to the file or a link to a download landing page.</translate>
<translate>* The landing page must be unique for each extension.</translate>
<translate><!--T:7-->
<translate>* Extensions with broken or incorrect links will be unpublished from the JED.</translate>
* Extensions that require registration, subscriptions, or a payment to process the download also need to have a direct landing page.</translate>
<translate><!--T:8-->
* The landing page must be unique for each extension.</translate>
<translate><!--T:9-->
* Extensions with broken or incorrect links will be unpublished from the JED.</translate>


<translate>
<translate>
== Hosting files: non-commercial projects ==
== Hosting files: non-commercial projects == <!--T:10-->
</translate>
</translate>
<translate>The following only applies to non-commercial projects:</translate>  
<translate><!--T:11-->
<translate>* Avoid reaching bandwidth limit and server downtime by utilizing a source code repository for your files.</translate>
The following only applies to non-commercial projects:</translate>  
<translate><!--T:12-->
* Avoid reaching bandwidth limit and server downtime by utilizing a source code repository for your files.</translate>


<translate>
<translate>
=== Repositories: GitHub.com ===
=== Repositories: GitHub.com === <!--T:13-->
</translate>
</translate>
<translate>Please consider creating a project at [http://www.github.com Github] where you can have a download area, tracker, forum, and other resources to help your extension's developers and to provide support to your extension's users.</translate>
<translate><!--T:14-->
Please consider creating a project at [http://www.github.com Github] where you can have a download area, tracker, forum, and other resources to help your extension's developers and to provide support to your extension's users.</translate>


<translate>
<translate>
=== Repositories: Alternatives ===
=== Repositories: Alternatives === <!--T:15-->
</translate>
</translate>
<translate>Alternative file repositories include:</translate>
<translate><!--T:16-->
Alternative file repositories include:</translate>
* [http://code.google.com/ GoogleCode]
* [http://code.google.com/ GoogleCode]
* [http://sourceforge.net/ SourceForge]
* [http://sourceforge.net/ SourceForge]


<translate>
<translate>
=== Repositories: Shared files ===
=== Repositories: Shared files === <!--T:17-->
</translate>
</translate>
<translate>* Shared hosting of files is not allowed as download links.</translate>
<translate><!--T:18-->
* Shared hosting of files is not allowed as download links.</translate>


<translate>
<translate>
=== Repositories: Forums ===
=== Repositories: Forums === <!--T:19-->
</translate>
</translate>
<translate>* Forum links are not allowed as download links.</translate>
<translate><!--T:20-->
* Forum links are not allowed as download links.</translate>


<translate>
<translate>
== Hosting files ==
== Hosting files == <!--T:21-->
</translate>
</translate>
<translate>When you host extensions files on your own website, your site must not contain:</translate>
<translate><!--T:22-->
<translate>* Political, religious, sexually explicit, or other inflammatory and offensive material.</translate>
When you host extensions files on your own website, your site must not contain:</translate>
<translate>* Distribution of copyright infringement or any illegal distribution of products.</translate>
<translate><!--T:23-->
<translate>* You must comply with the rules on [http://opensourcematters.org/license-trademark-and-copyright.html Joomla trademark and logo usage] for full details on this and other licensing issues.</translate>
* Political, religious, sexually explicit, or other inflammatory and offensive material.</translate>
<translate>* Domain names with the word "Joomla", or a derivative thereof, must be registered with and licensed by Open Source Matters (OSM).</translate>
<translate><!--T:24-->
<translate>Submit licence requests using the [http://opensourcematters.org/domain-name-use-request.html Domain Name Request form].</translate>
* Distribution of copyright infringement or any illegal distribution of products.</translate>
<translate><!--T:25-->
* You must comply with the rules on [http://opensourcematters.org/license-trademark-and-copyright.html Joomla trademark and logo usage] for full details on this and other licensing issues.</translate>
<translate><!--T:26-->
* Domain names with the word "Joomla", or a derivative thereof, must be registered with and licensed by Open Source Matters (OSM).</translate>
<translate><!--T:27-->
Submit licence requests using the [http://opensourcematters.org/domain-name-use-request.html Domain Name Request form].</translate>


<translate>
<translate>
==More information==
==More information== <!--T:28-->
</translate>
</translate>
<translate>*See: [http://extensions.joomla.org/support/knowledgebase/item/extension-distribution Extension Distribution on the JED website]</translate>
<translate><!--T:29-->
*See: [http://extensions.joomla.org/support/knowledgebase/item/extension-distribution Extension Distribution on the JED website]</translate>


<noinclude>
<noinclude>
<translate>
<translate>
<!--T:30-->
[[Category:JED]]
[[Category:JED]]
[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 12:52, 20 August 2015

It is the responsibility of the author(s) of an extension to ensure that they comply with all the requirements listed below and within the related links.

The following are the general requirements for the provision and hosting of extensions:

Responsibility for Distribution

  • Distribution of an extension(s) is the sole responsibility of the extension's author(s).

Download links

  • The Joomla! Extensions Directory (JED) requires a direct download link to the file or a link to a download landing page.
  • Extensions that require registration, subscriptions, or a payment to process the download also need to have a direct landing page.
  • The landing page must be unique for each extension.
  • Extensions with broken or incorrect links will be unpublished from the JED.

Hosting files: non-commercial projects

The following only applies to non-commercial projects:

  • Avoid reaching bandwidth limit and server downtime by utilizing a source code repository for your files.

Repositories: GitHub.com

Please consider creating a project at Github where you can have a download area, tracker, forum, and other resources to help your extension's developers and to provide support to your extension's users.

Repositories: Alternatives

Alternative file repositories include:

Repositories: Shared files

  • Shared hosting of files is not allowed as download links.

Repositories: Forums

  • Forum links are not allowed as download links.

Hosting files

When you host extensions files on your own website, your site must not contain:

  • Political, religious, sexually explicit, or other inflammatory and offensive material.
  • Distribution of copyright infringement or any illegal distribution of products.
  • You must comply with the rules on Joomla trademark and logo usage for full details on this and other licensing issues.
  • Domain names with the word "Joomla", or a derivative thereof, must be registered with and licensed by Open Source Matters (OSM).

Submit licence requests using the Domain Name Request form.

More information