-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (35 loc) · 4.91 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
27
28
29
30
31
32
33
34
35
<!DOCTYPE html><html lang="en"><head><title>QEDA — a tool for creating libraries of electronic components</title><link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" sizes="16x16 24x24 32x32 64x64 128x128 256x256 512x512"></head><body><div id="wrap"><div id="content"><nav><div class="container-fluid"></div><div class="navbar-header"><a class="navbar-brand" href="/"><img alt="QEDA" src="/img/logo.svg" width="60" height="60" style="margin-top: -20px;"></a><div class="navbar-header visible-sm visible-xs"><button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button></div></div><div class="collapse navbar-collapse"><a class="navbar-brand" href="/">QEDA</a><ul class="nav nav-pills pull-right"><li><a href="http://doc.qeda.org/">Documentation</a></li><li><a class="ext" href="https://github.com/qeda" target="_blank">Source Code</a></li><li class="active"><a href="/donate/">Donate</a></li></ul></div></nav><div class="content"><div class="jumbotron"><h1>What is <b>QEDA</b>?</h1><p><b>QEDA</b> is a set of tools aimed to make electronic devices development easy and fun.</p><p>They are completely free and opensource.</p><a class="btn btn-lg btn-primary" href="/doc/getting-started/" role="button">Getting started</a></div><h1 id="structure">Structure</h1>
<p>QEDA consists of:</p>
<ul>
<li><p><strong><a href="/doc/core/">QEDA Core</a></strong> — an utility which provides a simple but highly customizable mechanism for creating electronic component libraries for use in EDA software. It may be used as either a command line tool or as <a class="ext" href="https://nodejs.org/" target="_blank">Node.js</a><!--_--> module.</p>
<p>This is the engine of QEDA.</p>
</li>
<li><p><strong><a href="/doc/library/">QEDA Library</a></strong> — an open, free and constantly growing repository of ready-for-use electronic component descriptors.</p>
<p>This is the fuel of QEDA.</p>
</li>
</ul>
<h1 id="features">Features</h1>
<p>Let us point out some features that may interest you:</p>
<ul>
<li><p><strong>Simple electronic component definition</strong></p>
<p>Even if a component is not in a library yet, you simply define it by creating or editing a short and human readable text file (we use <a class="ext" href="http://yaml.org/" target="_blank">YAML</a><!--_--> format for that purpose).</p>
<center><a class="btn btn-primary" href="/doc/core/component/" role="button">Read more</a></center>
</li>
<li><p><strong>Flexible customization</strong></p>
<p>We have tried to take into account all settings you would like to adjust and grouped them to easily accessible parameters.</p>
<center><a class="btn btn-primary" href="/doc/core/utility/" role="button">Read more</a></center>
</li>
<li><p><strong>Compliance with your corporate style</strong></p>
<p>All schematic symbols and land patterns will share common style according to your specific settings. If your style changes the only thing you need to do is to regenerate libraries with your new settings. You may adapt the look of schematic symbols to the actual standard of your company or country.</p>
<center><a class="btn btn-primary" href="/doc/core/styling/" role="button">Read more</a></center>
</li>
<li><p><strong>Accordance to leading industry standards (IPC, JEDEC, EIA, ISO, JEITA, GOST)</strong></p>
<p>We use the latest IPC-7351C guidelines to create land patterns. Housing specifications are partially borrowed from respective JEDEC and JEITA standards.</p>
</li>
</ul>
</div></div><div id="push"></div></div><div id="footer-wrapper"><footer class="footer"><div class="container"><div class="row"><div class="col-md-8"><p>Copyright © 2015–2017 QEDA Authors</p><p>Powered by <a href="http://noviga.com/" target="_blank"><img src="/img/noviga.png" height="30"></a></p></div><div class="col-md-1"><a class="cap" href="/">Home</a></div><div class="col-md-1"><a class="cap" href="/doc/">Doc</a></div><div class="col-md-1"><a class="cap ext" href="https://github.com/qeda" target="_blank">Source</a></div><div class="col-md-1"><a class="cap" href="/donate/">Donate</a></div></div></div></footer></div></body><link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous"><link href="/css/qeda.css" rel="stylesheet"><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83212017-1', 'auto');
ga('send', 'pageview');</script></html>