Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11708219
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
902 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/pages/erudit.php b/pages/erudit.php
new file mode 100644
index 0000000..4e733bb
--- /dev/null
+++ b/pages/erudit.php
@@ -0,0 +1,15 @@
+<?php
+
+//Page analysis for www.erudit.org
+class EruditPage extends Page {
+ function analyse () {
+ parent::analyse();
+
+ //Fixing citation_doi metatag bug
+ //<meta name="citation_doi" content=" 10.7202/012719ar" />
+ $doi = str_replace(' ', '', $this->meta_tags['citation_doi']);
+ $this->meta_tags['citation_doi'] = trim($doi);
+ }
+}
+
+?>
diff --git a/pages/index.dat b/pages/index.dat
index d3aec1d..d378813 100644
--- a/pages/index.dat
+++ b/pages/index.dat
@@ -1,4 +1,5 @@
-http://www.lalibre.be LaLibreBelgique
+http://www.erudit.org/ Erudit
+http://www.lalibre.be/ LaLibreBelgique
http://www.lesoir.be/ LeSoir
http://archives.lesoir.be/ LeSoir
http://www.rue89.com/ Rue89
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Sep 15, 05:15 (5 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2983746
Default Alt Text
(902 B)
Attached To
Mode
rSTG Source templates generator
Attached
Detach File
Event Timeline
Log In to Comment