Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
6bd0bfe2
Commit
6bd0bfe2
authored
May 31, 2007
by
pookey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docbook docs are now able to do syntax highlighting.
parent
6c42ff92
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
4 deletions
+13
-4
Makefile
manual/docbook/Makefile
+2
-2
doctrine-chunked.xsl
manual/docbook/doctrine-chunked.xsl
+3
-1
doctrine.css
manual/docbook/doctrine.css
+5
-0
doctrine.xml
manual/docbook/doctrine.xml
+1
-1
doctrine.xsl
manual/docbook/doctrine.xsl
+2
-0
No files found.
manual/docbook/Makefile
View file @
6bd0bfe2
XSLSTYLE
=
doctrine.xsl
XSLSTYLE_CHUNKED
=
doctrine-chunked.xsl
%.html
:
%.xml
xs
ltproc
--output
$@
$(XSLSTYLE)
$<
xs
ltproc
--stringparam
base.dir html/
$(XSLSTYLE_CHUNKED)
$<
xs
ieve
-xinclude
--output
$@
$(XSLSTYLE)
$<
xs
ieve
-xinclude
--stringparam
base.dir html/
$(XSLSTYLE_CHUNKED)
$<
html
:
doctrine.html
manual/docbook/doctrine-chunked.xsl
View file @
6bd0bfe2
<?xml version='1.0'?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
version=
"1.0"
>
<xsl:import
href=
"/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/chunk.xsl"
/>
<xsl:param
name=
"html.stylesheet"
select=
"'doctrine.css'"
/>
<xsl:import
href=
"/root/src/xsieve/experiments/programlisting/colorer.xsl"
/>
<xsl:import
href=
"/root/src/xsieve/experiments/programlisting/colorer-html.xsl"
/>
<xsl:param
name=
"html.stylesheet"
select=
"'../doctrine.css'"
/>
</xsl:stylesheet>
manual/docbook/doctrine.css
View file @
6bd0bfe2
...
...
@@ -2,3 +2,8 @@ body, p, td
{
font-family
:
arial
,
"lucida console"
,
sans-serif
}
.programlisting
{
margin
:
10px
;
background-color
:
#eeeeee
;
}
manual/docbook/doctrine.xml
View file @
6bd0bfe2
...
...
@@ -171,7 +171,7 @@
If the power of DQL isn't enough, you should consider using the rawSql API for object population.
</para>
<programlisting>
<![CDATA[
<programlisting
role=
"php"
>
<![CDATA[
<?php
// DO NOT USE THE FOLLOWING CODE
// (using many sql queries for object population):
...
...
manual/docbook/doctrine.xsl
View file @
6bd0bfe2
<?xml version='1.0'?>
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
version=
"1.0"
>
<xsl:import
href=
"/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook.xsl"
/>
<xsl:import
href=
"/root/src/xsieve/experiments/programlisting/colorer.xsl"
/>
<xsl:import
href=
"/root/src/xsieve/experiments/programlisting/colorer-html.xsl"
/>
<xsl:param
name=
"html.stylesheet"
select=
"'doctrine.css'"
/>
</xsl:stylesheet>
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