Skip to content

Commit 592a3ee

Browse files
author
Travis CI User
committed
Regenerate web-pages
1 parent 688b20e commit 592a3ee

File tree

3 files changed

+119
-2
lines changed

3 files changed

+119
-2
lines changed

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,19 @@ <h2 id="projects">Projects</h2>
139139
</ul>
140140
</li>
141141

142+
<li>
143+
<p>
144+
<a href="/n-dhcp4/"><strong>n-dhcp4</strong></a>:
145+
<em>Dynamic Host Configuration Protocol for IPv4</em>
146+
</p>
147+
<p>The n-dhcp4 project implements the IPv4 Dynamic Host Configuration Protocol as
148+
defined in RFC-2132+.</p>
149+
150+
<ul>
151+
<li><strong>Repository</strong>: <a href="https://github.com/nettools/n-dhcp4">@github</a></li>
152+
</ul>
153+
</li>
154+
142155
<li>
143156
<p>
144157
<a href="/n-ipv4ll/"><strong>n-ipv4ll</strong></a>:

n-dhcp4/index.html

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
9+
<title>n-dhcp4</title>
10+
<meta name="title" content="n-dhcp4" />
11+
<meta property="og:title" content="n-dhcp4" />
12+
13+
14+
15+
<meta name="description" content="The n-dhcp4 project implements the IPv4 Dynamic Host Configuration Protocol as
16+
defined in RFC-2132+.
17+
" />
18+
<meta property="og:description" content="The n-dhcp4 project implements the IPv4 Dynamic Host Configuration Protocol as
19+
defined in RFC-2132+.
20+
" />
21+
22+
23+
<meta name="author" content="Nettools Project" />
24+
25+
<link rel="shortcut icon" href="/images/nettools.ico" />
26+
<link rel="stylesheet" type="text/css" href="/stylesheets/style.css" />
27+
<link rel="stylesheet" type="text/css" href="/stylesheets/media-icons.css" />
28+
<link rel="stylesheet" type="text/css" href="/stylesheets/syntax.css" />
29+
</head>
30+
31+
32+
<body>
33+
<header class="tc pv4">
34+
<div>
35+
<a href="/">
36+
37+
<img class="h3 w3"
38+
alt="Back to home"
39+
src="/images/nettools.svg" />
40+
41+
</a>
42+
<h1 class="f5 f4-ns fw6 black-70">Nettools</h1>
43+
<h2 class="f6 black-70 fw2 ttu tracked">Linux Network Management Tools</h2>
44+
</div>
45+
46+
<nav class="lh-copy">
47+
<a href="/"
48+
class="mh2 link blue hover-mid-gray">Home</a>
49+
50+
<a href="https://github.com/nettools"
51+
class="mh2 link blue hover-mid-gray">@GitHub</a>
52+
53+
</nav>
54+
</header>
55+
56+
<main class="mw7 overflow-hidden
57+
center pv4 ph2
58+
bt b--light-gray
59+
lh-copy markdown">
60+
<article>
61+
<h1>n-dhcp4</h1>
62+
63+
<dl class="ml4">
64+
<dt class="fl cl mr2 b">Repository:</dt>
65+
<dd>
66+
<a href="https://github.com/nettools/n-dhcp4">@GitHub</a>
67+
</dd>
68+
<dt class="fl cl mr2 b">Issue-Tracker:</dt>
69+
<dd>
70+
<a href="https://github.com/nettools/n-dhcp4/issues">@GitHub</a></li>
71+
</dd>
72+
73+
74+
<dt class="fl cl mr2 b">Licenses:</dt>
75+
<dd class="cl">
76+
<ul class="ma0">
77+
78+
<li class="i">Apache Software License 2.0</li>
79+
80+
<li class="i">Lesser General Public License 2.1+</li>
81+
82+
</ul>
83+
</dd>
84+
85+
</dl>
86+
87+
<p>The n-dhcp4 project implements the IPv4 Dynamic Host Configuration Protocol as
88+
defined in RFC-2132+.</p>
89+
90+
</article>
91+
92+
</main>
93+
94+
<footer class="tc pv3 bt bb b--light-silver bg-light-gray">
95+
<a href="mailto:[email protected]"><i class="media-icon email"></i></a>
96+
<a href="https://github.com/nettools"><i class="media-icon github"></i></a>
97+
98+
</footer>
99+
</body>
100+
</html>

sitemap.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://nettools.github.io/n-acd/</loc>
5-
<lastmod>2019-04-10T08:54:20+00:00</lastmod>
5+
<lastmod>2019-05-10T11:42:07+00:00</lastmod>
6+
</url>
7+
<url>
8+
<loc>https://nettools.github.io/n-dhcp4/</loc>
9+
<lastmod>2019-05-10T11:42:07+00:00</lastmod>
610
</url>
711
<url>
812
<loc>https://nettools.github.io/n-ipv4ll/</loc>
9-
<lastmod>2019-04-10T08:54:20+00:00</lastmod>
13+
<lastmod>2019-05-10T11:42:07+00:00</lastmod>
1014
</url>
1115
<url>
1216
<loc>https://nettools.github.io/</loc>

0 commit comments

Comments
 (0)