doc: add comments on the config include custom
This commit is contained in:
parent
182068d991
commit
cd94d82c1a
|
@ -118,12 +118,14 @@ const ARCHIVARIX_INCLUDE_CUSTOM = array(
|
||||||
'XPATH' => '//*[@id="twitter-2"]',
|
'XPATH' => '//*[@id="twitter-2"]',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// replace the hoster information widget in the right column on all pages
|
||||||
[
|
[
|
||||||
'OPERATION' => 'REPLACE',
|
'OPERATION' => 'REPLACE',
|
||||||
'XPATH' => '//*[@id="text-6"]',
|
'XPATH' => '//*[@id="text-6"]',
|
||||||
'FILE' => 'hosted_by_franciliens.html',
|
'FILE' => 'hosted_by_franciliens.html',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// add a legacy banner on all pages to annonce the new blog
|
||||||
[
|
[
|
||||||
'OPERATION' => 'APPEND',
|
'OPERATION' => 'APPEND',
|
||||||
'XPATH' => '//nav[contains(@class, "navbar")]',
|
'XPATH' => '//nav[contains(@class, "navbar")]',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user