https://github.com/ncrocfer/diffviewer
Online Diff Tool
https://github.com/ncrocfer/diffviewer
Last synced: about 1 year ago
JSON representation
Online Diff Tool
- Host: GitHub
- URL: https://github.com/ncrocfer/diffviewer
- Owner: ncrocfer
- Created: 2013-06-26T23:53:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T13:57:42.000Z (over 11 years ago)
- Last Synced: 2025-04-19T09:56:17.912Z (about 1 year ago)
- Language: PHP
- Size: 824 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## DiffViewer : Online Diff Tool
DiffViewer is an online tool which allows you to quickly see the differences between two pieces of text. Actually, it is a simple website using [CodeIgniter](http://ellislab.com/codeigniter), [Twitter Bootstrap](http://twitter.github.io/bootstrap/) and [CodeMirror](http://codemirror.net/) to show how easy it is to use the [php-diff](https://github.com/chrisboulton/php-diff) lib.
## Screenshot

## License
This tool is released under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).