Skip to content

Commit

Permalink
respec template update
Browse files Browse the repository at this point in the history
  • Loading branch information
r12a committed Jul 15, 2015
1 parent f5ca0d9 commit 749871c
Showing 1 changed file with 22 additions and 27 deletions.
49 changes: 22 additions & 27 deletions index.html
Expand Up @@ -14,21 +14,17 @@
// the specification's short name, as in http://www.w3.org/TR/short-name/
shortName: "ilreq",

// if your specification has a subtitle that goes below the main
// formal title, define it here
// subtitle : "an excellent document",

// if you wish the publication date to be other than the last modification, set this
//publishDate: "2014-12-16",

// if the specification's copyright date is a range of years, specify
// the start date here:
// copyrightStart: "2005"
copyrightStart: "2014",

// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
// and its maturity status
// previousPublishDate: "1977-03-15",
// previousMaturity: "WD",
previousPublishDate: "2014-12-16",
previousMaturity: "FPWD",

// if there a publicly available Editor's Draft, this is the link
edDraftURI: "http://www.w3.org/International/docs/indic-layout/",
Expand All @@ -39,26 +35,12 @@
// editors, add as many as you like
// only "name" is required
editors: [
{
name: "Swaran Lata"
, mailto: "slata@deity.gov.in"
, company: "DeitY"

},
{
name: "Somnath Chandra"
, mailto: "schandra@deity.gov.in"
, company: "DeitY"

},

{
name: "Prashant Verma"
, mailto: "vermaprashant1@gmail.com"
, company: "Web Standardization Initiative, DeitY"

}

{ name: "Swaran Lata", mailto: "slata@deity.gov.in",
company: "DeitY" },
{ name: "Somnath Chandra", mailto: "schandra@deity.gov.in",
company: "DeitY" },
{ name: "Prashant Verma", mailto: "vermaprashant1@gmail.com",
company: "Web Standardization Initiative, DeitY" },
],


Expand All @@ -70,6 +52,19 @@

// name (without the @w3c.org) of the public mailing to which comments are due
wgPublicList: "public-i18n-indic",
bugTracker: { new: "https://github.com/w3c/ilreq/issues", open: "https://github.com/w3c/ilreq/issues" } ,
otherLinks: [
{
key: "Github",
data: [
{
value: "repository",
href: "https://github.com/w3c/ilreq"
}
]
}
],


// URI of the patent status for this WG, for Rec-track documents
// !!!! IMPORTANT !!!!
Expand Down

0 comments on commit 749871c

Please sign in to comment.