Skip to content

Commit

Permalink
Merge pull request #159 from abuango/main
Browse files Browse the repository at this point in the history
Update file names and banners for v1.0 release
  • Loading branch information
quaid authored May 10, 2023
2 parents 481ecbf + 347e250 commit 5f3067e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions generateDocFormats.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ traverse()
if [ "$i" = "index.custom" ]; then
echo "File: $1/$i"
#./bin/pandoc -f html -t pdf -s "$1/$i" -o "$1/index.pdf"
./bin/pandoc -f html -t html -s "$1/$i" -o "$1/index-simplified.html"
./bin/pandoc -f html -t odt -s "$1/$i" -o "$1/index.odt"
./bin/pandoc -f html -t html -s "$1/$i" -o "$1/inclusive-naming-word-lists-v1.0.html"
./bin/pandoc -f html -t odt -s "$1/$i" -o "$1/inclusive-naming-word-lists-v1.0.odt"
fi
fi
done
Expand Down
4 changes: 2 additions & 2 deletions layouts/wordlist/section.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ <h1 class="title">{{ .Page.Title | markdownify }}</h1>
<p class="subtitle">{{ .Page.Description | markdownify }}</p>

<h2 class="subtitle">The Inclusive Naming Word Lists v1.0 is now available:</h2>
<p> <strong>This page and its subpages are available as a single downloadable file in these formats: <a href="index-simplified.html" target="_blank">HTML</a> | <a href="index.odt" target="_blank">OpenDocument (.odt)</a> | <a href="index.json" target="_blank">JSON</a> formats.</strong></p>
<p> (If you want the entire list of all the words in this release as a single file, use these links instead: <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.html" target="_blank">HTML</a>, <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.index.odt" target="_blank">OpenDocument (.odt)</a>, or <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.json" target="_blank">JSON</a>)</p>
<p> <strong>This page and its subpages are available as a single downloadable file in these formats: <a href="inclusive-naming-word-lists-v1.0.html" target="_blank">HTML</a> | <a href="inclusive-naming-word-lists-v1.0.odt" target="_blank">OpenDocument (.odt)</a> | <a href="index.json" target="_blank">JSON</a> formats.</strong></p>
<p> (If you want the entire list of all the words in this release as a single file, use these links instead: <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.html" target="_blank">HTML</a>, <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.odt" target="_blank">OpenDocument (.odt)</a>, or <a href="https://inclusivenaming.org/word-lists/index.json" target="_blank">JSON</a>)</p>
<p> <em>PDF and other formats will be added soon.</em></p>

{{ partial "docs/content_wordlist.html" . }}
Expand Down
4 changes: 2 additions & 2 deletions layouts/wordlist/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</p>

<h2 class="subtitle">The Inclusive Naming Word Lists v1.0 is now available:</h2>
<p> <strong>This page and its subpages are available as a single downloadable file in these formats: <a href="index-simplified.html" target="_blank">HTML</a> | <a href="index.odt" target="_blank">OpenDocument (.odt)</a> | <a href="index.json" target="_blank">JSON</a> formats.</strong></p>
<p> (If you want the entire list of all the words in this release as a single file, use these links instead: <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.html" target="_blank">HTML</a>, <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.index.odt" target="_blank">OpenDocument (.odt)</a>, or <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.json" target="_blank">JSON</a>)</p>
<p> <strong>This page and its subpages are available as a single downloadable file in these formats: <a href="inclusive-naming-word-lists-v1.0.html" target="_blank">HTML</a> | <a href="inclusive-naming-word-lists-v1.0.odt" target="_blank">OpenDocument (.odt)</a> | <a href="index.json" target="_blank">JSON</a> formats.</strong></p>
<p> (If you want the entire list of all the words in this release as a single file, use these links instead: <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.html" target="_blank">HTML</a>, <a href="https://inclusivenaming.org/word-lists/inclusive-naming-word-lists-v1.0.odt" target="_blank">OpenDocument (.odt)</a>, or <a href="https://inclusivenaming.org/word-lists/index.json" target="_blank">JSON</a>)</p>
<p> <em>PDF and other formats will be added soon.</em></p>

<h1 class="title">Word List: Tier {{ .Params.tier}}</h1>
Expand Down

0 comments on commit 5f3067e

Please sign in to comment.