[Laszlo-dev] For Review: Change 20071112-ben-6 Summary: Move components intro tutorial into tutorials directory
Benjamin Shine
ben at laszlosystems.com
Mon Nov 12 15:23:14 PST 2007
Change 20071112-ben-6 by ben at slim.local on 2007-11-12 15:09:33 PST
in /Users/ben/src/svn/openlaszlo/trunk/docs/src/developers
for http://svn.openlaszlo.org/openlaszlo/trunk/docs/src/developers
Summary: Move components intro tutorial into tutorials directory
Bugs Fixed: LPP-5005 problem with the generated html for Chapter 6.
Introduction to Components
Technical Reviewer: none
Doc Reviewer: sundman (pending)
Documentation:
The "introduction to components" chapter is presented as a "tutorial"
in the developer's
guide, but it was stored on disk as a sibling with the non-tutorial
chapters. The
XSLT for generating the html treated the chapter as a tutorial, and
uses relative
paths to the includes for css and js. Those paths were wrong for this
chapter,
because the html comp-intro.html didn't live in the right place for a
tutorial.
This change moves the file into the correct place for this file, and
makes
the devguide's index.dbk point to the moved chapter.
Also moved all the associated examples into developers/tutorials/
programs.
Tests:
http://localhost:8080/trunk/docs/developers/tutorials/comp-intro.html
Notice that the fonts and colors are right (meaning that the css is
in place)
and that the live examples are present and work. (The edit button
does not
work; this is noted in many open bugs.)
Files:
M xsl/simple-driver.xsl
M xsl/js2doc2dbk.xsl
M xsl/common-html.xsl
D developers/comp-intro.dbk
A + developers/tutorials/comp-intro.dbk
A + developers/tutorials/programs/comp-intro-$1.lzx
A + developers/tutorials/programs/comp-intro-$2.lzx
A + developers/tutorials/programs/comp-intro-$3.lzx
A + developers/tutorials/programs/comp-intro-$4.lzx
A + developers/tutorials/programs/comp-intro-$5.lzx
M developers/index.dbk
D developers/programs/comp-intro-$1.lzx
D developers/programs/comp-intro-$5.lzx
D developers/programs/comp-intro-$2.lzx
D developers/programs/comp-intro-$3.lzx
D developers/programs/comp-intro-$4.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071112-
ben-6.tar
More information about the Laszlo-dev
mailing list