Merge branch 'master' of github.com:jeffpar/pcjs
This commit is contained in:
commit
c226edd53a
1 changed files with 3 additions and 3 deletions
|
|
@ -17,11 +17,11 @@ files.
|
||||||
|
|
||||||
[*machine.xsl*](machine.xsl) is an XML stylesheet that takes things a step further and transforms a machine XML
|
[*machine.xsl*](machine.xsl) is an XML stylesheet that takes things a step further and transforms a machine XML
|
||||||
into a stand-alone HTML document, which also includes all necessary compiled scripts (eg, c1p.js, c1p-dbg.js,
|
into a stand-alone HTML document, which also includes all necessary compiled scripts (eg, c1p.js, c1p-dbg.js,
|
||||||
pc.js or pc-dbg.js). Most machine XML files explcitly link to this stylesheet, so that simply loading the XML
|
pc.js or pc-dbg.js). Most machine XML files explicitly link to this stylesheet, so that simply loading the XML
|
||||||
file in your web browser creates a working virtual machine.
|
file in your web browser creates a working virtual machine.
|
||||||
|
|
||||||
[*manifest.xsl*](manifest.xsl) is an XML stylesheet that renders a software manifest XML file into a standalone
|
[*manifest.xsl*](manifest.xsl) is an XML stylesheet that renders a software manifest XML file into a standalone
|
||||||
document; it may even contain a referene to a machine XML file.
|
document; it may even contain a reference to a machine XML file.
|
||||||
|
|
||||||
[*document.xsl*](document.xsl) is a collection of XSL templates used exclusively by [*outline.xsl*](outline.xsl),
|
[*document.xsl*](document.xsl) is a collection of XSL templates used exclusively by [*outline.xsl*](outline.xsl),
|
||||||
which is a more grandiose version of [*machine.xsl*](machine.xsl), designed to support XML-based documentation
|
which is a more grandiose version of [*machine.xsl*](machine.xsl), designed to support XML-based documentation
|
||||||
|
|
@ -32,4 +32,4 @@ in a README.md document.
|
||||||
|
|
||||||
Since the XML document syntax that [*outline.xsl*](outline.xsl) supports was never very well documented, I'm tempted
|
Since the XML document syntax that [*outline.xsl*](outline.xsl) supports was never very well documented, I'm tempted
|
||||||
to deprecate it and port any XML documents that still rely on it (mostly the older IAS Electronic Computer Project
|
to deprecate it and port any XML documents that still rely on it (mostly the older IAS Electronic Computer Project
|
||||||
documents) to Markdown files.
|
documents) to Markdown files.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue