#############################################
#		MINT-FM2
#--------------------------------------------
# Contributors: Shane Joe Lazar <shane AT archlinux DOT us>
# 		Kendall Tristan Weaver <kendalltweaver@gmail.com>
# Description: mint-fm2 is an auto generating and auto updating menu system for the Fluxbox window manager.
# It was inspired by MarchFluxMenu (http://code.google.com/p/marchfluxmenu/) but is a complete rewrite in bash. 
# License: GPL v2 or later.
############################################# 

#############################################
#		FEATURES
#--------------------------------------------
# -Auto generates and auto updates the Fluxbox menu in compliance with www.freedesktop.org standards thereby giving a familiar menu.
# -Support for localizations: the menu generated will be in the system default language where available.
# -An accurate search algorithm to locate icons for menu entries. Menu icons can be enabled or disabled.
# -Very low resource usage in monitoring mode using inotify.
# -High configurability by end users.
# -Preserving custom user changes.
# -Provides exit/quit dialog with power managerment functionality for all users, including non-admin users.
############################################# 

#############################################
#		INSTALLATION
#--------------------------------------------
# In Mint/Ubuntu/Debian, the debian package installs all required files and configures the daemon.
#
# Users must add add 'mint-fm2 start' to the the Fluxbox startup file ($HOME/.fluxbox/startup or equivalent).
# 
# UNINSTALLATION
# --------------
# The debian package will remove all installed files and remove the daemon from startup
# Users must remove the user configuration folder manually ($HOME/.mint-fm2)
############################################# 
