Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

index.php

Go to the documentation of this file.
00001 <?php 00002 header("content-type : text/html; charset=utf-8"); 00003 echo '<?xml version="1.0" encoding="utf-8"?>'; 00004 ?> 00005 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 00006 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 00007 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 00008 <head> 00009 <title>a(tom)Blog</title> 00010 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 00011 <style type="text/css" title="yellow_bw"> 00012 /*inpired from docs/styles/yellow_bw*/ 00013 html, body, h1, #menu{margin:0;padding:0;} 00014 body{text-align:center;font:62.5% Arial,Helvetica,FreeSans, Sans, sans;} 00015 #header,#page{margin:0 auto;padding:0 0.2em;} 00016 #header{border-bottom:4px groove #999;text-align:center;background:#000;color:#fff;} 00017 #header_info, #menu{padding:0.5em 0;margin:0 auto;} 00018 #menu li{display:inline;list-style:none;margin:0;padding:0;} 00019 #menu a{color:#ff6;font-weight:bold;text-decoration:none;font-size:0.9em;padding:0.4em 0.8em;border:1px solid #333;background:#222;} 00020 #menu a:hover{color:#fff;background:#333;border-color:#ff6;} 00021 #page,#header_info, #menu{text-align:left;width:40em;font-size:1.4em;} 00022 </style> 00023 </head> 00024 <body> 00025 <div id="header"> 00026 <div id="header_info"> 00027 <h1>a(tom)Blog : an atom powered weblog’s</h1> 00028 </div> 00029 <ul id="menu"> 00030 <li><a href="docs/">documentation</a></li> 00031 <li><a href="admin.php">a(dmin)Blog</a></li> 00032 </ul> 00033 </div> 00034 <div id="page"> 00035 <h2>About</h2> 00036 <p>This project is a school essay about dealing with <i>atom</i> format, 00037 <abbr title="HyperText Tranfert Protocol">HTTP</abbr> request and 00038 <abbr title="eXtensible Stylesheet Language">XSL</abbr> transformation.</p> 00039 00040 <h2>Explaination</h2> 00041 <p> 00042 You can freely test this projet without any garanty. 00043 </p> 00044 <h3>Create a account</h3> 00045 <p> 00046 Submit there your informations and enjoy. 00047 </p> 00048 <ul> 00049 <li><a href="/admin.php?page=user&action=new">create your account</a></li> 00050 </ul> 00051 </div> 00052 </body> 00053 </html>

Generated on Fri Jun 25 00:00:22 2004 for a(tom)Blog by doxygen 1.3.7