Skip to content

Commit 4fb712a

Browse files
committed
A minimal landing page for haikuports.
1 parent 90cb700 commit 4fb712a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>HaikuPorts landing page</title>
6+
</head>
7+
<body>
8+
<h1>Welcome to HaikuPorts</h1>
9+
<p>HaikuPorts is a centralized collection of software ported to the <a href="http://www.haiku-os.org">Haiku</a> platform. The main goal of this site is to facilitate cooperation towards porting efforts.</p>
10+
<h1>The HaikuPorter</h1>
11+
<p>The <a href="http://github.com/haikuports/haikuporter">HaikuPorter</a> tool is provided to ease the fetching, patching and building of source code.
12+
It can be compared to a slim version of <a href="http://www.gentoo.org/main/en/about.xml">Gentoo Portage</a>. Each port contains the Haiku-specific
13+
patches to the original source code. It fetches the original source code, applies the Haiku-specific patches, builds, and packages the port in a format
14+
suitable for Haiku's package manager.</p>
15+
<h1>Get started</h1>
16+
<p>The entry point for working with haikuporter and the ports is the <a href="https://github.com/haikuports/haikuports/wiki">haiku ports wiki</a>.
17+
Additional support is available through the <a href="https://github.com/haikuports/haikuports/wiki/MailingList">mailing list</a>.</p>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)