CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 27 Jul 2025 05:11:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100408233906
location: https://web.archive.org/web/20100408233906/https://github.com/joshthecoder/mustang
server-timing: captures_list;dur=0.806974, exclusion.robots;dur=0.025988, exclusion.robots.policy;dur=0.011032, esindex;dur=0.017252, cdx.remote;dur=50.493365, LoadShardBlock;dur=258.602906, PetaboxLoader3.datanode;dur=172.436211, PetaboxLoader3.resolve;dur=78.909501
x-app-server: wwwb-app216
x-ts: 302
x-tr: 342
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app216; 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: Sun, 27 Jul 2025 05:11:59 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 08 Apr 2010 23:39:05 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d76d80d08fe7e942cfc040d9ea2584b6"
x-archive-orig-x-runtime: 598ms
x-archive-orig-content-length: 21783
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: Thu, 08 Apr 2010 23:39:06 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 08 Apr 2010 23:39:06 GMT", ; rel="memento"; datetime="Thu, 08 Apr 2010 23:39:06 GMT", ; rel="next memento"; datetime="Wed, 25 Aug 2010 11:53:40 GMT", ; rel="last memento"; datetime="Fri, 02 May 2025 21:43:44 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: 52_15_20100408230159_crawl103-c/52_15_20100408232158_crawl101.arc.gz
server-timing: captures_list;dur=0.440875, exclusion.robots;dur=0.016773, exclusion.robots.policy;dur=0.007672, esindex;dur=0.009559, cdx.remote;dur=120.678972, LoadShardBlock;dur=281.763237, PetaboxLoader3.datanode;dur=148.859814, PetaboxLoader3.resolve;dur=236.283813, load_resource;dur=132.369626
x-app-server: wwwb-app216
x-ts: 200
x-tr: 610
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
joshthecoder's mustang at master - GitHub
joshthecoder / mustang
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Sending Request…
A template engine for the ooc programming language. Inspired by Mustache and CTemplates. — Read more
mustang /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Tue Mar 09 18:16:18 -0800 2010 | Fix a compile error in parser. [joshthecoder] |
![]() |
LICENSE | Tue Mar 09 11:33:56 -0800 2010 | First commit! [joshthecoder] |
![]() |
Makefile | Tue Mar 09 23:57:44 -0800 2010 | First draft of manpages to help layout the design. [joshthecoder] |
![]() |
README | Wed Mar 17 16:25:36 -0700 2010 | Revise the readme a bit. [joshthecoder] |
![]() |
examples/ | Fri Mar 26 12:11:27 -0700 2010 | Re-worked the parser some more. [joshthecoder] |
![]() |
man/ | Thu Mar 11 19:12:18 -0800 2010 | Update the man page. [joshthecoder] |
![]() |
mustang/ | Fri Mar 26 16:24:14 -0700 2010 | Restructure Template to make it more extendable... [joshthecoder] |
README
Mustang ======= A template engine for the ooc programming language. Mustang is a superset of the Mustache[1] syntax and is fully backwards compatible with existing Mustache templates. Author: Joshua Roesslein License: BSD [1] https://defunkt.github.com/mustache/