diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 09:45:27 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-12-06 09:45:27 +0100 |
commit | 42c80841c846610be280218d53fcde06b0f0063b (patch) | |
tree | 26f7b26af6ca27ec8d3d7b8579e93cfe8a85be22 /inc/3rdparty/site_config | |
parent | 59cc585271a5f253b15617d97e26a29403a929dc (diff) | |
download | wallabag-42c80841c846610be280218d53fcde06b0f0063b.tar.gz wallabag-42c80841c846610be280218d53fcde06b0f0063b.tar.zst wallabag-42c80841c846610be280218d53fcde06b0f0063b.zip |
[change] we now use Full-Text RSS 3.1, thank you so much @fivefilters
Diffstat (limited to 'inc/3rdparty/site_config')
-rw-r--r-- | inc/3rdparty/site_config/README.txt (renamed from inc/3rdparty/site_config/README.md) | 10 | ||||
-rw-r--r-- | inc/3rdparty/site_config/index.php | 4 | ||||
-rw-r--r-- | inc/3rdparty/site_config/standard/24ways.org.txt | 6 | ||||
-rw-r--r-- | inc/3rdparty/site_config/standard/index.php | 4 | ||||
-rw-r--r-- | inc/3rdparty/site_config/standard/version.php | 3 |
5 files changed, 16 insertions, 11 deletions
diff --git a/inc/3rdparty/site_config/README.md b/inc/3rdparty/site_config/README.txt index 0aff456b..e966ee74 100644 --- a/inc/3rdparty/site_config/README.md +++ b/inc/3rdparty/site_config/README.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | Full-Text RSS Site Patterns | 1 | Full-Text RSS Site Patterns |
2 | --------------------------- | 2 | --------------------------- |
3 | 3 | ||
4 | Site patterns allow you to specify what should be extracted from specific sites. | 4 | Site patterns allow you to specify what should be extracted from specific sites. |
5 | 5 | ||
6 | Please see http://help.fivefilters.org/customer/portal/articles/223153-site-patterns for more information. \ No newline at end of file | 6 | Please see http://help.fivefilters.org/customer/portal/articles/223153-site-patterns for more information. \ No newline at end of file |
diff --git a/inc/3rdparty/site_config/index.php b/inc/3rdparty/site_config/index.php index a3d5f739..a1b767fd 100644 --- a/inc/3rdparty/site_config/index.php +++ b/inc/3rdparty/site_config/index.php | |||
@@ -1,3 +1,3 @@ | |||
1 | <?php | 1 | <?php |
2 | // this is here to prevent directory listing over the web | 2 | // this is here to prevent directory listing over the web |
3 | ?> \ No newline at end of file | 3 | ?> \ No newline at end of file |
diff --git a/inc/3rdparty/site_config/standard/24ways.org.txt b/inc/3rdparty/site_config/standard/24ways.org.txt new file mode 100644 index 00000000..03bd1950 --- /dev/null +++ b/inc/3rdparty/site_config/standard/24ways.org.txt | |||
@@ -0,0 +1,6 @@ | |||
1 | title: //div[@class='meta']/h2/a | ||
2 | author: //div[@class='meta']/h2/following-sibling::p/a/text() | ||
3 | date://div[@class='meta']/h2/strong | ||
4 | body: //div[@id='article'] | ||
5 | strip: //div[@class='domore'] | ||
6 | test_url: http://24ways.org/2011/composing-the-new-canon \ No newline at end of file | ||
diff --git a/inc/3rdparty/site_config/standard/index.php b/inc/3rdparty/site_config/standard/index.php index a3d5f739..a1b767fd 100644 --- a/inc/3rdparty/site_config/standard/index.php +++ b/inc/3rdparty/site_config/standard/index.php | |||
@@ -1,3 +1,3 @@ | |||
1 | <?php | 1 | <?php |
2 | // this is here to prevent directory listing over the web | 2 | // this is here to prevent directory listing over the web |
3 | ?> \ No newline at end of file | 3 | ?> \ No newline at end of file |
diff --git a/inc/3rdparty/site_config/standard/version.php b/inc/3rdparty/site_config/standard/version.php index e61807ed..34a87357 100644 --- a/inc/3rdparty/site_config/standard/version.php +++ b/inc/3rdparty/site_config/standard/version.php | |||
@@ -1,2 +1 @@ | |||
1 | <?php | <?php return 4; ?> \ No newline at end of file | |
2 | return 1; \ No newline at end of file | ||