Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/omichelsen/view-source
- Owner: omichelsen
- Created: 2012-04-05T08:31:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T03:49:28.000Z (about 4 years ago)
- Last Synced: 2024-10-11T14:18:17.118Z (about 1 month ago)
- Language: PHP
- Homepage: http://ole.michelsen.dk/blog/view-source-on-the-ipad-and-iphone.html
- Size: 113 KB
- Stars: 35
- Watchers: 5
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.