-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html>
<head>
<title>data.txt: Data for the Web</title>
<link rel="icon" type="image/png" href="datatxt.png"/>
<style>
body {
max-width: 600px;
margin: 10% auto 10% auto;
text-align: justify;
font-family: monospace;
}
</style>
</head>
<body>
<h1><mark>data.txt</mark>: Data for the Web</h1>
<p>
The <a href="https://www.robotstxt.org">robots.txt</a> and <a href="http://humanstxt.org">humans.txt</a> files describe a website's content for web crawlers and people. In a similar way, a <b>data.txt</b> file describes a website's content for data discovery and access.
</p>
<p>
A <a href="/data.txt">data.txt</a> file is a file describing one or many data sources available through your website. Each entry must contain a 'path' attribute to point to the location of each data source, it can also contain optional attributes like 'description', 'license', 'name', and so on.
</p>
<p>
The <a href="https://github.com/datatxtorg/datatxt-spec">specification</a> is under active development, it is intended to be a subset of <a href="https://yaml.org/">yaml</a> to make it secure and easy to parse with existing or custom parsers.
</p>
</body>
</html>