<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML>

<HEAD>
<STYLE>
BODY
{
    FONT-FAMILY: Verdana, Helvetica, Ariel;
    FONT-SIZE: 10pt;
    COLOR: black;
    BACKGROUND-COLOR: White;
    MARGIN: 16px;
}

DIV.logo
{
    width: 10%;
	float: left;
}

DIV.header
{
	text-align: center;
    width: 90%;
    height: 10%;
	float: right;
}

DIV.content
{
    width: 100%;
    height: 80%;
}

DIV.footer
{
	text-align: center;
    width: 100%;
    height: 10%;
}

.title
{
    font-size: 16pt;
}

.description
{
	padding: 10px;
	width: 50%;
	float: left;
}

.resources
{
	padding: 10px;
	width: 50%;
	float: right;
}

.resources-cvs
{
	padding: 10px;
	clear: both;
}

</STYLE>
</HEAD>

<BODY>

<DIV class="logo">
<IMG src="images/ums-logo-64x64.png" border="0" align="middle" hspace="10" vspace="4">
</DIV>

<DIV class="header">
<SPAN class="title"><U><B>U</B></U>ser <U><B>M</B></U>anagement <U><B>S</B></U>ystem</SPAN>
</DIV>

<DIV class="content">

<A href="mi/home.php">
<IMG src="icons/64x64/apps/package_system.png" border="0" align="middle" hspace="10" vspace="4"></A>
Management Interface<HR size="1" />
<DIV class="description">
UMS - User Management System. Provides functionality to manage users and personal 
profiles. It is reliable, extensible and open for easier integration with existent 
systems. Implements user management and authentication, personal profiles management 
and classification. Relies on PHP as scripting language and MySQL as database server.</DIV>
<DIV class="resources">
More information available at <A href="http://www.appletworks.com">www.appletworks.com</A> 
and <A href="http://ums.sf.net">ums.sf.net</A>
</DIV>
<DIV class="resources-cvs">
Source code available through anonymous CVS access at cvs.appletworks.net:/home/appletworks/cvsroot/ums<BR>
<U><BR>
Anonymous CVS Access</U>:<BR>
cvs -d :pserver:anonymous@cvs.appletworks.net:/home/appletworks/cvsroot login<BR>
cvs -d :pserver:anonymous@cvs.appletworks.net:/home/appletworks/cvsroot checkout 
ums<BR>
&nbsp;</DIV>
</DIV>
<DIV class="footer">
Copyright (c) 2001-2006 by Neven Boyanov and AppletWorks(tm)
</DIV>

</BODY>

</HTML>