mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-07-25 02:28:51 +00:00
No description
- Remove EX_AMCOND() and EX_FEAT_EXPORT(), instead add flags to EX_FEAT() to check whether a feature should be exported. - Only mark a feature to be exported with AM_CONDITIONAL() when it is checked within either */Makefile.am or tests/atlocal.in. - Only add a feature to test/atlocal.in when it is checked by ATX_FEAT_*(). - Move feature "bookmarkfs-util" after features that may enable it, so that its enable status can be correctly displayed. |
||
---|---|---|
.builds | ||
doc | ||
m4 | ||
src | ||
tests | ||
.gitignore | ||
configure.ac | ||
COPYING | ||
INSTALL.md | ||
Makefile.am | ||
README.md |
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://www.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.