No description
Find a file
CismonX 996ca0e042
backend_firefox: fix and refactor mkfs
- Make sure all tables and indices are created for the database,
  even the ones that are not used by BookmarkFS.
- Maintain the schema version in `PRAGMA user_version`.
- Always use `INT` for integer type, and `TEXT` for text type,
  so that we could save a little space.  This does not affect the
  actual datatype (more precisely, type affinity) of the columns.
2025-01-26 00:19:54 +08:00
doc backend: rename backend_sync -> bookmark_sync 2025-01-24 23:07:22 +08:00
m4 init: prepare for Savannah 2024-12-31 18:09:03 +08:00
src backend_firefox: fix and refactor mkfs 2025-01-26 00:19:54 +08:00
tests init: prepare for Savannah 2024-12-31 18:09:03 +08:00
.gitignore init: prepare for Savannah 2024-12-31 18:09:03 +08:00
bookmarkfs.pc.in init: prepare for Savannah 2024-12-31 18:09:03 +08:00
configure.ac chore: minor wording corrections in configure.ac 2025-01-02 16:42:31 +08:00
COPYING init: prepare for Savannah 2024-12-31 18:09:03 +08:00
INSTALL.md all: fix punctuation regarding "e.g." and "i.e." 2025-01-23 19:23:54 +08:00
Makefile.am init: prepare for Savannah 2024-12-31 18:09:03 +08:00
README.md init: prepare for Savannah 2024-12-31 18:09:03 +08:00

About

BookmarkFS is a FUSE-based pseudo-filesystem which provides an interface to the bookmark data of web browsers.

Currently, the following browsers (and their derivatives) are supported:

  • Firefox
  • Chromium

Getting Started

See 'INSTALL.md' for instructions on how to build and install BookmarkFS. See the files under 'doc/' for the user manual.

Project homepage: https://nongnu.org/bookmarkfs.

Copying

BookmarkFS is free software, distributed under the terms of the GNU General Public License, either version 3, or any later version of the license. For more information, see the file 'COPYING'.

The user manual and other supporting files in this codebase are distributed under separeate licenses. Refer to the corresponding license notice for details.