From 7a0e864bb745654bb396c0e2f36f7662094571b4 Mon Sep 17 00:00:00 2001 From: "Daniel W. Hieber" Date: Thu, 30 May 2024 16:29:47 -0500 Subject: [PATCH] DEV: Remove reminders about updating year in docs --- .github/PRIVATE_ISSUE_TEMPLATE/update-year.md | 7 ------- .github/workflows/year.yml | 16 ---------------- LICENSE.md | 2 +- README.md | 12 ++++++------ 4 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 .github/PRIVATE_ISSUE_TEMPLATE/update-year.md delete mode 100644 .github/workflows/year.yml diff --git a/.github/PRIVATE_ISSUE_TEMPLATE/update-year.md b/.github/PRIVATE_ISSUE_TEMPLATE/update-year.md deleted file mode 100644 index e9b2601..0000000 --- a/.github/PRIVATE_ISSUE_TEMPLATE/update-year.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: update year in documentation ---- -Update the year in the documentation to {{ date | YYYY }}. - -- [ ] license -- [ ] readme diff --git a/.github/workflows/year.yml b/.github/workflows/year.yml deleted file mode 100644 index a398ab3..0000000 --- a/.github/workflows/year.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: year - -on: - schedule: - - cron: '0 0 1 1 *' # run yearly on Jan 1 - -jobs: - open-issue: - steps: - - - name: create issue - uses: JasonEtco/create-an-issue@v2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - filename: .github/PRIVATE_ISSUE_TEMPLATE/update-year.md diff --git a/LICENSE.md b/LICENSE.md index ca44ac5..44837de 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Digital Linguistics +Copyright (c) 2020 Daniel W. Hieber Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 12b42ce..ee8dcbd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Check out the [Transliterator tool][Transliterator] to see this library in use. This library is maintained by [Daniel W. Hieber][me]. You can cite this library with its DOI using the following model: -> Hieber, Daniel W. 2020. digitallinguistics/transliterate. doi:[10.5281/zenodo.2550468](https://doi.org/10.5281/zenodo.2550468). +> Hieber, Daniel W. 2020. digitallinguistics/transliterate. DOI: [10.5281/zenodo.2550468](https://doi.org/10.5281/zenodo.2550468). Each version of this library is archived on this project's [Zenodo page][Zenodo]. @@ -59,10 +59,10 @@ import { transliterate } from '@digitallinguistics/transliterate'; The `transliterate` library exports an object with four methods: -- `transliterate` -- `Transliterator` -- `sanitize` -- `Sanitizer` +* `transliterate` +* `Transliterator` +* `sanitize` +* `Sanitizer` The `sanitize` and `Sanitizer` exports are essentially just aliases for `transliterate` and `Transliterator` respectively. @@ -160,7 +160,7 @@ Sometimes the way you want to transliterate a character or sequence of character [issues]: https://github.com/digitallinguistics/transliterate/issues [license]: https://github.com/digitallinguistics/transliterate/blob/master/LICENSE.md [new-issue]: https://github.com/digitallinguistics/transliterate/issues/new -[me]: https://danielhieber.com +[me]: https://github.com/dwhieb [npm]: https://www.npmjs.com/package/@digitallinguistics/transliterate [releases]: https://github.com/digitallinguistics/transliterate/releases [stargazers]: https://github.com/digitallinguistics/transliterate/stargazers