CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 09:02:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100430141935
location: https://web.archive.org/web/20100430141935/https://github.com/ioquatix/jquery-syntax
server-timing: captures_list;dur=1.149580, exclusion.robots;dur=0.036711, exclusion.robots.policy;dur=0.017313, esindex;dur=0.020159, cdx.remote;dur=6.763995, LoadShardBlock;dur=172.606155, PetaboxLoader3.datanode;dur=41.017791, PetaboxLoader3.resolve;dur=34.113839
x-app-server: wwwb-app219
x-ts: 302
x-tr: 241
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=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 09:02:08 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.489762, exclusion.robots;dur=0.018157, exclusion.robots.policy;dur=0.008605, esindex;dur=0.010051, cdx.remote;dur=15.439110, LoadShardBlock;dur=127.355525, PetaboxLoader3.datanode;dur=130.951166, PetaboxLoader3.resolve;dur=126.180056, load_resource;dur=209.153360
x-app-server: wwwb-app219
x-ts: 200
x-tr: 452
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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.