My favorites | Sign in
Project Home Wiki Issues Source
Search
for
GhoCompiler  
GhoCompiler is (not a plugin) a compiler for TXP plugins
Updated Oct 11, 2010 by pkollitsch

ATTENTION: I am restructuring the documentation. Entries containing this message are not reviewed yet and can contain errors or links that end up in nirvana.

Introduction

modified version of zem's plugin template that runs in a PHP enviroment and compiles plugins based on various files in the plugin folder.

current version optimized for plugins hosted on code.google.com - will need some cleanup to make it portable.

Details

Files needed to compile

  • trunk/plugins/$PLUGINNAME/source/$PLUGINNAME.php (contains the plugin code)
  • trunk/plugins/$PLUGINNAME/source/$PLUGINNAME.documentation.txt (contains the plugin documentation in Textile format)
  • trunk/plugins/$PLUGINNAME/source/$PLUGINNAME.documentation.txt (optional, contains the history documentation in Textile format)
  • trunk/plugins/$PLUGINNAME/source/$PLUGINNAME.configuration.txt (contains the plugin configuration)

Compilation into

  • trunk/plugins/$PLUGINNAME/current/$PLUGINNAME.txt


Sign in to add a comment
Powered by Google Project Hosting