mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
ae9b1186a4
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4999 21ef857c-d57f-4fe0-8362-d861dc6d29cd
101 lines
3.3 KiB
PHP
101 lines
3.3 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 alt="" 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>
|
|
|
|
<div class="yui-t4">
|
|
<div class="top-portlet">
|
|
<p>Process Hacker was started in 2008 as an open source alternative to programs such as Task Manager and Process Explorer.</p>
|
|
|
|
<div class="portlet">
|
|
<div class="yui-g">
|
|
<div class="yui-u first">
|
|
<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>
|
|
|
|
|
|
<a href="http://sourceforge.net/project/memberlist.php?group_id=242527">
|
|
<p><strong>Project Members:</strong></p>
|
|
</a>
|
|
|
|
<div class="portlet">
|
|
</div>
|
|
|
|
<div class="yui-g">
|
|
<div class="yui-u first">
|
|
<img style="float: left; margin: 0 10px 5px 0;" src="./forums/download/file.php?avatar=2_1295726184.jpg" width="150" height="128" alt="User avatar">
|
|
<li style="color:#AA0000" href="http://sourceforge.net/users/wj32/"><strong>wj32</strong></li>
|
|
<a href="http://sourceforge.net/users/wj32/">
|
|
<strong>View Profile</strong>
|
|
</a>
|
|
<p>
|
|
<li>Founder, Chief Executive Officer</li>
|
|
<p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portlet">
|
|
</div>
|
|
|
|
<div class="yui-g">
|
|
<div class="yui-u first">
|
|
<img style="float: left; margin: 0 10px 5px 0;" src="./images/scaryroboo3k.gif" width="150" height="128" alt="User avatar">
|
|
<li style="color:#AA0000" href="http://sourceforge.net/users/dmex/"><strong>dmex</strong></li>
|
|
<a href="http://sourceforge.net/users/dmex/">
|
|
<strong>View Profile</strong>
|
|
</a>
|
|
<p>
|
|
<li>Developer, Chief Operations Officer</li>
|
|
<li>0x0D06F00D<li>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portlet">
|
|
</div>
|
|
|
|
<div class="yui-g">
|
|
<div class="yui-u first">
|
|
<img style="float: left; margin: 0 10px 5px 0;" src="./images/mpc-hc_gabest_logo.png" width="150" height="128" alt="User avatar">
|
|
<li style="color:#0000FF" href="http://sourceforge.net/users/xhmikosr/"><strong>XhmikosR</strong></li>
|
|
<a href="http://sourceforge.net/users/xhmikosr/">
|
|
<strong>View Profile</strong>
|
|
</a>
|
|
<p>
|
|
<li>Installer Developer, Tester</li>
|
|
</p>
|
|
|
|
<div class="portlet">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include("footer.php"); ?>
|