guido+booket@13: Booket guido+booket@13: ====== guido+booket@13: guido+booket@13: Description guido+booket@13: ----------- guido+booket@13: guido+booket@13: Booket is a browser-agnostic and portable bookmark manager with a focus on guido+booket@13: simplicity which runs entirely locally in the browser. Bookmarks can be loaded guido+booket@13: from and saved to a local file in a simple JSON-based file format. For guido+booket@13: interoperability with browsers' native bookmarks Booket can also import and guido+booket@13: export bookmarks in the Netscape file format. Bookmarks can be categorized guido+booket@13: with tags allowing them to be easily located later through the built-in tag guido+booket@13: filter and search function. Booket is implemented in HTML5, ECMAScript 5.1, guido+booket@13: SVG 1.1 and CSS3 and works in all major recent browsers except Internet guido+booket@13: Explorer, it can be placed and run from local storage or [from a guido+booket@13: webserver][1]. guido+booket@13: guido+booket@31: [1]: http://code.guido-berhoerster.org/projects/booket/booket.html "Booket" guido+booket@13: guido+booket@13: Build Instructions guido+booket@13: ------------------ guido+booket@13: guido+booket@31: Distributions of released versions already include pregenerated images. guido+booket@31: guido+booket@31: The following tools are required to (re)generate the SVG and PNG images from guido+booket@31: their sources: guido+booket@31: guido+booket@31: - GNU make >= 3.81 guido+booket@31: - rsvg-convert from librsvg guido+booket@31: - Scour guido+booket@31: - xmllint guido+booket@31: guido+booket@31: The following instructions assume that `make` is GNU make, on some platforms guido+booket@31: it may be installed under a different name or a non-default path. In order to guido+booket@31: start the build process run `make all`. guido+booket@31: guido+booket@31: Previously generated images can be removed by running `make clean`. guido+booket@31: guido+booket@31: Contact guido+booket@31: ------- guido+booket@31: guido+booket@31: Please send any feedback, translations or bug reports via email to guido+booket@31: . guido+booket@31: guido+booket@31: Bug Reports guido+booket@31: ----------- guido+booket@31: guido+booket@31: When sending bug reports, please always mention the exact version of Booket guido+booket@31: with which the issue occurs as well as the version of the browser and guido+booket@31: operating system you are using and make sure that you provide sufficient guido+booket@31: information to reproduce the issue and include any input, output, any error guido+booket@31: messages. guido+booket@31: guido+booket@31: In case of build issues, please also specify the implementations and versions guido+booket@31: of the tools you are using. guido+booket@13: guido+booket@13: License guido+booket@13: ------- guido+booket@13: guido+booket@13: Except otherwise noted, all files are Copyright (C) 2014 Guido Berhoerster and guido+booket@13: distributed under the following license terms: guido+booket@13: guido+booket@13: Copyright (C) 2014 Guido Berhoerster guido+booket@13: guido+booket@13: Permission is hereby granted, free of charge, to any person obtaining guido+booket@13: a copy of this software and associated documentation files (the guido+booket@13: "Software"), to deal in the Software without restriction, including guido+booket@13: without limitation the rights to use, copy, modify, merge, publish, guido+booket@13: distribute, sublicense, and/or sell copies of the Software, and to guido+booket@13: permit persons to whom the Software is furnished to do so, subject to guido+booket@13: the following conditions: guido+booket@13: guido+booket@13: The above copyright notice and this permission notice shall be included guido+booket@13: in all copies or substantial portions of the Software. guido+booket@13: guido+booket@13: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, guido+booket@13: EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF guido+booket@13: MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. guido+booket@13: IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY guido+booket@13: CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, guido+booket@13: TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE guido+booket@13: SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.