Bookmark ML is off-topic for public-webapps [Was: Fwd: RE: Digital Books, Web Components, Bookmarking and Hyperlinking]

Adam - I thinkBookmarkML is off-topic for all ofWebApps WG's mail lists. 
As such, please use some other list - and none of WebApps' lists - for 
related discussions.

Please see 
<http://www.w3.org/2008/webapps/wiki/WorkMode#Off-Topic_Discussion_Policy> 
for more information about WebApps' mail list usage.

-Thanks, Art Barstow

-------- Original Message --------
Subject: 	RE: Digital Books, Web Components, Bookmarking and Hyperlinking
Resent-Date: 	Thu, 10 Jan 2013 18:46:18 +0000
Resent-From: 	<public-webapps@w3.org>
Date: 	Thu, 10 Jan 2013 18:45:50 +0000
From: 	ext Adam Sobieski <adamsobieski@hotmail.com>
To: 	public-webapps@w3.org <public-webapps@w3.org>



Web Applications Working Group,

Greetings. In the BookmarkML approach, we can add bibliographic 
metadata, useful for graphical user interface summarizations and 
visualizations of bookmarks and useful for interoperability with 
authoring software when quoting, citing and referencing materials. 
Digital book reading software can produce bookmarks, including with one 
or more text or multimedia selections (see also: 
http://idpf.org/epub/linking/cfi/epub-cfi.html, 
http://www.w3.org/TR/media-frags/, http://www.w3.org/TR/xpath-30/, 
http://www.w3.org/TR/xpath-full-text-10/) and authoring software can be 
interoperable with bookmarks.

<bookmark href="...">
   <!-- bibliographic metadata about the bookmarked book, chapter, section, page, configuration, for example http://bibliontology.com/ -->

   <data path="...xpath1...">
     <param name="x1" value="value_1" />
     <param name="x2" value="value_2" />
     ...
   </data>
   <data path="...xpath2...">
     <param name="x3" value="value_3" />
     <param name="x4" value="value_4" />
     ...
   </data>
   ...
</bookmark>


or

<bookmark>
   <!-- bibliographic metadata about the bookmarked book, chapter, section, page, configuration, for example http://bibliontology.com/ -->

   <resources>
     <url type="application/epub+zip">ftp://...<url>
     <url type="application/epub+zip">http://...<url>
     ...
   </resources>

   <data path="...xpath1...">
     <param name="x1" value="value_1" />
     <param name="x2" value="value_2" />
     ...
   </data>
   <data path="...xpath2...">
     <param name="x3" value="value_3" />
     <param name="x4" value="value_4" />
     ...
   </data>
   ...
</bookmark>




Kind regards,

Adam Sobieski

Received on Monday, 14 January 2013 12:46:12 UTC