Skip to content

Commit 1321520

Browse files
New.
0 parents  commit 1321520

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
HTML2MARKDOWN=html2text
2+
3+
all: README.md
4+
5+
README.md: README.html
6+
$(HTML2MARKDOWN) $(HTML2MARKDOWNFLAGS) $< > $@

README.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset=utf-8>
5+
<title>README</title>
6+
</head>
7+
<body>
8+
<p>Most of the repos in the set of repos at
9+
<a href="https://github.com/validator">https://github.com/validator</a>
10+
are mirrors of Bitbucket repos that store the sources from which the
11+
<a href="http://validator.nu/">validator.nu</a>
12+
and
13+
<a href="http://validator.w3.org/nu/">validator.w3.org/nu</a>
14+
services are built.

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Most of the repos in the set of repos at [https://github.com/validator][1] are
2+
mirrors of Bitbucket repos that store the sources from which the
3+
[validator.nu][2] and [validator.w3.org/nu][3] services are built.
4+
5+
[1]: https://github.com/validator
6+
7+
[2]: http://validator.nu/
8+
9+
[3]: http://validator.w3.org/nu/
10+

0 commit comments

Comments
 (0)