You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Main component for a primary marketing message or call to action -->
88
90
<divclass="jumbotron">
89
-
<p><abbrtitle="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr>-Fortran – A Fortran 2008 <abbrtitle="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr><abbrtitle="Application Programming Interface--a set of routines, protocols, and tools for building software applications">API</abbr></p>
91
+
<p><abbrtitle="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr>-Fortran – A Fortran 2008 <abbrtitle="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr><abbrtitle="Application Programming Interface: a set of routines, protocols, and tools for building software applications">API</abbr></p>
90
92
91
93
<p> Find us on…</p>
92
94
<p>
@@ -117,38 +119,38 @@ <h1>JSON-Fortran</h1>
117
119
</ul>
118
120
</div>
119
121
<h1id="brief-description">Brief description</h1>
120
-
<p>A user-friendly and object-oriented <abbrtitle="Application Programming Interface--a set of routines, protocols, and tools for building software applications">API</abbr> for reading and writing <abbrtitle="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr> files, written in
121
-
modern Fortran (Fortran 2003+). The source code is a single Fortran
122
-
module file
122
+
<p>A user-friendly and object-oriented <abbrtitle="Application Programming Interface: a set of routines, protocols, and tools for building software applications">API</abbr> for reading and writing <abbrtitle="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr> files, written in
123
+
modern Fortran (Fortran 2003+). The source code is
124
+
<ahref="./module/json_module.html">a single Fortran module</a> file
<p>The <abbrtitle="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr>-Fortran source code and related files and documentation are
127
+
<p>The <abbrtitle="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr>-Fortran source code and related files and documentation are
126
128
distributed under a permissive free software license (BSD-style). See
<p>The <strong><abbrtitle="4.2.0">current stable release</abbr></strong> is <strong>4.2.0</strong> and can be <ahref="https://github.com/jacobwilliams/json-fortran/releases/latest">downloaded
132
134
on GitHub</a>
133
135
or installed with <ahref="http://brew.sh">Homebrew</a> on Mac OSX. The
134
136
documentation for the current version, <strong>4.2.0</strong>, can be
135
-
found <ahref="./page/releases/4.2.0/index.html">here</a><supid="fnref-1"><aclass="footnote-ref" href="#fn-1">1</a></sup>, and a
137
+
found <ahref="http://jacobwilliams.github.io/json-fortran/4.2.0/index.html">here</a><supid="fnref-1"><aclass="footnote-ref" href="#fn-1">1</a></sup>, and a
<li>For more information about <abbrtitle="JavaScript Object Notation--A human friendly syntax for storing and exchanging data">JSON</abbr>, see: <ahref="http://www.json.org/">http://www.json.org/</a></li>
145
+
<li>For more information about <abbrtitle="JavaScript Object Notation: A human friendly syntax for storing and exchanging data">JSON</abbr>, see: <ahref="http://www.json.org/">http://www.json.org/</a></li>
144
146
</ul>
145
147
<divclass="footnote">
146
148
<hr>
147
149
<ol>
148
150
<liid="fn-1">
149
151
<p>Documentation for a particular release does not contain links
150
152
back to <em>general</em> documentation; use the browser's back button to
151
-
navigate back to <ahref="https://jacobwilliams.github.io/json-fortran/">https://jacobwilliams.github.io/json-fortran/</a> <aclass="footnote-backref" href="#fnref-1" title="Jump back to footnote 1 in the text">↩</a></p>
153
+
navigate back to <ahref="http://jacobwilliams.github.io/json-fortran/">http://jacobwilliams.github.io/json-fortran/</a> <aclass="footnote-backref" href="#fnref-1" title="Jump back to footnote 1 in the text">↩</a></p>
0 commit comments