From 0475a4304754c3e4d6426a101a8344e32e91d342 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 8 Jul 2015 11:34:43 +0800 Subject: [PATCH] update --- README.md | 1 + urlwatch/README.md | 21 ++++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8eafe85..e649a2b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ https://hub.docker.com/u/vimagick/ ## TODO - [ ] freegeoip +- [ ] gitolite - [ ] hashcat - [ ] hubot - [ ] iptables diff --git a/urlwatch/README.md b/urlwatch/README.md index 4c4eea0..a28058f 100644 --- a/urlwatch/README.md +++ b/urlwatch/README.md @@ -57,13 +57,28 @@ ubuntu: url: http://www.ubuntu.com/download/server exp: //div[contains(@class, "row-hero")]//h2/text() -scrapy: - url: https://github.com/scrapy/scrapy/releases - exp: //ul[@class="release-timeline-tags"]/li[1]//span[@class="tag-name"]/text() +coreos: + url: https://coreos.com + exp: //div[@class="co-p-homepage-release-text"]/text() urlwatch: url: https://github.com/thp/urlwatch/releases exp: //ul[@class="release-timeline-tags"]/li[1]//span[@class="tag-name"]/text() ``` +## Email alert + +``` +*************************************************************************** +CHANGED: https://coreos.com#coreos +*************************************************************************** +--- @ Tue, 07 Jul 2015 17:15:01 +0000 ++++ @ Tue, 07 Jul 2015 20:00:01 +0000 +@@ -1 +1 @@ +-coreos: 723.1.0 ++coreos: 735.0.0 + +*************************************************************************** +``` + [1]: thp.io/2008/urlwatch/