<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.majordojo.com/projects/FeedManager/atom.xsl" type="text/xsl" media="screen"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php" />
  <link rel="self" type="application/atom+xml" href="http://www.majordojo.com/2000/01/do-not-publish-4.php" />
  <id>tag:www.majordojo.com,2010://3/tag:www.majordojo.com,2000://3.528-</id>
  <updated>2010-02-26T09:30:06Z</updated>
  <title>Comments for Comment holder for QuickLink Recipes</title>
  <subtitle>A blog about Movable Type, technology, geek-dom, science-fiction and yes, sometimes my personal life.</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.261</generator>
  <entry>
    <id>tag:www.majordojo.com,2000://3.528</id>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.majordojo.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=528" title="Comment holder for QuickLink Recipes" />
    <published>2000-01-01T08:00:00Z</published>
    <updated>2007-01-15T22:33:38Z</updated>
    <title>Comment holder for QuickLink Recipes</title>
    <summary>This is a placeholder for accepting comments for QuickLink recipes. Do not delete....</summary>
    <author>
      <name>Byrne</name>
      <uri>http://www.majordojo.com/</uri>
    </author>
    
    <category term="Announcements" />
    
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com/">
      This is a placeholder for accepting comments for QuickLink recipes. Do not delete.
      
    </content>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2000://3.528-comment:3710</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2000://3.528" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php#c3710" />
    <title>Comment from Byrne Reese on 2004-11-16</title>
    <author>
        <name>Byrne Reese</name>
<!--        <uri>http://www.majordojo.com</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com">
	<![CDATA[<p>Description: This recipe allows for the substitution of all CamelCase words to link directly to their counterpart in Wikipedia. This recipe could be used for any Wiki substitution.</p>

<p>Pattern: \b(([A-Z][a-z]+){2,})\b
Link: &lt;a href="http://en.wikipedia.org/wiki/$1"&gt;$1&lt;/a&gt;
Global: &lt;any&gt;
Case Sensitive: yes
Regular Expression: yes</p>
]]>
    </content>
    <published>2004-11-16T17:18:06Z</published>
    <updated>2004-11-16T17:18:06Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2000://3.528-comment:3732</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2000://3.528" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php#c3732" />
    <title>Comment from Byrne Reese on 2004-11-17</title>
    <author>
        <name>Byrne Reese</name>
<!--        <uri>http://www.majordojo.com/</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com/">
	<![CDATA[<p>Description: Yet another Wiki format rule... as some links in Wikis do not consist of multiple words, rendering CamelCase useless. Most Wikis have developed a "work-around." In other words, what do you do if you want "Byrne" to be a Wiki link? Answer: encapsulate it in side of square brackets, like so: '[Byrne]' - then "Byrne" is automatically made into a Wiki link! Alright, so how do you do this using QuickLink? Try the following:</p>

<p>Pattern: [([^]+)]
Link: &lt;a href="http://en.wikipedia.org/wiki/$1"&gt;$1&lt;/a&gt;
Global: &lt;any&gt;
Case Sensitive: &lt;any&gt;
Regular Expression: yes</p>
]]>
    </content>
    <published>2004-11-18T04:23:33Z</published>
    <updated>2004-11-18T04:23:33Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2000://3.528-comment:4033</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2000://3.528" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php#c4033" />
    <title>Comment from Byrne Reese on 2004-11-30</title>
    <author>
        <name>Byrne Reese</name>
<!--        <uri>http://www.majordojo.com</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com">
	<![CDATA[<p>Description: Censor out bad words from your website. It is not quite a link, but it is a useful tool!</p>

<p>Pattern: \bfrikkin\b
Link: fr<em>*</em>*in
Global: yes
Case Sensitive: no
Regular Expression: yes</p>
]]>
    </content>
    <published>2004-11-30T17:46:47Z</published>
    <updated>2004-11-30T17:46:47Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2000://3.528-comment:4863</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2000://3.528" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php#c4863" />
    <title>Comment from Gianluca Neri on 2004-12-22</title>
    <author>
        <name>Gianluca Neri</name>
<!--        <uri>http://www.macchianera.net</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.macchianera.net">
	<![CDATA[<p>The second recipe does not work for me. It's simply ignored.</p>
]]>
    </content>
    <published>2004-12-23T00:56:21Z</published>
    <updated>2004-12-23T00:56:21Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2000://3.528-comment:5314</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2000://3.528" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php#c5314" />
    <title>Comment from Sarah on 2005-01-22</title>
    <author>
        <name>Sarah</name>
<!--        <uri>http://www.this-chick.com/</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.this-chick.com/">
	<![CDATA[<p>Descripton: Quick conversion of strings to smilies. Where all smiley images are stored in the same directory, and named such as 'smile.gif', 'wink.gif'. In entry type :smile or :wink and so on to have the string converted to the relevant image tag.</p>

<p>Pattern: :([a-z]+\b)
Link:   
Global: Yes
Case sensitve: Any
Regex: Yes  </p>

<p>(Please note this is my first foray into regex, and I've no doubt there is a better pattern out there for doing this!)</p>
]]>
    </content>
    <published>2005-01-22T09:17:18Z</published>
    <updated>2005-01-22T09:17:18Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2000://3.528-comment:7716</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2000://3.528" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php#c7716" />
    <title>Comment from Danny Cohen on 2005-04-03</title>
    <author>
        <name>Danny Cohen</name>
<!--        <uri>http://dco1.com/</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://dco1.com/">
	<![CDATA[<p>Description: For some reason, the bracket explanation regex did not work for me, so I decided to forge further, and this is what I found that finally worked.</p>

<p>Pattern: [(.+)]
Link: <a href="http://en.wikipedia.org/wiki/$1" rel="nofollow">$1</a>
Global: 
Case Sensitive: 
Regular Expression: yes</p>
]]>
    </content>
    <published>2005-04-04T03:27:38Z</published>
    <updated>2005-04-04T03:27:38Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2000://3.528-comment:8672</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2000://3.528" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2000/01/do-not-publish-4.php#c8672" />
    <title>Comment from todd on 2005-07-29</title>
    <author>
        <name>todd</name>
<!--        <uri>http://blog.dangerousliberty.com</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.dangerousliberty.com">
	<![CDATA[<p>Never mind.  I didn't rename the folder without the version.  Renaming fixed the problem.</p>

<p>By the way, my user/login works at Typekey, but doesn't authenticate with you.  You might want to look into that.</p>

<p>regards,</p>

<p>Todd</p>
]]>
    </content>
    <published>2005-07-29T17:10:17Z</published>
    <updated>2005-07-29T17:10:17Z</updated>
  </entry>

</feed>

