Difference between revisions of "Uno/Meta/Organization"

From Apache OpenOffice Wiki
< Uno
Jump to: navigation, search
m
m (Improved layout.)
Line 1: Line 1:
== Conventions ==
+
==Naming==
 +
* [[Uno/Meta/Specification|Spec]] - Specifications.
 +
* [[Uno/Meta/Implementation|Impl]] - Implementation Descriptions.
 +
* [[Uno/Meta/Test|Test]] - Tests against particular Specifications.
 +
* [[Uno/Term/Effort|Effort]] - Something which is in the works.
 +
* [[Uno/Meta/Article|Article]] - An informative article about a particular topic.
 +
* <name != above> - (A sub) module or leave(of a particular module).
  
; Naming:
+
==Structural Grammar==
:* [[Uno/Meta/Specification | Spec]] - Specifications.
+
* Description = ("Spec"|"Impl"|"Test")/<text><br>
:* [[Uno/Meta/Implementation | Impl]] - Implementation Descriptions.
+
* Effort = "Effort"/(<submodule>/)*<text>
:* [[Uno/Meta/Test | Test]] - Tests against particular Specifications.
+
* Article = "Article"/<text>
:* [[Uno/Term/Effort | Effort]] - Something which is in the works.
+
* start = <module>/((<submodule>/)*Description|Effort|Article|"Todo")
:* [[Uno/Meta/Article | Article]] - An informative article about a particular topic.
+
:* <name != above> - (A sub) module or leave(of a particular module).
+
  
; Structural Grammar:
+
==Categories==
: Description = ("Spec"|"Impl"|"Test")/<text><br>
+
* Each subpage gets categorized by the category of the parent page. E.g.: Uno/Spec -category-> Uno
: Effort = "Effort"/(<submodule>/)*<text>
+
* Each parent page (a page with children) forwards to its direct category page. E.g: Uno/Spec -forwards-> Category:Uno:Spec
: Article = "Article"/<text>
+
: start = <module>/((<submodule>/)*Description|Effort|Article|"Todo")
+
  
; Categories:
+
==Examples==
:* Each subpage gets categorized by the category of the parent page.
+
* Uno Specifications
:: E.g.: Uno/Spec -category-> Uno
+
: '''Page:''' [[Uno/Spec]]
:* Each parent page (a page with children) forwards to its direct category page.
+
: '''Purpose''': Parent page for Uno specifications
:: E.g: Uno/Spec -forwards-> Category:Uno:Spec
+
: '''Category''': Uno
 
+
: '''Content''': forwards to Category:Uno
; Examples:
+
* Binary Uno Module
:* Uno Specifications
+
: '''Page:''' [[Uno/Binary]]
:: '''Page:''' [[Uno/Spec]]
+
: '''Purpose''': Parent page for Binary Uno
:: '''Purpose''': Parent page for Uno specifications
+
: '''Category''': Uno
:: '''Category''': Uno
+
: '''Content''': forwards to Category Uno:Binary
:: '''Content''': forwards to Category:Uno
+
* Binary Uno specifications
:* Binary Uno Module
+
: '''Page''': [[Uno/Binary/Spec]]
:: '''Page:''' [[Uno/Binary]]
+
: '''Purpose''': Parent page for Binary Uno Specifications
:: '''Purpose''': Parent page for Binary Uno
+
: '''Category''': Uno/Binary
:: '''Category''': Uno
+
: '''Content''': forwards to Category Uno:Binary:Spec
:: '''Content''': forwards to Category Uno:Binary
+
* Specifications of the Binary Uno Component Loader
:* Binary Uno specifications
+
: '''Page''': [[Uno/Binary/Component Loader/Spec]]
:: '''Page''': [[Uno/Binary/Spec]]
+
: '''Purpose''': Parent page for the Binary Uno Component Loader Specifications
:: '''Purpose''': Parent page for Binary Uno Specifications
+
: '''Content''': forwards to Category Uno:Binary:Component Loader:Spec
:: '''Category''': Uno/Binary
+
:: '''Content''': forwards to Category Uno:Binary:Spec
+
:* Specifications of the Binary Uno Component Loader
+
:: '''Page''': [[Uno/Binary/Component Loader/Spec]]
+
:: '''Purpose''': Parent page for the Binary Uno Component Loader Specifications
+
:: '''Content''': forwards to Category Uno:Binary:Component Loader:Spec
+

Revision as of 16:05, 29 September 2006

Naming

  • Spec - Specifications.
  • Impl - Implementation Descriptions.
  • Test - Tests against particular Specifications.
  • Effort - Something which is in the works.
  • Article - An informative article about a particular topic.
  • <name != above> - (A sub) module or leave(of a particular module).

Structural Grammar

  • Description = ("Spec"|"Impl"|"Test")/<text>
  • Effort = "Effort"/(<submodule>/)*<text>
  • Article = "Article"/<text>
  • start = <module>/((<submodule>/)*Description|Effort|Article|"Todo")

Categories

  • Each subpage gets categorized by the category of the parent page. E.g.: Uno/Spec -category-> Uno
  • Each parent page (a page with children) forwards to its direct category page. E.g: Uno/Spec -forwards-> Category:Uno:Spec

Examples

  • Uno Specifications
Page: Uno/Spec
Purpose: Parent page for Uno specifications
Category: Uno
Content: forwards to Category:Uno
  • Binary Uno Module
Page: Uno/Binary
Purpose: Parent page for Binary Uno
Category: Uno
Content: forwards to Category Uno:Binary
  • Binary Uno specifications
Page: Uno/Binary/Spec
Purpose: Parent page for Binary Uno Specifications
Category: Uno/Binary
Content: forwards to Category Uno:Binary:Spec
  • Specifications of the Binary Uno Component Loader
Page: Uno/Binary/Component Loader/Spec
Purpose: Parent page for the Binary Uno Component Loader Specifications
Content: forwards to Category Uno:Binary:Component Loader:Spec
Personal tools