Page MenuHomeDevCentral

No OneTemporary

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; 10.7202/012719ar" />
+ $doi = str_replace('&#10;', '', $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

Mime Type
text/x-diff
Expires
Mon, Sep 15, 05:15 (8 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2983746
Default Alt Text
(902 B)

Event Timeline