[Blends-commit] [SCM] website branch, master, updated. 507b0a1fd6bf00bf141efc6d1071fcdc590b283e
Iain R. Learmonth
irl at fsfe.org
Wed May 13 12:23:08 UTC 2015
The following commit has been merged in the master branch:
commit 507b0a1fd6bf00bf141efc6d1071fcdc590b283e
Author: Iain R. Learmonth <irl at fsfe.org>
Date: Wed May 13 13:23:05 2015 +0100
hamradio: Added developer information to new website
diff --git a/www/hamradio/dev.html b/www/hamradio/dev.html
new file mode 100644
index 0000000..22b0d3d
--- /dev/null
+++ b/www/hamradio/dev.html
@@ -0,0 +1,102 @@
+<html>
+<head>
+ <title>Developer Information · Debian Hamradio Pure Blend</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+<meta name="robots" content="noindex" />
+<link href="css/debian.css" rel="stylesheet" type="text/css">
+<link href="css/hamradio.css" rel="stylesheet" type="text/css">
+<link rel="shortcut icon" href="img/favicon.ico">
+</head>
+<body>
+<div id="header">
+ <div id="wikisection">
+ <p class="section"><a href="/hamradio/" title="Debian Hamradio Pure Blend">Hamradio Pure Blend</a></p>
+ </div>
+ <div id="upperheader">
+ <div id="logo">
+ <a href="http://www.debian.org" title="Debian Home"><img src="img/openlogo-50.png" alt="Debian" width="50" height="61"></a>
+ </div>
+ </div> <!-- end upperheader -->
+ <div id="navbar">
+ <p class="hidecss"><a href="#content">Skip Quicknav</a></p>
+ <ul>
+ <li><a href="/hamradio">Home</a></li>
+ <li><a href="/hamradio/tasks.html">Packages</a></li>
+ <li><a href="/hamradio/live.html">Live DVDs</a></li>
+ <li><a href="/hamradio/dev.html">Development</a></li>
+ </ul>
+ </div> <!-- end navbar -->
+ <p id="breadcrumbs"> hamradio pure blend <span class="sep">/</span> developer information</p>
+</div>
+
+<div id="content">
+ <h1>Debian Hamradio Pure Blend Developer Information</h1>
+
+ <h2>Packaging</h2>
+
+ <p>While packaging of hamradio software in Debian is the responsibility
+ of the <a href="http://pkg-hamradio.alioth.debian.org">Debian Hamradio Maintainers</a>,
+ the pure blend project does provide the following tools that may be useful
+ to packagers:</p>
+
+ <ul>
+ <li><a href="/hamradio/tasks/">Blend Tasks Index</a></li>
+ <li><a href="/hamradio/bugs/">Blend Bugs Overview</a></li>
+ <li><a href="/hamradio/thermometer/">Blend Thermometer</a></li>
+ </ul>
+
+ <h2>Metapackages Source Code</h2>
+
+ <ul>
+ <li><a href="https://anonscm.debian.org/cgit/blends/projects/hamradio.git">Web-based git browser</a></li>
+ <li><a href="https://anonscm.debian.org/git/blends/projects/hamradio.git">Anonymous git clone</a></li>
+ </ul>
+
+ <pre>git clone https://anonscm.debian.org/git/blends/projects/hamradio.git
+cd hamradio ; make dist
+gbp buildpackage</pre>
+
+ <p><i>Note: you will need <a
+ href="https://packages.debian.org/unstable/git-buildpackage">git-buildpackage</a>
+ and <a href="https://packages.debian.org/unstable/blends-dev">blends-dev</a>
+ installed to build the source.</i></p>
+
+ <p>To learn more about how to work with blends metapackages, see <a href="http://blends.debian.org/blends/ch06.html#metapackages">§6.1</a> of the <a href="http://blends.debian.org/blends/">Debian Pure Blends Manual</a>.</p>
+
+ <h2>Live DVD Source Code</h2>
+
+ <ul>
+ <li><a href="http://anonscm.debian.org/cgit/blends/blends-images.git">Web-based git browser</a></li>
+ <li><a href="http://anonscm.debian.org/git/blends/blends-images.git/">Anonymouse git clone</a></li>
+ </ul>
+
+ <pre>git clone http://anonscm.debian.org/git/blends/blends-images.git/
+cd blends-images/images/hamradio-amd64
+lb config
+sudo lb build</pre>
+
+ <p><i>Note: you will need <a
+ href="https://packages.debian.org/unstable/git-buildpackage">git-buildpackage</a>
+ and <a href="https://packages.debian.org/unstable/live-build">live build</a>
+ installed to build the source.</a></i></p>
+
+ <p>To learn more about how to work with live-build sources, see the <a
+ href="http://live.debian.net/manual/unstable/html/live-manual/toc.en.html">Live
+ Systems Manual</a>.</p>
+</div>
+
+<div id="footer">
+<div id="fineprint">
+ <p>
+ The source code powering these pages is available <a href="http://anonscm.debian.org/cgit/blends/website.git">here</a>.
+ <br />
+ Contact: <a href="mailto:debian-hams at lists.debian.org">Debian Hamradio Maintainers</a> or <a href="irc://irc.debian.org/#debian-hams">#debian-hams</a> on irc.debian.org.
+ <br />
+ Debian is a registered trademark of <a href="http://www.spi-inc.org/">Software in the Public Interest</a>.
+ </p>
+</div>
+</div>
+
+</body>
+</html>
+
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list