From 8c8c0364f7a2b0a4f045b4a0ab5f9603941f7649 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sun, 14 Sep 2014 16:28:38 +0800 Subject: [PATCH] update README --- README.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 49ddb30..ea9c204 100644 --- a/README.rst +++ b/README.rst @@ -129,13 +129,27 @@ This is used when you run ``nvchecker`` on an Arch Linux system and the program pacman The package name to reference to. +Check Arch Linux official packages +---------------------------------- +This enables you to track the update of `Arch Linux official packages `_, without needing of pacman and an updated local Pacman databases. + +archpkg + Name of the Arch Linux package. + Check Google Code (hg repository) --------------------------------- -Check a mecurial (hg) repository on `Google Code `_ for updates. The version returned is in date format ``%Y%m%d``, e.g. ``20130701``. +Check a mercurial (hg) repository on `Google Code `_ for updates. The version returned is in date format ``%Y%m%d``, e.g. ``20130701``. gcode_hg The name used on Google Code, e.g. ``chromium-compact-language-detector``. +Manually updating +----------------- +This enables you to manually specify the version (maybe because you want to approve each release before it gets to the script). + +manual + The version string. + Other ----- More to come. Send me a patch or pull request if you can't wait and have written one yourself :-) @@ -147,6 +161,7 @@ Bugs TODO ==== * Support GitHub tags +* doc for ``archpkg`` and ``manual`` Footnotes =========