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
9c914471
Commit
9c914471
authored
May 31, 2007
by
pookey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding a stylesheet to the documentation, and a local override XSL sheet
parent
1dc56c43
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
Makefile
manual/docbook/Makefile
+1
-1
doctrine.css
manual/docbook/doctrine.css
+4
-0
doctrine.xsl
manual/docbook/doctrine.xsl
+5
-0
No files found.
manual/docbook/Makefile
View file @
9c914471
XSLSTYLE
=
/usr/share/sgml/docbook/xsl-stylesheets-1.70.1/xhtml/docbook
.xsl
XSLSTYLE
=
doctrine
.xsl
%.html
:
%.xml
xsltproc
--output
$@
$(XSLSTYLE)
$<
...
...
manual/docbook/doctrine.css
0 → 100644
View file @
9c914471
body
,
p
,
td
{
font-family
:
arial
,
"lucida console"
,
sans-serif
}
manual/docbook/doctrine.xsl
0 → 100644
View file @
9c914471
<?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: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