-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
40 lines (36 loc) · 985 Bytes
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: default
title: Overview
---
<div id="description">
<h2>Description</h2>
<p>
This is a small experiment which represents the Fritzing core parts.<br>
The <code>fzp</code> files was converted from <code>xml</code> to a <code>json</code> data for easier work with javascript.
</p>
</div>
<div>
<h2>Parts</h2>
<table>
<tr>
<td><a href="./parts.html">Parts</a></td>
<td>A list of all available parts.</td>
</tr>
<tr>
<td><a href="./parts.json">parts.json</a></td>
<td>A list of all available parts as <code>json</code>.</td>
</tr>
<tr>
<td><a href="./tags.html">Tags</a></td>
<td>A list of all tags.</td>
</tr>
<tr>
<td><a href="./tags.json">tags.json</a></td>
<td>A list of all tags as <code>json</code>.</td>
</tr>
<tr>
<td><a href="./authors.json">authors.json</a></td>
<td>A list of all authors as <code>json</code>.</td>
</tr>
</table>
</div>