mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
72e181bf0d
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4974 21ef857c-d57f-4fe0-8362-d861dc6d29cd
84 lines
2.9 KiB
PHP
84 lines
2.9 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>Languages:</strong> English</p>
|
|
<p><strong>Intended Audience:</strong> Advanced End Users, Developers</p>
|
|
<p><strong>User Interface:</strong> Win32 (MS Windows)</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><a style="color:#AA0000" href="http://sourceforge.net/users/wj32/"><strong>wj32</strong></a></li>
|
|
<li>Project Founder</li>
|
|
</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="./forums/download/file.php?avatar=54_1314248802.jpg" width="150" height="128" alt="User avatar">
|
|
<li><a style="color:#AA0000" href="http://sourceforge.net/users/dmex/"><strong>dmex</strong></a></li>
|
|
<li>Director of Operations</li>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="portlet">
|
|
</div>
|
|
|
|
<div class="yui-g">
|
|
<div class="yui-u first">
|
|
<li><a style="color:#0000FF" href="http://sourceforge.net/users/xhmikosr/"><strong>XhmikosR</strong></a></li>
|
|
<li>Installer Developer, Tester</li>
|
|
<div class="portlet">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php include("footer.php"); ?>
|