2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 21:46:44 +00:00

deploy: 8f179b0a286f528aef8190a7e5ca2d7760e8e2a8

This commit is contained in:
matmair 2022-11-06 17:05:19 +00:00
parent 5ebfbf96de
commit 3b3252913a
9 changed files with 49 additions and 15 deletions

View File

@ -59,7 +59,32 @@
<h2>The core team</h2> <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> </article>

View File

@ -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>

View File

@ -59,7 +59,16 @@
<h2>API</h2> <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> </article>

File diff suppressed because one or more lines are too long

View File

@ -27,11 +27,11 @@
<meta property="og:url" content="https://web1.invenhost.com/matmair" /> <meta property="og:url" content="https://web1.invenhost.com/matmair" />
<meta property="og:site_name" content="InvenTree" /> <meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" /> <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 name="twitter:card" content="summary" />
<meta property="twitter:title" content="Matmair" /> <meta property="twitter:title" content="Matmair" />
<script type="application/ld+json"> <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 --> <!-- End Jekyll SEO tag -->
<script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script> <script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>

View File

@ -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>

View File

@ -27,11 +27,11 @@
<meta property="og:url" content="https://web1.invenhost.com/repo/shopify.html" /> <meta property="og:url" content="https://web1.invenhost.com/repo/shopify.html" />
<meta property="og:site_name" content="InvenTree" /> <meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" /> <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 name="twitter:card" content="summary" />
<meta property="twitter:title" content="Shopify" /> <meta property="twitter:title" content="Shopify" />
<script type="application/ld+json"> <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 --> <!-- End Jekyll SEO tag -->
<script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script> <script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>

View File

@ -27,11 +27,11 @@
<meta property="og:url" content="https://web1.invenhost.com/schrodingersgat" /> <meta property="og:url" content="https://web1.invenhost.com/schrodingersgat" />
<meta property="og:site_name" content="InvenTree" /> <meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" /> <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 name="twitter:card" content="summary" />
<meta property="twitter:title" content="Schrodingersgat" /> <meta property="twitter:title" content="Schrodingersgat" />
<script type="application/ld+json"> <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 --> <!-- End Jekyll SEO tag -->
<script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script> <script async src="https://offen.web1.invenhost.com/script.js" data-account-id="2c8697da-bb92-441b-82ee-ece2622295b2"></script>

View File

@ -18,15 +18,15 @@
</url> </url>
<url> <url>
<loc>https://web1.invenhost.com/matmair</loc> <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>
<url> <url>
<loc>https://web1.invenhost.com/schrodingersgat</loc> <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>
<url> <url>
<loc>https://web1.invenhost.com/repo/shopify.html</loc> <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>
<url> <url>
<loc>https://web1.invenhost.com/404</loc> <loc>https://web1.invenhost.com/404</loc>