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
(Total rebuild. Just letting: index, tasks and see also)
Line 12: Line 12:
==Tasks==
==Tasks==
'''ToDo'''
'''ToDo'''
* Wich is the maximum length of a POST with multipart/form-data?
* PoC in Javascript on how to take the whole source code of the current HTML.
* 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.
* PoC in PHP of W3C SOAP API Version 2: uploaded_file method. The document to validate, POSTed as multipart/form-data.
Line 19: Line 18:
'''Done'''
'''Done'''
* Research
* Research
** What is the maximum length of a POST with multipart/form-data? 8m post data, and 16m upload data
* Core Development
* Core Development
** UML
** UML

Revision as of 16:32, 8 May 2008

Note: 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 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.
  • PoC in Javascript of how to use a concrete SOAP library

Done

  • Research
    • What is the maximum length of a POST with multipart/form-data? 8m post data, and 16m upload data
  • Core Development
    • UML
      • UML version 1
    • PoC
      • Javascript Skeleton Version 1 (directly to the recycle bin)
      • PoC in PHP of W3C SOAP API Version 1: URI method
  • GUI
    • Draw version 1

See also