Page MenuHomeDevCentral

D720.id1814.diff
No OneTemporary

D720.id1814.diff

diff --git a/pages/index.dat b/pages/index.dat
--- a/pages/index.dat
+++ b/pages/index.dat
@@ -9,6 +9,7 @@
http://www.lalibre.be/ LaLibreBelgique
http://www.lefigaro.fr/ LeFigaro
http://www.lemonde.fr/ LeMonde
+http://www.leparisien.fr/ LeParisien
http://www.lesoir.be/ LeSoir
http://www.liberation.fr/ Liberation
http://www.nytimes.com/ NewYorkTimes
diff --git a/pages/leparisien.php b/pages/leparisien.php
new file mode 100644
--- /dev/null
+++ b/pages/leparisien.php
@@ -0,0 +1,26 @@
+<?php
+
+/**
+ * Represents a page from the http://www.leparisien.fr/ site.
+ */
+class LeParisienPage extends Page {
+ /**
+ * Analyses the page and extracts metadata
+ */
+ function analyse () {
+ parent::analyse();
+
+ // Hardcoded known info
+ $this->site = "[[Le Parisien]]";
+
+ // From metadata
+ $this->dateFromDateParse($this->meta_tags['article:published_time']);
+
+ $author = $this->meta_tags['creator'];
+ if ($author === "Le Parisien") {
+ $this->skipAuthor = true;
+ } else {
+ $this->author = $author;
+ }
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 5, 13:47 (7 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2541770
Default Alt Text
D720.id1814.diff (1 KB)

Event Timeline