<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>hobbut</title>
        <link>http://hobbut.weho.ru/</link>
        <description></description>
        <language>ru</language>
        <copyright>Copyright 2009</copyright>
        <lastBuildDate>Thu, 17 Apr 2008 00:37:52 +0300</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>Тестовый пост</title>
            <description><![CDATA[Проверка хайлайтера. 

<pre name="code" class="brush:objc">#import "MainView.h"

@implementation MainView

- (id)initWithFrame:(struct CGRect)frame
{
    if ((self == [super initWithFrame:frame]) != nil)
    {
        frame.origin.x = frame.origin.y = 0.0f;

        UITextLabel *text = [[UITextLabel alloc] initWithFrame:frame];
        [text setText:@"Hello, world!"];
        float white[4] = {1.0f, 1.0f, 1.0f, 1.0f};
        float black[4] = {0.0f, 0.0f, 0.0f, 1.0f};
        [text setBackgroundColor:CGColorCreate(CGColorSpaceCreateDeviceRGB(),white)];
        [text setColor:CGColorCreate(CGColorSpaceCreateDeviceRGB(),black)];
        [text setCentersHorizontally:YES];
        [self addSubview:text];
    }
    return self;
}

@end

</pre>]]></description>
            <link>http://hobbut.weho.ru/2008/04/testovij-post.html</link>
            <guid>http://hobbut.weho.ru/2008/04/testovij-post.html</guid>
            
            
            <pubDate>Thu, 17 Apr 2008 00:37:52 +0300</pubDate>
        </item>
        
    </channel>
</rss>

