Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
6ada7f80
Commit
6ada7f80
authored
Oct 29, 2011
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 252109: Bugzilla docs fail w3c validation
r=glob a=LpSolit
parent
cffe0e7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
installation.xml
docs/en/xml/installation.xml
+15
-17
nochunks.xsl
docs/xsl/nochunks.xsl
+3
-1
No files found.
docs/en/xml/installation.xml
View file @
6ada7f80
...
...
@@ -1734,25 +1734,23 @@ C:\perl> <command>ppm install <module name></command>
</para>
<screen>
# perl -MCPAN -e'look XML::Parser'
<co
id=
"macosx-look"
/>
# perl -MCPAN -e'look XML::Parser'
# perl Makefile.PL EXPATLIBPATH=/sw/lib EXPATINCPATH=/sw/include
# make; make test; make install
<co
id=
"macosx-make"
/>
# exit
<co
id=
"macosx-exit"
/>
# make; make test; make install
# exit
</screen>
<calloutlist>
<callout
arearefs=
"macosx-look macosx-exit"
>
<para>
The look command will download the module and spawn a
new shell with the extracted files as the current working directory.
The exit command will return you to your original shell.
</para>
</callout>
<callout
arearefs=
"macosx-make"
>
<para>
You should watch the output from these make commands,
especially
<quote>
make test
</quote>
as errors may prevent
XML::Parser from functioning correctly with Bugzilla.
</para>
</callout>
</calloutlist>
<para>
The
<command>
look
</command>
command will download the module and spawn
a new shell with the extracted files as the current working directory.
</para>
<para>
You should watch the output from these
<command>
make
</command>
commands,
especially
<quote>
make test
</quote>
as errors may prevent
XML::Parser from functioning correctly with Bugzilla.
</para>
<para>
The
<command>
exit
</command>
command will return you to your original shell.
</para>
</section>
</section>
...
...
docs/xsl/nochunks.xsl
View file @
6ada7f80
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
version=
"1.0"
>
<xsl:output
method=
"html"
encoding=
"UTF-8"
indent=
"no"
/>
<xsl:output
method=
"html"
encoding=
"UTF-8"
indent=
"no"
doctype-public=
"-//W3C//DTD HTML 4.01 Transitional//EN"
doctype-system=
"http://www.w3.org/TR/html4/loose.dtd"
/>
<!-- Include default bugzilla XSL -->
<xsl:include
href=
"bugzilla-docs.xsl"
/>
<!-- No other params necessary -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment