Author: jgrandy
Date: 2007-07-17 10:26:30 -0700 (Tue, 17 Jul 2007)
New Revision: 5686
Added:
openlaszlo/branches/legals/docs/src/contributors/branch-management.dbk
openlaszlo/branches/legals/docs/src/contributors/change-submission.dbk
openlaszlo/branches/legals/docs/src/contributors/doc-toolchain.dbk
openlaszlo/branches/legals/docs/src/contributors/docbook-local.dbk
openlaszlo/branches/legals/docs/src/contributors/images/
openlaszlo/branches/legals/docs/src/contributors/images/doc-toolchain.graffle
openlaszlo/branches/legals/docs/src/contributors/images/doc-toolchain.png
openlaszlo/branches/legals/docs/src/contributors/js2doc-local.dbk
openlaszlo/branches/legals/docs/src/contributors/release-management.dbk
openlaszlo/branches/legals/docs/src/contributors/source-build.dbk
Removed:
openlaszlo/branches/legals/docs/src/contributors/doctools-ref.dbk
Modified:
openlaszlo/branches/legals/docs/includes/docbook.css
openlaszlo/branches/legals/docs/src/build.xml
openlaszlo/branches/legals/docs/src/contributors/index.dbk
openlaszlo/branches/legals/docs/src/contributors/js2doc-ref.dbk
openlaszlo/branches/legals/docs/src/contributors/licenses.dbk
Log:
Change 20070717-jgrandyw-u by [EMAIL PROTECTED] on 2007-07-17 10:17:11 PDT
in /Users/jgrandyw/dev/svn/openlaszlo/branches/legals2
for http://svn.openlaszlo.org/openlaszlo/branches/legals
Summary: Lay out Contributor's Guide, bring over most of build instructions
from wiki.
New Features:
Bugs In Progress:
LPP-3736 web content that changes per release should be generated by the
build system
LPP-3550 Write contributors guide chapter about doc toolchain
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
Modified: openlaszlo/branches/legals/docs/includes/docbook.css
===================================================================
--- openlaszlo/branches/legals/docs/includes/docbook.css 2007-07-17
13:00:17 UTC (rev 5685)
+++ openlaszlo/branches/legals/docs/includes/docbook.css 2007-07-17
17:26:30 UTC (rev 5686)
@@ -77,6 +77,12 @@
padding: 1em;
}
+em.lineannotation {
+ font-style: italic ;
+ font-weight: normal ;
+ color: inherit ;
+}
+
/* Emphasis inside a program listing is bold blue, instead of italic */
pre em {
color: blue;
Modified: openlaszlo/branches/legals/docs/src/build.xml
===================================================================
--- openlaszlo/branches/legals/docs/src/build.xml 2007-07-17 13:00:17 UTC
(rev 5685)
+++ openlaszlo/branches/legals/docs/src/build.xml 2007-07-17 17:26:30 UTC
(rev 5686)
@@ -1252,7 +1252,7 @@
unless="skip.doc"/>
<target name="clean" description="clean up generated files"
- depends="users.clean,contribref.clean">
+ depends="users.clean,contributors.clean">
<delete dir="${docs.build.dir}"/>
</target>
Added: openlaszlo/branches/legals/docs/src/contributors/branch-management.dbk
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/branch-management.dbk
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: openlaszlo/branches/legals/docs/src/contributors/change-submission.dbk
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/change-submission.dbk
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: openlaszlo/branches/legals/docs/src/contributors/doc-toolchain.dbk
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/doc-toolchain.dbk
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: openlaszlo/branches/legals/docs/src/contributors/docbook-local.dbk
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/docbook-local.dbk
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Deleted: openlaszlo/branches/legals/docs/src/contributors/doctools-ref.dbk
Added:
openlaszlo/branches/legals/docs/src/contributors/images/doc-toolchain.graffle
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/images/doc-toolchain.graffle
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: openlaszlo/branches/legals/docs/src/contributors/images/doc-toolchain.png
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/images/doc-toolchain.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
Modified: openlaszlo/branches/legals/docs/src/contributors/index.dbk
===================================================================
--- openlaszlo/branches/legals/docs/src/contributors/index.dbk 2007-07-17
13:00:17 UTC (rev 5685)
+++ openlaszlo/branches/legals/docs/src/contributors/index.dbk 2007-07-17
17:26:30 UTC (rev 5686)
@@ -11,22 +11,59 @@
<title>OpenLaszlo 4.0 Contributor's Guide (beta)</title>
<titleabbrev>OL4 Contributor's Guide</titleabbrev>
- <xi:include href="book-info.dbk"></xi:include>
-
<?xi :include href="preface.dbk">
<xi:fallback><para>Missing: Preface</para></xi:fallback>
</xi:include ?>
- <xi:include href="licenses.dbk">
- <xi:fallback><para>Missing: Licenses Reference</para></xi:fallback>
- </xi:include>
+ <part id="contributors.policies">
+ <title>Policies and Procedures</title>
+
+ <xi:include href="change-submission.dbk">
+ <xi:fallback><para>Missing: Change Submission
Policy</para></xi:fallback>
+ </xi:include>
+
+ <xi:include href="branch-management.dbk">
+ <xi:fallback><para>Missing: Branch Management
Policy</para></xi:fallback>
+ </xi:include>
+
+ <xi:include href="release-management.dbk">
+ <xi:fallback><para>Missing: Release Management
Procedures</para></xi:fallback>
+ </xi:include>
+
+ </part>
+
+ <part id="contributors.technical">
+ <title>Technical Information for Contributors</title>
+
+ <xi:include href="source-build.dbk">
+ <xi:fallback><para>Missing: Building from Source</para></xi:fallback>
+ </xi:include>
+
+ </part>
+
+ <part id="contributors.doctools">
+ <title>Documentation Tools and Guidelines</title>
- <xi:include href="doctools-ref.dbk">
- <xi:fallback><para>Missing: Doc Tools Reference</para></xi:fallback>
- </xi:include>
-
- <xi:include href="js2doc-ref.dbk">
- <xi:fallback><para>Missing: JS2Doc Reference</para></xi:fallback>
- </xi:include>
-
+ <xi:include href="doc-toolchain.dbk">
+ <xi:fallback><para>Missing: Doc Tool Chain</para></xi:fallback>
+ </xi:include>
+
+ <xi:include href="docbook-local.dbk">
+ <xi:fallback><para>Missing: Docbook Local Style
Guide</para></xi:fallback>
+ </xi:include>
+
+ <xi:include href="js2doc-ref.dbk">
+ <xi:fallback><para>Missing: JS2Doc Reference</para></xi:fallback>
+ </xi:include>
+
+ </part>
+
+ <part id="contributors.appendices">
+ <title>Appendices</title>
+
+ <xi:include href="licenses.dbk">
+ <xi:fallback><para>Missing: Licenses Reference</para></xi:fallback>
+ </xi:include>
+ </part>
+
</book>
Added: openlaszlo/branches/legals/docs/src/contributors/js2doc-local.dbk
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/js2doc-local.dbk
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Modified: openlaszlo/branches/legals/docs/src/contributors/js2doc-ref.dbk
===================================================================
--- openlaszlo/branches/legals/docs/src/contributors/js2doc-ref.dbk
2007-07-17 13:00:17 UTC (rev 5685)
+++ openlaszlo/branches/legals/docs/src/contributors/js2doc-ref.dbk
2007-07-17 17:26:30 UTC (rev 5686)
@@ -7,7 +7,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<part language="en">
+<chapter language="en">
<title>JS2Doc Reference</title>
<note>This book part is currently being drafted. Stay tuned for more
contents!</note>
@@ -108,4 +108,4 @@
</programlisting>
</section ?>
-</part> <!-- JS2Doc Reference -->
+</chapter> <!-- JS2Doc Reference -->
Modified: openlaszlo/branches/legals/docs/src/contributors/licenses.dbk
===================================================================
--- openlaszlo/branches/legals/docs/src/contributors/licenses.dbk
2007-07-17 13:00:17 UTC (rev 5685)
+++ openlaszlo/branches/legals/docs/src/contributors/licenses.dbk
2007-07-17 17:26:30 UTC (rev 5686)
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<part>
+<appendix>
<title>Third-Party Software Used in this Release</title>
<segmentedlist>
<?dbhtml list-presentation="table"?>
@@ -995,4 +995,4 @@
<seglistitem />
<seglistitem />
</segmentedlist>
-</part>
+</appendix>
Added: openlaszlo/branches/legals/docs/src/contributors/release-management.dbk
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/release-management.dbk
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
Added: openlaszlo/branches/legals/docs/src/contributors/source-build.dbk
Property changes on:
openlaszlo/branches/legals/docs/src/contributors/source-build.dbk
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Name: svn:eol-style
+ native
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins