Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F10629809
D997.vs2548.id2568.whitespaceignore-most.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
D997.vs2548.id2568.whitespaceignore-most.diff
View Options
diff --git a/pages/index.dat b/pages/index.dat
--- a/pages/index.dat
+++ b/pages/index.dat
@@ -26,4 +26,5 @@
http://www.tandfonline.com TaylorAndFrancis
http://www.theguardian.com TheGuardian
https://www.theguardian.com TheGuardian
+http://www.japantimes.co.jp/ TheJapanTimes
http://www.worldcat.org/ WorldCat
diff --git a/pages/thejapantimes.php b/pages/thejapantimes.php
new file mode 100644
--- /dev/null
+++ b/pages/thejapantimes.php
@@ -0,0 +1,26 @@
+<?php
+
+/**
+ * Represents a page from the http://www.japantimes.co.jp/ site.
+ */
+class TheJapanTimesPage extends Page {
+ /**
+ * Analyses the page and extracts metadata
+ */
+ function analyse () {
+ parent::analyse();
+
+ // Hardcoded known info
+ $this->site = "[[The Japan Times]]";
+
+ // Gets the date from the URL
+ $this->extractYYYYMMDDDateFromURL();
+
+ // Gets author
+ // e.g. <h5 class="writer" role="author" >by <a href="http://www.japantimes.co.jp/author/int-eric_johnston/" title="Posts by Eric Johnston" class="author url fn" rel="author">Eric Johnston</a></h5>
+ $this->author = $this->between('rel="author">', '</a>');
+
+ // Removes pipe and website name from the title
+ $this->title = $this->between("<title>", " |");
+ }
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 21, 10:10 (4 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2829158
Default Alt Text
D997.vs2548.id2568.whitespaceignore-most.diff (1 KB)
Attached To
Mode
D997: Analyze The Japan Times
Attached
Detach File
Event Timeline
Log In to Comment