You've already forked macports-www
mirror of
https://github.com/macports/macports-www.git
synced 2026-03-31 14:43:01 -07:00
replace "SVN" and "subversion" occurencies with git and GitHub, whatever appropriate (anchor to guide needs to be updated after the guide) replace old macosforge.org links for the mailing list mailman and pipermail (manager and archive) make url printing consistent with existing print() PHP statements, drop $github_url_ports in favor of $github_url + "string"
66 lines
2.6 KiB
PHP
66 lines
2.6 KiB
PHP
<?php
|
|
/* -*- coding: utf-8; mode: php; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:set fenc=utf-8 filetype=php et sw=4 ts=4 sts=4: */
|
|
/* Copyright (c) 2008, The MacPorts Project. */
|
|
include_once("includes/common.inc");
|
|
print_header('The MacPorts Project -- Documentation', 'utf-8');
|
|
?>
|
|
|
|
|
|
<div id="content">
|
|
|
|
<h2 class="hdr">Documentation</h2>
|
|
|
|
<br/>
|
|
|
|
<h3 class="subhdr" id="installation">Installation</h3>
|
|
<ul>
|
|
<li><a href="https://www.macports.org/install.php">Installation</a></li>
|
|
<li><a href="https://guide.macports.org/#installing">Guide to Installation</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/InstallingMacPorts">Installation Wiki</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/howto/RunningTrunk">Installing from git master</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/GetMacPortsSource">Get the Source</a></li>
|
|
</ul>
|
|
|
|
<h3 class="subhdr" id="howtos">HOWTOs</h3>
|
|
<ul>
|
|
<li><a href="https://trac.macports.org/wiki/howto">HOWTO Wiki</a></li>
|
|
</ul>
|
|
|
|
<h3 class="subhdr" id="guide">Guide</h3>
|
|
<ul>
|
|
<li><a href="https://guide.macports.org">Single HTML</a></li>
|
|
</ul>
|
|
|
|
<h3 class="subhdr" id="faq">FAQs</h3>
|
|
<ul>
|
|
<li><a href="https://trac.macports.org/wiki/FAQ">FAQ Wiki</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/ProblemHotlist">Problem Hotlist</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/LeopardProblems">Leopard Problems</a></li>
|
|
</ul>
|
|
|
|
<h3 class="subhdr" id="bugreports">Bug Reports</h3>
|
|
<ul>
|
|
<li><a href="https://guide.macports.org/#project">Reporting Guidelines</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/TracTicketing">Ticket Reporting Wiki</a></li>
|
|
</ul>
|
|
|
|
<h3 class="subhdr" id="membership">Membership</h3>
|
|
<ul>
|
|
<li><a href="https://guide.macports.org/#project.membership">Project Membership Guide</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/NewCommittersGuide">New Committers Guide</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/CommittersTipsAndTricks">Tips and Tricks</a></li>
|
|
</ul>
|
|
|
|
<h3 class="subhdr" id="usage">How to Use MacPorts</h3>
|
|
<ul>
|
|
<li><a href="https://guide.macports.org/#using">Using Macports</a></li>
|
|
<li><a href="https://trac.macports.org/wiki/UsingMacPortsQuickStart">Quick Start</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
<?php
|
|
print_footer();
|
|
?>
|