]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
site_config is now embedded with poche
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 3 Oct 2013 11:48:58 +0000 (13:48 +0200)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 3 Oct 2013 11:48:58 +0000 (13:48 +0200)
inc/3rdparty/site_config/README.md [new file with mode: 0644]
inc/3rdparty/site_config/custom/bfmtv.com.txt [new file with mode: 0644]
inc/3rdparty/site_config/custom/inthepoche.com.txt [new file with mode: 0644]
inc/3rdparty/site_config/custom/palkeo.com.txt [new file with mode: 0644]
inc/3rdparty/site_config/custom/tldp.org.txt [new file with mode: 0644]
inc/3rdparty/site_config/index.php [new file with mode: 0644]
inc/3rdparty/site_config/standard/.wikipedia.org.txt [new file with mode: 0644]
inc/3rdparty/site_config/standard/index.php [new file with mode: 0644]
inc/3rdparty/site_config/standard/version.php [new file with mode: 0644]
install/update.php [deleted file]

diff --git a/inc/3rdparty/site_config/README.md b/inc/3rdparty/site_config/README.md
new file mode 100644 (file)
index 0000000..0aff456
--- /dev/null
@@ -0,0 +1,6 @@
+Full-Text RSS Site Patterns
+---------------------------
+
+Site patterns allow you to specify what should be extracted from specific sites.
+
+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/custom/bfmtv.com.txt b/inc/3rdparty/site_config/custom/bfmtv.com.txt
new file mode 100644 (file)
index 0000000..0ff28d5
--- /dev/null
@@ -0,0 +1,6 @@
+title: //title
+body: //h2 | //span[@class='masque'] | //article[@class='corps_article_right']
+prune: no
+tidy: no
+
+test_url: http://www.bfmtv.com/societe/cigarette-electronique-dangers-588622.html
\ No newline at end of file
diff --git a/inc/3rdparty/site_config/custom/inthepoche.com.txt b/inc/3rdparty/site_config/custom/inthepoche.com.txt
new file mode 100644 (file)
index 0000000..ede74b9
--- /dev/null
@@ -0,0 +1,7 @@
+title: //title
+body: //div[@class='post-content']
+
+prune: no
+tidy: no
+
+test_url: http://www.inthepoche.com/?post/poche-hosting
\ No newline at end of file
diff --git a/inc/3rdparty/site_config/custom/palkeo.com.txt b/inc/3rdparty/site_config/custom/palkeo.com.txt
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/inc/3rdparty/site_config/custom/tldp.org.txt b/inc/3rdparty/site_config/custom/tldp.org.txt
new file mode 100644 (file)
index 0000000..7dd5cdb
--- /dev/null
@@ -0,0 +1,6 @@
+title: //title
+body: //h2 | //p | //ul
+prune: no
+tidy: no
+
+test_url: http://www.tldp.org/HOWTO/Plug-and-Play-HOWTO-7.html
\ No newline at end of file
diff --git a/inc/3rdparty/site_config/index.php b/inc/3rdparty/site_config/index.php
new file mode 100644 (file)
index 0000000..a3d5f73
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+// this is here to prevent directory listing over the web
+?>
\ No newline at end of file
diff --git a/inc/3rdparty/site_config/standard/.wikipedia.org.txt b/inc/3rdparty/site_config/standard/.wikipedia.org.txt
new file mode 100644 (file)
index 0000000..8b98ae4
--- /dev/null
@@ -0,0 +1,19 @@
+title: //h1[@id='firstHeading']
+body: //div[@id = 'bodyContent']
+strip_id_or_class: editsection
+#strip_id_or_class: toc
+strip_id_or_class: vertical-navbox
+strip: //table[@id='toc']
+strip: //div[@id='catlinks']
+strip: //div[@id='jump-to-nav']
+strip: //div[@class='thumbcaption']//div[@class='magnify']
+strip: //table[@class='navbox']
+strip: //table[contains(@class, 'infobox')]
+strip: //div[@class='dablink']
+strip: //div[@id='contentSub']
+strip: //table[contains(@class, 'metadata')]
+strip: //*[contains(@class, 'noprint')]
+strip: //span[@title='pronunciation:']
+prune: no
+tidy: no
+test_url: http://en.wikipedia.org/wiki/Christopher_Lloyd
\ No newline at end of file
diff --git a/inc/3rdparty/site_config/standard/index.php b/inc/3rdparty/site_config/standard/index.php
new file mode 100644 (file)
index 0000000..a3d5f73
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+// this is here to prevent directory listing over the web
+?>
\ No newline at end of file
diff --git a/inc/3rdparty/site_config/standard/version.php b/inc/3rdparty/site_config/standard/version.php
new file mode 100644 (file)
index 0000000..e61807e
--- /dev/null
@@ -0,0 +1,2 @@
+<?php 
+return 1;
\ No newline at end of file
diff --git a/install/update.php b/install/update.php
deleted file mode 100644 (file)
index 9548d33..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-<?php
-require_once dirname(__FILE__).'/../inc/poche/Tools.class.php';
-include dirname(__FILE__).'/../inc/poche/define.inc.php';
-include dirname(__FILE__).'/../inc/poche/myconfig.inc.php';
-require_once __DIR__ . '/../inc/poche/Database.class.php';
-$store = new Database();
-?>
-<!DOCTYPE html>
-<!--[if lte IE 6]> <html class="no-js ie6 ie67 ie678" lang="en"> <![endif]-->
-<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
-<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
-<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
-<html lang="en">
-    <head>
-        <meta charset="utf-8">
-        <title>updating poche</title>
-    </head>
-    <body>
-        <h1>update poche to 1.0-beta4</h1>
-
-        <h2>Changelog</h2>
-        <ul>
-            <li>enhancement: updating and installing poche are more easier</li>
-            <li>enhancement: poche now uses Full Text RSS to fetch content</li>
-            <li>enhancement: css and twig files are more clean, thanks to NumEricR and nicofrand</li>
-            <li>enhancement: updated german translation, thanks to HLFH</li>
-            <li>enhancement: add db/, cache/ and assets/ directories in versioning</li>
-            <li>enhancement: display messages when error with import, thanks to EliasZ</li>
-            <li>enhancement: poche compatibility test file</li>
-            <li>enhancement: <a href="https://github.com/inthepoche/poche/issues/112">#112</a>: link with shaarli</li>
-            <li>enhancement: <a href="https://github.com/inthepoche/poche/issues/162">#162</a>: links to firefox / chrome / android apps in config screen</li>
-            <li>bug: encode url to share with twitter / email / shaarli</li>
-            <li>bug: Add IPv4 url support (and others beginning by a digit)</li>
-            <li>bug: title page in article view was wrong</li>
-            <li>bug: <a href="https://github.com/inthepoche/poche/issues/148">#148</a>: use of undefined constant POCHE_VERSION</li>
-            <li>bug: <a href="https://github.com/inthepoche/poche/issues/148">#149</a>: can't poche theguardian.com</li>
-            <li>bug: <a href="https://github.com/inthepoche/poche/issues/150">#150</a>: default title for untitled articles</li>
-            <li>bug: <a href="https://github.com/inthepoche/poche/issues/150">#151</a>: HTML entities in titles are encoded twice</li>
-            <li>bug: <a href="https://github.com/inthepoche/poche/issues/169">#169</a>: entries height with short description</li>
-            <li>bug: <a href="https://github.com/inthepoche/poche/issues/175">#175</a>: IP addresses do not appear in "view original"</li>
-        </ul>
-        <p>To update your poche, please fill the following fields.</p>
-        <p>
-        <form name="update" method="post">
-            <div><label for="login">login:</label> <input type="text" name="login" id="login" /></div>
-            <div><label for="password">password:</label> <input type="password" name="password" id="password" /></div>
-            <div><input type="hidden" name="go" value="ok" /><input type="submit" value="update" /></div>
-        </form>
-        </p>
-<?php
-if (isset($_POST['go'])) {
-    if (!empty($_POST['login']) && !empty($_POST['password'])) {
-        $user = $store->login($_POST['login'], sha1($_POST['password'] . $_POST['login'] . SALT));
-        if ($user != array()) {
-            $myconfig_file = '../inc/poche/myconfig.inc.php';
-            # just change version number in config file
-            
-            if (!is_writable('../inc/poche/myconfig.inc.php')) {
-                die('You don\'t have write access to open ./inc/poche/myconfig.inc.php.');
-            }
-
-            if (file_exists($myconfig_file))
-            {
-                $content = str_replace('1.0-beta3', '1.0-beta4', file_get_contents($myconfig_file));
-                file_put_contents($myconfig_file, $content);
-            }
-?>
-        <p><span style="color: green;">your poche is up to date!</span></p>
-        <p><span style="color: red;">don't forget to delete ./install/ folder after the update.</span></p>
-        <p><a href="../">go back to your poche</a></p>
-<?php
-        }
-    }
-}
-?>
-    </body>
-</html>
\ No newline at end of file