packages feed

boomange 0.1.1.0 → 0.1.1.1

raw patch · 2 files changed

+45/−2 lines, 2 files

Files

+ boomange.1 view
@@ -0,0 +1,43 @@+.\" 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"+.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.+.SH OPTIONS+None+.SH FILES+boomange stores its configuration files in one of these directories:++.IP	\(bu 2 +$XDG_CONFIG_HOME/boomange+.IP \(bu+$HOME/.config/boomange+.IP \(bu+Haskell's System.Directory.getAppUserDataDirectory boomange++using the first solvable (i.e., the directory doesn't have to exist, only the variable). If the directory does not exist, a sample configuration will be installed.++When executed, boomange searches for the config file inside the configuration folder, which uses descrilo syntax. It contains 2 descriptions:++.IP	\(bu +config \- configuration of what boomange should do. The possible values inside are:+.RS+.IP \(bu 2+output \- where the HTML should be placed after generation+.IP \(bu+headerFile \- file that will be prepended to output+.IP \(bu+footerFile \- file that will be appended to output+.RE+.IP \(bu 2+watch \- all files that should be read for bookmarks. The left part of every value is irrelevant, and the right part indicates the file. Each file should use simtreelo syntax, and all leaves are used as  URI for their parents, which means that a node with a leaf as child should have no other children.+.SH SEE ALSO+\fBdescrilo\fR(5), \fBsimtreelo\fR(5)+.SH BUGS+No known bugs.+.SH AUTHOR+Marcelo Garlet Millani (marcelogmillani@gmail.com)
boomange.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                boomange-version:             0.1.1.0+version:             0.1.1.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@@ -13,7 +13,7 @@ category:            Web build-type:          Simple data-files:    html/footer.html , html/header.html, style.css-extra-doc-files:     README+extra-doc-files:     README, boomange.1 cabal-version:       >=1.10  executable boomange