<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -76,7 +76,12 @@ def wordpress(name, to)
   root = File.expand_path(File.dirname(__FILE__))
   Dir.chdir(&quot;web/wordpress&quot;) do
     Dir[&quot;*&quot;].each do |file|
-      ln_s File.join(root, &quot;web/wordpress&quot;, file), File.join(root, to, file)
+      files = [File.join(root, &quot;web/wordpress&quot;, file), File.join(root, to, file)]
+      if file == &quot;wp-content&quot;
+        ln_s *files
+      else
+        cp_r *files
+      end
     end
   end
   cp_r File.join(root, &quot;config&quot;, &quot;wp-config.#{name}.php&quot;), File.join(root, to, &quot;wp-config.php&quot;)</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bec88d6ef47dd68bcfc31a16530c48bdda487e5f</id>
    </parent>
  </parents>
  <author>
    <name>jeremylightsmith</name>
    <email>jeremy.lightsmith@gmail.com</email>
  </author>
  <url>http://github.com/jeremylightsmith/blog/commit/d93186d9cdf448798e0e1bb5e816d094f330d1f0</url>
  <id>d93186d9cdf448798e0e1bb5e816d094f330d1f0</id>
  <committed-date>2009-06-08T10:33:34-07:00</committed-date>
  <authored-date>2009-06-08T10:33:34-07:00</authored-date>
  <message>link content, copy everything else</message>
  <tree>12a06e191b333ba27ccbc74480ed6bef9ec511b6</tree>
  <committer>
    <name>jeremylightsmith</name>
    <email>jeremy.lightsmith@gmail.com</email>
  </committer>
</commit>
