Source Speak is a PHP program which enables a person to display their program's source code. If you are wondering why someone would want to share their code, there are many reasons.
displaying code for a potential employer
showing other developers your algorithms
developers on add to your code
This program is easy to use. Just copy the program to your web server that has PHP installed. The next step is to copy your project into the projects directory.
Requirements:
· PHP
· Vim with syntax highlighting support
Installation:
Unpack
tar xfz sourcespeak-*.tar.gz
C Set permissions
chown -R apache:apache cache metadata
D Add source code.
Copy your projects source code folder to the projects/ directory or create a soft link.
Product's homepage