Insubstantial cleanup of code comments.
authorcburleso
Mon, 21 Jul 2014 13:32:35 -0500
changeset 722 65f3710b85c5
parent 721 aba5c89bf715
child 723 dae65d764f44
Insubstantial cleanup of code comments.
ldp-bp/ldp-bp.html
--- a/ldp-bp/ldp-bp.html	Mon Jul 21 10:55:00 2014 -0400
+++ b/ldp-bp/ldp-bp.html	Mon Jul 21 13:32:35 2014 -0500
@@ -16,13 +16,21 @@
 	var respecConfig = {
 		// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
 		// LATER USE: WG-NOTE...
-		specStatus : "ED",
+		specStatus : "FPWD",
+
+		publishDate : "2014-07-30",
 
 		edDraftURI : "https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-bp/ldp-bp.html",
 
 		// the specification's short name, as in http://www.w3.org/TR/short-name/
 		shortName : "ldp-bp",
 
+		previousURI: "http://google.com",
+
+		//previousMaturity: "WD",
+
+        //previousPublishDate:  "2014-07-28",
+
 		// if your specification has a subtitle that goes below the main
 		// formal title, define it here
 		// subtitle   :  "Guidelines for Implementing Linked Data Platform Servers, Clients and Related Systems",
@@ -80,33 +88,19 @@
 		//      company: "Your Company", companyURL: "http://example.org/" },
 		//],
 
-		// name of the WG
 		wg : "Linked Data Platform Working Group",
 
 		wgPatentURI : 'http://www.w3.org/2004/01/pp-impl/55082/status',
 
-		// URI of the public WG page
 		wgURI : "http://www.w3.org/2012/ldp/wiki/Main_Page",
 
-		// name (without the @w3c.org) of the public mailing to which comments are due
 		wgPublicList : "public-ldp",
 
-		// URI of the patent status for this WG, for Rec-track documents
-		// !!!! IMPORTANT !!!!
-		// This is important for Rec-track documents, do not copy a patent URI from a random
-		// document unless you know what you're doing. If in doubt ask your friendly neighbourhood
-		// Team Contact.
-		//wgPatentURI : "http://www.w3.org/2004/01/pp-impl/55082/status",
 		localBiblio : {
 			"LD-DI" : {
 				title : "Linked Data - Design Issues",
 				href : "http://www.w3.org/DesignIssues/LinkedData.html",
 				authors : [ "Tim Berners-Lee" ],
-			//status:   "WD"//,
-			//deliveredBy: [
-			//            "http://www.w3.org/2012/ldp/"
-			//],
-			//publisher:  "W3C"
 			},
 			"LDP-TESTS" : {
 				title : "Linked Data Platform 1.0 Test Cases",
@@ -120,10 +114,6 @@
 				title : "Linked Data Glossary",
 				href : "http://www.w3.org/TR/ld-glossary/",
 				authors : [ "B Hyland", "G Atemezing", "M Pendleton","B Srivastava" ],
-				//status:   "WD",
-				//deliveredBy: [
-				//     "http://www.w3.org/2012/ldp/"
-				//],
 				publisher : "W3C"
 			},
 			"LDP-PRIMER" : {
@@ -202,10 +192,8 @@
 
 
 
-
 <body>
 
-
 	<section id='abstract'>This document provides best practices
 		and guidelines for implementing Linked Data Platform servers
 		and clients.</section>