File: Use-system-css-and-js-libraries.patch

package info (click to toggle)
globjects 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,924 kB
  • ctags: 15,216
  • sloc: cpp: 60,349; python: 6,620; sh: 596; makefile: 493
file content (41 lines) | stat: -rw-r--r-- 1,969 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Sat, 17 Sep 2016 12:11:31 +0100
Subject: Use system css and js libraries.

---
 docs/api-docs/doxyfile.in | 2 +-
 docs/api-docs/header.html | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/api-docs/doxyfile.in b/docs/api-docs/doxyfile.in
index da0d298..41b304c 100644
--- a/docs/api-docs/doxyfile.in
+++ b/docs/api-docs/doxyfile.in
@@ -1118,7 +1118,7 @@ HTML_EXTRA_STYLESHEET  =
 # files will be copied as-is; there are no commands or markers available.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_EXTRA_FILES       = bootstrap.min.css bootstrap.min.js
+HTML_EXTRA_FILES       =
 
 # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
 # will adjust the colors in the stylesheet and background images according to
diff --git a/docs/api-docs/header.html b/docs/api-docs/header.html
index e2f3824..59fd7c4 100644
--- a/docs/api-docs/header.html
+++ b/docs/api-docs/header.html
@@ -8,10 +8,10 @@
 <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
 <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
 
-<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/>
-<link href="$relpath^bootstrap.min.css" rel="stylesheet"/>
-<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
-<script src="$relpath^bootstrap.min.js"></script>
+<link href="/usr/share/fonts-font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
+<link href="/usr/share/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet"/>
+<script src="/usr/share/javascript/jquery/jquery.min.js"></script>
+<script src="/usr/share/javascript/bootstrap/js/bootstrap.min.js"></script>
 <script type="text/javascript" src="$relpath$doxy-boot.js"></script>
 
 <script type="text/javascript" src="$relpath^dynsections.js"></script>