[otrs-cvs] doc-developer/en package-building.xml,1.33,1.34

CVS commits notifications of OTRS.org cvs-log at otrs.org
Tue Apr 29 21:58:51 GMT 2008


Comments:
Update of /home/cvs/doc-developer/en
In directory lancelot:/tmp/cvs-serv3214/en

Modified Files:
	package-building.xml 
Log Message:
Added "Format" attribute info for Intro* tags.

Author: martin

Index: package-building.xml
===================================================================
RCS file: /home/cvs/doc-developer/en/package-building.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** package-building.xml	14 Apr 2008 17:42:00 -0000	1.33
--- package-building.xml	29 Apr 2008 21:58:46 -0000	1.34
***************
*** 235,238 ****
--- 235,240 ----
              <para>
  To show a "pre" or "post" install introdution in installation dialog.
+             </para>
+             <para>
              <programlisting>
  &lt;IntroInstall Type="post" Lang="en" Title="Some Title"&gt;
***************
*** 241,244 ****
--- 243,249 ----
              </programlisting>
              </para>
+             <para>
+ You can also use the "Format" attribute to define if you want to use "html" (which is default) or "plain" to use automatically a "&lt;pre&gt;&lt;/pre&gt;" tag wenn intro is shown (to use the new lines and spaces of the content).
+             </para>
          </sect2>
          <sect2 id="package-intro-uninstall">
***************
*** 246,249 ****
--- 251,256 ----
              <para>
  To show a "pre" or "post" uninstall introdution in uninstallation dialog.
+             </para>
+             <para>
              <programlisting>
  &lt;IntroUninstall Type="post" Lang="en" Title="Some Title"&gt;
***************
*** 252,255 ****
--- 259,265 ----
              </programlisting>
              </para>
+             <para>
+ You can also use the "Format" attribute to define if you want to use "html" (which is default) or "plain" to use automatically a "&lt;pre&gt;&lt;/pre&gt;" tag wenn intro is shown (to use the new lines and spaces of the content).
+             </para>
          </sect2>
          <sect2 id="package-intro-reinstall">
***************
*** 257,260 ****
--- 267,272 ----
              <para>
  To show a "pre" or "post" reinstall introdution in reinstallation dialog.
+             </para>
+             <para>
              <programlisting>
  &lt;IntroReinstall Type="post" Lang="en" Title="Some Title"&gt;
***************
*** 263,266 ****
--- 275,281 ----
              </programlisting>
              </para>
+             <para>
+ You can also use the "Format" attribute to define if you want to use "html" (which is default) or "plain" to use automatically a "&lt;pre&gt;&lt;/pre&gt;" tag wenn intro is shown (to use the new lines and spaces of the content).
+             </para>
          </sect2>
          <sect2 id="package-intro-upgrade">
***************
*** 268,271 ****
--- 283,288 ----
              <para>
  To show a "pre" or "post" upgrade introdution in upgrading dialog.
+             </para>
+             <para>
              <programlisting>
  &lt;IntroUpgrade Type="post" Lang="en" Title="Some Title"&gt;
***************
*** 274,277 ****
--- 291,297 ----
              </programlisting>
              </para>
+             <para>
+ You can also use the "Format" attribute to define if you want to use "html" (which is default) or "plain" to use automatically a "&lt;pre&gt;&lt;/pre&gt;" tag wenn intro is shown (to use the new lines and spaces of the content).
+             </para>
          </sect2>
          <sect2 id="package-code-install">


More information about the cvs-log mailing list