Thursday, June 23, 2005

An unexpected result

I started thinking about the TKI examples and realized that the Wiki structures are easily rich enough to support them without further augmentation.

So all I really need to do is (1) refactor the Wiki code to produce a richer API and (2) build TKI commands around the new API.

And then, of course, completely revamp the TKI documentation. :-(

Now if/when I create a means of running TKI scripts from the Wiki, it will start to get pretty interesting. But meanwhile, this is the perfect rampup to prepare for writing the Calendar generation script.

Meanwhile, here's the updated script for creating the todo1 sample data:

cd /WellKnownDirectories/RootDataSet/Data
set wkn {TKI Sample Applications}
mkCabinet
cd %ip%
set wkn stuff
mkPage
cd %ip%
set wkn {wash the car}
mkLSec
set wkn {vaccum the house}
mkLSec
set wkn {do the dishes}
mkLSec

The neat part here is that all the data is accessible via the Wiki.

0 Comments:

Post a Comment

<< Home