Difference between revisions of "Help:Wiki Design"

From Overbyte
Jump to navigation Jump to search
m (Help:Contents moved to Help:Wiki Design)
 
Line 13: Line 13:
 
* '''Naming''' : using the component name only (ie : THttpCli, TFtpServer, ...)
 
* '''Naming''' : using the component name only (ie : THttpCli, TFtpServer, ...)
 
* '''Section Overview''' : Summarize functionalities and usage.
 
* '''Section Overview''' : Summarize functionalities and usage.
''([QUESTION] : do we precise here or give a complete section to the inheritence path as in the Borland Help ?)''
+
''([QUESTION] : go into details here or give a complete section to the inheritance path as in the Borland Help ?)''
 
* '''Section Properties''' : Properties references (links) with small descriptions
 
* '''Section Properties''' : Properties references (links) with small descriptions
 
* '''Section Methods''' : Methods references (links) with small descriptions
 
* '''Section Methods''' : Methods references (links) with small descriptions

Latest revision as of 18:09, 10 April 2006

Wiki Design

  • Components Reference
  • FAQs
  • Articles (more general about networking, asynchronous paradigm, multithreading w/ ICS, Design Patterns w/ICS, ...)
  • Links (Delphi resources around the web)
  • Wiki Help
  • Authors list & TeamICS


Pages Design

Component Page

  • Naming : using the component name only (ie : THttpCli, TFtpServer, ...)
  • Section Overview : Summarize functionalities and usage.

([QUESTION] : go into details here or give a complete section to the inheritance path as in the Borland Help ?)

  • Section Properties : Properties references (links) with small descriptions
  • Section Methods : Methods references (links) with small descriptions
  • Section Events : Events references (links) with small descriptions
  • Section FAQ : FAQs concerning the component (links) with an explicit name

Property/Method/Event Page

  • Naming : using the "Component:Property/Method/Event name" only (ie : THttpCli:Abort)

([QUESTION] : do we use the ':' or the '.' to separate the terms ?)

  • Section Definition : Give the complete definition with description of each parameter (if applicable)
  • Section Description : Complete explanation
  • Section Examples : Give a small and explained example of its use (property, method) or implementation (Event)
  • Section FAQ : List some FAQs where this property/method/event is used.