Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11723064
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
View Options
diff --git a/pages/index.dat b/pages/index.dat
index e15c37d..8ee7cae 100644
--- a/pages/index.dat
+++ b/pages/index.dat
@@ -1,15 +1,16 @@
http://archives.lesoir.be/ ArchivesLeSoir
http://onlinelibrary.wiley.com/ Wiley
http://rue89.nouvelobs.com/ Rue89
http://www.chroniquesautomatiques.com/ LesChroniquesAutomatiques
http://www.erudit.org/ Erudit
http://www.formula1.com/ Formula1
http://www.jstor.org/ JSTOR
http://www.lalibre.be/ LaLibreBelgique
+http://www.liberation.fr/ Liberation
http://www.lefigaro.fr/ LeFigaro
http://www.lemonde.fr/ LeMonde
http://www.lesoir.be/ LeSoir
http://www.nytimes.com/ NewYorkTimes
http://www.persee.fr/ Persee
http://www.tandfonline.com TaylorAndFrancis
http://www.worldcat.org/ WorldCat
diff --git a/pages/liberation.php b/pages/liberation.php
new file mode 100644
index 0000000..2a791df
--- /dev/null
+++ b/pages/liberation.php
@@ -0,0 +1,17 @@
+<?php
+
+class LiberationPage extends Page {
+ function analyse () {
+ parent::analyse();
+
+ //Hardcoded known info
+ $this->site = "[[Libération (journal)|Libération]]";
+
+ //Gets date
+ // e.g. http://www.liberation.fr/france/2016/06/02/affiches...
+ $pos = strpos($this->url, "/20");
+ $this->yyyy = substr($this->url, $pos + 1, 4);
+ $this->mm = substr($this->url, $pos + 6, 2);
+ $this->dd = substr($this->url, $pos + 9, 2);
+ }
+}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Sep 18, 07:46 (15 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2990202
Default Alt Text
(1 KB)
Attached To
Mode
rSTG Source templates generator
Attached
Detach File
Event Timeline
Log In to Comment