Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Development Resources/HOWTO/Project Naming Policy"

Line 5: Line 5:
 
The policy for project names is:
 
The policy for project names is:
  
* '''Descriptive Name''' Projects are encouraged to use a descriptive name - a name that is useful when placed into a box on an Eclipse architecture diagram. For example "[http://www.eclipse.org/gmf Graphical Modeling Framework]", "Trust Framework" or "Component Assembly Tools".
+
* '''Descriptive Name''' Projects are encouraged to use a descriptive name - a name that is useful when placed into a box on an Eclipse architecture diagram. For example "[http://www.eclipse.org/gmf Graphical Modeling Framework]", "Trust Framework" or "Component Assembly Tools".
** Descriptive names do not tend to include the words "Eclipse" or "Project". The project name should work with or without the prefix and/or suffix. For example, "Graphical Modeling Framework", "Eclipse Graphical Modeling Framework", "Graphical Modeling Framework Project", and "Eclipse Graphical Modeling Framework Project" are               equally understandable.
+
** Descriptive names do not tend to include the words "Eclipse" or "Project". The project name should work with or without the prefix and/or suffix. For example, "Graphical Modeling Framework", "Eclipse Graphical Modeling Framework", "Graphical Modeling Framework Project", and "Eclipse Graphical Modeling Framework Project" are equally understandable.
** Descriptive names may optionally include the words "Framework" or "Tools" if the project has more of an emphasis on extensible frameworks, or more on exemplary tools. Eclipse projects always provide both but may be tailored more toward one or the other. When choosing to use these words, the team should consider that "Framework" and "Tools"                    mean different things to different people and may even be  ecoming overused.
+
** Descriptive names may optionally include the words "Framework" or "Tools" if the project has more of an emphasis on extensible frameworks, or more on exemplary tools. Eclipse projects always provide both but may be tailored more toward one or the other. When choosing to use these words, the team should consider that "Framework" and "Tools" mean different things to different people and may even be  ecoming overused.
** Top-level projects may optionally include the word "Platform" instead of "Framework". Or not.
+
** Top-level projects may optionally include the word "Platform" instead of "Framework". Or not.
*  '''Nicknames.''' If a team strongly prefers to use a nickname style project name, instead of a purely descriptive project name, there should also be a longer "more official, but less often used" (MOLU) combination nickname-descriptive project name. For example, the "Higgins" project has a MOLU name of "The Higgins Trust Framework".
+
*  '''Nicknames.''' If a team strongly prefers to use a nickname style project name, instead of a purely descriptive project name, there should also be a longer "more official, but less often used" (MOLU) combination nickname-descriptive project name. For example, the "Higgins" project has a MOLU name of "The Higgins Trust Framework".
<b>Acronym.</b> Most descriptive names are sufficiently long  that it can be convenient to abbreviate them in some way. For               example, the Eclipse Communication Framework shortens to ECF.
+
'''Acronym.''' Most descriptive names are sufficiently long  that it can be convenient to abbreviate them in some way. For example, the Eclipse Communication Framework shortens to ECF.
<b>Not a Product Name.</b> To avoid confusion between Eclipse projects and commercial products, Eclipse projects may not be named after commercial products and vice versa.  
+
'''Not a Product Name.''' To avoid confusion between Eclipse projects and commercial products, Eclipse projects may not be named after commercial products and vice versa.  
  
As a defensive measure, the Eclipse Foundation holds the trademark to the Project names on behalf of the Projects - this prevents companies from misusing or misrepresenting their products as being the Projects.) The EMO will initiate a trademark review prior to scheduling a [[Development Resources/HOWTO/Creation Reviews|Creation Review]]. Existing trademarks must be transfered to the Eclipse Foundation (please see the [http://www.eclipse.org/legal/Trademark_Transfer_Agreement.pdf Trademark Transfer Agreement]).
+
As a defensive measure, the Eclipse Foundation holds the trademark to the Project names on behalf of the Projects - this prevents companies from misusing or misrepresenting their products as being the Projects.) The EMO will initiate a trademark review prior to scheduling a [[Development Resources/HOWTO/Creation Reviews|Creation Review]]. Existing trademarks must be transfered to the Eclipse Foundation (please see the [http://www.eclipse.org/legal/Trademark_Transfer_Agreement.pdf Trademark Transfer Agreement]).
  
 
===Using the Project Name===
 
===Using the Project Name===
<span style="margin-right:6px; margin-top:5px; float:left; color:ivory; background:#00CC99; border:1px solid #444; font-size:30px; line-height:25px; padding-top:2px; padding-left:2px; padding-right:2px; font-family:times; ">G</span>
 
 
Every public use of the project name - in a web page, a presentation, a    press release, an article, etc. - should follow these guidelines:
 
Every public use of the project name - in a web page, a presentation, a    press release, an article, etc. - should follow these guidelines:
* The first use of the Project Name uses the entire Descriptive Name       and may include the optional Nickname. For   example, &quot;The Eclipse Component Assembly       Project (Buckminister)&quot;. Subsequent references to the project may use the       Nickname, e.g., &quot;Buckminister&quot;.
+
* The first use of the Project Name uses the entire Descriptive Name and may include the optional Nickname. For example, "The Eclipse Component Assembly Project (Buckminister)". Subsequent references to the project may use the Nickname, e.g., "Buckminister".
* If the project is in the Proposal Phase, or is a Technology Project, that fact       must be mentioned early in the document. For example, &quot;The proposed       Eclipse Phoenix project ...&quot; or &quot;The Buckminister project, a       Technology project at Eclipse, is releasing version 0.2 of their framework       for early alpha feedback from the community.&quot;
+
* If the project is in the Proposal Phase, or is a Technology Project, that fact must be mentioned early in the document. For example, "The proposed Eclipse Phoenix project ..." or "The Buckminister project, a Technology project at Eclipse, is releasing version 0.2 of their framework for early alpha feedback from the community."
  
 
===Infrastructure uses of the Project Name===
 
===Infrastructure uses of the Project Name===
Line 26: Line 25:
  
 
====Mailing Lists.====
 
====Mailing Lists.====
New projects typically have a single <code> [shortname]-dev@</code> mailing list. When multiple components are being developed by independent teams, the new project may choose to have additional mailing lists of the form <code>[shortname]-[component]-dev@</code>. The short name is the same as above.
+
New projects typically have a single <code>[shortname]-dev@</code> mailing list. When multiple components are being developed by independent teams, the new project may choose to have additional mailing lists of the form <code>[shortname]-[component]-dev@</code>. The short name is the same as above.
  
 
====Package and Component Names.====
 
====Package and Component Names.====

Revision as of 13:20, 13 December 2010

Project Naming Policy

Naming and branding are challenging issues. The Eclipse brand is important. To help provide a consistent brand for Eclipse, projects are instructed follow these project naming guidelines. The best names are descriptive but at the same time memorable.

The policy for project names is:

  • Descriptive Name Projects are encouraged to use a descriptive name - a name that is useful when placed into a box on an Eclipse architecture diagram. For example "Graphical Modeling Framework", "Trust Framework" or "Component Assembly Tools".
    • Descriptive names do not tend to include the words "Eclipse" or "Project". The project name should work with or without the prefix and/or suffix. For example, "Graphical Modeling Framework", "Eclipse Graphical Modeling Framework", "Graphical Modeling Framework Project", and "Eclipse Graphical Modeling Framework Project" are equally understandable.
    • Descriptive names may optionally include the words "Framework" or "Tools" if the project has more of an emphasis on extensible frameworks, or more on exemplary tools. Eclipse projects always provide both but may be tailored more toward one or the other. When choosing to use these words, the team should consider that "Framework" and "Tools" mean different things to different people and may even be ecoming overused.
    • Top-level projects may optionally include the word "Platform" instead of "Framework". Or not.
  • Nicknames. If a team strongly prefers to use a nickname style project name, instead of a purely descriptive project name, there should also be a longer "more official, but less often used" (MOLU) combination nickname-descriptive project name. For example, the "Higgins" project has a MOLU name of "The Higgins Trust Framework".
  • Acronym. Most descriptive names are sufficiently long that it can be convenient to abbreviate them in some way. For example, the Eclipse Communication Framework shortens to ECF.
  • Not a Product Name. To avoid confusion between Eclipse projects and commercial products, Eclipse projects may not be named after commercial products and vice versa.

As a defensive measure, the Eclipse Foundation holds the trademark to the Project names on behalf of the Projects - this prevents companies from misusing or misrepresenting their products as being the Projects.) The EMO will initiate a trademark review prior to scheduling a Creation Review. Existing trademarks must be transfered to the Eclipse Foundation (please see the Trademark Transfer Agreement).

Using the Project Name

Every public use of the project name - in a web page, a presentation, a press release, an article, etc. - should follow these guidelines:

  • The first use of the Project Name uses the entire Descriptive Name and may include the optional Nickname. For example, "The Eclipse Component Assembly Project (Buckminister)". Subsequent references to the project may use the Nickname, e.g., "Buckminister".
  • If the project is in the Proposal Phase, or is a Technology Project, that fact must be mentioned early in the document. For example, "The proposed Eclipse Phoenix project ..." or "The Buckminister project, a Technology project at Eclipse, is releasing version 0.2 of their framework for early alpha feedback from the community."

Infrastructure uses of the Project Name

Newsgroup.

The project newsgroup name will be eclipse.[toplevel].[shortname]. The short name can be an abbreviation of the descriptive name, nickname, or acronym, e.g., eclipse.technology.ecf, eclipse.technology.buckminister, etc.

Mailing Lists.

New projects typically have a single [shortname]-dev@ mailing list. When multiple components are being developed by independent teams, the new project may choose to have additional mailing lists of the form [shortname]-[component]-dev@. The short name is the same as above.

Package and Component Names.

Typical package and component names are org.eclipse.[shortname].[component]. The short name is the same as above, for example, org.eclipse.ecf.core, org.eclipse.componentassembly.ui, and org.eclipse.buckminister.connector

This page is moderated by Ian Skerrett (Eclipse Foundation)

Back to the top