Major update: Refactor to rename ContentName to Name.  Delete KeyName.js.  For the moment, the KeyName class is now in KeyLocator.js.
This is done according to the API notes:
http://sea.remap.ucla.edu:8080/attachments/download/23/lwndn_api-notes_21020830.txt
diff --git a/js/publish-data.html b/js/publish-data.html
index e2574eb..d396452 100644
--- a/js/publish-data.html
+++ b/js/publish-data.html
@@ -11,7 +11,7 @@
 	

 	<script type="text/javascript" src="CCNTime.js"></script>

 	

-	<script type="text/javascript" src="ContentName.js"></script>

+	<script type="text/javascript" src="Name.js"></script>

 	

 	<script type="text/javascript" src="ContentObject.js"></script>

 	

@@ -27,8 +27,6 @@
 	

 	<script type="text/javascript" src="KeyLocator.js"></script>

 	

-	<script type="text/javascript" src="KeyName.js"></script>

-

 	<script type="text/javascript" src="PublisherID.js"></script>

 	

 	<script type="text/javascript" src="Signature.js"></script>

@@ -93,7 +91,7 @@
 		    //createRoute('borges.metwi.ucla.edu', 9695);

 		    

 			//content object

-			//var co = queryPrefix( ContentName );

+			//var co = queryPrefix( Name );

 			

 			var connector = new lwNDN('127.0.0.1', 9695);

 			//var connector = new lwNDN('131.179.141.15', 9695);