Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F6590613
D720.id1814.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D720.id1814.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D720: Analyze Le Parisien
Attached
Detach File
Event Timeline
Log In to Comment