Content here is by:
Michael Still
mikal@stillhq.com

All my Open Source projects
Extracted view of CVS
Home
Site map

See recent comments. RSS feed of all comments. Raw dump of all comments for research purposes.

ImageMagick book
MythTV book








Mon, 09 Jun 2003



PandaScript 0.5 Released

    PandaScript 0.5 has been released. PandaScript 0.4 was skipped to keep the version numbers inline with Panda. The cool bit about this release is that PandaScript is now automatically generated by Objectify, which means it should always be up to date with the latest Panda version. You can download the latest source from here and a signature from here.

posted at: 07:00 | path: /panda/pandascript | permanent link to this entry


Tue, 10 Sep 2002



Online CVS server

posted at: 07:00 | path: /panda/pandascript | permanent link to this entry


Sat, 16 Jun 2001



My AOSS III Talk

    The slides for my Australian Open Source Symposium talk are now available online. This talk covers Panda, PandaLex, PandaScript, PNGTools, and stuff like that.

posted at: 07:00 | path: /panda/pandascript | permanent link to this entry


Sat, 17 Mar 2001



Subnetmapper 0.1, an example of how to use PandaScript Released

    Subnetmapper is a simple network mapper that produces maps using PandaScript. The maps are pretty basic at the moment, but it is a good example of how to use PandaScript with shell.

posted at: 04:00 | path: /panda/pandascript | permanent link to this entry


Tue, 02 Jan 2001



PandaScript 0.3 Stable Released

    The 0.3 stable version of PandaScript has now been released!

    Source (Signed)

posted at: 04:00 | path: /panda/pandascript | permanent link to this entry


Mon, 25 Dec 2000



PandaScript 0.3 RC1 Released

    Well, I finally have something to show for my efforts. This version is by no means perfect, but I believe that it is better than nothing... This version will allow you to create documents with textboxes, imageboxes and imageboxes which are rotated. It supports TIFF and JPEG images that are supported by Panda.

    Why don't you download it and have a look? The man page is also online, to make it easier for you to see what is available...

    If no major problems are found in the next week, then this version will be released as a stable version.

posted at: 04:00 | path: /panda/pandascript | permanent link to this entry


Thu, 14 Dec 2000



You what?

    Today I wrote a shell script to generate a PDF using Panda, and it occured to me that it was bloddy hard. To make a PDF I had to have the script:
  • Generate C code with echo statements
  • Compile the C code
  • Execute the C code

    It made me think, and PandaScript was born. Panda script is a simple engine that reads commands from standard input and uses them to build a PDF document. This makes it much easier to generate a PDF document because you don't have to go through that compilation step that I ad to do today.

    I will endevour to add functionality to PandaScript as it is added to Panda itself.

posted at: 04:00 | path: /panda/pandascript | permanent link to this entry