Skip to content

phpMagpie/SyntaxHighlighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SyntaxHighlighter

Plugin for integrating SyntaxHighlighter with Croogo.

Installation

  1. Clone repository to /app/Plugin/SyntaxHighlighter, and activate the plugin from your admin panel.
  2. Create a symlink in /app/webroot called SyntaxHighlighter to ../Plugin/SyntaxHighlighter/webroot

The third step bypasses CakePHP's plugin routing when accessing SyntaxHighlighter's JS files.

On my Redhat Linux server I run the following as root:

  1. cd /app/webroot
  2. ln -s ../Plugin/SyntaxHighlighter/webroot/ SyntaxHighlighter
  3. chown -h %youruser%:%yourgroup% SyntaxHighlighter

About

Syntax Highlighter plugin for Croogo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published