Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS Document Naming"

(Document naming)
(Naming examples:)
Line 21: Line 21:
  
 
|-
 
|-
 
 
! Topic
 
! Topic
 
! Filename
 
! Filename
  
 
|-
 
|-
 
 
| Overview
 
| Overview
 
| COSMOS_User's_Guide_Overview  
 
| COSMOS_User's_Guide_Overview  
  
 
|-
 
|-
 
 
| Management Enablement
 
| Management Enablement
 
 
| COSMOS_User's_Guide_Management_Enablement
 
| COSMOS_User's_Guide_Management_Enablement
 
  
 
|-
 
|-
 
 
| WSDM_tooling
 
| WSDM_tooling
 
| COSMOS_User's_Guide_WSDM_tooling
 
| COSMOS_User's_Guide_WSDM_tooling

Revision as of 16:00, 5 February 2008

COSMOS Wiki > COSMOS Document Plan

Document naming

When creating a Wiki document page, use the following naming structure:

  • wiki.eclipse.org/COSMOS_Users's_Guide_{topic}
  • or wiki.eclipse.org/COSMOS_Development_Guide_{topic}

Where {topic} is the name of the COSMOS component or subject, for example: The following items are a few topics of the COSMOS User's Guide.


  • Overview
  • Management Enablement
  • WSDM_tooling

Naming examples:

  • COSMOS_User's_Guide_Management_Enablement
Topic Filename
Overview COSMOS_User's_Guide_Overview
Management Enablement COSMOS_User's_Guide_Management_Enablement
WSDM_tooling COSMOS_User's_Guide_WSDM_tooling


Adding a Category documentation reference

To help organize and locate documents, please insert the following category tag at the bottom of your document Wiki page:

'''[[Category:COSMOS Consumer Documentation]]'''

Hierarchy of documentation categories example

[[Category:COSMOS]]
.... [[Category:COSMOS Consumer Documentation]]
............ [[Category:COSMOS User's Guide]]
............ [[Category:COSMOS Development Guide]]
To make
[[Category:COSMOS User's Guide]]
a child of
[[Category:COSMOS Consumer Documentation]]
, just edit wiki.eclipse.org/Category:COSMOS_User's_Guide and put
[[Category:COSMOS Consumer Documentation]]
at the bottom of the page, and submit the change.

Back to the top