mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
38f106a92e
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4704 21ef857c-d57f-4fe0-8362-d861dc6d29cd
64 lines
2.1 KiB
PHP
64 lines
2.1 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.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/" target="_blank">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>
|
|
|
|
<p><strong>Maintainers:</strong></p>
|
|
<div class="yui-g" style="width: 80em;">
|
|
<div class="yui-u first">
|
|
<li><a style="color:#AA0000" href="http://sourceforge.net/users/wj32/"><strong>wj32</strong></a></li>
|
|
<div class="portlet">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yui-g" style="width: 80em;">
|
|
<div class="yui-u first">
|
|
<li><a style="color:#AA0000" href="http://sourceforge.net/users/dmex/"><strong>dmex</strong></a></li>
|
|
<div class="portlet">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yui-g" style="width: 80em;">
|
|
<div class="yui-u first">
|
|
<li><a style="color:#0000FF" href="http://sourceforge.net/users/xhmikosr/"><strong>XhmikosR</strong></a></li>
|
|
<div class="portlet">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="center">
|
|
<p>This Website uses code based on the <a href="https://launchpad.net/launchpad-project">Launchpad project</a>, Available under the <a href="https://dev.launchpad.net/LaunchpadLicense">GNU Affero General Public License v3 (AGPLv3).</a></p>
|
|
</div>
|
|
|
|
<?php include("footer.php"); ?>
|