Skip to content

Commit

Permalink
Bump rev
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Apr 5, 2024
1 parent f16019b commit a3e3b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
38 changes: 0 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,47 +158,9 @@ Section 2, paragraph 7, nit:
+ + ^
```

### Using caches

In order to speed up the process, and to operate while being offline, you can
set various environment variables to point the tool at directories in which you
[cache various IETF document via
`rsync`](https://www.ietf.org/standards/ids/internet-draft-mirror-sites/).

These environment variables are named:

* `IETF_CHARTERS`
* `IETF_CONFLICT_REVIEWS`
* `IETF_IDS`
* `IETF_RFCS`
* `IETF_STATUS_CHANGES`

When the tool finds a given item to review in the cache, it will refrain from
downloading it from the web.

Note that the tool will **not** place items into the cache directories when they are not present; you **will** need to update the cache via `rsync`.

## Acknowledgments

The ideas for some of these tools came from some of Henrik Levkowetz's earlier
`bash` scripts. In the case of the `strip` tool, most of the original regular
expressions were taken from his
[`rfcstrip`](https://tools.ietf.org/tools/rfcstrip/about) `awk` script.


## License

Copyright (C) 2021-2022 Lars Eggert

This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301, USA.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ietf-reviewtool"
version = "0.4.0"
version = "0.4.1"
description = "Review tool for IETF documents"
authors = ["Lars Eggert <[email protected]>"]
readme = "README.md"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/larseggert/ietf-reviewtool"
license = "GPL-2.0-only"

[tool.poetry.dependencies]
python = ">=3.10, <4"
python = ">=3.11, <4"
requests-cache = ">=1.0.0"
appdirs = ">=1.4.4"
click = ">=7.1.2"
Expand Down

0 comments on commit a3e3b3e

Please sign in to comment.