|
|
(124 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| ==Cora's List==
| | You're probably looking for [http://sl/wiki/index.php/User:Cora the old wiki] |
| | |
| ===Software Flow===
| |
| | |
| # [[Device List|Getting Started for Device]]
| |
| # [[Software Overview#Operating System Support | Pick Your Operating System]]
| |
| # [[Software Overview#Language Support | Pick Your Language]]
| |
| # Examples, run and build
| |
| # Learn about [[General Phidget Programming]]
| |
| # [[Device List | Device Specific Pseudocode in API]]
| |
| # [[Software Overview#Language Support| Write Your Own Code]]
| |
| #* Language-specific API
| |
| #* [[General API]]
| |
| #* [[Device List | Device Specific API]]
| |
| | |
| ===Random Software Mess===
| |
| | |
| * [[Language - C/C++]]
| |
| * [[Language - MATLAB]]
| |
| * [[Language - Python]]
| |
| * [[Language - Java]]
| |
| * [[Language - Android Java]]
| |
| | |
| * [[OS - Linux]]
| |
| * [[OS - Android]]
| |
| | |
| * [[Phidget Webservice]]
| |
| * [[Phidget Manager]]
| |
| | |
| ====High-Level Pages====
| |
| | |
| * [[Software Overview]]
| |
| * [[Getting Started with Phidgets]]
| |
| * [[General Phidget Programming]] NOT the API (Guts) page
| |
| * [[General API]] The Guts page. No device-specific APIs.
| |
| | |
| ====Guidelines and Goals====
| |
| | |
| * [[Internal - Code Example Guidelines]]
| |
| * [[Internal - Software Wiki Structure Guidelines]]
| |
| | |
| ====Product Related Pages====
| |
| | |
| * [[Getting Started - 1018 Interface Kit 8/8/8]]
| |
| | |
| * [[Product - 1018 - PhidgetInterfaceKit 8/8/8]]
| |
| * [[Product - 1023 - PhidgetRFID]]
| |
| * [[Product - 1045 - PhidgetTemperatureSensor IR]]
| |
| | |
| ===Them Templates===
| |
| | |
| ====General====
| |
| | |
| {| style="border:1px solid darkgray;" cellpadding="5px;"
| |
| |-
| |
| | [[Template:ContentNeeded]]
| |
| | Red box and bold
| |
| |-
| |
| | [[Template:ProblemSolution]]
| |
| | Red and bold text
| |
| |-
| |
| | [[Template:KnownIssues]]
| |
| | The tech support catch-all at the bottom of stubs
| |
| |}
| |
| | |
| ====For Language Specific Pages====
| |
| | |
| [[Software Overview#Language Support|Language List]]
| |
| | |
| {| style="border:1px solid darkgray;" cellpadding="5px;"
| |
| |-
| |
| | [[Template:LanguageSupport]]
| |
| | Full API, etc notes, support section at top
| |
| |-
| |
| | [[Template:UsingAPhidgetInCodeGeneral]]
| |
| | Introduction to how to write code (open, etc)
| |
| |-
| |
| | [[Template:ExampleCodeReasons]]
| |
| | Why you want to start with example code
| |
| |-
| |
| | [[Template:ExamplePseudocodeLogic]]
| |
| | For logic-only languages
| |
| |-
| |
| | [[Template:ExamplePseudocode]]
| |
| | For event and logic based languages
| |
| |}
| |
| | |
| ====For Specific Device Pages====
| |
| | |
| [[Device List]]
| |
| | |
| {| style="border:1px solid darkgray;" cellpadding="5px;"
| |
| |-
| |
| | [[Template:RFIDPseudocode]]
| |
| | RFID pseudocode for API
| |
| |-
| |
| | [[Template:InterfaceKitPseudocode]]
| |
| | Interface Kit pseudocode for API
| |
| |- bgcolor="#ccc"
| |
| | [[Template:UsingAPhidgetInCodeSpecific]]
| |
| | Sections before device specific API on product page
| |
| |}
| |
| | |
| === To Be Deleted ===
| |
| | |
| * [[Phidget Programming]] (to be deleted)
| |