Archive - 2006
Intro to DITA
Resource: Submitted by Michael Priestley on Mon, 2006-05-08 19:17. Last updated on Mon, 2006-05-08 19:20.
Intro to DITA presentation from STC 2006
Simple Interface For Plugin Installation and Upgrade
Book page: Submitted by prescod on Mon, 2006-05-08 06:18. Last updated on Sun, 2007-11-25 07:46.
Simple Interface For Plugin Installation and Upgrade
Problem: Manual Installation Process
Installing a plugin takes two or three steps, depending upon the platform and installed software.
Installing a plugin takes two or three steps, depending upon the platform and installed software.
- Unzip the plugin package
- Copy the generated directory into the “demo” or “plugins” folder
- Run the integrator task
Information set proposal
Book page: Submitted by erikh on Wed, 2006-05-03 04:46.
I'm coming around to the idea that we can't handle all of the dependency tracking with a specialized map. But, I'm wondering if we can come up with an approach that still leverages maps for the dependencies they express and supports the continuum of approaches.
Proposal: We introduce a new kind of XML document that identifies the source files belonging to an information set. The basic structure is very simple:
<infoset><data ...> ... </data>
... more data about this infoset ...
<source href="filename" modified="2006-5-2 20:05:01">
<data ...> ... </data>
... more data about this source ...
</source>
... more sources ...
</infoset>
The <data> element would be the same as DITA 1.1 for cognitive reuse if nothing else.
Inaugural meeting of Toronto DITA User Group
Event: Submitted by Heidi Stadel on Tue, 2006-05-02 20:11.
Location:
Toronto, ON CANADADate:
18 May 2006 - 16:00 - 18:00Incremental build scratch pad
Book page: Submitted by erikh on Sat, 2006-04-29 17:51. Last updated on Mon, 2006-05-01 18:43.
This scratch pad for the Incremental builds main page. Like a Wikipedia discussion tab, this page accumlates notes for the design.
2006-4-29 erikh
Maybe pointing out the obvious, incremental builds of plain-old Java can be managed by comparing the timestamp on the source and compiled file only because the runtime JVM handles the integration.
Unless we have a viewer that can provide equivalent integration at runtime, DITA XML modules have to integrate at build time. That integration has to resolve:
2006-4-29 erikh
Maybe pointing out the obvious, incremental builds of plain-old Java can be managed by comparing the timestamp on the source and compiled file only because the runtime JVM handles the integration.
Unless we have a viewer that can provide equivalent integration at runtime, DITA XML modules have to integrate at build time. That integration has to resolve:
- Dependencies created by xrefs, conrefs, and links within the topic