From 63be24c3dab0c03bae31ccec7cde1d5b0c57ef29 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 11 Apr 2022 15:30:26 +0200 Subject: [PATCH 01/11] move use cases into own section --- _data/for_business.yml | 2 +- _data/for_edu.yml | 2 +- _data/for_maker.yml | 2 +- business.md => use/business.md | 0 education.md => use/education.md | 0 maker.md => use/maker.md | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename business.md => use/business.md (100%) rename education.md => use/education.md (100%) rename maker.md => use/maker.md (100%) diff --git a/_data/for_business.yml b/_data/for_business.yml index 907b7dab..80904856 100644 --- a/_data/for_business.yml +++ b/_data/for_business.yml @@ -1,6 +1,6 @@ ref: business link: - internal: business + internal: use/business title: For Business text: | lorem ipsum text diff --git a/_data/for_edu.yml b/_data/for_edu.yml index 1b160ab0..2c12e973 100644 --- a/_data/for_edu.yml +++ b/_data/for_edu.yml @@ -1,6 +1,6 @@ ref: edu link: - internal: education + internal: use/education title: For Education text: | Electronic Labs are creative places. Whether your institution works with K12 or post-grads - organisation and tooling is challenging. Let InvenTree help you calm the storm! diff --git a/_data/for_maker.yml b/_data/for_maker.yml index d26736f9..0d73e7c7 100644 --- a/_data/for_maker.yml +++ b/_data/for_maker.yml @@ -1,6 +1,6 @@ ref: maker link: - internal: maker + internal: use/maker title: For Maker text: | lorem ipsum text diff --git a/business.md b/use/business.md similarity index 100% rename from business.md rename to use/business.md diff --git a/education.md b/use/education.md similarity index 100% rename from education.md rename to use/education.md diff --git a/maker.md b/use/maker.md similarity index 100% rename from maker.md rename to use/maker.md From c749fd1b0bd401dfc9213d6c216255fac93aacc2 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 11 Apr 2022 15:30:35 +0200 Subject: [PATCH 02/11] fix internal links --- _includes/fnc/link.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/_includes/fnc/link.html b/_includes/fnc/link.html index 919b6a54..7be7b8be 100644 --- a/_includes/fnc/link.html +++ b/_includes/fnc/link.html @@ -1,11 +1,15 @@ +{% capture link %} {% if include.item.site %} {{ site[include.item.site] }} {% elsif include.item.internal %} {{ include.item.internal | relativurl }} {% elsif include.item.link %} - {{ include.item.link }} + {{ include.item.link | include fnc/link.html }} {% elsif include.item.home %} - {{ '/' | relative_url }} + {{ '/' | relative_url }} {% else %} {{ include.item }} -{% endif %} \ No newline at end of file +{% endif %} +{% endcapture %} + +{{ link | strip }} \ No newline at end of file From fecc9a20802baeda07ec762a066d9a108caee4d1 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 16 Apr 2022 21:06:47 +0200 Subject: [PATCH 03/11] add more content templates --- _layouts/alternatives.html | 11 +++++++++++ _layouts/content.html | 9 +++++++++ _layouts/plugin_highlight.html | 12 ++++++++++++ alternatives/bomist.md | 8 ++++++++ alternatives/excel.md | 8 ++++++++ alternatives/index.md | 20 ++++++++++++++++++++ alternatives/odoo.md | 8 ++++++++ alternatives/partkeepr.md | 8 ++++++++ alternatives/partsbox.md | 8 ++++++++ alternatives/snipeit.md | 8 ++++++++ alternatives/teamcenter.md | 8 ++++++++ contribute/code/architecture.md | 6 ++++++ contribute/code/index.md | 6 ++++++ contribute/community.md | 6 ++++++ contribute/index.md | 16 ++++++++++++++++ contribute/sponsor.md | 6 ++++++ contribute/translation.md | 6 ++++++ deploy/bare-metal.md | 6 ++++++ deploy/cloud.md | 6 ++++++ deploy/docker.md | 6 ++++++ deploy/index.md | 16 ++++++++++++++++ extend/api.md | 6 ++++++ extend/index.md | 13 +++++++++++++ extend/integrate/index.md | 9 +++++++++ extend/integrate/kntree.md | 6 ++++++ extend/migrate/index.md | 6 ++++++ extend/plugin/digikey.md | 6 ++++++ extend/plugin/index.md | 20 ++++++++++++++++++++ extend/plugin/octopart.md | 6 ++++++ extend/plugin/printers.md | 7 +++++++ extend/plugin/shopify.md | 7 +++++++ 31 files changed, 274 insertions(+) create mode 100644 _layouts/alternatives.html create mode 100644 _layouts/content.html create mode 100644 _layouts/plugin_highlight.html create mode 100644 alternatives/bomist.md create mode 100644 alternatives/excel.md create mode 100644 alternatives/index.md create mode 100644 alternatives/odoo.md create mode 100644 alternatives/partkeepr.md create mode 100644 alternatives/partsbox.md create mode 100644 alternatives/snipeit.md create mode 100644 alternatives/teamcenter.md create mode 100644 contribute/code/architecture.md create mode 100644 contribute/code/index.md create mode 100644 contribute/community.md create mode 100644 contribute/index.md create mode 100644 contribute/sponsor.md create mode 100644 contribute/translation.md create mode 100644 deploy/bare-metal.md create mode 100644 deploy/cloud.md create mode 100644 deploy/docker.md create mode 100644 deploy/index.md create mode 100644 extend/api.md create mode 100644 extend/index.md create mode 100644 extend/integrate/index.md create mode 100644 extend/integrate/kntree.md create mode 100644 extend/migrate/index.md create mode 100644 extend/plugin/digikey.md create mode 100644 extend/plugin/index.md create mode 100644 extend/plugin/octopart.md create mode 100644 extend/plugin/printers.md create mode 100644 extend/plugin/shopify.md diff --git a/_layouts/alternatives.html b/_layouts/alternatives.html new file mode 100644 index 00000000..b3a146fb --- /dev/null +++ b/_layouts/alternatives.html @@ -0,0 +1,11 @@ +--- +layout: content +--- +
+

{{ page.title }}

+

Please keep in mind that this is the view of one or more devs of InvenTree. So there is an elemenet of bias involved.

+ {{ content }} + {% if page.oss %} +

This alternative is (F)OSS - let's celebrate this by heading over, giving it a good look and staring the project! Motiviation keeps projects and maintainers healthy.

+ {% endif %} +
diff --git a/_layouts/content.html b/_layouts/content.html new file mode 100644 index 00000000..17e2f65c --- /dev/null +++ b/_layouts/content.html @@ -0,0 +1,9 @@ +--- +layout: default +--- + + +
+

{{ page.title }}

+ {{ content }} +
diff --git a/_layouts/plugin_highlight.html b/_layouts/plugin_highlight.html new file mode 100644 index 00000000..ef5cdf9e --- /dev/null +++ b/_layouts/plugin_highlight.html @@ -0,0 +1,12 @@ +--- +layout: content +--- +
+

{{ page.title }}

+ {{ content }} + {% if page.plugin %} +
+

Find out more about this plugin on the plugin site

+ {% include plugin_card.html plugin=page.plugin %} + {% endif %} +
diff --git a/alternatives/bomist.md b/alternatives/bomist.md new file mode 100644 index 00000000..8bd9f7db --- /dev/null +++ b/alternatives/bomist.md @@ -0,0 +1,8 @@ +--- +layout: alternatives +title: Partkeepr +oss: true +link: # TODO +--- + +# TODO diff --git a/alternatives/excel.md b/alternatives/excel.md new file mode 100644 index 00000000..8bd9f7db --- /dev/null +++ b/alternatives/excel.md @@ -0,0 +1,8 @@ +--- +layout: alternatives +title: Partkeepr +oss: true +link: # TODO +--- + +# TODO diff --git a/alternatives/index.md b/alternatives/index.md new file mode 100644 index 00000000..f8697a44 --- /dev/null +++ b/alternatives/index.md @@ -0,0 +1,20 @@ +--- +layout: default +title: Alternatives +--- + +InvenTree is by far not the only software for managing 'things', there are even a few in the (F)OSS space that adress all your possible needs. We have compiled a list with (more or less) competitors and why they might be a better fit. +We are biased of course. + +PLMs: +- [Partkeepr](partkeepr) +- [Partsbox](partsbox) - for profit +- [Bomist](bomist) - for profit +- [Teamcenter](teamcenter) - for profit + +Asset Managemnt: +- [SnipeIt](snipeit) +- [Odoo](odoo) + +Other: +- [Excel](excel) - for profit diff --git a/alternatives/odoo.md b/alternatives/odoo.md new file mode 100644 index 00000000..4fc573d5 --- /dev/null +++ b/alternatives/odoo.md @@ -0,0 +1,8 @@ +--- +layout: alternatives +title: Odoo +oss: true +link: # TODO +--- + +# TODO diff --git a/alternatives/partkeepr.md b/alternatives/partkeepr.md new file mode 100644 index 00000000..8bd9f7db --- /dev/null +++ b/alternatives/partkeepr.md @@ -0,0 +1,8 @@ +--- +layout: alternatives +title: Partkeepr +oss: true +link: # TODO +--- + +# TODO diff --git a/alternatives/partsbox.md b/alternatives/partsbox.md new file mode 100644 index 00000000..2fb19ff3 --- /dev/null +++ b/alternatives/partsbox.md @@ -0,0 +1,8 @@ +--- +layout: alternatives +title: Bomist +oss: false +link: # TODO +--- + +# TODO diff --git a/alternatives/snipeit.md b/alternatives/snipeit.md new file mode 100644 index 00000000..3b78f467 --- /dev/null +++ b/alternatives/snipeit.md @@ -0,0 +1,8 @@ +--- +layout: alternatives +title: SnipeIT +oss: true +link: # TODO +--- + +# TODO diff --git a/alternatives/teamcenter.md b/alternatives/teamcenter.md new file mode 100644 index 00000000..40fca449 --- /dev/null +++ b/alternatives/teamcenter.md @@ -0,0 +1,8 @@ +--- +layout: alternatives +title: Teamcenter +oss: false +link: # TODO +--- + +# TODO diff --git a/contribute/code/architecture.md b/contribute/code/architecture.md new file mode 100644 index 00000000..894e8568 --- /dev/null +++ b/contribute/code/architecture.md @@ -0,0 +1,6 @@ +--- +layout: content +title: System Architecture +--- + +# TODO diff --git a/contribute/code/index.md b/contribute/code/index.md new file mode 100644 index 00000000..0a32fa55 --- /dev/null +++ b/contribute/code/index.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Contribute Code +--- + +# TODO \ No newline at end of file diff --git a/contribute/community.md b/contribute/community.md new file mode 100644 index 00000000..6ba775f9 --- /dev/null +++ b/contribute/community.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Help in the community +--- + +# TODO diff --git a/contribute/index.md b/contribute/index.md new file mode 100644 index 00000000..71214e99 --- /dev/null +++ b/contribute/index.md @@ -0,0 +1,16 @@ +--- +layout: content +title: Contribute +--- + +We welcome everyone to help with InvenTree however they can! +While there are a few suggestion how you could do your part we are very much open for new ideas. + +Ways to help: +- [Help with translations](translation) +- [Answer quesions](community) +- [Suggest features](community) +- [Submit PRs / help with testing](code) +- [Fund maintenance or new features](sponsor) + +# TODO diff --git a/contribute/sponsor.md b/contribute/sponsor.md new file mode 100644 index 00000000..6da21df5 --- /dev/null +++ b/contribute/sponsor.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Sponsoring +--- + +# TODO diff --git a/contribute/translation.md b/contribute/translation.md new file mode 100644 index 00000000..1551de38 --- /dev/null +++ b/contribute/translation.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Translations +--- + +# TODO diff --git a/deploy/bare-metal.md b/deploy/bare-metal.md new file mode 100644 index 00000000..a9869db8 --- /dev/null +++ b/deploy/bare-metal.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Deploying to Bare Metal +--- + +# TODO diff --git a/deploy/cloud.md b/deploy/cloud.md new file mode 100644 index 00000000..d7a535ee --- /dev/null +++ b/deploy/cloud.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Deploying to Cloud +--- + +# TODO diff --git a/deploy/docker.md b/deploy/docker.md new file mode 100644 index 00000000..0b4491fc --- /dev/null +++ b/deploy/docker.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Deploying to Docker +--- + +# TODO diff --git a/deploy/index.md b/deploy/index.md new file mode 100644 index 00000000..ec0f55f8 --- /dev/null +++ b/deploy/index.md @@ -0,0 +1,16 @@ +--- +layout: content +title: Deploying InvenTree +--- + +### Popular Deployment Methods for InvenTree + +There are multiple methods to deploy InvenTree. The most popular (and by the development team supported) methods are: + +- [Bare Metal](bare-metal) +- [Docker](docker) +- [Cloud](cloud) + +### Other Options + +The core InvenTree server is built using the widely used python-based framework [Django](https://django.org/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture). \ No newline at end of file diff --git a/extend/api.md b/extend/api.md new file mode 100644 index 00000000..7a1c87f5 --- /dev/null +++ b/extend/api.md @@ -0,0 +1,6 @@ +--- +layout: content +title: API +--- + +# TODO diff --git a/extend/index.md b/extend/index.md new file mode 100644 index 00000000..258a9bb2 --- /dev/null +++ b/extend/index.md @@ -0,0 +1,13 @@ +--- +layout: content +title: Ecosystem +--- + +InvenTree is designeds to be part of a larger system of tools to support both hobbyists and SMEs with their mangment needs. + +- [Plugins](plugin) +- [API](api) +- [Integrate](integrate) into other tools +- Tools for [migrating to InvenTreen](migrate) + +# TODO diff --git a/extend/integrate/index.md b/extend/integrate/index.md new file mode 100644 index 00000000..18f8cdcb --- /dev/null +++ b/extend/integrate/index.md @@ -0,0 +1,9 @@ +--- +layout: content +title: Integrate +--- + +Tools and plugins that integrate into InvenTree via APIs or plugins. +- [Ki-n-Tree](kntree) KiCad integration + +# TODO diff --git a/extend/integrate/kntree.md b/extend/integrate/kntree.md new file mode 100644 index 00000000..4e6cee34 --- /dev/null +++ b/extend/integrate/kntree.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Ki-n-Tree +--- + +# TODO diff --git a/extend/migrate/index.md b/extend/migrate/index.md new file mode 100644 index 00000000..59251448 --- /dev/null +++ b/extend/migrate/index.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Migration tools +--- + +# TODO diff --git a/extend/plugin/digikey.md b/extend/plugin/digikey.md new file mode 100644 index 00000000..cf5b4985 --- /dev/null +++ b/extend/plugin/digikey.md @@ -0,0 +1,6 @@ +--- +layout: plugin_highlight +title: Integrate Digikey +--- + +# TODO diff --git a/extend/plugin/index.md b/extend/plugin/index.md new file mode 100644 index 00000000..3f051447 --- /dev/null +++ b/extend/plugin/index.md @@ -0,0 +1,20 @@ +--- +layout: content +title: Plugins +--- +We supply core-dev and community built plugins to get you started with extending InvenTree's functionality. Plugins can hook into many parts of the UI, buisness logic and webserver. +We expose some internal python APIs to speed up your development and keep the instance running while you discover the possibilities. [Learn more](# TODO plugins) + +### Highlights +Use APIs supplied by your vendors or part libraries. +- [Digikey](digikey) +- [Octopart](octopart) + +Add [printing capabilities](printers) for your network connected printers to the webinterface and apps. + +Integrate your Shopping or warehousing solution: +- [Shopify](shopify) + +### Plugin repo + +# TODO \ No newline at end of file diff --git a/extend/plugin/octopart.md b/extend/plugin/octopart.md new file mode 100644 index 00000000..12367099 --- /dev/null +++ b/extend/plugin/octopart.md @@ -0,0 +1,6 @@ +--- +layout: plugin_highlight +title: Integrate Octopart +--- + +# TODO diff --git a/extend/plugin/printers.md b/extend/plugin/printers.md new file mode 100644 index 00000000..6f718b54 --- /dev/null +++ b/extend/plugin/printers.md @@ -0,0 +1,7 @@ +--- +layout: plugin_highlight +title: Integrate Printers +plugin: inventree_brother_plugin +--- + +# TODO diff --git a/extend/plugin/shopify.md b/extend/plugin/shopify.md new file mode 100644 index 00000000..e810a5b8 --- /dev/null +++ b/extend/plugin/shopify.md @@ -0,0 +1,7 @@ +--- +layout: plugin_highlight +title: Shopify +plugin: shopify +--- + +# TODO From 34855ab0897728c8b4e82eae5cd5e195f5d0c8e4 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 16 Apr 2022 23:36:09 +0200 Subject: [PATCH 04/11] add alert partial --- _includes/partial/alert.html | 11 +++++++++++ _layouts/alternatives.html | 12 ++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 _includes/partial/alert.html diff --git a/_includes/partial/alert.html b/_includes/partial/alert.html new file mode 100644 index 00000000..bcb50576 --- /dev/null +++ b/_includes/partial/alert.html @@ -0,0 +1,11 @@ + \ No newline at end of file diff --git a/_layouts/alternatives.html b/_layouts/alternatives.html index b3a146fb..2ae1cce4 100644 --- a/_layouts/alternatives.html +++ b/_layouts/alternatives.html @@ -3,9 +3,17 @@ layout: content ---

{{ page.title }}

-

Please keep in mind that this is the view of one or more devs of InvenTree. So there is an elemenet of bias involved.

+ {% include partial/alert.html + style='info' + title='caveat' + desc='Please keep in mind that this is the view of one or more devs of InvenTree. So there is an elemenet of bias involved.' + %} {{ content }} {% if page.oss %} -

This alternative is (F)OSS - let's celebrate this by heading over, giving it a good look and staring the project! Motiviation keeps projects and maintainers healthy.

+ {% include partial/alert.html + style='info' + title='(F)OSS' + desc="This alternative is (F)OSS - let's celebrate this by heading over, giving it a good look and staring the project! Motiviation keeps projects and maintainers healthy." + %} {% endif %}
From b1cf505ef1f4ee1198fbf4c5b616a22d9b89c20b Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 16 Apr 2022 23:36:34 +0200 Subject: [PATCH 05/11] use nicer formatting for index --- alternatives/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alternatives/index.md b/alternatives/index.md index f8697a44..cc8d410d 100644 --- a/alternatives/index.md +++ b/alternatives/index.md @@ -1,5 +1,5 @@ --- -layout: default +layout: content title: Alternatives --- From 250eba02d7dcc66ff3f3e710307a1ce6fdd0fabe Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 16 Apr 2022 23:37:25 +0200 Subject: [PATCH 06/11] remove double title --- _layouts/alternatives.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_layouts/alternatives.html b/_layouts/alternatives.html index 2ae1cce4..cf87da71 100644 --- a/_layouts/alternatives.html +++ b/_layouts/alternatives.html @@ -2,7 +2,6 @@ layout: content ---
-

{{ page.title }}

{% include partial/alert.html style='info' title='caveat' From f2402263a936b9a81f060b621fb840d2c632a97a Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 16 Apr 2022 23:37:42 +0200 Subject: [PATCH 07/11] add link to overview page --- _layouts/alternatives.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_layouts/alternatives.html b/_layouts/alternatives.html index cf87da71..837b61a4 100644 --- a/_layouts/alternatives.html +++ b/_layouts/alternatives.html @@ -8,6 +8,7 @@ layout: content desc='Please keep in mind that this is the view of one or more devs of InvenTree. So there is an elemenet of bias involved.' %} {{ content }} + {% if page.oss %} {% include partial/alert.html style='info' @@ -15,4 +16,5 @@ layout: content desc="This alternative is (F)OSS - let's celebrate this by heading over, giving it a good look and staring the project! Motiviation keeps projects and maintainers healthy." %} {% endif %} + View other Alternatives.
From 740e9edf5278778ed6d13bedc4716a195dc65097 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 16 Apr 2022 23:39:34 +0200 Subject: [PATCH 08/11] add more link options --- _includes/fnc/link.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/fnc/link.html b/_includes/fnc/link.html index 7be7b8be..eda5ec42 100644 --- a/_includes/fnc/link.html +++ b/_includes/fnc/link.html @@ -1,4 +1,7 @@ {% capture link %} +{% if include.internal %} + {% link include.internal %} +{% endif %} {% if include.item.site %} {{ site[include.item.site] }} {% elsif include.item.internal %} @@ -7,7 +10,7 @@ {{ include.item.link | include fnc/link.html }} {% elsif include.item.home %} {{ '/' | relative_url }} -{% else %} +{% elsif include.item %} {{ include.item }} {% endif %} {% endcapture %} From 7add990c5c9f3a9a11ad1c0268d4b57053cb8dac Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 17 Apr 2022 01:06:42 +0200 Subject: [PATCH 09/11] add about --- about/credits.md | 6 ++++++ about/imprint.md | 6 ++++++ about/index.md | 28 ++++++++++++++++++++++++++++ about/privacy.md | 6 ++++++ about/social.md | 6 ++++++ about/source.md | 6 ++++++ about/team.md | 6 ++++++ about/thanks.md | 6 ++++++ 8 files changed, 70 insertions(+) create mode 100644 about/credits.md create mode 100644 about/imprint.md create mode 100644 about/index.md create mode 100644 about/privacy.md create mode 100644 about/social.md create mode 100644 about/source.md create mode 100644 about/team.md create mode 100644 about/thanks.md diff --git a/about/credits.md b/about/credits.md new file mode 100644 index 00000000..cb824b75 --- /dev/null +++ b/about/credits.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Credits +--- + +# TODO diff --git a/about/imprint.md b/about/imprint.md new file mode 100644 index 00000000..9642bccf --- /dev/null +++ b/about/imprint.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Imprint +--- + +# TODO diff --git a/about/index.md b/about/index.md new file mode 100644 index 00000000..2f6deb69 --- /dev/null +++ b/about/index.md @@ -0,0 +1,28 @@ +--- +layout: content +title: About +--- +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. + +### Open Source +We are open source all the way. Webserver, Docs, App and Website are MIT licensed. Please check the [source directory](source) if you want to look at the source code. + +### Open governance +The roadmap for InvenTree is created by the [contributors](team). There is no solid roadmap but the team has general areas of intrest and [milestones](https://github.com/inventree/InvenTree/milestones) to provide an outlook to what is to come. As this project is done in spare/free time there is no set release timeline. + +Big ticket iteams that have the intrest of the maintainer or a dedicated dev get the label `roadmap` - those projects are likely to be worked on in the assigned milestones. [Take a peak](https://github.com/inventree/InvenTree/issues?q=is%3Aissue+is%3Aopen+label%3Aroadmap) + +### Goals + +The **main goal** is to keep existing instances **stable** and provide a transparent way to migrate to newer versions - no matter how old the install. This does not absolve the deployers from reading the changelogs! + +We are also actively working on: +- **raising the profile** of InvenTree to get a wider developer base +- supporting **translation** into every wanted language - [learn more]({% link contribute/translate.md %}) +- creating [integrations]({% link extend/plugin/index.md %}) into other business and EE-systems via the **plugin system** + +### But why? +InvenTree is beeing build and maintained by **users of the systems**. The core-team uses InvenTree in their **companies**, **labs** and organisations to make their life easier. +This and a general intrest in 'computers' motivates and keeps the project running. +There is no inherent monetary intrest but if you would like to [support the org]({% link contribute/sponsor.md %}) - we apprecicate it. diff --git a/about/privacy.md b/about/privacy.md new file mode 100644 index 00000000..1f16c22f --- /dev/null +++ b/about/privacy.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Privacy +--- + +# TODO diff --git a/about/social.md b/about/social.md new file mode 100644 index 00000000..cb824b75 --- /dev/null +++ b/about/social.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Credits +--- + +# TODO diff --git a/about/source.md b/about/source.md new file mode 100644 index 00000000..772aa977 --- /dev/null +++ b/about/source.md @@ -0,0 +1,6 @@ +--- +layout: content +title: How to get the source +--- + +# TODO diff --git a/about/team.md b/about/team.md new file mode 100644 index 00000000..20fd33a0 --- /dev/null +++ b/about/team.md @@ -0,0 +1,6 @@ +--- +layout: content +title: The core team +--- + +# TODO diff --git a/about/thanks.md b/about/thanks.md new file mode 100644 index 00000000..2fd7aae4 --- /dev/null +++ b/about/thanks.md @@ -0,0 +1,6 @@ +--- +layout: content +title: Offical Social Media channels +--- + +# TODO From 785b53aaa43ce83485cc15a8e88c92bcb6dca4a5 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 17 Apr 2022 01:09:44 +0200 Subject: [PATCH 10/11] rename translate --- contribute/index.md | 2 +- contribute/{translation.md => translate.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename contribute/{translation.md => translate.md} (100%) diff --git a/contribute/index.md b/contribute/index.md index 71214e99..880172e6 100644 --- a/contribute/index.md +++ b/contribute/index.md @@ -7,7 +7,7 @@ We welcome everyone to help with InvenTree however they can! While there are a few suggestion how you could do your part we are very much open for new ideas. Ways to help: -- [Help with translations](translation) +- [Help with translations](translate) - [Answer quesions](community) - [Suggest features](community) - [Submit PRs / help with testing](code) diff --git a/contribute/translation.md b/contribute/translate.md similarity index 100% rename from contribute/translation.md rename to contribute/translate.md From 06a16192f449c873fcc9929a27e6b3f321b80b2c Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 17 Apr 2022 01:09:56 +0200 Subject: [PATCH 11/11] remove CAD section --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 614eb261..86d21cee 100644 --- a/_config.yml +++ b/_config.yml @@ -7,7 +7,7 @@ plugin-link: https://repo.invenhost.com/ description: >- 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 and CAD tools, API wrapper, deeply integrated plugins and 3rd party tools. + It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools. baseurl: "/home.invenhost.com" url: ""