Extensions name/nl

From Joomla! Documentation

Revision as of 21:52, 23 June 2017 by Hvdmeer (talk | contribs) (Created page with "=== Conflicterende extensie namen ===")

Een naam aan uw extensie geven is een kunst en maakt deel uit van een marketingstrategie. Maar u moet ook rekening houden met conflicterende namen van extensies die al in de JED zijn opgenomen. Extensie naamgeving heeft invloed op de extensie structuur en URL's die worden weergegeven nadat de extensie is geïnstalleerd, dus kijk vooral vooruit!

Dit artikel bevat een aantal aanbevelingen voor het geven van een naam aan een extensie vanuit de "best practices" van de Joomla community.

Een naam kiezen: aanbeveliingen

Een naam gebruiken die gelijk is aan een andere extensie?

  • Gebruikers kunnen de twee extensies met elkaar verwarren en uw extensie rapporteren of een slechte beoordeling geven ook al is die voor een andere extensie bedoeld
  • Veiligheidsrapporten voor een andere extensie met gelijke naamgeving kunnen gebruikers verwarren
  • Simpelweg een bedrijfsnaam toevoegen hoeft niet voldoende te zijn om een gebruiker bewust te maken van de verschillen
  • Probeer merk geschillen met andere ontwikkelaars te voorkomen

Hoe een goede naam aan een extensie te geven?

Wees creatief en denk aan een merk: denk na over marketing voor uw extensie, niet voor die van een ander merk!

  • Creëer een originele merknaam
  • Kies een naam die makkelijk uit te spreken is
  • De naam moet kort zijn omdat het invloed heeft op de naamgeving van uw XML- en PHP-bestanden. URL's op Joomla websites zijn ook onderhevig aan de naamgeving van extensies.
  • Vermijd te beschrijvende namen
  • Maak het zoeken naar uw extensie makkelijk gebaseerd op functionaliteit, niet op naam

Extensie naamgeving op JED

JED is een directory en elke aanmelding krijgt zijn eigen ID (het nummer aan het einde van de URL op de bewerkingspagina).

  • Dit ID is de enige identificatie voor elke aanmelding op JED.
  • Elke aanmelding krijgt een alias, ook wel Naam, om makkelijk te kunnen onthouden.

Wie het eerst komt, het eerst maalt

De JED naam wordt goedgekeurd door de JED Editors op basis van binnenkomst.

  • Uw extensienaam moet verschillend zijn dan elke extensie die al indient is op JED (bedrijfsnamen niet meegerekend)
  • The extension name must be stated at the XML file tag NAME
  • You should use the same name in your site and download page.

Conflicterende extensie namen

An extension name will be considered in conflict when its too similar to other extension, at the discretion of JED Editors.

  • When extension names are found to be in conflict, the JED will consider the first listing submitted, even if it's unpublished
  • More recent listings are required to change their extension name
  • Conflicts are considered on a case-by-case basis

How is the name created at JED?

The alias (name) is created by a JED editor, using the following pieces of information:

  • Proposal of developer in the field called "name" (the proposal should be the same to XML file tag "NAME" and MENU")
  • Sommige woorden zijn niet toegestaan
  • Some words may be added by JED editors, acting as tags.

Alias Disclaimer

Alias (names) can be edited by JED editors at any time if it's considered necessary for the maintainance of the directory.

  • The alias names used at the JED do not represent an endorsement of trademarks used by the product by Joomla.org or OSM
  • The JED will not be involved in trademark disputes as they need to be addressed by the users.

Name registered

Where will JED look for extension names?

  • In the XML tags and code file names. Some special tags need to be the same (spaces not included).

XML tags example

as in:

* <name>jedilightsaber</name>
* <menu>Jedi Lightsaber</menu>

File names example

as in:

* mod_jedilightsaber.xml
* mod_jedilightsaber.php

Light and Pro versions

The words "Light" and "Pro" can be added to differentiate two extensions from the same developer, but the extensions must have different features and distribution plans (like a free Lite version and paid Pro version). The word "Free" is considered promotional text and cannot be used.

When adding the "Light" and "Pro" tags:

  • Components: in the XML name tag and file names or just to the menu tag name and JED alias name.
  • Modules and plugins: in the XML name tag and file names or just at JED alias name.

Joomla! as a word

Word "Joomla!" and the extensions name

The JED has a direct interest in maintaining the integrity of the Joomla! brand. The JED team will not allow violations of the Joomla trademark, logo, brand, etc. to be placed in or linked from the JED.

  • An extension name can't start with the word "Joomla"
  • Extensions that use "Joomla" or a derivative of Joomla! in the extension name need to be licensed by OSM
  • Extensions that use "Joomla" or a derivative of Joomla in the domain name need to be licensed by OSM
  • It's a best practice to completely avoid the full word Joomla.

Please note that extensions should not be named "Joomla! x". Instead, they should be named "x for Joomla!" or something similar that will not be confused with Joomla. Review the Trademark Checklist for more help.

Derivative of Joomla string

What are the strings considered related with Joomla string?

Joomla! Licensed

How can your extensions be licensed?

Special cases

Extension Specific Extensions

Extension Specific Plugins are extensions that require another extension to be installed in order to run. These plugins must have "for MAIN-EXTENSION-NAME" at the end of the extension name, even if it's not in the XML file.

Rebranding

If you need to re-brand an old extension, but you want to avoid conflicts with sites where the older extension is already installed, please talk with JED Team first. After choosing the new name:

  1. Update your XML file tags NAME and MENU
  2. Rename your files to reflect the new extension name
  3. Repack and re-attach the file to your JED entry
  4. Revise the mentions to the extension at your website

Note: If #1 or #2 are not possible in respects to compatibility issues with installed sites, please include the new name in the description tag or in a comments line at your XML file.

Forks

Forked extensions have special rules to be listed at JED. Please read: TOS - Extensions and Forks Also read: Forked Extensions

Scripts or libraries

The name must be included at the main file.

  • In the headers script you need to include comments with the script name, copyright and license
  • A TXT file must be included with the name, copyright, license and URL to download

JED entry name: Do's and Don'ts

The Do's

  • Name the XML file tag NAME the same as the extension name
  • Name the Component's admin menu (the tag MENU in the XML) the same as the extension name

The Don'ts

  • Use offensive words, political or religious statements
  • Use extension types as part of the extension name (only used for the module and plugin versions of the same extension from the same developer)
  • Use the version number in the name (there is a field for that)
  • Use price tags, commercial promotions or URL domains in the name
  • Use the author or company name in the extension name (there is a field for that)

More information