Samples

Hello world
This is the most simple program. The program draws a html template including "Hellow world" with one drawable task.
simple01
This is one of simple examples. The program combines two templates --- main, block --- to index (theme) template. It uses three kinds of XCube_Task directly with the fixed RenderSequence. You may learn how to make the task list directly.
simple01_smarty
This is the smarty edtion of simple01. You need makes templates_c writabe before you run this sample.