Simple web based code viewer in PHP.
Directly put your projects in a directory and let the PHP script display it in a pretty and smart way!
- Web server (Apache, NginX, ...)
- PHP and PHP module for the web server
- PHP-Geshi
- libmarkdown-php
- Code.db0
- Twitter Bootstrap (http://twitter.github.com/bootstrap/)
- JQuery
- Install Code.db0
wget "https://github.com/db0company/Code.db0/zipball/master"
unzip Code.db0.zip
rm Code.db0.zip
cd Code.db0/
- Install Twitter Bootstrap
wget "http://twitter.github.com/bootstrap/assets/bootstrap.zip"
unzip bootstrap.zip
rm bootstrap.zip
- Install JQuery
wget "http://code.jquery.com/jquery-latest.min.js"
mv jquery-latest.min.js jquery.js
-
(Optionnal) Choose a logo and a favicon
-
Edit the
conf.php
file -
Open your new builted website on your favorite browser and enjoy your projects!
Copyright 2012 Barbara Lepage
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- Made by db0
- Website: http://db0.fr/
- Contact: [email protected]
Latest version of this project is on GitHub: