DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: CodeBox

Author:Steffen Kamper
Created:2005-12-17T16:25:37
Changed by:Steffen Kamper
Changed:2005-12-17T16:58:10
Email:steffen@dislabs.de

EXT: CodeBox

Extension Key: my_extension_key

Copyright 2000-2002, Steffen Kamper <steffen@dislabs.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

Table of Contents

EXT: CodeBox 1

Introduction 1

What does it do? 1

Screenshots 1

Users manual 2

FAQ 2

Adminstration 2

FAQ 2

Configuration 2

FAQ 2

Reference 2

Tutorial 2

Known problems 2

To-Do list 2

Changelog 2

Important guidelines 3

Issues with Open Office documentation for TYPO3 3

Inserting images 3

Paragraph styles 3

Linking 4

Meta data and updates 4

Introduction

What does it do?

It highlights your SourceCode and presents it in a Codebox.

It has implemented geshi and supports over 50 programming languages.

Supported Languages:

actionscript, ada, apache, applescript, asm, asp, bash, blitzbasic, c, c_mac, caddcl, cadlisp, cpp, csharp, css, d, delphi, diff, div, dos, eiffel, freebasic, gml, html4strict, ini, java, javascript, lisp, lua, matlab, mpasm, mysql, nsis, objc, ocaml, ocaml-brief, oobas, oracle8, pascal, perl, php, php-brief, python, qbasic, ruby, scheme, sqlbasic, smarty, sql, typoscript, vb, vbnet, vhdl, visualfoxpro, xml

Screenshots

Simply add your Code to the Content Element and configure it.

img-1

It looks like this:

img-2

Users manual

Its very easy to use, you don't have to configure anything.

If you want to change appereance, you can do it by Typoscript. Default values are:

plugin.tx_skcodebox_pi1 {

titleBoxBgColor = #405753

titleBoxColor = #ffffff

codeBoxBgColor = #efefef

width = 500

height = 240

}

Adminstration

Known problems

- nothing

To-Do list

Nothing now

Changelog

0.0.1 First Release

img-3 EXT: CodeBox - 3