diff options
| author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-16 14:57:02 +0100 |
|---|---|---|
| committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-02-16 14:57:04 +0100 |
| commit | 5893b1ea08156e3edc58692b45bc5946a13709a4 (patch) | |
| tree | 708a29f164c85307fdba69c52afb462630a8434f /community.servicenow.com.txt | |
| parent | ca877ec3e88d1a7c7148b9e1e324c624b21bc4b5 (diff) | |
| download | ftr-site-config-5893b1ea08156e3edc58692b45bc5946a13709a4.tar.gz ftr-site-config-5893b1ea08156e3edc58692b45bc5946a13709a4.zip | |
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
Diffstat (limited to 'community.servicenow.com.txt')
| -rwxr-xr-x | community.servicenow.com.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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 |
