[TYPO3-doc] Geshi/ update: now also for SQL and shell-scripts

Daniel Brüßler info at -remove-patchworking.de
Wed Dec 5 21:56:28 CET 2007


Hi,

I saw that some people like to use it, so I added also parsing for SQL
and shell-Scripts.

examples:
<SQL>
 CREATE TABLE tx_realurl_uniqalias(
   uid int( 11 ) NOT NULL AUTO_INCREMENT ,
   tstamp int( 11 ) DEFAULT '0' NOT NULL ,
   PRIMARY KEY ( uid ) ,
   KEY tablename( tablename ) ,
 )
</SQL>

<shell>
cd typo3conf/ext/
# Now Move your current commerce install out of the way:
mv commerce commerce.old
# Then issue:
svn co
https://typo3xdev.svn.sourceforge.net/svnroot/typo3xdev/tx_commerce/trunk/
commerce
</shell>

Cheers!
Daniel


More information about the TYPO3-project-documentation mailing list