Files
mirror-processhacker/misc/website/websitev2/about.php
T
dmex 00be603ad8 Website: changed file encoding
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5093 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-10-21 10:45:40 +00:00

113 lines
5.4 KiB
PHP

<?php
$pagetitle = "About";
include("header.php");
?>
<div class="page">
<div class="yui-d0">
<div class="watermark-apps-portlet">
<div class="flowed-block">
<img style="float:left;margin:0 5px 0 0;" width="64" height="64" src="/images/logo_64x64.png">
</div>
<div class="flowed-block wide">
<h2>Process Hacker</h2>
<ul class="facetmenu">
<li><a href="/">Overview</a></li>
<li><a href="/features.php">Features</a></li>
<li><a href="/screenshots.php">Screenshots</a></li>
<li><a href="/downloads.php">Downloads</a></li>
<li><a href="/faq.php">FAQ</a></li>
<li class="overview active"><a href="/about.php">About</a></li>
<li><a href="/forums/">Forum</a></li>
</ul>
</div>
</div>
<div class="yui-t4">
<div class="yui-b side">
<div class="portlet" >
<h2 class="center">Quick Links</h2>
<ul class="involvement">
<li><a href="http://sourceforge.net/project/memberlist.php?group_id=242527">Project Members</a></li>
<li><a href="https://www.ohloh.net/p/processhacker/contributors">Project Contributors</a></li>
</ul>
</div>
<div class="portlet" >
<h2 class="center">Get Involved</h2>
<ul class="involvement">
<li><a href="/forums/viewforum.php?f=24">Report a bug</a></li>
<li><a href="/forums/viewforum.php?f=5">Ask a question</a></li>
</ul>
</div>
</div>
<div class="top-portlet">
<div class="summary" style="padding-bottom:20px;">
<p>Process Hacker was started in 2008 as an open source alternative to programs such as Task Manager and Process Explorer.</p>
<p><strong>Registered:</strong> 16-10-2008</p>
<p><strong>Licence:</strong> GNU General Public License version 3.0 <a href="http://processhacker.svn.sourceforge.net/viewvc/processhacker/2.x/trunk/LICENSE.txt">GPLv3</a></p>
<p><strong>Language:</strong> English</p>
<p><strong>Intended Audience:</strong> Advanced End Users, Developers</p>
<p><strong>Programming Language:</strong> C, C#</p>
</div>
</div>
<div class="yui-g">
<div class="yui-u first">
<div class="portlet" style="position:relative;">
<a href="http://sourceforge.net/users/wj32/">
<img class="user-avatar" src="http://www.gravatar.com/avatar/4dab4ece81a9b8832323ef2f73fcf12e" alt="User avatar">
<p style="color:#AA0000">
<strong>wj32</strong>
</p>
</a>
<ul>
<li>Project Founder, Senior Maintainer</li>
<li>Joined: 16-10-2008</li>
<li></li>
<li></li>
</ul>
<a href='http://meta.ohloh.net/kudos/' target='_top'>
<img class="ohloh-kudos" alt='Ohloh kudos' src='https://www.ohloh.net/accounts/47453/widgets/account_rank.gif' />
</a>
<a href='https://www.ohloh.net/p/processhacker/contributors/1415904688650589' target='_top'>
<img class="ohloh-commits" alt="wj32 commit history" height="32" width="179" src="https://www.ohloh.net/p/processhacker/contributors/144925/commits_spark.png" />
</a>
</div>
<div class="portlet" style="position:relative;">
<a href="http://sourceforge.net/users/dmex/">
<img class="user-avatar" src="http://www.gravatar.com/avatar/989904e05fb257009009d2c6e2c8808f" alt="User avatar">
<p style="color:#AA0000">
<strong>dmex</strong>
</p>
</a>
<ul>
<li>Project Operations, Maintainer</li>
<li>Email: dmex04 at gmail.com</li>
<li>Joined: 28-08-2009</li>
</ul>
<a href='http://meta.ohloh.net/kudos/' target='_top'>
<img class="ohloh-kudos" alt='Ohloh kudos' src='https://www.ohloh.net/accounts/56334/widgets/account_rank.gif' />
</a>
<a href='https://www.ohloh.net/p/processhacker/contributors/1415904688659470' target='_top'>
<img class="ohloh-commits" alt="dmex commit history" height="32" width="179" src="https://www.ohloh.net/p/processhacker/contributors/368201/commits_spark.png" />
</a>
</div>
<div class="portlet">
</div>
</div>
</div>
</div>
</div>
</div>
<?php include("footer.php"); ?>