SF.net SVN: postfixadmin: [218] website
Brought to you by:
christian_boltz,
gingerdog
From: <gin...@us...> - 2007-11-12 13:03:56
|
Revision: 218 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=218&view=rev Author: gingerdog Date: 2007-11-12 05:03:58 -0800 (Mon, 12 Nov 2007) Log Message: ----------- website: adding to svn Added Paths: ----------- website/footer.php website/header.php website/images/ website/images/postbox.png website/images/postfixadmin2.png website/index.php website/stylesheet.css Added: website/footer.php =================================================================== --- website/footer.php (rev 0) +++ website/footer.php 2007-11-12 13:03:58 UTC (rev 218) @@ -0,0 +1,10 @@ +<div id="footer"> + | + | +Web interface to managing virtual mail accounts with Postfix + | + | +</div> +</body> +</html> + Property changes on: website/footer.php ___________________________________________________________________ Name: svn:executable + * Added: website/header.php =================================================================== --- website/header.php (rev 0) +++ website/header.php 2007-11-12 13:03:58 UTC (rev 218) @@ -0,0 +1,24 @@ +<!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=UTF-8" /> + <link rel="stylesheet" type="text/css" href="/stylesheet.css" /> + <title>Postfix Admin - Web based administration interface</title> +</head> +<body> +<div id="login_header"> + <img id="login_header_logo" src="/images/postbox.png" /> + <img id="login_header_logo2" src="/images/postfixadmin2.png" /> +</div> + +<div id="menu"> +<ul> + <li><a target='_top' href="/">Home</a></li> + <li><a target="_top" href="/screenshots">Screenshots</a></li> + <li><a target="_top" href="http://sf.net/projects/postfixadmin">Sourceforge page</a></li> + <li><a target="_top" href="http://sourceforge.net/tracker/?group_id=191583&atid=937964">Report a Bug</a></li> + <li><a target="_top" href="http://sourceforge.net/forum/forum.php?forum_id=676076">Forum</a></li> +</ul> +</div> + Property changes on: website/header.php ___________________________________________________________________ Name: svn:executable + * Added: website/images/postbox.png =================================================================== (Binary files differ) Property changes on: website/images/postbox.png ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: website/images/postfixadmin2.png =================================================================== (Binary files differ) Property changes on: website/images/postfixadmin2.png ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Added: website/index.php =================================================================== --- website/index.php (rev 0) +++ website/index.php 2007-11-12 13:03:58 UTC (rev 218) @@ -0,0 +1,63 @@ +<?php +require_once('header.php'); +?> + +<h3>What is it</h3> + +<p>Postfix Admin is a web based interface used to manage mailboxes, virtual domains and aliases. It also features support for vacation/out-of-the-office messages.</p> + +<p>It requires <a href="http://php.net">PHP</a>, <a href="http://postfix.org">Postfix</a> and one of <a href="http://www.mysql.org">MySQL</a> or <a href="http://www.postgresql.org">PostgreSQL</a>.</p> + +<h3>License</h3> +<p>Postfixadmin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. </p> + +<p>If you make changes to it, or fix bugs, please consider donating your changes back to the community.</p> + +<h3>Community</h3> + +<ul> +<li><a href="http://sourceforge.net/forum/forum.php?forum_id=676076">Postfixadmin Discussion Forum</a></li> +<li><a href="http://sourceforge.net/mail/?group_id=191583">Mailing lists</a></li> +<li>IRC - #postfixadmin on irc.freenode.net </li> +</ul> + +<h3>Download - Stable release</h3> + +<p>The latest stable release is 2.1.0. You can download it <a href="http://sourceforge.net/project/showfiles.php?group_id=191583&package_id=225300&release_id=495972">here</a></p> + +<h3>Download - Not so stable release</h3> + +<p>We've created a .deb package to make installation slightly easier, based on revision 207 of Subversion (11th November 2007). </p> +<p>This should be judged as being a <b>snapshot</b>, and although it <u>should work</u> - it may not - or some features may be lacking suitable documentation.</p> +<p>As this is based on the development branch, it's setup is slightly different from that for v2.1.0; but you should be able to figure that out when you visit http://yoursever/postfixadmin after installing it. Note, the .deb does not setup your database in any useful way - so you'll need to do this manually (see /usr/share/doc/postfixadmin)</p> + +<p><a href="http://downloads.sourceforge.net/postfixadmin/postfixadmin_2.2.0-1rc1_all.deb?use_mirror=osdn">GingerDog's experimental .deb</a> for installation (based on Subversion revision 207).</p> + +<h3>Download - Development release</h3> + +<p>The development team expect the codebase in Subversion to become 2.2.0 before the end of 2007. There are a number of show stopping bugs still in place (for instance, no automated way of performing an upgrade, and a number of translations are missing). It should however work!</p> + +<p>We would recommend that all new users use the version from Subversion, as it has a number of new features and bug fixes. However, it <strong>may contain bugs</strong>. </p> + + +<p>You can download the source code to Postfixadmin using Subversion :</p> + +<code>svn co https://postfixadmin.svn.sourceforge.net/svnroot/postfixadmin postfixadmin</code> + + +<h3>Upgrading Postfixadmin</h3> + +<p>The database schema between version 2.1.0 and what is in Subversion has changed - mostly for vacation related tables, and with the addition of UTF8 support. If you use neither, you <em>probably</em> won't need to do anything.</p> +<p>We are currently working on an 'upgrade.php' script which will take care of the database changes between revisions. This is still work in progress, and at the time of writing only MySQL is supported for this (due to GingerDog being lazy, and not doing the PostgreSQL changes)</p> + +<h3>Other Relevant links and related projects</h3> + +<ul> +<li><a href="http://postfixadmin-squirrelmail.palepurple.co.uk">Postfixadmin/Squirrelmail plugin</a> - Integrate together <A href="http://squirrelmail.org">Squirrelmail</a> with Postfixadmin</a></li> +</ul> + +(If you would like to add links to any other relevant projects, please poke GingerDog on irc) + +<?php +require_once('footer.php'); +?> Property changes on: website/index.php ___________________________________________________________________ Name: svn:executable + * Added: website/stylesheet.css =================================================================== --- website/stylesheet.css (rev 0) +++ website/stylesheet.css 2007-11-12 13:03:58 UTC (rev 218) @@ -0,0 +1,249 @@ +body { + background: #ffffff; + color: #000000; + font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + font-weight: normal; +} + +a { + text-decoration: none; + color: #888888; +} + +a:hover { + text-decoration: underline; + color: #888888; +} + +a:visited, a:active { + color: #888888; +} + +ul { +} + +table { + // border-spacing: 0; + // padding: 0; + border-collapse: collapse; //for IE +} + +.button { + border: 1px solid #aaaaaa; + color: #777777; + background: #dddddd; + padding: 3px 3px 3px 3px; + font-size: 11px; +} + +.button:hover { + background: #BCFF36; + color: #888888; +} + +.flat { + border: 1px solid #888888; +} + +.error_msg { + color: #d01313; +} + +.standout { + color: maroon; + padding: 3px 3px 3px 3px; + text-align: center; +} + +#login_header { + width: 750px; + margin: 0 auto; + padding-bottom: 10px; + text-align: left; +} + +#login { + width: 750px; + margin: 0 auto; +} + +#login_table { + border-left: 8px solid gray; + border-right: 8px solid gray; + background: #eeeeee; + width: 350px; + margin: 0 auto; + border-collapse: separate; + border-spacing: 10px; +} + +#login_table h4 { + font-size: 13px; +} + +#menu { + width: 750px; + margin: 0 auto; + padding-top: 10px; + white-space: nowrap; +} + +#menu ul li { + display: inline; + background: #efefef; + padding: 20px 5px 5px 5px; + margin-right: 3px; + border-top: 4px solid #aaaaaa; +} + +#menu ul li:hover { + background: #BFFF00; /* #F32121; */ + color: white; +} + +#menu ul li a { + color: #888888; +} + +#menu ul li a:hover { + color: #888888; +} + + +#main_menu, #edit_form { + width: 750px; + margin: 0 auto; +} + +#edit_form table { + margin: 0 auto; + padding-top: 10px; + text-align: left; + width: 500px; + border: 1px solid #efefef; +} + +#edit_form h3 { + text-align: center; + font-size: 12px; + margin: 0; + background: #AFE1A6; /*#b4004a;*/ + border: 1px solid #bbb; + line-height: 25px; + color: #555555; +} + +.hlp_center { + text-align: center; +} + +.help_text { + background: #efefef; + border-left: 1px solid #bbbbbb; + border-right: 1px solid #bbbbbb; + text-align: center; + padding-top: 5px; + padding-bottom: 5px; +} + +#main_menu table { + margin: 0 auto; + text-align: left; + padding-top: 20px; + padding-bottom: 20px; +} + +#main_menu table td { + padding-left: 30px; + padding-bottom: 5px; +} + +#main_menu a { + color: #888888; + padding-left: 8px; +} + +#main_menu a:hover { + color: #40B33C; /*#CD6A6A;*/ + text-decoration: none; + padding-left: 4px; + border-bottom: 1px solid #40B33C; + border-left: 4px solid #40B33C; +} + +#overview, #admin_domains, #admin_virtual { + width: 750px; + margin: 0 auto; + background: #AFE1A6; /*#9ACD32;*/ + border: 1px solid #bbb; +} + +#overview h4, #overview P, #overview FORM, #admin_virtual h4, #admin_virtual P, #admin_virtual FORM { + display: inline; + padding-right: 10px; + line-height: 30px; +} + +#nav_bar { + text-align: right; + width: 750px; + margin: 0 auto; +} + +#alias_table, #mailbox_table, #overview_table, #log_table, #admin_table { + width: 750px; + margin: 0px auto; + border: 1px solid #efefef; +} + +#alias_table .header, #mailbox_table .header, #overview_table .header, #log_table .header, #admin_table .header { + line-height: 20px; + background: #efefef; + color: black; +} + +#alias_table .hilightoff, #mailbox_table .hilightoff, #overview_table .hilightoff, #log_table .hilightoff, #admin_table .hilighoff { + background: white; +} + +#alias_table .hilighton, #mailbox_table .hilighton, #overview_table .hilighton, #log_table .hilighton, #admin_table .hilighton { + background: #D9FF43; /*#D6FF85;*/ /*#ffdddd;*/ +} + +#alias_table tr:hover, #mailbox_table tr:hover, #overview_table tr:hover, #log_table tr:hover, #admin_table tr:hover { + background: #D9FF43; /*#D6FF85;*/ /*#ffdddd;*/ +} + + +#alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 { + background: silver; + text-align: left; + font-size: 12px; + font-weight: bold; + padding-left: 20px; + line-height: 25px; + margin: 0; +} + +#footer { + width: 750px; + margin: 20px auto; + border-top: 1px solid #bbbbbb; + background: #efefef; + color: #999999; + line-height: 20px; + text-align: left; + padding-left: 15px; + font-size: 9px; +} + +#footer a { + text-decoration: none; + color: #999999; +} + +#footer a:hover { + text-decoration: underline; + color: #777777; +} Property changes on: website/stylesheet.css ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |