README
####################################################################################
SCRIPT STEP BY STEP
####################################################################################
If you have a problem during setup.sh execution, you can install the plugin manually.
Documentation : http://wiki.ocsinventory-ng.org/index.php/Plugins:Top10Softwares
Report your bug at guillaume.priou@ocsinventory-ng.org
####################################################################################
12/09/2011 : Creation of this plugin with OCS console developer 
08/10/2011 : Update 2.0.1 to create a filter on softwares
####################################################################################

#####################
setup.sh step by step
#####################

* Ask user for apache user information
* Copy ms_stats_top.php and ms_stats_top_soft.txt in directory from source to /ocsreports/plugins/main_sections/ms_stats
* Backup old 4all_config.txt and copy new 4all_config.txt from source to /ocsreports/plugins/main_sections/conf/

#################################
Upgrade of your management server
#################################
Before upgrading, you have to backup 
* 4all_config.txt

After upgrade your management server, you have to reactivate the plugin
* restore 4all_config.txt 

#####################
ms_stats_top_soft.txt
#####################

Syntax : Microsoft% > It will display all softwares with name looks like Microsoft
<LIKE>
 
</LIKE>
Syntax : aptitude > It will display software named aptitude
<EXACTLY>
 
</EXACTLY>
Syntax : Microsoft% > It will display all softwares with name differents of Microsoft
<NOLIKE>
 
</NOLIKE>
Syntax : aptitude > It will display software differents of software named aptitude
<NOEXACTLY>
 
</NOEXACTLY>