From 5893b1ea08156e3edc58692b45bc5946a13709a4 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 16 Feb 2016 14:57:02 +0100 Subject: Update website - remove redirected website where html structure isn't the same - remove redirected website which already have a siteconfig for the redirected url - rename website where html structure is the same as the previous one --- community.servicenow.com.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 community.servicenow.com.txt (limited to 'community.servicenow.com.txt') diff --git a/community.servicenow.com.txt b/community.servicenow.com.txt new file mode 100755 index 0000000..98fb688 --- /dev/null +++ b/community.servicenow.com.txt @@ -0,0 +1,8 @@ +body: //div[@id="center"]//div[@class="node"] +title: //div[@id="center"]//h2 +author: substring-after(//div[@id="center"]//div[@class="node"]//span[@class="submitted"], "—") +date: substring-before(//div[@id="center"]//div[@class="node"]//span[@class="submitted"], "—") +strip: //div[@id="center"]//h2[1] +strip: //span[@class="submitted"][1] +move_into(//div[@class="node"])://div[@class="breadcrumb"] +test_url: http://community.servicenow.com/blog/lawrenceeng/seasons-greetings-servicenow-team -- cgit v1.3.1