Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
43c802c9
Commit
43c802c9
authored
Dec 17, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added video and ol tags
parent
bc7d4c48
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
1 deletion
+19
-1
dlib.css
docs/docs/dlib.css
+5
-0
stylesheet.xsl
docs/docs/stylesheet.xsl
+12
-1
makedocs
docs/makedocs
+2
-0
No files found.
docs/docs/dlib.css
View file @
43c802c9
...
...
@@ -248,6 +248,11 @@ div.inc {
float
:
right
;
}
video
{
border
:
black
dotted
1px
;
border-bottom
:
black
solid
2px
;
}
.code_box
{
...
...
docs/docs/stylesheet.xsl
View file @
43c802c9
<?xml version="1.0" encoding="
ISO-8859-1
" ?>
<?xml version="1.0" encoding="
utf8
" ?>
<!--
To the extent possible under law, Davis E King has waived all copyright and
...
...
@@ -731,6 +731,11 @@
</ul>
</xsl:if>
</xsl:template>
<xsl:template
match=
"ol"
>
<ol>
<xsl:apply-templates/>
</ol>
</xsl:template>
<xsl:template
match=
"u"
>
<u>
<xsl:apply-templates/>
...
...
@@ -781,6 +786,12 @@
<xsl:apply-templates/>
</img>
</xsl:template>
<xsl:template
match=
"video"
>
<video
controls=
""
>
<source
src=
"{@src}"
type=
"video/webm"
/>
<xsl:apply-templates/>
</video>
</xsl:template>
<xsl:template
name=
"term_list_go"
>
<xsl:param
name=
"num"
/>
...
...
docs/makedocs
View file @
43c802c9
...
...
@@ -219,9 +219,11 @@ makedocs ()
cp docs/*.js docs/chm/docs
cp docs/*.png docs/web
cp docs/*.jpg docs/web
cp docs/*.webm docs/web
cp docs/*.ico docs/web
cp docs/*.png docs/chm/docs
cp docs/*.jpg docs/chm/docs
cp docs/*.webm docs/chm/docs
cp docs/*.ico docs/chm/docs
cd docs/chm/docs || report_failure
...
...
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