Difference between revisions of "Frontends:Bookmarks Standard"
From CrossWire Bible Society
(Created page with 'Given the use of more and more mobile devices with SWORD frontends, a shared bookmark system would be a useful addition. ==Feature wish list== ==Current formats in use== ==A sha…') |
(→Current formats in use) |
||
Line 3: | Line 3: | ||
==Feature wish list== | ==Feature wish list== | ||
==Current formats in use== | ==Current formats in use== | ||
+ | |||
+ | Xiphos and BibleCS(?) use this format: | ||
+ | |||
+ | <pre> | ||
+ | <?xml version="1.0"?> | ||
+ | <SwordBookmarks syntaxVersion="1.0"> | ||
+ | <Folder caption="Personal"> | ||
+ | <Folder caption="What must I do to be saved?"> | ||
+ | <Bookmark modulename="" key="Acts 16:31" moduledescription=" " description="Acts 16:31"/> | ||
+ | <Bookmark modulename="" key="Eph 2:8,9" moduledescription=" " description="Eph 2:8,9"/> | ||
+ | <Bookmark modulename="" key="Romans 1:16" moduledescription=" " description="Romans 1:16"/> | ||
+ | </Folder> | ||
+ | <Folder caption="What is the Gospel?"> | ||
+ | <Bookmark modulename="" key="1 Cor 15:1-4" moduledescription=" " description="1 Cor 15:1-4"/> | ||
+ | </Folder> | ||
+ | </Folder> | ||
+ | </SwordBookmarks> | ||
+ | </pre> | ||
+ | |||
==A shared format== | ==A shared format== | ||
==Ways of sharing== | ==Ways of sharing== |
Revision as of 08:39, 24 March 2010
Given the use of more and more mobile devices with SWORD frontends, a shared bookmark system would be a useful addition.
Feature wish list
Current formats in use
Xiphos and BibleCS(?) use this format:
<?xml version="1.0"?> <SwordBookmarks syntaxVersion="1.0"> <Folder caption="Personal"> <Folder caption="What must I do to be saved?"> <Bookmark modulename="" key="Acts 16:31" moduledescription=" " description="Acts 16:31"/> <Bookmark modulename="" key="Eph 2:8,9" moduledescription=" " description="Eph 2:8,9"/> <Bookmark modulename="" key="Romans 1:16" moduledescription=" " description="Romans 1:16"/> </Folder> <Folder caption="What is the Gospel?"> <Bookmark modulename="" key="1 Cor 15:1-4" moduledescription=" " description="1 Cor 15:1-4"/> </Folder> </Folder> </SwordBookmarks>