Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2017-08-14 09:26:03
Size: 2367
Editor: Alkani
Comment:
Revision 11 as of 2017-11-03 13:48:55
Size: 3058
Editor: Alkani
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
Line 10: Line 9:
Line 13: Line 11:
  . [ ] Write a 'Your first day on SpinDizzy' tutorial perhaps? Connecting as a guest. Getting a character. meeting people, etc. (Assigned: Alkani)
   . [ ] Write a General Command block, with the following minimum information: Command Keyword, Built-In/Global, Arguments, Usage Syntax. 
  . [ ] Develop standardized Command article layout. Include General Command Block, a blurb about the command, when it would generally be used, when it shouldn't (maybe? are there cases like that?), syntax definitions (tabular), examples, alternate commands. (Planning on referencing something akin to Linux Manual Pages or the IBM InfoCenter-style examples for commands. (Assigned: Alkani)
   . [ ] Commands Quick Sheet/Cheat Sheet for the most commonly-used commands (will probably be done as part of a "A Player's First Day"/Getting Started Doc (Alkani)
   . [ ] Work on the Puppet Documentation (Alkani)
   . [ ] Transfer Xor's getting started pages and tutorials
   . [ ] Global commands list
  . [ ] Write a 'Your first day on SpinDizzy' tutorial perhaps? Connecting as a guest. Getting a character. meeting people, etc. (Assigned: Alkani)
  . [ ] Write a General Command block, with the following minimum information: Command Keyword, Built-In/Global, Arguments, Usage Syntax.
  . [ ] Develop standardized Command article layout. Include General Command Block, a blurb about the command, when it would generally be used, when it shouldn't (maybe? are there cases like that?), syntax definitions (tabular), examples, alternate commands. (Planning on referencing something akin to Linux Manual Pages or the IBM InfoCenter-style examples for commands. (Assigned: Alkani)
  . [ ] Commands Quick Sheet/Cheat Sheet for the most commonly-used commands (will probably be done as part of a "A Player's First Day"/Getting Started Doc (Alkani)
  . [ ] Work on the Puppet Documentation (Alkani)
  . [ ] Transfer Xor's getting started pages and tutorials
  . [ ] Global commands list
Line 23: Line 21:
  . - "Finished" for all intents and purposes. Just needs to be peer reviewed.
  . - "Finished" for all intents and purposes. Just needs to be peer reviewed.
Line 27: Line 24:
Line 29: Line 25:
   . Commands (Commands/)
  
. List: Commands (Commands/CmdList)
   . List: Built-In Commands (Commands/BuiltIn)
     . List: Global Commands (Commands/Globals)
       . + Individual command pages Has its own page
     . ++ Built-Ins (Commands/BuiltIn/<COMMAND-NAME>)
         . ++ Globals (Commands/Globals/<COMMAND-NAME>)
   . Building (Building/)
   . Programming (Programming/)
 
. Glossary (Glossary/)
     . List: Index (
     
  . Commands (Commands/)
. List: Commands (Commands/CmdList)
   . List: Built-In Commands (Commands/BuiltIn)
   . List: Global Commands (Commands/Globals)
    . + Individual command pages Has its own page
     . ++ Built-Ins (Commands/BuiltIn/<COMMAND-NAME>)
     . ++ Globals (Commands/Globals/<COMMAND-NAME>)
  . Building (Building/)
   . Rooms
   . Exits
  . Concepts (Concepts/)
   . Communications (
Probably needs to be part of another document)
     . Not sure if this was supposed to be about Connecting/Disconnecting/Multiplexing, but it will be now!
   . Goal
   . Score
   . Currency (aka Money)
     . Earning
   . Rooms
    . Home
   . Characters
    . Belongings
    . Robbery
    . Death
    . Retiring
   . Objects
   . Flags
   .
Properties
   . Locks
   . Exits
   . Puppets (or Zombies)
   . Security
  . Programming (Programming/)
   . Messages
   . Message Passing Interpreter (MPI)
   . Multi-User FORTH (MUF)
   . Libraries
. Glossary (Glossary/)
   . List: Index (
Line 43: Line 65:

||||<rowstyle="background-color: #CCCCCC;">'''Command Information'''||
||''Keyword'' ||<:>{{{ <KEYWORD> }}}||
||''Type'' ||<:>{{{ Built-In | Global }}}||
||''Arguments'' ||<:>{{{ <ARGS> }}}||
||''Usage'' ||<:>{{{ <USAGE> }}}||
||||<rowbgcolor="#CCCCCC" rowstyle="&quot; &quot;"style="text-align:center">'''Command Information''' ||
||''Keyword'' ||<style="text-align:center">{{{ <KEYWORD> }}} ||
||''Type'' ||<style="text-align:center">{{{ Built-In | Global }}} ||
||''Arguments'' ||<style="text-align:center">{{{ <ARGS> }}} ||
||''Usage'' ||<style="text-align:center">{{{ <USAGE> }}} ||

Alkani

To-Do List Assignments

Assigned

  • [ ] Make a Getting Started homepage that explains the other related pages
    • [ ] Write a 'Your first day on SpinDizzy' tutorial perhaps? Connecting as a guest. Getting a character. meeting people, etc. (Assigned: Alkani)

    • [ ] Write a General Command block, with the following minimum information: Command Keyword, Built-In/Global, Arguments, Usage Syntax.
    • [ ] Develop standardized Command article layout. Include General Command Block, a blurb about the command, when it would generally be used, when it shouldn't (maybe? are there cases like that?), syntax definitions (tabular), examples, alternate commands. (Planning on referencing something akin to Linux Manual Pages or the IBM InfoCenter-style examples for commands. (Assigned: Alkani)

    • [ ] Commands Quick Sheet/Cheat Sheet for the most commonly-used commands (will probably be done as part of a "A Player's First Day"/Getting Started Doc (Alkani)
    • [ ] Work on the Puppet Documentation (Alkani)
    • [ ] Transfer Xor's getting started pages and tutorials
    • [ ] Global commands list

In Progress

  • [ ] Commands LZ as starting point for documentation. LZ should be peer reviewed/edited appropriately.
    • - "Finished" for all intents and purposes. Just needs to be peer reviewed.

Artifacts

  • Generic Page Structure
    • Commands (Commands/)
      • List: Commands (Commands/CmdList)
      • List: Built-In Commands (Commands/BuiltIn)
      • List: Global Commands (Commands/Globals)
        • + Individual command pages Has its own page
          • ++ Built-Ins (Commands/BuiltIn/<COMMAND-NAME>)

          • ++ Globals (Commands/Globals/<COMMAND-NAME>)

    • Building (Building/)
      • Rooms
      • Exits
    • Concepts (Concepts/)
      • Communications (Probably needs to be part of another document)
        • Not sure if this was supposed to be about Connecting/Disconnecting/Multiplexing, but it will be now!
      • Goal
      • Score
      • Currency (aka Money)
        • Earning
      • Rooms
        • Home
      • Characters
        • Belongings
        • Robbery
        • Death
        • Retiring
      • Objects
      • Flags
      • Properties
      • Locks
      • Exits
      • Puppets (or Zombies)
      • Security
    • Programming (Programming/)
      • Messages
      • Message Passing Interpreter (MPI)
      • Multi-User FORTH (MUF)
      • Libraries
    • Glossary (Glossary/)
      • List: Index (

Prototype Command Table

Command Information

Keyword

 <KEYWORD> 

Type

 Built-In | Global 

Arguments

 <ARGS> 

Usage

 <USAGE> 


CategoryHomepage

Alkani (last edited 2017-11-03 13:48:55 by Alkani)