Saturday 06th September 2008
 
 
 
 
 
 


 
 
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...

Sed Code Highlight

October 26, 2006 Author: Chris T Posted in: Seditio Core Hacks
 

General Information
Seditio default’s bbcode for code highlight is just a basic way to highlight our code. No tags color highlight, break of the spaces, no line numbers etc. This core hack will add the functionality of the famous and awarded Geshi

GeSHi - Generic Syntax Highlighter

GeSHi started as an idea to create a generic syntax highlighter for the phpBB forum system, but has been generalised to this project. GeSHi aims to be a simple but powerful highlighting class, with the following goals:

* Support for a wide range of popular languages
* Easy to add a new language for highlighting
* Highly customisable output formats

GeSHi aims to do this all as quickly as possible. Many customisable features of GeSHi facilitate speed increases, and you can easily find a balance between the amount of highlighting done and the speed in which it is done.

GeSHi supports PHP5 and Windows, and has even been used to highlight code on ASP pages. Numerous blogs, wikis and forums use GeSHi, including Dokuwiki, Mambo, phpBB and WikkaWiki.

GeSHi is an award winning piece of software - so you know you’re using a top quality product.

Pages: 1 2 3 4
 
Views: 5,740
 

Feed for this Entry Trackback Address The permalink
 

 

2 Responses to “Sed Code Highlight”

 
#1 joley Says:
January 7th, 2007 at 5:29 pm

Hmm i got strange errors:

Warning: sed_highlight_bbcode(datas/geshi/geshi.php): failed to open stream: No such file or directory in /hsphere/local/home/laktos/babel/system/functions.php on line 2048 Warning: sed_highlight_bbcode(): Failed opening ‘datas/geshi/geshi.php’ for inclusion (include_path=’.:/hsphere/shared/apache/libexec/php4ext/php/’) in /hsphere/local/home/irjcrew/babel/system/functions.php on line 2048 Fatal error: Cannot instantiate non-existent class: geshi in /hsphere/local/home/laktos/babel/system/functions.php on line 2049

 

 
#2 Tefra Says:
January 7th, 2007 at 8:45 pm
 

 

 

Leave a Comment