diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2014-11-19 23:00:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-11-19 23:30:10 +0700 |
commit | 13889c1313bc8bc57bfbc7f849f8694c9eeb0d1d (patch) | |
tree | 86bf58230149a93848b245cc3dde46e6d1660be9 /system/profile-sync-daemon/slack-desc | |
parent | 7de3191028874a308a8e1601c5a1bfc411ba8ef5 (diff) | |
download | slackbuilds-13889c1313bc8bc57bfbc7f849f8694c9eeb0d1d.tar.gz |
system/profile-sync-daemon: Added (Manage browser profiles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/profile-sync-daemon/slack-desc')
-rw-r--r-- | system/profile-sync-daemon/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/profile-sync-daemon/slack-desc b/system/profile-sync-daemon/slack-desc new file mode 100644 index 0000000000..c3bfd3cf11 --- /dev/null +++ b/system/profile-sync-daemon/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +profile-sync-daemon: profile-sync-daemon (Manage browser profiles in tmpfs) +profile-sync-daemon: +profile-sync-daemon: Profile-sync-daemon (psd) is a tiny pseudo-daemon designed to manage +profile-sync-daemon: your browser's profile in tmpfs and to periodically sync it back to +profile-sync-daemon: your physical disc (HDD/SSD). This is accomplished via a symlinking +profile-sync-daemon: step and an innovative use of rsync to maintain back-up and +profile-sync-daemon: synchronization between the two. One of the major design goals of +profile-sync-daemon: psd is a completely transparent user experience. +profile-sync-daemon: +profile-sync-daemon: Homepage: https://github.com/graysky2/profile-sync-daemon/ +profile-sync-daemon: |