Skip to content

Commit 4ba4228

Browse files
committed
open source page
1 parent 97038ad commit 4ba4228

27 files changed

Lines changed: 2407 additions & 40 deletions

File tree

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ home = [ "HTML", "RSS", "JSON"]
3232

3333
[[menu.shortcuts]]
3434
name = "More from us"
35-
url = "https://vantage-design.com"
35+
url = "https://github.com/AGROFIMS/"
3636
weight = 1
3737

3838
[[menu.shortcuts]]
3939
name = "<i class='fab fa-github'></i>"
40-
url = "https://github.com/vantagedesign/ace-documentation"
40+
url = "https://github.com/AGROFIMS/"
4141
weight = 2
4242

4343
[[menu.shortcuts]]

content/sourcecode/_index.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
+++
2+
title = "Open Source"
3+
description = ""
4+
weight = 2
5+
+++
6+
7+
{{< lead >}}
8+
Open tools for open science
9+
{{< /lead >}}
10+
11+
12+
In the AgroFIMS project, we are strong advocates of building the community by providing open tools and trainings for agronomist and researchers in general. AgroFIMS is composed by
13+
14+
- web applications based on Angular, HTML, Javascript; and
15+
16+
- R-packages to facilitates the design and analysis of agronomic data.
17+
18+
- Pythons and Java rutines to facilitate the conversion of AgroFIMS file format to mobile applications such as KDSmart and Fieldbook App.
19+
20+
People in general, can find all the open source code in https://github.com/AGROFIMS/
21+
22+
23+
*Note*: It is importante to remark that AgroFIMS runs under GPL3 License. For further details, please go
24+
to the [License section](https://agrofims.github.io/helpdocs/helpdocs/sourcecode/license/).
25+
26+
27+
28+
29+
30+
31+
32+
33+
<!-- ### Page ordering
34+
35+
By default, pages are sorted on the weight assigned to them in their <code>frontmatter</code>. This is set in <code>config.toml</code>, using <code>orderSectionsby = "weight"</code>. Change this to <code>"title"</code> to sort pages alphabetically based on their title instead. Alternatively, do not assign a weight to any pages and it will also sort them alphabetically on their title.
36+
37+
38+
### Table of contents
39+
40+
By default, a table of contents (ToC) is generated for each page in the right side menu. This can be disabled using:
41+
42+
{{< code >}}
43+
toc = false
44+
{{< /code >}}
45+
46+
in the <code>config.toml</code> or the <code>frontmatter</code> (a page's markdown file) for a page-wide or page-specific disabling of the ToC respectively.
47+
48+
### Google Analytics
49+
50+
Enable Google Analytics by adding your GA tracking ID to the <code>config.toml</code> file, at:
51+
{{< code >}}
52+
googleAnalytics = "XX-XXXXXXXXX-X"
53+
{{< /code >}}
54+
Where <code>XX-XXXXXXXXX-X</code> is your tracking ID.
55+
56+
57+
### Read more navigation
58+
59+
In <code>config.toml</code> or a page's <code>frontmatter</code>, set <code>disableReadmoreNav = true</code> to disable the prev/next buttons at the buttom of every page.
60+
61+
62+
### Search
63+
64+
Disable search by setting <code>disableSearch = true</code> in <code>config.toml</code>. -->

content/sourcecode/license.md

Lines changed: 727 additions & 0 deletions
Large diffs are not rendered by default.

docs/categories/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<div class="collapse navbar-collapse" id="navbarMainCollapse">
4040
<ul class="navbar-nav ml-auto">
4141
<li class="nav-item">
42-
<a class="nav-link" href="https://vantage-design.com" target="_blank">
42+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4343
More from us
4444
</a>
4545
</li>
4646
<li class="nav-item">
47-
<a class="nav-link" href="https://github.com/vantagedesign/ace-documentation" target="_blank">
47+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4848
<i class='fab fa-github'></i>
4949
</a>
5050
</li>
@@ -94,6 +94,19 @@
9494

9595
<a class="nav-link p-0" href="/helpdocs/configuration/"><h6>Configuration</h6></a>
9696
</li>
97+
<li data-nav-id="/helpdocs/sourcecode/" class="nav-item my-1 haschildren
98+
">
99+
100+
<a class="nav-link p-0" href="/helpdocs/sourcecode/"><h6>Open Source</h6></a>
101+
<ul class="list-unstyled ml-2">
102+
<li data-nav-id="/helpdocs/sourcecode/license/" class="nav-item my-1">
103+
104+
<a href="/helpdocs/sourcecode/license/" class="nav-link p-0">
105+
AgroFIMS License
106+
</a>
107+
</li>
108+
</ul>
109+
</li>
97110
<li data-nav-id="/helpdocs/policyterms/" class="nav-item my-1
98111
">
99112

docs/configuration/index.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<div class="collapse navbar-collapse" id="navbarMainCollapse">
4040
<ul class="navbar-nav ml-auto">
4141
<li class="nav-item">
42-
<a class="nav-link" href="https://vantage-design.com" target="_blank">
42+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4343
More from us
4444
</a>
4545
</li>
4646
<li class="nav-item">
47-
<a class="nav-link" href="https://github.com/vantagedesign/ace-documentation" target="_blank">
47+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4848
<i class='fab fa-github'></i>
4949
</a>
5050
</li>
@@ -94,6 +94,19 @@
9494

9595
<a class="nav-link p-0" href="/helpdocs/configuration/"><h6>Configuration</h6></a>
9696
</li>
97+
<li data-nav-id="/helpdocs/sourcecode/" class="nav-item my-1 haschildren
98+
">
99+
100+
<a class="nav-link p-0" href="/helpdocs/sourcecode/"><h6>Open Source</h6></a>
101+
<ul class="list-unstyled ml-2">
102+
<li data-nav-id="/helpdocs/sourcecode/license/" class="nav-item my-1">
103+
104+
<a href="/helpdocs/sourcecode/license/" class="nav-link p-0">
105+
AgroFIMS License
106+
</a>
107+
</li>
108+
</ul>
109+
</li>
97110
<li data-nav-id="/helpdocs/policyterms/" class="nav-item my-1
98111
">
99112

@@ -269,7 +282,7 @@ <h2 id="search">Search</h2>
269282
<h4 class="text-white text-center">Read more</h4>
270283

271284
<div class="d-flex justify-content-center"><a class="p-1 mr-3 d-inline-block text-white" href="/helpdocs/getting-started/usage/" title="Usage"><i class="fas fa-chevron-left p-1"></i>Usage</a>
272-
<a class="p-1 ml-3 d-inline-block text-white text-right" href="/helpdocs/policyterms/" title="Policy Terms">Policy Terms<i class="fas fa-chevron-right p-1"></i></a>
285+
<a class="p-1 ml-3 d-inline-block text-white text-right" href="/helpdocs/sourcecode/" title="Open Source">Open Source<i class="fas fa-chevron-right p-1"></i></a>
273286
</div>
274287
</div>
275288

docs/getting-started/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<div class="collapse navbar-collapse" id="navbarMainCollapse">
4040
<ul class="navbar-nav ml-auto">
4141
<li class="nav-item">
42-
<a class="nav-link" href="https://vantage-design.com" target="_blank">
42+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4343
More from us
4444
</a>
4545
</li>
4646
<li class="nav-item">
47-
<a class="nav-link" href="https://github.com/vantagedesign/ace-documentation" target="_blank">
47+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4848
<i class='fab fa-github'></i>
4949
</a>
5050
</li>
@@ -94,6 +94,19 @@
9494

9595
<a class="nav-link p-0" href="/helpdocs/configuration/"><h6>Configuration</h6></a>
9696
</li>
97+
<li data-nav-id="/helpdocs/sourcecode/" class="nav-item my-1 haschildren
98+
">
99+
100+
<a class="nav-link p-0" href="/helpdocs/sourcecode/"><h6>Open Source</h6></a>
101+
<ul class="list-unstyled ml-2">
102+
<li data-nav-id="/helpdocs/sourcecode/license/" class="nav-item my-1">
103+
104+
<a href="/helpdocs/sourcecode/license/" class="nav-link p-0">
105+
AgroFIMS License
106+
</a>
107+
</li>
108+
</ul>
109+
</li>
97110
<li data-nav-id="/helpdocs/policyterms/" class="nav-item my-1
98111
">
99112

docs/getting-started/installation/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<div class="collapse navbar-collapse" id="navbarMainCollapse">
4040
<ul class="navbar-nav ml-auto">
4141
<li class="nav-item">
42-
<a class="nav-link" href="https://vantage-design.com" target="_blank">
42+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4343
More from us
4444
</a>
4545
</li>
4646
<li class="nav-item">
47-
<a class="nav-link" href="https://github.com/vantagedesign/ace-documentation" target="_blank">
47+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4848
<i class='fab fa-github'></i>
4949
</a>
5050
</li>
@@ -94,6 +94,19 @@
9494

9595
<a class="nav-link p-0" href="/helpdocs/configuration/"><h6>Configuration</h6></a>
9696
</li>
97+
<li data-nav-id="/helpdocs/sourcecode/" class="nav-item my-1 haschildren
98+
">
99+
100+
<a class="nav-link p-0" href="/helpdocs/sourcecode/"><h6>Open Source</h6></a>
101+
<ul class="list-unstyled ml-2">
102+
<li data-nav-id="/helpdocs/sourcecode/license/" class="nav-item my-1">
103+
104+
<a href="/helpdocs/sourcecode/license/" class="nav-link p-0">
105+
AgroFIMS License
106+
</a>
107+
</li>
108+
</ul>
109+
</li>
97110
<li data-nav-id="/helpdocs/policyterms/" class="nav-item my-1
98111
">
99112

docs/getting-started/usage/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<div class="collapse navbar-collapse" id="navbarMainCollapse">
4040
<ul class="navbar-nav ml-auto">
4141
<li class="nav-item">
42-
<a class="nav-link" href="https://vantage-design.com" target="_blank">
42+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4343
More from us
4444
</a>
4545
</li>
4646
<li class="nav-item">
47-
<a class="nav-link" href="https://github.com/vantagedesign/ace-documentation" target="_blank">
47+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4848
<i class='fab fa-github'></i>
4949
</a>
5050
</li>
@@ -94,6 +94,19 @@
9494

9595
<a class="nav-link p-0" href="/helpdocs/configuration/"><h6>Configuration</h6></a>
9696
</li>
97+
<li data-nav-id="/helpdocs/sourcecode/" class="nav-item my-1 haschildren
98+
">
99+
100+
<a class="nav-link p-0" href="/helpdocs/sourcecode/"><h6>Open Source</h6></a>
101+
<ul class="list-unstyled ml-2">
102+
<li data-nav-id="/helpdocs/sourcecode/license/" class="nav-item my-1">
103+
104+
<a href="/helpdocs/sourcecode/license/" class="nav-link p-0">
105+
AgroFIMS License
106+
</a>
107+
</li>
108+
</ul>
109+
</li>
97110
<li data-nav-id="/helpdocs/policyterms/" class="nav-item my-1
98111
">
99112

docs/index.html

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
<div class="collapse navbar-collapse" id="navbarMainCollapse">
4141
<ul class="navbar-nav ml-auto">
4242
<li class="nav-item">
43-
<a class="nav-link" href="https://vantage-design.com" target="_blank">
43+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4444
More from us
4545
</a>
4646
</li>
4747
<li class="nav-item">
48-
<a class="nav-link" href="https://github.com/vantagedesign/ace-documentation" target="_blank">
48+
<a class="nav-link" href="https://github.com/AGROFIMS/" target="_blank">
4949
<i class='fab fa-github'></i>
5050
</a>
5151
</li>
@@ -95,6 +95,19 @@
9595

9696
<a class="nav-link p-0" href="/helpdocs/configuration/"><h6>Configuration</h6></a>
9797
</li>
98+
<li data-nav-id="/helpdocs/sourcecode/" class="nav-item my-1 haschildren
99+
">
100+
101+
<a class="nav-link p-0" href="/helpdocs/sourcecode/"><h6>Open Source</h6></a>
102+
<ul class="list-unstyled ml-2">
103+
<li data-nav-id="/helpdocs/sourcecode/license/" class="nav-item my-1">
104+
105+
<a href="/helpdocs/sourcecode/license/" class="nav-link p-0">
106+
AgroFIMS License
107+
</a>
108+
</li>
109+
</ul>
110+
</li>
98111
<li data-nav-id="/helpdocs/policyterms/" class="nav-item my-1
99112
">
100113

docs/index.json

Lines changed: 14 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)