- From: Frederick Hirsch via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 26 Oct 2009 15:38:35 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/common
In directory hutz:/tmp/cvs-serv16259
Added Files:
configPolicy.js
Log Message:
config for policy, different set of editors
--- NEW FILE: configPolicy.js ---
// start common
Respecconfig.extraCSS = ["../ReSpec.js/css/respec.css"];
respecConfig.wg = "Device APIs and Policy Working Group";
respecConfig.wgURI = "http://www.w3.org/2009/dap/";
respecConfig.wgPublicList = "public-device-apis";
respecConfig.wgPatentURI = "http://www.w3.org/2004/01/pp-impl/43696/status";
// end common
// would prefer to put common material into a file and import it, e.g.
// import commonConfig.js
// but import is not standard at this time.
respecConfig.editors = [
{ name: "Laura Arribas",
company: "Vodafone",
companyURL: "http://vodafone.com/" },
{ name: "Paddy Byers",
company: "Aplix",
companyURL: "http://aplix.com/" },
{ name: "Marcin Hanclik",
company: "Access",
companyURL: "http://access-company.com/" },
{ name: "Frederick Hirsch",
company: "Nokia",
companyURL: "http://nokia.com/" },
];
Received on Monday, 26 October 2009 15:38:37 UTC