Difference between revisions of "SAK2014"

From ProgClub
Jump to: navigation, search
(→‎Status: fixing URL.)
Line 83: Line 83:
  
 
* Create /keys page to auto-detect users' modifier keys
 
* Create /keys page to auto-detect users' modifier keys
 
[[Category:TODO]]
 
  
 
== Done ==
 
== Done ==

Revision as of 16:18, 11 December 2017

SAK2014 is the ProgClub Standard Access Keys for web browsers specification. That's the specification you can use when implementing access keys for your website. For other projects see projects.

Status

Released! www.sak2014.com

Administration

Contributors

Members who have contributed to this project. Newest on top.

All contributors have agreed to the terms of the Contributor License Agreement. This excludes any upstream contributors who tend to have different administrative frameworks.

Copyright

Copyright 2014, Contributors.

License

Licensed under the New BSD license.

Resources

Downloads

N/A.

Source code

The repository can be browsed online:

https://www.progclub.org/pcrepo/standardaccesskeys/branches/0.1

The latest stable released version of the code is available from:

https://www.progclub.org/svn/pcrepo/standardaccesskeys/tags/latest/0.1

Or if you want the latest version for development purposes:

https://www.progclub.org/svn/pcrepo/standardaccesskeys/branches/0.1

Links

Specifications

Functional specification

The functional specification describes what the project does.

The specification nominates specific access keys with particular semantics and can be incorporated into most websites.

Technical specification

The technical specification describes how the project works.

The specification rests on the HTML accesskey attribute.

Notes

Notes for implementers

If you are interested in incorporating this software into your project, here's what you need to know:

Go to www.standardaccesskeys.com and read the latest version of the standard for integrating with your website.

Notes for developers

If you're looking to set up a development environment for this project here's what you need to know:

You can discuss features of successive versions of the standard on the ProgClub programming list.

Tasks

TODO

Things to do, in rough order of priority:

  • Create /keys page to auto-detect users' modifier keys

Done

Stuff that's done. Latest stuff on top.

  • JE 2014-10-16: Create /SAK2014 for the first version of the standard
  • JE 2014-10-16: started SAK2014 spec
  • JE 2014-10-16: created project in svn
  • JE 2014-10-16: created project page