CARVIEW |
Select Language
HTTP/2 200
server: nginx
date: Sun, 17 Aug 2025 18:02:07 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Fri, 30 Apr 2010 14:19:35 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "79222df03962b0dfbda8ffbbdb94bbf6"
x-archive-orig-x-runtime: 196ms
x-archive-orig-content-length: 51478
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 30 Apr 2010 14:19:35 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 21 Feb 2010 03:52:54 GMT", ; rel="prev memento"; datetime="Mon, 08 Mar 2010 10:58:15 GMT", ; rel="memento"; datetime="Fri, 30 Apr 2010 14:19:35 GMT", ; rel="next memento"; datetime="Thu, 10 Jun 2010 11:14:57 GMT", ; rel="last memento"; datetime="Sun, 27 Apr 2025 20:02:16 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_15_20100430132202_crawl101-c/51_15_20100430141651_crawl101.arc.gz
server-timing: captures_list;dur=0.832064, exclusion.robots;dur=0.025827, exclusion.robots.policy;dur=0.011906, esindex;dur=0.014834, cdx.remote;dur=42.211894, LoadShardBlock;dur=227.059003, PetaboxLoader3.datanode;dur=63.416986, PetaboxLoader3.resolve;dur=175.762417, load_resource;dur=197.616978
x-app-server: wwwb-app219
x-ts: 200
x-tr: 588
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app219; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
ioquatix's jquery-syntax at master - GitHub
ioquatix / jquery-syntax
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (11)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
README.txt
*** jQuery.Syntax [release-1.8] *** jQuery.Syntax is a light-weight client-side syntax highlighter, which dynamically loads external dependencies (js & css) when required. It uses jQuery to make it cross-browser compatible and to simplify integration. For downloads, documentation, compatibility, please see : https://www.oriontransfer.co.nz/software/jquery-syntax/ There are several plugins available (source code - for stable releases see the main project page above): [DokuWiki] -> https://github.com/ioquatix/jquery-syntax-dokuwiki [WordPress] -> https://github.com/ioquatix/jquery-syntax-wordpress For licensing details, please see the included LICENSE.txt. *** Change Log *** release-1.8 - Improved the simple function usability - Improved shorthand notation so it is now more flexible - You can now specify a combination of classes, in any order. release-1.7 - Added support for YAML. - Fixed a bug in the bisection algorithm. - Added support for highlighting inline code tags. - Added shorthand notation <code class="syntax html"> (vs <code class="syntax brush-html">). - However, this only works in this exact case where class="syntax {language}" - Improved simple function to improve consistency. release-1.6 - Fixed a compatibility issue with jQuery 1.4.2. release-1.5 - Added support for [Visual] Basic, SQL and Lisp. - Enabled a small optimization in the bisection algorithm. - Fixed a bug with alias names (they weren't working). - Minor updates to several other brushes.