| What's this class?
- This class can be used to detect the recognized web applications installed on a website.
License:
	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU Library General Public
	License as published by the Free Software Foundation; either
	version 2 of the License, or (at your option) any later version.
Structure:
	Class name: CMS_Detector
	
	Methods: (All methods are static)
		1- process - parameters: (string $page_source)
			returns an array of detected web applications in the page source
		2- appToURL - Parameters: (string $Name)
			returns the official website of the web application
 |