mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 13:36:47 +00:00
deploy: 8f179b0a286f528aef8190a7e5ca2d7760e8e2a8
This commit is contained in:
parent
5ebfbf96de
commit
3b3252913a
@ -59,7 +59,32 @@
|
||||
|
||||
<h2>The core team</h2>
|
||||
|
||||
<h1 id="todo">TODO</h1>
|
||||
<h1 id="team">Team</h1>
|
||||
|
||||
<p>InvenTree has had 40+ contributors since the project started in March 2017.</p>
|
||||
|
||||
<h2 id="maintainer">Maintainer</h2>
|
||||
|
||||
<h4 id="schrodingersgat">SchrodingersGat</h4>
|
||||
<p>Oliver is an Australian EE. He started InvenTree in 2017 and is the maintainer.
|
||||
<a href="https://github.com/SchrodingersGat">GitHub</a></p>
|
||||
|
||||
<h2 id="active-team">Active Team</h2>
|
||||
|
||||
<h4 id="eeintech">eeintech</h4>
|
||||
<p>Francois is an EE. He is part of the core team an maintainer of <a href="https://github.com/sparkmicro/Ki-nTree">Ki-nTree</a>.
|
||||
<a href="https://github.com/eeintech">GitHub</a></p>
|
||||
|
||||
<h4 id="matmair">matmair</h4>
|
||||
<p>Matthias is an Austrian developer. He is part of the core team and focuses on <code class="language-plaintext highlighter-rouge">enterprise</code> enhancments.
|
||||
<a href="https://github.com/matmair">GitHub</a></p>
|
||||
|
||||
<h2 id="contributors">Contributors</h2>
|
||||
<p>ToDo / Looking for suggestions.</p>
|
||||
|
||||
<h3 id="disclaimer">Disclaimer</h3>
|
||||
<p>The list is in no way complete and only contains the most active devs when the website was created. If you feel someone is missing feel free to open an issue in the GitHub repo.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://web1.invenhost.com/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="https://web1.invenhost.com/" rel="alternate" type="text/html" /><updated>2022-11-04T00:43:12+00:00</updated><id>https://web1.invenhost.com/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Release highlights 0.8.0</title><link href="https://web1.invenhost.com/blog/2022/08/02/release-highlights" rel="alternate" type="text/html" title="Release highlights 0.8.0" /><published>2022-08-02T00:00:00+00:00</published><updated>2022-08-02T00:00:00+00:00</updated><id>https://web1.invenhost.com/blog/2022/08/02/release-highlights</id><author><name>matmair</name></author><summary type="html"><![CDATA[InvenTree 0.8.0 is here!]]></summary></entry><entry><title type="html">Starting with templates</title><link href="https://web1.invenhost.com/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>https://web1.invenhost.com/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://web1.invenhost.com/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="https://web1.invenhost.com/" rel="alternate" type="text/html" /><updated>2022-11-06T17:05:10+00:00</updated><id>https://web1.invenhost.com/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Release highlights 0.8.0</title><link href="https://web1.invenhost.com/blog/2022/08/02/release-highlights" rel="alternate" type="text/html" title="Release highlights 0.8.0" /><published>2022-08-02T00:00:00+00:00</published><updated>2022-08-02T00:00:00+00:00</updated><id>https://web1.invenhost.com/blog/2022/08/02/release-highlights</id><author><name>matmair</name></author><summary type="html"><![CDATA[InvenTree 0.8.0 is here!]]></summary></entry><entry><title type="html">Starting with templates</title><link href="https://web1.invenhost.com/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>https://web1.invenhost.com/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
|
@ -59,7 +59,16 @@
|
||||
|
||||
<h2>API</h2>
|
||||
|
||||
<h1 id="todo">TODO</h1>
|
||||
<h1 id="inventree-api">InvenTree API</h1>
|
||||
|
||||
<p>InvenTree ships with an extensive REST API that is used by several native applications:</p>
|
||||
<ul>
|
||||
<li>parts of the webinterface</li>
|
||||
<li>InvenTree App (Android/iOS)</li>
|
||||
<li>python module</li>
|
||||
</ul>
|
||||
|
||||
<p>The API is self-documenting. More information is provided in the <a href="https://inventree.readthedocs.io/en/latest/api/api/">documentation</a>.</p>
|
||||
|
||||
</article>
|
||||
|
||||
|
@ -174,7 +174,7 @@
|
||||
</div>
|
||||
|
||||
<div class="p-4 sm:w-1/4 w-1/2">
|
||||
<h2 class="title-font font-medium sm:text-4xl text-3xl cm-gray-1">2150</h2>
|
||||
<h2 class="title-font font-medium sm:text-4xl text-3xl cm-gray-1">2151</h2>
|
||||
<p class="leading-relaxed">GitHub Stars</p>
|
||||
</div>
|
||||
|
||||
|
@ -27,11 +27,11 @@
|
||||
<meta property="og:url" content="https://web1.invenhost.com/matmair" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2022-11-04T00:43:12+00:00" />
|
||||
<meta property="article:published_time" content="2022-11-06T17:05:10+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Matmair" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-04T00:43:12+00:00","datePublished":"2022-11-04T00:43:12+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"https://web1.invenhost.com/matmair"},"url":"https://web1.invenhost.com/matmair"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-06T17:05:10+00:00","datePublished":"2022-11-06T17:05:10+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"https://web1.invenhost.com/matmair"},"url":"https://web1.invenhost.com/matmair"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
||||
|
@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://web1.invenhost.com/news/feed.atom" rel="self" type="application/atom+xml" /><link href="https://web1.invenhost.com/" rel="alternate" type="text/html" /><updated>2022-11-04T00:43:12+00:00</updated><id>https://web1.invenhost.com/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Release highlight 0.8.0</title><link href="https://web1.invenhost.com/news/2022/08/02/new-features-in-0.8.0" rel="alternate" type="text/html" title="Release highlight 0.8.0" /><published>2022-08-02T00:00:00+00:00</published><updated>2022-08-02T00:00:00+00:00</updated><id>https://web1.invenhost.com/news/2022/08/02/new-features-in-0.8.0</id><author><name>matmair</name></author><summary type="html"><![CDATA[We recently released 0.8.0!]]></summary></entry><entry><title type="html">We have news now!</title><link href="https://web1.invenhost.com/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>https://web1.invenhost.com/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[Hi there, here is something new: News!]]></summary></entry></feed>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.2.2">Jekyll</generator><link href="https://web1.invenhost.com/news/feed.atom" rel="self" type="application/atom+xml" /><link href="https://web1.invenhost.com/" rel="alternate" type="text/html" /><updated>2022-11-06T17:05:10+00:00</updated><id>https://web1.invenhost.com/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.</subtitle><entry><title type="html">Release highlight 0.8.0</title><link href="https://web1.invenhost.com/news/2022/08/02/new-features-in-0.8.0" rel="alternate" type="text/html" title="Release highlight 0.8.0" /><published>2022-08-02T00:00:00+00:00</published><updated>2022-08-02T00:00:00+00:00</updated><id>https://web1.invenhost.com/news/2022/08/02/new-features-in-0.8.0</id><author><name>matmair</name></author><summary type="html"><![CDATA[We recently released 0.8.0!]]></summary></entry><entry><title type="html">We have news now!</title><link href="https://web1.invenhost.com/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>https://web1.invenhost.com/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[Hi there, here is something new: News!]]></summary></entry></feed>
|
@ -27,11 +27,11 @@
|
||||
<meta property="og:url" content="https://web1.invenhost.com/repo/shopify.html" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2022-11-04T00:43:12+00:00" />
|
||||
<meta property="article:published_time" content="2022-11-06T17:05:10+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Shopify" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-04T00:43:12+00:00","datePublished":"2022-11-04T00:43:12+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"https://web1.invenhost.com/repo/shopify.html"},"url":"https://web1.invenhost.com/repo/shopify.html"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-06T17:05:10+00:00","datePublished":"2022-11-06T17:05:10+00:00","description":"A simple Integration into Shopify.","headline":"Shopify","mainEntityOfPage":{"@type":"WebPage","@id":"https://web1.invenhost.com/repo/shopify.html"},"url":"https://web1.invenhost.com/repo/shopify.html"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
||||
|
@ -27,11 +27,11 @@
|
||||
<meta property="og:url" content="https://web1.invenhost.com/schrodingersgat" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="article:published_time" content="2022-11-04T00:43:12+00:00" />
|
||||
<meta property="article:published_time" content="2022-11-06T17:05:10+00:00" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Schrodingersgat" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-04T00:43:12+00:00","datePublished":"2022-11-04T00:43:12+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"https://web1.invenhost.com/schrodingersgat"},"url":"https://web1.invenhost.com/schrodingersgat"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2022-11-06T17:05:10+00:00","datePublished":"2022-11-06T17:05:10+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"https://web1.invenhost.com/schrodingersgat"},"url":"https://web1.invenhost.com/schrodingersgat"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
<script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>
|
||||
|
@ -18,15 +18,15 @@
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://web1.invenhost.com/matmair</loc>
|
||||
<lastmod>2022-11-04T00:43:12+00:00</lastmod>
|
||||
<lastmod>2022-11-06T17:05:10+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://web1.invenhost.com/schrodingersgat</loc>
|
||||
<lastmod>2022-11-04T00:43:12+00:00</lastmod>
|
||||
<lastmod>2022-11-06T17:05:10+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://web1.invenhost.com/repo/shopify.html</loc>
|
||||
<lastmod>2022-11-04T00:43:12+00:00</lastmod>
|
||||
<lastmod>2022-11-06T17:05:10+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://web1.invenhost.com/404</loc>
|
||||
|
Loading…
x
Reference in New Issue
Block a user