<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Zomplog</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#header {
background-image:url(admin/images/mainback-red.jpg);
background-color:#CC3300;
height: 225px;
margin: 0;
color: #ffffff;
}
#mainbox {
padding-top: 10px;
padding-bottom: 10px;
background-repeat: repeat-x;
margin: 0;
color: #ffffff;
}
.maincontent {
width: 715px;
margin: 0 auto 10px;
padding: 0;
font-family: verdana, arial, tahoma;
font-size:12px;
color: #666666;
line-height:18px;
}
.headercontent {
width: 700px;
height: 225px;
margin: 0 auto 0px;
padding: 0;
background-image:url(admin/images/zomptop.png);
background-repeat: no-repeat;
}
.title
{
font-family: trebuchet ms, verdana, arial, tahoma;
color:#CC0000;
font-size: 22px;
margin: 0;
clear: both;
padding-top: 30px;
}
/* Default links */
a:link, a:visited {
color: #06c;
text-decoration: none;
}
a:hover {
color: #147;
text-decoration: underline;
}
a:active {
color: #06c;
text-decoration: none;
}
.rightbar {
width: 190px;
float: right;
border-left-width: 1px;
border-left-style: solid;
border-left-color:#CCCCCC;
padding-left: 20px;
padding-right: 15px;
margin-top: 30px;
}
.leftbar {
width: 450px;
float: left;
padding-left: 15px;
}
.sidetitle
{
font-family: trebuchet ms, verdana, arial, tahoma;
color:#CC0000;
font-size:14px;
margin: 0;
clear: both;
}
-->
</style>
</head>
<body>
<a name="top"></a>
<div id="header">
<div class="headercontent">
</div>
</div>
<div id="mainbox">
<div class="maincontent">
<div class="rightbar">
<div class="sidetitle">
About
</div>
<div class="text">
Zomplog is an easy to use weblog application which uses php and MySQL
</div>
<br />
<div class="sidetitle">Zomplog</div>
<div class="text">
<a href="http://www.zomp.nl/zomplog/">Zomplog Website</a><br />
<a href="http://www.zomp.nl/development/zomplog/wiki/">Online Documentation</a><br />
<a href="http://www.zomp.nl/forum/">Support Forum</a><br />
</div><br />
<div class="sidetitle"> Readme </div>
<div class="text"> <a href="http://www.zomp.nl/development/zomplog/wiki/WhyZomplog">Why Zomplog?</a><br />
<a href="http://www.zomp.nl/development/zomplog/wiki/WhatIsZomplog">What is Zomplog?</a> <br />
<a href="http://www.zomp.nl/development/zomplog/wiki/Licence">License</a><br />
<a href="http://www.zomp.nl/development/zomplog/wiki/Credits">Credits</a><br />
<a href="http://www.zomp.nl/development/zomplog/wiki/Changelog">Changelog</a><br />
<br />
</div>
<div class="sidetitle"></div>
</div>
<div class="leftbar">
<div class="title">Zomplog</div>
<p>Thank you for choosing Zomplog for your site! I've made this weblog system because I think weblogging is at the heart of the democratisation of the media. Weblogging enables anyone to broadcast their ideas, movies and audio, which is a great thing! </p>
<p>
Yet many of the major weblog systems require a lot of technical knowledge from their users, thus excluding the majority of the internet-users. That's the reason why I started building Zomplog: I wanted to make a system that is easy to use and logical to any user, not just programmers. Let me know what you think about Zomplog! Your feedback helps me a lot to improve the system even more!</p>
<div class="title">Easy Install</div>
<p>I've tried to make the installation-process as simple as possible. Make sure the database exists before running the install script.</p>
<ul>
<li>unzip all files into one directory (you can rename it to whatever you like)</li>
<li>open 'config.php.default' (in the "admin" folder), fill out your database settings and save as 'config.php'.</li>
<li>upload everything (if you can, use "passive-mode")</li>
<li>open your webbrowser and go to the "install" directory (which can be found at http://www.yoursite.com/your_zomplog_folder/install/). Just follow the steps on the screen. This file will install all necessary tables in the database. If all went well, you will be able to create a weblog-title and an administrator username & password.</li>
<li>if you want to be able to upload images from within Zomplog, set the permissions of the folders "thumbs" and "upload" to 777.</li>
<li>you're done!</li>
<li>if you want to get more out of Zomplog, the <a href="http://zomp.nl/development/zomplog/wiki/TipsAndTricks">tips and tricks</a> page is a good starting-point!<br />
</li>
</ul>
<div class="title">More Information</div>
<p>More information can be found in the <a href="http://www.zomp.nl/development/zomplog/wiki/" target="_blank">online documentation</a>, where you'll also find <a href="http://www.zomp.nl/development/zomplog/wiki/GetPlugins">plugins</a>, <a href="http://www.zomp.nl/development/zomplog/wiki/GetThemes">themes</a> and <a href="http://www.zomp.nl/development/zomplog/wiki/GetLanguageFiles">language files</a> to extend the functionality of your site. </p>
<div class="title">Thanks</div>
<p>I want to thank <a href="http://www.frankma.nl" target="_blank">Frank Hoek</a>, who recently joined the development team, and completely revised the language files, helped me testing, recoding, fixing bugs and pointed out some more bugs whenever I thought I was done :) Thanks to Frank this version is stable even before its first release!<br />
</p>
<div class="title">Promote Zomplog</div>
<p>If you like Zomplog, promote it in your community, or install it for a friend. Help me to to make my dream of media in the hands of the people come true!</p>
<i>Gerben Schmidt, developer of Zomplog</i><br /><br />
</div>
</div>
</div>
</body>
</html>