- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Mar 2010 14:24:54 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/policy
In directory hutz:/tmp/cvs-serv14108
Added Files:
Overview.html
Log Message:
create initial template for policy framework specification
--- NEW FILE: Overview.html ---
<!DOCTYPE html>
<html>
<head>
<title>Device API Policy Framework</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<script src='../ReSpec.js/js/respec.js' class='remove'></script>
<script class='remove'>
var respecConfig = {
specStatus: "ED",
shortName: "policy",
// publishDate: "2009-10-23",
// previousPublishDate: "1977-03-15",
edDraftURI: "http://dev.w3.org/2009/dap/policy/",
// lcEnd: "2009-08-05",
};
</script>
<script src='../common/configPolicy.js' class='remove'></script>
</head>
<body>
<section id='abstract'>
This document specifies a policy framework for device APIs.
</section> <!-- abstract -->
<section id='introduction'>
<h2>Introduction</h2>
<p>
This document is an editors draft and currently does not
reflect consensus of the WG but rather is a starting point for
further work. It is based on input documents and list
discussion.
</p>
<p>
The policy framework described in this document is intended
to be applicable both to widgets and web applications (web
site access to Device APIs).
</p>
</section> <!-- introduction -->
<section class='appendix'>
<h2>Acknowledgements</h2>
<p>
The editors would like to extend special thanks to Nokia, OMTP
BONDI, and PhoneGap for providing
the foundation of the working group's requirements discussion.
</p>
</section>
</body>
</html>
Received on Wednesday, 17 March 2010 14:24:55 UTC