Help update.

This commit is contained in:
Arun Prakash Jana 2016-04-25 00:58:22 +05:30
parent c1dbf3d24c
commit f4534992de
No known key found for this signature in database
GPG Key ID: C0A712ED95043DCB
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ You may need to use `sudo` with `PREFIX` depending on your permissions on destin
- The SQLite3 database file is stored in:
- **$XDG_DATA_HOME/buku/bookmarks.db**, if XDG_DATA_HOME is defined (first preference) or
- **$HOME/.local/share/buku/bookmarks.db**, if HOME is defined (second preference) or
- the **current directory**, on Windows for example.
- the **current directory**, e.g. on Windows.
- Before version 1.9, `buku`stored its database in **$HOME/.cache/buku/bookmarks.db**. If the file exists, buku automatically moves it to new location.
- The database index for entries starts from 1. Index 0 is used for special operations like show or refresh or delete all bookmarks.
- It's advisable to copy URLs directly from the browser address bar, i.e., along with the leading `http://` or `https://` token. `buku` looks up title data (found within <title></title> tags of HTML) from the web ONLY for fully-formed HTTP(S) URLs.

2
buku.1
View File

@ -15,7 +15,7 @@ is a command-line tool to save, tag and search bookmarks.
The SQLite3 database file is stored in:
- \fB$XDG_DATA_HOME/buku/bookmarks.db\fR, if XDG_DATA_HOME is defined (first preference) or
- \fB$HOME/.local/share/buku/bookmarks.db\fR, if HOME is defined (second preference) or
- the \fBcurrent directory\fR, on Windows for example.
- the \fBcurrent directory\fR, e.g. on Windows.
.PP
Before version 1.9,
.B buku