packages feed

boomange 0.1.2.0 → 0.1.2.1

raw patch · 3 files changed

+25/−6 lines, 3 files

Files

Main.hs view
@@ -35,7 +35,7 @@ import Data.Loader	  appName = "boomange"-appVersion = "0.1.2.0"+appVersion = "0.1.2.1" -- header to be used on the sample config file configHeader =   "# This is the configuration file for " ++ appName ++ "\n" ++
boomange.1 view
@@ -1,16 +1,35 @@ .\" Manpage for boomange. .\" Contact marcelogmillani@gmail.com to correct errors or typos.-.TH man 1 "21 Oct 2014" "0.1.1.0" "boomange man page"+.TH man 1 "23 Oct 2014" "0.1.2.1" "boomange man page" .SH NAME boomange \- generates an HTML file with bookmarks .SH SYNOPSIS boomange .SH DESCRIPTION-In order to allow a unified and customized bookmarks file, boomange generates a HTML file with an user's bookmarks.+In order to allow a unified and customized bookmarks file among different browsers, boomange generates a HTML file with an user's bookmarks, allowing customisations in the form of header and footer files. .SH OPTIONS-None+.PP+\fB-h, --help\fR+.RS+shows help+.RE+.PP+\fB-c, --config \fIfile\fR\fR+.RS+uses \fIfile\fR as configuration file instead of the default one (see below)+.RE+.PP+\fB-v, --version\fR+.RS+outputs version and exits+.RE+.PP+\fB-s, --status\fR+.RS+outputs configuration files info and exits+.RE .SH FILES-boomange stores its configuration files in one of these directories:+boomange stores its configuration files in one of these directories by default:  .IP	\(bu 2  $XDG_CONFIG_HOME/boomange
boomange.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                boomange-version:             0.1.2.0+version:             0.1.2.1 synopsis:            A Bookmarks manager with a HTML generator description:         In order to allow a unified and customized bookmarks file, boomange generates a HTML file with an user's bookmarks. license:             GPL-3