⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 easycms to learn easy php and see how to code in php and use mysql database requetes
💻 HTML
字号:
	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">			<html dir="ltr" xml:lang="en" lang="en">	<head>		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 		<title></title>		<style type="text/css">			body{				font-family:"Bitstream Vera Sans",verdana, arial, sans serif;				background:url(back.gif) #ccc;				padding:1em;			}				a{color:#336699;border-bottom:1px solid black;text-decoration:none;}			a:hover{color:#6699ccc;border-bottom:none;text-decoration:none;}			h1 a,h2 a,h3 a {border:none;color:inherit;}			.blob {				background:#f8f8f8;				padding:1em;				border:1px solid black;			}			h1 {				margin-top:0;				font-weight:normal;				color:#360;			}			h2,h3 {				font-weight:normal;			}		</style>		<script language="javaScript" type="text/javascript">	    <!--	    	function show(id){				document.getElementById('eng').style.display='none';				document.getElementById('ins').style.display='none';				document.getElementById('ger').style.display='none';				document.getElementById(id).style.display='block';			}	    //-->	    </script>	</head>		<body onload="show('ins')">	<h1>EasyCMS</h1>	<div id="ins" class="blob">	<h2>Please choose your language</h2>	<ul>		<li><a href="#english" onclick="show('eng');return false;">English instructions</a></li>		<li><a href="#deutsch" onclick="show('ger');return false;">Deutsche Anleitung</a></li>	</ul>	</div>		<div id="eng" class="blob">	<h2><a name="about">How to install and start EasyCMS</a></h2>	<p>EasyCMS is a web site generator and content management tool. It allows 	you to generate a complete, independent web site from a sitemap and templates.</p>	<p>Furthermore it allows you to edit the content and the sitemap of a web site 	directly on the server without the need to FTP.</p>	<p>Once set up, all you need to worry about to maintain your web site is the 	content, all the navigation and linking is done by EasyCMS.</p>	<p>EasyCMS is not a WYSIWYG editor, and does not use custom commands to	layout documents. It has an in-built HTML help and tag generator and 	comes with some custom commands to ease HTML development and define 	content elements.</p>	<p>Please follow the instructions below and afterwards start EasyCMS by 	opening the index.php file in your admin folder.</p>		<h3><a name="ecmsrequirements">Requirements</a></h3>		<p>Unlike a lot of other CMS, EasyCMS does not need database to work. It		was created for users of PHP virtual servers or users without Database		knowledge.</p>		<p>For EasyCMS to work, you need</p>		<ul>			<li>A server with PHP installed (preferably the newest version,			EasyCMS does not support PHP versions without superglobals 			anymore).</li>			<li>The correct write permissions for the folders data, html, 			ecms_contentimages, ecms_navimages and the homepage file on the 			root (more information about this is in the &#34;installing&#34; 			chapter).</li>		</ul>		<p>To create templates and use EasyCMS to layout documents, you need 		HTML knowledge, no PHP knowledge is necessary.</p>		<h3><a name="ecmsinstall">Installing</a></h3>		<p>To install EasyCMS, unzip the EasyCMS file to the server. You can		unzip it to the root or to a sub-folder. EasyCMS uses relative linking,		to allow for more than one installation on the same server.</p>		<p>Note:Some WinZip flavours and Macintosh unpacking tools do not show		any sub-folders in the Zip file. If that is the case, try another 		version, they are in there.</p>		<p>After unpacking, EasyCMS requires the following folders and files to have		write permission:</p>		<ul>			<li>data</li>			<li>ecms_contentimages</li>			<li>ecms_navimages</li>			<li>html</li>			<li>homepage file on the root (to be defined in the sitemap editor, 			default is &#34;index.html&#34;)</li>		</ul>		<p>To set the file permissions for these files use your FTP client or 		use &#34;chmod 777 file_or_folder_name&#34; on the system console.</p>		<p>EasyCMS checks if these files have write permission or not, and 		does only start when this is the case.</p>		<p><strong>To prevent web site users with knowledge of EasyCMS to change the		page, secure the &#34;admin&#34; folder with a login (via .htaccess)		or rename it to something else.</strong></p>	</div>	<div id="ger" class="blob">	<h2><a name="about">Anleitung zur Einrichtung von EasyCMS</a></h2>	<p>EasyCMS erlaubt es ihnen eine Webseite aus Vorlagen und einer Sitemap zu	erstellen, und diese sp&#228;ter online zu bearbeiten ohne das Sie sich mit	FTP oder Servern auskennen.</p>	<p>Wenn EasyCMS auf dem Server l&#228;uft, m&#252;ssen Sie sich nur um den 	Inhalt der einzelnen Seiten k&#252;mmern, die Verlinkung der Seiten und das	Erstellen der Men&#252;s erledigt EasyCMS f&#252;r Sie.</p>	<p>Seiten, die mit EasyCMS erstellt werden, sind vollkommen unabh&#228;ngig von	EasyCMS. Sie k&#246;nnen reine HTML Seiten erstellen, die dann auch offline 	als Pr&#228;sentationen funktionieren.</p>	<p>EasyCMS ist kein WYSIWYG Editor, sie k&#246;nnen die Seiten nicht "malen", 	sondern m&#252;ssen HTML eingeben. EasyCMS hat eine integrierte HTML Hilfe, 	und einige Extrafunktionen, die das HTML Schreiben vereinfachen.</p>	<p>Bitte befolgen Sie die folgenden Einrichtungsmassnahmen und starten Sie EasyCMS 	anschliessend, indem Sie das Dokument &#34;index.php&#34; in Ihrem admin Verzeichnis	oeffnen.</p>			<h3><a name="ecmsrequirements">Vorgaben</a></h3>		<p>EasyCMS ben&#246;tigt keine Datenbank, da es haupts&#228;chlich f&#252;r die 		Nutzer von virt&#252;llen Servern erstellt wurde.</p>		<p>Um EasyCMS zu nutzen, ben&#246;tigen Sie</p>		<ul>			<li>Einen Server mit PHP (Am Besten die neuste Version, EasyCMS 			unterst&#252;tzt aus Sicherheitsgr&#252;nden keine &#228;lteren Versionen ohne 			&#34;superglobals&#34; mehr).</li>			<li>Schreibrechte f&#252;r die Verzeichnisse data, html, 			ecms_contentimages, ecms_navimages und die Homepage im 			Hauptverzeichnis (mehr Informationen erhalten Sie im 			Kapitel &#34;Einrichtung&#34;).</li>		</ul>		<p>Um EasyCMS Vorlagen zu erstellen und um Dokumente mit EasyCMS 		zu layouten ben&#246;tigen Sie keinerlei PHP Kenntnisse, alles was Sie 		k&#246;nnen m&#252;ssen, ist einfaches HTML.</p>				<h3><a name="ecmsinstall">Einrichtung</a></h3>		<p>Um EasyCMS auf Ihrem Rechner einzurichten, entpacken Sie das 		EasyCMS ZIP entweder im Hauptverzeichnis oder in einem 		eigenen Verzeichnis. EasyCMS verlinkt die Dokumente relativ, um mehr		als eine EasyCMS Installation auf dem Rechner zu erlauben.</p>		<p>Hinweis: Einige Zip Programme auf Mac Rechnern und Versionen von 		WinZip zeigen keine Unterverzeichnisse in dem Zip an. Falls		dies der Fall ist, versuchen Sie ein anderes Entpackprogramm.</p>		<p>Nach dem Entpacken setzen Sie die Schreibrechte f&#252;r die folgenden		Verzeichnisse/Dokumente:</p>		<ul>			<li>data</li>			<li>ecms_contentimages</li>			<li>ecms_navimages</li>			<li>html</li>			<li>Das Homepage Dokument im Hauptverzeichnis 			(welches im Menu Editor definiert wird, falls Sie das noch nicht 			getan haben, ist es das Dokument &#34;index.html&#34;).</li>		</ul>		<p>Um die Schreibrechte f&#252;r diese Verzeichnisse und Dokumente 		zu setzen, benutzen Sie Ihr FTP Programm, oder tippen Sie auf Linux 		Rechnern den Befehl &#34;chmod 777 Dokument_oder_verzeichnisname&#34;.</p>		<p>EasyCMS testet, ob die Schreibrechte gesetzt sind, und startet erst dann,		wenn dies der Fall ist.</p>		<p><strong>Sichern Sie auf jeden Fall das Verzeichnis &#34;admin&#34; mit 		einem Passwort (per .htaccess) oder benennen Sie es um! Ansonsten kann jeder 		Surfer, der sich mit EasyCMS auskennt, Ihre Seite &#228;ndern!!!</strong></p>	</div>	<br />	<span style="color:#000;padding:3px;background:#eee;border:1px solid #333;font-family:verdana,arial,sans serif;font-size:10px">Powered by <a href="http://easycms.onlinetools.org" style="color:#336699;font-family:verdana,arial,sans serif;font-size:10px">EasyCMS</a></span>	</body>	</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -