Difference between revisions of "Name the beast"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Usages of the name)
(Usages of the name)
Line 51: Line 51:
 
| <!DOCTYPE statusbar:statusbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "statusbar.dtd">
 
| <!DOCTYPE statusbar:statusbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "statusbar.dtd">
 
| "OpenOffice.org"
 
| "OpenOffice.org"
 +
|-
 +
| in module cli_ure
 +
| ?
 +
|
 +
|
 +
*[assembly:System.Reflection.AssemblyCompany( "OpenOffice.org" )]
 +
*--assembly-company "OpenOffice.org"
 +
|
 
|-  
 
|-  
 
|  
 
|  

Revision as of 11:17, 26 November 2012

Introduction

Purpose of this page is to document the work on Issue 121388 - Adapt naming "OpenOffice.org" --> "Apache OpenOffice".

Hopefully, it serves also the goal to have a guide how to "brand" your product based on the Apache OpenOffice project.

Usages of the name

usage description comments examples value
name of the Apache project
  • fixed name of our Apache project
  • even fixed in derived products
  • About dialog: "... product based on Apache OpenOffice ..."
  • references to corresponding ASF trademark
"Apache OpenOffice" - fixed until Apache OpenOffice project decides on a new name
part of XML namespace declarations orw's opinion: should not be adapted "openoffice.org" - fixed
part of Public Identifier of document type definitions (DTD) for internal used DTDs orw's opinion: should not be adapted, but name could be removed <!DOCTYPE statusbar:statusbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "statusbar.dtd"> "OpenOffice.org"
in module cli_ure  ?
  • [assembly:System.Reflection.AssemblyCompany( "OpenOffice.org" )]
  • --assembly-company "OpenOffice.org"
Personal tools