|
How to identify that a web content management tools is used from a source code?
anybody can tell me how to identify a sites which is generated using Web content management tool?
i have this source code below:
<!-- Start EmitterEWebEditPro.inc -->
<!-- End EmitterEWebEditPro.inc -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<link href="/includes/usq/page.002/css/usq.001.css" rel="stylesheet" type="text/css" />
<link href="/includes/usq/page.002/css/usqprint.001.css" rel="stylesheet" type="text/css" media="print" />
<!--[if IE]>
<link href="/includes/usq/page.002/css/usqie.001.css" rel="stylesheet" type="text/css" />
<![endif]-->
<!--[if IE 6]>
<link href="/includes/usq/page.002/css/usqie6.001.css" rel="stylesheet" type="text/css" />
<![endif]-->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<!--MetaData_IndexPage Start-->
<meta name="Description" content="The University of Southern Queensland offers award programs at undergraduate and postgraduate level by on-campus, off-campus or online study." />
<meta name="Keywords" content="University of Southern Queensland, USQ, distance education, university, arts, business, engineering, surveying, sciences, distance learning, external study, study in Australia, Australia, education, Toowoomba, Fraser Coast, Springfield, on-campus, off-campus, online, Fraser Coast," />
<meta name="Custodian" content="" />
<meta name="Title" content="University of Southern Queensland" />
<meta name="Author" content="" />
<meta name="DateofRelease" content="2008-03-14" />
<meta name="DateofReview" content="2008-09-14" />
<meta name="DateofExpiry" content="3000-01-01" />
<!--MetaData_IndexPage End-->
<title>University of Southern Queensland</title>
<meta name="ROBOTS" content="FOLLOW,INDEX" />
</head>
which code can inform us that this page is using web content management tool?
Thanks,
yzlin04
|