Geoffrey Foster is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

g_Off / TemplateKit

A Cocoa/Objective-C templating engine similar to the one used in Django.

Clone this repository (size: 103.9 KB): HTTPS / SSH
hg clone https://bitbucket.org/g_Off/templatekit
hg clone ssh://hg@bitbucket.org/g_Off/templatekit

Commit b85c10e633c1 Raw commit »

commit
b85c10e633c1
parent
2466c1d5ae84
branch
default

prepare for iPhone SDK compatibility by switching from #import <Cocoa/Cocoa.h> to #import <Foundation/Foundation.h>

Comments

    Log in to comment »

    File Lines added Lines removed
    Source/Additions/NSMutableArray+Stack.h 1 1
    Source/Additions/NSNumber+Math.h 1 1
    Source/Additions/NSPredicate+Class.h 1 1
    Source/Additions/NSString+QuotedString.h 1 1
    Source/Additions/RegexKitLite+Additions.h 1 1
    Source/Additions/TKKeyValueEnumerator.h 1 1
    Source/Nodes/Operators/TKBasicComparisonOperators.h 1 1
    Source/Nodes/Operators/TKBasicMathOperators.h 1 1
    Source/Nodes/Operators/TKOperator.h 1 1
    Source/Nodes/Operators/TKOperatorFactory.h 1 1
    Source/Nodes/TKNode.h 1 1
    Source/Nodes/TKNodeList.h 1 1
    Source/Nodes/Tags/TKBlockNode.h 1 1
    Source/Nodes/Tags/TKBlockNode.m 1 1
    Source/Nodes/Tags/TKExtendsNode.h 1 1
    Source/Nodes/Tags/TKForEachNode.h 1 1
    Source/Nodes/Tags/TKForNode.h 1 1
    Source/Nodes/Tags/TKIfNode.h 1 1
    Source/Nodes/Tags/TKIncludeNode.h 1 1
    Source/Nodes/Tags/TKLetNode.h 1 1
    Source/Nodes/Tags/TKLoaderTags.h 1 1
    Source/Nodes/Tags/TKStandardTags.h 1 1
    Source/Nodes/Tags/TKWithNode.h 1 1
    Source/TKContext.h 1 1
    Source/TKExpression.h 1 1
    Source/TKFilterExpression.h 1 1
    Source/TKLexer.h 1 1
    Source/TKParser.h 1 1
    Source/TKTemplate.h 1 1
    Source/TKTemplate.m 1 1
    Source/TKTemplateEngineLibrary.h 1 1
    Source/TKTemplateEngineSettings.h 1 1
    Source/TKToken.h 1 1
    Source/TKVariable.h 1 1