Skip to content

Commit a6014be

Browse files
committed
META Swap Thursday Threads boilerplate for macro
1 parent c429e45 commit a6014be

File tree

64 files changed

+112
-528
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+112
-528
lines changed

content/2010-10-21-thursday-threads-2010w42.markdown

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,9 @@ comments:
5555
content: "<!--%kramer-ref-pre%-->[...] Pingback by Thursday Threads: RDF, Digital
5656
Document Tampering, and Amazon&#8217;s Mechanical Turk | Disruptive L... [...]<!--%kramer-ref-post%-->"
5757
---
58-
<div id="feedburner-thursday-threads-email" class="wp-caption alignright" style="width: 310px;">
59-
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
60-
<p>Enter your email address to receive <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> Thursday Threads:</p>
61-
<p><input type="text" style="width:140px" name="email"/></p>
62-
<p><input type="hidden" value="thursday-threads" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" />
63-
<p>Delivered by <a href="http://feedburner.google.com" target="_blank" title="Google Feedburner Service">FeedBurner</a></p>
64-
</form>
65-
</div>
66-
<p>This is definitely becoming a habit...welcome to the fourth edition of <a href="/category/thursday-threads/"><i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym>'s</i> Thursday Threads</a>. If you find these interesting and useful, you might want to add the <a href="http://feeds.dltj.org/thursday-threads/">Thursday Threads RSS Feed</a> to your feed reader or subscribe to e-mail delivery using the form to the left. If you would like a more raw and immediate version of these types of stories, watch <a href="http://friendfeed.com/dltj" title="Peter Murray - FriendFeed">my FriendFeed stream</a> (or subscribe to <a href="feed://friendfeed.com/dltj?format=atom" title="Peter Murray - FriendFeed - Atom Feed">its feed</a> in your feed reader). Comments, as always, are welcome.<br />
67-
<!--more--></p>
58+
59+
<p>This is definitely becoming a habit...welcome to the fourth edition of <a href="/category/thursday-threads/"><i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym>'s</i> Thursday Threads</a>.
60+
{{ thursday_threads_header() }}
6861
<h2>Defining Linked Data By Analogy</h2>
6962
<blockquote><p>RDF is the grammar for a language of data. URIs are the words of that language. As in natural language, these words (i.e., the URIs) belong to grammatical categories. RDF properties (such as "isReferencedBy") function a bit like verbs, RDF classes like nouns.</p>
7063
<p>As in natural languages, where utterances are meaningful only if they follow a sentence grammar, RDF statements follow a simple and consistent three-part grammar of subject, predicate, and object. Analogously to paragraphs, RDF statements are aggregated into RDF graphs.</p></blockquote>

content/2010-10-28-thursday-threads-2010w43.markdown

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,8 @@ comments:
6262
content: '<span class="topsy_trackback_comment"><span class="topsy_twitter_username"><span
6363
class="topsy_trackback_content">Murray, Peter: Thursday Threads: http://bit.ly/dlKhx5</span></span>'
6464
---
65-
<div id="feedburner-thursday-threads-email" class="wp-caption alignright" style="width: 310px;">
66-
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
67-
<p>Receive <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> Thursday Threads by E-mail! Enter your email address:</p>
68-
<p><input type="text" style="width:140px" name="email"/></p>
69-
<p><input type="hidden" value="thursday-threads" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" />
70-
<p style="font-size: 80%">Delivered by <a href="http://feedburner.google.com" target="_blank" title="Google Feedburner Service">FeedBurner</a></p>
71-
</form>
72-
</div>
73-
<p>This week's <a href="/category/thursday-threads/">Thursday Threads</a> looks at a big hole in the security model of most internet sites that require you to log into them with a username and password plus a pair of stories about "big media" battles. If you find these interesting and useful, you might want to add the <a href="http://feeds.dltj.org/thursday-threads/">Thursday Threads RSS Feed</a> to your feed reader or subscribe to e-mail delivery using the form to the right. If you would like a more raw and immediate version of these types of stories, watch <a href="http://friendfeed.com/dltj" title="Peter Murray - FriendFeed">my FriendFeed stream</a> (or subscribe to <a href="feed://friendfeed.com/dltj?format=atom">its feed</a> in your feed reader). Comments, as always, are welcome.<br />
74-
<!--more--></p>
65+
<p>This week's <a href="/category/thursday-threads/">Thursday Threads</a> looks at a big hole in the security model of most internet sites that require you to log into them with a username and password plus a pair of stories about "big media" battles.</p>
66+
{{ thursday_threads_header() }}
7567
<h2>Users of Non-SSL Sites are Prone to Hijacking</h2>
7668
<blockquote><p>When logging into a website you usually start by submitting your username and password. The server then checks to see if an account matching this information exists and if so, replies back to you with a "cookie" which is used by your browser for all subsequent requests.</p>
7769
<p>It's extremely common for websites to protect your password by encrypting the initial login, but surprisingly uncommon for websites to encrypt everything else. This leaves the cookie (and the user) vulnerable. HTTP session hijacking (sometimes called "sidejacking") is when an attacker gets a hold of a user's cookie, allowing them to do anything the user can do on a particular website. On an open wireless network, cookies are basically shouted through the air, making these attacks extremely easy.</p>

content/2010-11-04-thursday-threads-2010w44.markdown

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,8 @@ comments:
115115
class="topsy_trackback_content">Murray, Peter: Thursday Threads: RDA Revolt, Google
116116
Book Search Algorithm, Google Helps Improve Web Servers, Googl... http://bit.ly/cfenvX</span></span>'
117117
---
118-
<div id="feedburner-thursday-threads-email" class="wp-caption alignright" style="width: 310px;">
119-
<form style="padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
120-
<p><a href="http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads&loc=en_US" title="FeedBurner Email Subscription for DLTJ Thursday Threads">Receive <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> Thursday Threads by E-mail!</a><br /><label for="email">Enter your email address:</label></p>
121-
<p><input type="text" style="width:140px" name="email"/><input type="hidden" value="thursday-threads" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" />
122-
<p style="font-size: 80%">Delivered by <a href="http://feedburner.google.com" target="_blank" title="Google Feedburner Service">FeedBurner</a></p>
123-
</form>
124-
</div>
125118
<p> This week is a mostly Google edition of <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> <a href="/category/thursday-threads/">Thursday Threads</a>. Below is a high-level overview of Google's Book Search algorithm, how Google is helping web servers improve the speed at which content loads, and how Google's internet traffic is growing as a percentage of all internet traffic. But first, there is an uprising on the RDA test records in the WorldCat database.</p>
126-
<p>If you find these interesting and useful, you might want to add the <a href="http://feeds.dltj.org/thursday-threads/">Thursday Threads RSS Feed</a> to your feed reader or subscribe to e-mail delivery using the form to the right. If you would like a more raw and immediate version of these types of stories, watch <a href="http://friendfeed.com/dltj" title="Peter Murray - FriendFeed">my FriendFeed stream</a> (or subscribe to <a href="http://friendfeed.com/dltj?format=atom" title="Atom feed for Peter Murray's FriendFeed account">its feed</a> in your feed reader). Comments and tips, as always, are welcome.<br />
127-
<!--break--></p>
119+
{{ thursday_threads_header() }}
128120
<h2>Memorandum Against RDA Test</h2>
129121
<blockquote><p>We have found ourselves in an unenviable position of opposing the work that supposedly has been authorized by agencies representing our interests. I might compare it to a military coup d&rsquo;&eacute;tat. I mean here the RDA &ldquo;test&rdquo; and its implications on the cataloging world at large. After extensive discussions on the PCC, OCLC cataloging e-mail lists with opinions from the British Library, Australia and North America, we can safely conclude that there is a broad consensus against principles of RDA and the way RDA &ldquo;test&rdquo; has been imposed on the cataloging world.</p></blockquote>
130122
<p>The <a href="http://listserv.oclc.org/scripts/wa.exe?A2=ind1011a&amp;L=oclc-cat&amp;D=0&amp;F=P&amp;T=0&amp;X=5D7D8800A8770C99F0&amp;P=2298" title="OCLC-CAT post &#039;November 2010 Memorandum Against RDA Test&#039; by Wojciech Siemaszkiewicz">original post on the OCLC-CAT list</a> by Wojciech Siemaszkiewicz of the New York Public Library is behind a must-subscribe-and-authenticate form, but it has been copied out <a href="/assets/images/2010/11/oclc-cat-rda.txt" title="Public copy of OCLC-CAT post 'November 2010 Memorandum Against RDA Test' by Wojciech Siemaszkiewicz">copied to an open website</a> by Becky Yoose (thanks, Becky!). The subsequent discussion resulted in a <a href="http://www.ipetitions.com/petition/norda/" title="Memorandum Against RDA Test">Petition against the RDA Test</a> by Jacqueline Byrd at Indiana University. The link to the position has been <a href="http://article.gmane.org/gmane.education.libraries.autocat/35094" title="Gmane -- Mail To News And Back Again">posted to the open AUTOCAT list</a>, and there has been <a href="http://article.gmane.org/gmane.education.libraries.autocat/35108" title="Gmane -- Mail To News And Back Again">subsequent</a> <a href="http://article.gmane.org/gmane.education.libraries.autocat/35109" title="Gmane -- Mail To News And Back Again">discussion</a> <a href="http://article.gmane.org/gmane.education.libraries.autocat/35114" title="Gmane -- Mail To News And Back Again">there</a>. (<a href="http://friendfeed.com/lsw/4e3f279b/for-anyone-else-who-has-recently-heard" title="For anyone else who has recently heard reference... - LSW - FriendFeed">Hat tip to Kirsten Davis</a>.)</p>

content/2010-11-11-thursday-threads-2010w45.markdown

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ comments:
5151
class="topsy_trackback_content">Murray, Peter: Thursday Threads: Refining Data,
5252
Ebook Costs, Open Bibliographic Data, Copyright Infringement http://bit.ly/aImdMC</span></span>'
5353
---
54-
<div id="feedburner-thursday-threads-email-w45" class="wp-caption alignright" style="width: 310px;">
55-
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><a href="http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads&loc=en_US" title="FeedBurner Email Subscription">Receive <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> Thursday Threads by E-mail!</a><input type="text" style="width:140px" name="email" value="Your e-mail address" onFocus="if (this.defaultValue==this.value) this.value = ''"/><input type="hidden" value="thursday-threads" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" />
56-
<p style="font-size: 80%">Delivered by <a href="http://feedburner.google.com" target="_blank" title="Google Feedburner Service">FeedBurner</a></p>
57-
</form>
58-
</div>
5954
<p>It has been a long week, so for many of you this edition of <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> <a href="/category/thursday-threads/">Thursday Threads</a> will actually be read on Friday. The spirit was willing, the topics were certainly out there in the past seven days, but the necessary distractions were numerous. Please enjoy this edition whenever you read it. As always, there is lots more on my <a href="http://friendfeed.com/dltj/" title="Peter Murray - FriendFeed">FriendFeed aggregation page</a>.</p>
6055
<h2>Google Refine 2.0, a power tool for data wranglers</h2>
6156
<blockquote><p><a href="http://code.google.com/p/google-refine/" title="google-refine - Project Hosting on Google Code">Google Refine</a> is a power tool for working with messy data sets, including cleaning up inconsistencies, transforming them from one format into another, and extending them with new data from external web services or other databases. Version 2.0 introduces a new extensions architecture, a reconciliation framework for linking records to other databases (like <a href="http://www.freebase.com/" title="Freebase homepage">Freebase</a>), and a ton of <a href="http://code.google.com/p/google-refine/wiki/ChangesFor2p0" title="google-refine - Change list for version 2.0">new transformation commands and expressions</a>.</p></blockquote>

content/2010-11-18-thursday-threads-2010w46.markdown

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,9 @@ tags:
2424
- Momento
2525
comments: []
2626
---
27-
<div id="feedburner-thursday-threads-email-w46" class="wp-caption alignright" style="width: 260px;">
28-
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><a href="http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads&#038;loc=en_US" title="FeedBurner Email Subscription">Receive <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> Thursday Threads by E-mail!</a><input type="text" style="width:140px" name="email" value="Your e-mail address" onFocus="if (this.defaultValue==this.value) this.value = ''"/><input type="hidden" value="thursday-threads" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" />
29-
<p style="font-size: 80%">Delivered by <a href="http://feedburner.google.com" target="_blank" title="Google Feedburner Service">FeedBurner</a></p>
30-
</form>
31-
</div>
32-
<p>Another slow Thursday Threads week due to higher priority work duties taking precedent over scanning for trends. This week has a look at the explosion of video content uploaded to YouTube (which dovetails nicely with the <a href="/article/thursday-threads-2010w44/">Thursday Threads report two weeks ago</a> about the <a href="http://asert.arbornetworks.com/2010/10/google-breaks-traffic-record/" title="Google Sets New Internet Traffic Record | Security to the Core | Arbor Networks Security">record amount of internet traffic attributed to Google's services</a>), why the distinction between 'digital natives' and 'digital immigrants' should be dropped, how telecomm companies want a piece of the credit card business, and the movement of Momento to an Internet Draft. If you find these interesting and useful, you might want to add the <a href="http://feeds.dltj.org/thursday-threads/">Thursday Threads RSS Feed</a> to your feed reader or subscribe to e-mail delivery using the form to the right. If you would like a more raw and immediate version of these types of stories, watch <a href="http://friendfeed.com/dltj" title="Peter Murray - FriendFeed">my FriendFeed stream</a> (or subscribe to <a href="http://friendfeed.com/dltj?format=atom" title="Atom feed for Peter Murray's FriendFeed account">its feed</a> in your feed reader). Comments and tips, as always, are welcome.<br />
33-
<!--more--><br />
27+
28+
<p>Another slow Thursday Threads week due to higher priority work duties taking precedent over scanning for trends. This week has a look at the explosion of video content uploaded to YouTube (which dovetails nicely with the <a href="/article/thursday-threads-2010w44/">Thursday Threads report two weeks ago</a> about the <a href="http://asert.arbornetworks.com/2010/10/google-breaks-traffic-record/" title="Google Sets New Internet Traffic Record | Security to the Core | Arbor Networks Security">record amount of internet traffic attributed to Google's services</a>), why the distinction between 'digital natives' and 'digital immigrants' should be dropped, how telecomm companies want a piece of the credit card business, and the movement of Momento to an Internet Draft.</p>
29+
{{ thursday_threads_header() }}
3430
{{ image(
3531
div_float="right",
3632
width="400",

content/2010-11-25-thursday-threads-2010w47.markdown

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ comments:
4141
class="topsy_trackback_content">#Agile #Software Thursday Threads: Google Scholar
4242
Coverage, Effective Meetings ...: ... as one commenter says, t... http://bit.ly/e5uTYY</span></span>'
4343
---
44-
<div id="feedburner-thursday-threads-email-w47" class="wp-caption alignright" style="width: 250px;">
45-
<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
46-
<p><a href="http://feedburner.google.com/fb/a/mailverify?uri=thursday-threads&#038;loc=en_US" title="FeedBurner Email Subscription">Receive <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> Thursday Threads by E-mail!</a></p>
47-
<p><input type="text" style="width:140px" name="email" value="Your e-mail address" onFocus="if (this.defaultValue==this.value) this.value = ''"/><input type="hidden" value="thursday-threads" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" />
48-
<p style="font-size: 80%">Delivered by <a href="http://feedburner.google.com" target="_blank" title="Google Feedburner Service">FeedBurner</a></p>
49-
</form>
50-
</div>
5144
<p> No, I am not composing this edition of <i><acronym title="Disruptive Library Technology Jester">DLTJ</acronym></i> Thursday Threads on the Thanksgiving holiday. This was written the day before and scheduled for posting on Thursday. With a significant run of <a href="/category/thursday-threads/">weekly Thursday Threads postings</a>, it seemed a shame to break the trend because of a holiday. So if it is Thanksgiving Thursday (in the U.S.) and you are looking for something to read, how about an article questioning the need for index and abstract databases in light of Google Scholar? Or tips for post-holiday effective meetings? Or how librarians are viewed as obstacles to effective open educational resources? Or simply be thankful that you are not in the cable TV operator business.<br />
5245
<!--more--></p>
5346
<h2><a name="google_scholar">Google Scholar's Dramatic Coverage Improvement Five Years after Debut</a></h2>

0 commit comments

Comments
 (0)