Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/omichelsen/view-source

Server-side PHP script which displays the source of a webside with syntax highlighting for viewing on an iPad
https://github.com/omichelsen/view-source

Last synced: 19 days ago
JSON representation

Server-side PHP script which displays the source of a webside with syntax highlighting for viewing on an iPad

Awesome Lists containing this project

README

        

# View source on the iPad or iPhone

This project handles the server-side part of the view source bookmarklet described in this article:

[http://ole.michelsen.dk/blog/view-source-on-the-ipad-and-iphone.html](http://ole.michelsen.dk/blog/view-source-on-the-ipad-and-iphone.html)

The PHP script uses GeSHi to markup the HTML source code of a website, and makes links to style sheets and javascripts clickable.