Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Student projects/Automatic accessibility checking.

Student projects/Automatic accessibility checking: Difference between revisions

From MoodleDocs
m (→‎Index: link edits)
Line 3: Line 3:


==Index==
==Index==
* [https://docs.moodle.org/en/Student_projects/Automatic_accessibility_checking/Abstract Abstract]
* [[Student_projects/Automatic_accessibility_checking/Abstract|Abstract]]
* [https://docs.moodle.org/en/Student_projects/Automatic_accessibility_checking/Downloads Downloads]
* [[Student projects/Automatic accessibility checking/Downloads|Downloads]]
* [https://docs.moodle.org/en/Student_projects/Automatic_accessibility_checking/FAQ FAQ]
* [[Student_projects/Automatic_accessibility_checking/FAQ|FAQ]]
* [https://docs.moodle.org/en/Student_projects/Automatic_accessibility_checking/Core Core]
* [[Student_projects/Automatic_accessibility_checking/Core|Core]]
* [https://docs.moodle.org/en/Student_projects/Automatic_accessibility_checking/GetSource Get source with javascript]
* [[Student_projects/Automatic_accessibility_checking/GetSource|Get source with javascript]]
* [https://docs.moodle.org/en/Student_projects/Automatic_accessibility_checking/Soap Soap Library]
* [[Student_projects/Automatic_accessibility_checking/Soap Soap|Library]]
* [https://docs.moodle.org/en/Student_projects/Automatic_accessibility_checking/Validate Validate against a W3C service]
* [[Student_projects/Automatic_accessibility_checking/Validate|Validate against a W3C service]]
* [https://docs.moodle.org/en/Student_projects/Automatic_accessibility_checking/GUI GUI]
* [[Student_projects/Automatic_accessibility_checking/GUI|GUI]]


==Tasks==
==Tasks==

Revision as of 15:44, 8 July 2008

This page is a specification under construction! If you have any comments or suggestions, please share them with us.

Index

Tasks

ToDo

  • PoC in Javascript of how to use a concrete SOAP library
  • Make an experimental option in Moodle Admin to activate/deactivate
  • Ability to include on every page

Done

  • Research
    • What is the maximum length of a POST with multipart/form-data? 8M post data, and 2M upload data.
  • Core Development
    • UML
      • UML version 1
    • PoC
      • Javascript Skeleton Version 1 (directly to the recycle bin)
      • PoC in Javascript on how to take the whole source code of the current HTML.
      • PoC in PHP of W3C SOAP API Version 2: uploaded_file method. The document to validate, POSTed as multipart/form-data.
        • Fix browser capability for the PoC in Javascript (Get complete source) Tested in IE 7, Firefox 2, Firefox 3 on a Windows XP Pro, still looking for a user with Mac osX.
      • PoC in JAvascript on how to take the whole source code of the current HTML from an external javascript file.
      • PoC in PHP of W3C SOAP API Version 1: URI method
  • GUI
    • Draw version 1
    • GUI version 2

See also