From 64e1c1658318c9ea01ad1e56d8ca58d2e5cf860f Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Fri, 22 Jun 2018 09:40:26 +0200 Subject: Update manpage --- linux/man/smolbote.7 | 11 +++++++++-- linux/man/smolbote.7.html | 20 +++++++++++++++++--- linux/man/smolbote.7.ronn | 14 +++++--------- src/browser.cpp | 3 +-- 4 files changed, 32 insertions(+), 16 deletions(-) diff --git a/linux/man/smolbote.7 b/linux/man/smolbote.7 index e8f63bd..fe36a8d 100644 --- a/linux/man/smolbote.7 +++ b/linux/man/smolbote.7 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "SMOLBOTE" "7" "May 2018" "" "" +.TH "SMOLBOTE" "7" "June 2018" "" "" . .SH "NAME" \fBsmolbote\fR \- yet another no\-frills browser @@ -171,7 +171,7 @@ filter\.cookies\.path: ~/\.config/smolbote/cookies\.d Plugins a way of extending smolbote\'s functionality using the Qt plugin system\. They are not to be confused with NPAPI/PPAPI or WebExtension plugins\. . .P -To enable a plugin either copy it or symlink it in the plugins\.path location\. A set of default plugins is installed in /usr/lib/smolbote\. +To enable a plugin either copy it or symlink it in the plugins\.path location, or set its absolute path as the plugins\.path\. . .IP "\(bu" 4 plugins\.path: ~/\.config/smolbote/plugins\.d @@ -179,6 +179,13 @@ plugins\.path: ~/\.config/smolbote/plugins\.d .IP "" 0 . .SS "Profiles" +A Profile is a collection of settings, policies, scripts, cookies, cache and history\. Profiles can be used to isolate pages from each other\. +. +.P +Each window has a default profile it uses when opening new tabs\. This can be set by the profile\.default option, and can be changed from the window\'s menu\. Additionally, tabs can have their profiles individually changed from their page menu\. +. +.P +Because profiles store all their data separately, you can log in into the same site with a different account from each profile\. However, links opened into new tabs will still use the subwindow\'s default profile\. For example, you can set a profile to hold login information for a site, but all new tabs opened from that site would still be using the default off\-the\-record profile\. . .IP "\(bu" 4 profile\.default: \'\' diff --git a/linux/man/smolbote.7.html b/linux/man/smolbote.7.html index c74783f..5784c91 100644 --- a/linux/man/smolbote.7.html +++ b/linux/man/smolbote.7.html @@ -191,8 +191,8 @@ navigation.movable option.

Plugins a way of extending smolbote's functionality using the Qt plugin system. They are not to be confused with NPAPI/PPAPI or WebExtension plugins.

-

To enable a plugin either copy it or symlink it in the plugins.path location. A -set of default plugins is installed in /usr/lib/smolbote.

+

To enable a plugin either copy it or symlink it in the plugins.path location, +or set its absolute path as the plugins.path.