mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-16 18:36:49 +00:00
partial updates to README
This commit is contained in:
parent
e228e31b84
commit
eb6833475e
1
NEW
1
NEW
@ -1,5 +1,4 @@
|
|||||||
TODO:
|
TODO:
|
||||||
* update tests
|
|
||||||
* update README
|
* update README
|
||||||
* create source plugin documentation
|
* create source plugin documentation
|
||||||
* a script to convert old ini into new toml files
|
* a script to convert old ini into new toml files
|
||||||
|
40
README.rst
40
README.rst
@ -240,17 +240,6 @@ regex
|
|||||||
|
|
||||||
When multiple version strings are found, the maximum of those is chosen.
|
When multiple version strings are found, the maximum of those is chosen.
|
||||||
|
|
||||||
proxy
|
|
||||||
The HTTP proxy to use. The format is ``host:port``, e.g. ``localhost:8087``.
|
|
||||||
|
|
||||||
user_agent
|
|
||||||
The ``User-Agent`` header value to use. Use something more like a tool (e.g. ``curl/7.40.0``) in Europe or the real web page won't get through because cookie policies (SourceForge has this issue).
|
|
||||||
|
|
||||||
sort_version_key
|
|
||||||
Sort the version string using this key function. Choose between ``parse_version`` and
|
|
||||||
``vercmp``. Default value is ``parse_version``. ``parse_version`` use
|
|
||||||
``pkg_resources.parse_version``. ``vercmp`` use ``pyalpm.vercmp``.
|
|
||||||
|
|
||||||
This source supports `list options`_.
|
This source supports `list options`_.
|
||||||
|
|
||||||
Find with a Command
|
Find with a Command
|
||||||
@ -314,15 +303,8 @@ use_max_tag
|
|||||||
lightweight ones, and return the largest one sorted by the
|
lightweight ones, and return the largest one sorted by the
|
||||||
``sort_version_key`` option. Will return the tag name instead of date.
|
``sort_version_key`` option. Will return the tag name instead of date.
|
||||||
|
|
||||||
proxy
|
A key named ``github`` can be set to a GitHub OAuth token in order to request
|
||||||
The HTTP proxy to use. The format is ``host:port``, e.g. ``localhost:8087``.
|
more frequently than anonymously.
|
||||||
|
|
||||||
include_tags_pattern, ignored_tags, sort_version_key
|
|
||||||
Deprecated. Use `list options`_ instead.
|
|
||||||
|
|
||||||
An environment variable ``NVCHECKER_GITHUB_TOKEN`` or a key named ``github``
|
|
||||||
can be set to a GitHub OAuth token in order to request more frequently than
|
|
||||||
anonymously.
|
|
||||||
|
|
||||||
This source supports `list options`_ when ``use_max_tag`` is set.
|
This source supports `list options`_ when ``use_max_tag`` is set.
|
||||||
|
|
||||||
@ -347,9 +329,6 @@ host
|
|||||||
token
|
token
|
||||||
Gitea authorization token used to call the API.
|
Gitea authorization token used to call the API.
|
||||||
|
|
||||||
ignored_tags, sort_version_key
|
|
||||||
Deprecated. Use `list options`_ instead.
|
|
||||||
|
|
||||||
To set an authorization token, you can set:
|
To set an authorization token, you can set:
|
||||||
|
|
||||||
- a key named ``gitea_{host}`` in the keyfile (where ``host`` is formed the
|
- a key named ``gitea_{host}`` in the keyfile (where ``host`` is formed the
|
||||||
@ -377,9 +356,6 @@ use_max_tag
|
|||||||
Set this to ``true`` to check for the max tag on BitBucket. Will return the biggest one
|
Set this to ``true`` to check for the max tag on BitBucket. Will return the biggest one
|
||||||
sorted by ``pkg_resources.parse_version``. Will return the tag name instead of date.
|
sorted by ``pkg_resources.parse_version``. Will return the tag name instead of date.
|
||||||
|
|
||||||
ignored_tags, sort_version_key
|
|
||||||
Deprecated. Use `list options`_ instead.
|
|
||||||
|
|
||||||
max_page
|
max_page
|
||||||
How many pages do we search for the max tag? Default is 3. This works when
|
How many pages do we search for the max tag? Default is 3. This works when
|
||||||
``use_max_tag`` is set.
|
``use_max_tag`` is set.
|
||||||
@ -407,9 +383,6 @@ host
|
|||||||
token
|
token
|
||||||
GitLab authorization token used to call the API.
|
GitLab authorization token used to call the API.
|
||||||
|
|
||||||
ignored_tags, sort_version_key
|
|
||||||
Deprecated. Use `list options`_ instead.
|
|
||||||
|
|
||||||
To set an authorization token, you can set:
|
To set an authorization token, you can set:
|
||||||
|
|
||||||
- a key named ``gitlab_{host}`` in the keyfile (where ``host`` is formed the
|
- a key named ``gitlab_{host}`` in the keyfile (where ``host`` is formed the
|
||||||
@ -460,9 +433,6 @@ Check `MetaCPAN <https://metacpan.org/>`_ for updates.
|
|||||||
cpan
|
cpan
|
||||||
The name used on CPAN, e.g. ``YAML``.
|
The name used on CPAN, e.g. ``YAML``.
|
||||||
|
|
||||||
proxy
|
|
||||||
The HTTP proxy to use. The format is ``host:port``, e.g. ``localhost:8087``.
|
|
||||||
|
|
||||||
Check Packagist
|
Check Packagist
|
||||||
---------------
|
---------------
|
||||||
Check `Packagist <https://packagist.org/>`_ for updates.
|
Check `Packagist <https://packagist.org/>`_ for updates.
|
||||||
@ -571,12 +541,6 @@ use_max_tag
|
|||||||
Set this to ``true`` to check for the max tag. Currently only supported for ``git``.
|
Set this to ``true`` to check for the max tag. Currently only supported for ``git``.
|
||||||
This option returns the biggest tag sorted by ``pkg_resources.parse_version``.
|
This option returns the biggest tag sorted by ``pkg_resources.parse_version``.
|
||||||
|
|
||||||
ignored_tags
|
|
||||||
Ignore certain tags while computing the max tag. Tags are separate by
|
|
||||||
whitespaces. This option must be used together with ``use_max_tag``. This can
|
|
||||||
be useful to avoid some known badly versioned tags, so the newer tags won't
|
|
||||||
be "overridden" by the old broken ones.
|
|
||||||
|
|
||||||
This source supports `list options`_ when ``use_max_tag`` is set.
|
This source supports `list options`_ when ``use_max_tag`` is set.
|
||||||
|
|
||||||
Other
|
Other
|
||||||
|
Loading…
Reference in New Issue
Block a user