mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
8e26a4910a
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4415 21ef857c-d57f-4fe0-8362-d861dc6d29cd
54 lines
1.7 KiB
PHP
54 lines
1.7 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">
|
|
<div class="summary">
|
|
Process Hacker was started in 2008 as an open source alternative to programs such as Task Manager and
|
|
Process Explorer.
|
|
</div>
|
|
<br>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yui-g">
|
|
<div class="yui-u first">
|
|
<div class="portlet" id="portlet-latest-faqs">
|
|
<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>
|
|
</div>
|
|
|
|
<div class="yui-u">
|
|
<div class="portlet" id="portlet-latest-questions">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="yui-u">
|
|
<div id="structural-subscription-content-box">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include("footer.php"); ?>
|