Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ title: File Information Tool Set (FITS)
email: fits-users@googlegroups.com
description: >- # this means to ignore newlines until "baseurl:"
Documentation and official code release of the FITS and the FITS Web Service projects
baseurl: "/fits" # the subpath of your site, e.g. /blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.fitstool.org" # the base hostname & protocol for your site, e.g. http://example.com
github_reponame_fits: FITS
github_url_fits: "https://github.com/fitstool/fits"
Expand Down
8 changes: 4 additions & 4 deletions docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
{%- if site.email -%}
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
{%- endif -%}
<li><a class="page-link" href="/fits/news">Archived News & Sprint Recaps</a></li>
<li><a class="page-link" href="/news">Archived News & Sprint Recaps</a></li>
</ul>

</div>
Expand All @@ -21,15 +21,15 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>
{% if site.github_url_fits %}
<li>
<a href={{site.github_url_fits}}>
<svg class="svg-icon"><use xlink:href="/fits/assets/minima-social-icons.svg#github"></use></svg>
<svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg>
<span class="username">{{ site.github_reponame_fits }}</span>
</a>
</li>
{% endif %}
{% if site.github_url_fits-servlet %}
<li>
<a href={{site.github_url_fits-servlet}}>
<svg class="svg-icon"><use xlink:href="/fits/assets/minima-social-icons.svg#github"></use></svg>
<svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg>
<span class="username">{{ site.github_reponame_fits-servlet }}</span>
</a>
</li>
Expand All @@ -45,4 +45,4 @@ <h2 class="footer-heading">{{ site.title | escape }}</h2>

</div>

</footer>
</footer>
4 changes: 2 additions & 2 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
<link rel="stylesheet" href="/fits/css/main.css">
<link rel="stylesheet" href="/css/main.css">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
{%- include google-analytics.html -%}
{%- endif -%}
</head>
</head>
8 changes: 4 additions & 4 deletions docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
</label>

<div class="trigger">
<a class="page-link" href="/fits/about">About</a>
<a class="page-link" href="/fits/connect">Connect</a>
<a class="page-link" href="/about">About</a>
<a class="page-link" href="/connect">Connect</a>
<a class="page-link" href="https://github.com/fitstool/fits/wiki/Developer-Manual">Developer manual</a>
<a class="page-link" href="/fits/user-manual">User manual</a>
<a class="page-link" href="/fits/quick-start">Quick start</a>
<a class="page-link" href="/user-manual">User manual</a>
<a class="page-link" href="/quick-start">Quick start</a>
</div>
</nav>
{%- endif -%}
Expand Down
6 changes: 3 additions & 3 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The File Information Tool Set (FITS) identifies, validates and extracts technica

Note: FITS is written in Java and is **compatible with Java 1.8 or higher**.

<p><a class="page-link" href="https://github.com/fitstool/fits/releases"><svg class="svg-icon"><use xlink:href="/fits/assets/minima-social-icons.svg#github"></use></svg>Release Notes & Source Code</a></p>
<p><a class="page-link" href="https://github.com/fitstool/fits/releases"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg>Release Notes & Source Code</a></p>
</div>

---
Expand All @@ -23,5 +23,5 @@ The FITS Web Service is a project that allows FITS to be deployed as a service o

Note: The latest and future versions of this project are built and tested using Java 8.

<p><a class="page-link" href="https://github.com/fitstool/FITSservlet/releases"><svg class="svg-icon"><use xlink:href="/fits/assets/minima-social-icons.svg#github"></use></svg>Release Notes & Source Code</a></p>
</div>
<p><a class="page-link" href="https://github.com/fitstool/FITSservlet/releases"><svg class="svg-icon"><use xlink:href="/assets/minima-social-icons.svg#github"></use></svg>Release Notes & Source Code</a></p>
</div>
4 changes: 2 additions & 2 deletions docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Preservationists and digital curators who are concerned with long-term access an

### Installing FITS

See our <a href="/fits/quick-start">Quick Start guide</a> to get started. Then, come back here to learn more about using FITS.
See our <a href="/quick-start">Quick Start guide</a> to get started. Then, come back here to learn more about using FITS.

---
---
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ <h1>File Information Tool Set</h1>
<!-- <p>A combination of tools that reliably extracts technical metadata and compares the results of their output, saving time and effort.</p> -->

<div class="quick-cards">
<a href="/fits/quick-start">
<a href="/quick-start">
<div>
<h2>Quick Start</h2>
<p>Install & run FITS for the first time</p>
</div>
</a>
<a href="/fits/user-manual">
<a href="/user-manual">
<div>
<h2>User manual</h2>
<p>How to get the most out of using FITS</p>
Expand All @@ -37,7 +37,7 @@ <h2>Code releases</h2>
</div>

<div>
<a class="alert-box" href="/fits/blog/2022/03/28/community-sprint.html">
<a class="alert-box" href="/blog/2022/03/28/community-sprint.html">
<span><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18" height="21" viewBox="0 0 18 21"><g><g transform="translate(-37 47)"><path id="qy38a" d="M52.88-32.18V-38a6.87 6.87 0 0 0-5.29-6.69v-.72a1.59 1.59 0 1 0-3.18 0v.72A6.87 6.87 0 0 0 39.12-38v5.82L37-30.06V-29h18v-1.06l-2.12-2.12zM44-28a2 2 0 1 0 4 0h-4z"></path></g></g></svg></span>
<span>FITS Community Sprint Recap, Winter 2022</span>
</a>
Expand All @@ -56,4 +56,4 @@ <h2>FITS Contributors</h2>
<li><a href="https://github.com/rwendler">Robin Wendler</a></li>
<li><a href="https://github.com/pwinckles">Peter Winckles</a></li>
<li><a href="https://github.com/awoods">Andrew Woods</a></li>
</ul>
</ul>
4 changes: 2 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ See the [Developer Manual](https://github.com/fitstool/fits/wiki/Developer-Manua

## 6. Next steps

After you are up and running see the [User Manual](/fits/user-manual) for more documentation.
After you are up and running see the [User Manual](/user-manual) for more documentation.

</div>
</div>
Loading