hoodwink.d enhanced
RSS
2.0
XHTML
1.0

RedHanded

Torching Yer Werdprreyss Blahhg #

by why in inspect

Huh, wordpress-to-hobix.rb just got here. It’s got a lever!!

 ./wordpress-to-hobix.rb \
  -h mysql.host -u username -p passwd -d database_name \
  -a goatlord /var/www/hobix/entries/

(from bitserf.)

said on 03 Feb 2005 at 13:47

hello there… i can’t get that conversion script to work… any pointers?/

root@transplant sv # hobix regen sv
[Building monthly pages]
## Page: /2004/09/index.html, updated Thu Feb 03 13:35:20 CST 2005
## Page: /2005/02/index.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /2004/08/index.html, updated Thu Feb 03 13:35:11 CST 2005
## Page: /2005/01/index.html, updated Thu Feb 03 13:38:04 CST 2005
## Page: /2004/07/index.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /2004/06/index.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /2004/12/index.html, updated Thu Feb 03 13:37:22 CST 2005
## Page: /2004/05/index.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /2004/11/index.html, updated Thu Feb 03 13:37:07 CST 2005
## Page: /2004/04/index.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /2004/10/index.html, updated Thu Feb 03 13:35:49 CST 2005
## Page: /2004/03/index.html, updated Thu Feb 03 13:33:56 CST 2005
[Building sidebar pages]
## Page: /sidebar.html, updated Thu Feb 03 13:38:38 CST 2005
[Building index pages]
## Page: /index.atom, updated Thu Feb 03 13:38:04 CST 2005
## Page: /index.html, updated Thu Feb 03 13:38:04 CST 2005
## Page: /index.yaml, updated Thu Feb 03 13:38:04 CST 2005
## Page: /index.xml, updated Thu Feb 03 13:38:04 CST 2005
[Building entry pages]
## Page: /BaseballPremonitions.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /NotMuchWorseThanShoppingForCellPhones.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /Fall04Schedule.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /Dreams45462004.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /RulesForTheRevisionOfPoetryEngl210Lecture120104.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /OnImprovingOnesQualityOfLife.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /PhotographyWeekOf919.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /untitledunfinished.html, updated Thu Feb 03 13:38:04 CST 2005
## Page: /about/me.html, updated Thu Feb 03 13:32:58 CST 2005
## Page: /ANiceCupOfTeaByGeorgeOrwell.html, updated Thu Feb 03 13:34:55 CST 2005
## Page: /BusinessIsBoomingsortOf.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /ThisHackWorksWithFirefox08.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /TheChicagoDictionary.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /UnbearableIrrelevanceFromMSN.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /LinuxAndALPACa.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /Fortune.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /HappyHalloweenBoo.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /WeekendUpdate.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /NewShows.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /MovableMagic.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /HomersMap.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /FridayThe13thAugust2004.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /APoemForAnEnglishClassThatStartsTomorrowMorning.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /TGIF.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /FreeGmailAccountsTastyFoodFireworksAndSlickRick.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /MoreJokeFromMyGrandpaBill.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /HelloWorld.html, updated Thu Feb 03 13:33:56 CST 2005
## Page: /BorgesAthensTiltonMarsOnMetaphors.html, updated Thu Feb 03 13:33:56 CST 2005
--- erb source ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><%= weblog.title %></title>

<style type="text/css">
 @import "<%= weblog.expand_path "site.css" %>";
</style>
</head>
<body>

<div id="page">

 <div id="banner">
        <h1 class="title"><a href="<%= weblog.link %>"><%= weblog.title %></a></h1>
        <div class="tagline"><%= weblog.tagline %></div>
        </div>

<div id="content">
<!--#include virtual='<%= weblog.expand_path( 'sidebar.html' ) %>'-->

 <div id="blog">
         <div class="entry">
             <h3 class="entryTitle"><%= entry.title %></h3>
        <% if entry.tagline %><div class="entryTagline"><%= entry.tagline %></div><% end %>
             <div class="entryContent"><%= entry.content.to_html %></div>
        </div>
        <div class="entryFooter"> posted by <%= weblog.authors[entry.author]['name'] %> | <a href="<%= entry.link %>"><%= entry.created.strftime( "%I:%M %p" ) %></a> </div>
        </div>

</div>

</div>

</body>
</html>
--- erb source ---
/usr/lib/ruby/site_ruby/1.8/redcloth.rb:571:in `gsub!'
/usr/lib/ruby/site_ruby/1.8/redcloth.rb:571:in `blocks'
/usr/lib/ruby/site_ruby/1.8/redcloth.rb:276:in `to_html'
(erb):27:in `load'
/usr/lib/ruby/site_ruby/1.8/hobix/out/quick.rb:59:in `load'
/usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:506:in `retouch'
/usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:476:in `each'
/usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:476:in `retouch'
/usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:474:in `each'
/usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:474:in `retouch'
/usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:470:in `regenerate'
/usr/lib/ruby/site_ruby/1.8/hobix/commandline.rb:238:in `regen_action'
/usr/bin/hobix:64:in `call'
/usr/bin/hobix:64
/usr/lib/ruby/site_ruby/1.8/hobix/out/quick.rb:92:in `load': Error `Stack overflow in regexp matcher: /((?:^([#*> ])(?:[^\n]|\n+(?:\2|>)|\n(?!\n|\Z))+))|((?:[^\n]+|\n+ +|\n(?![#*\n]|\Z))+)/m' in erb /var/www/localhost/htdocs/sv/skel/entry.html.quick. (Hobix::Out::QuickError)
        from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:506:in `retouch'
        from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:476:in `each'
        from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:476:in `retouch'
        from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:474:in `each'
        from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:474:in `retouch'
        from /usr/lib/ruby/site_ruby/1.8/hobix/weblog.rb:470:in `regenerate'
        from /usr/lib/ruby/site_ruby/1.8/hobix/commandline.rb:238:in `regen_action'
        from /usr/bin/hobix:64:in `call'
        from /usr/bin/hobix:64

said on 07 Mar 2005 at 04:21

Finally got it… transplant.dyndns.org/sv

email me if you have questions on how to fix this… as it’s too complicated to go into here

Comments are closed for this entry.