Description: use local CSS file
We install the SHR specification with links to local css files,
so that no internet access is needed to read the documentation.
Author: Sebastian Reichel <sre@debian.org>
Forwarded: not-needed
Last-Update: 2011-09-03
diff -Nur -x '*.orig' -x '*~' shr-specs-0.1+git20091220/html/index.html shr-specs-0.1+git20091220.new/html/index.html
--- shr-specs-0.1+git20091220/html/index.html 2009-12-16 23:09:52.000000000 +0100
+++ shr-specs-0.1+git20091220.new/html/index.html 2009-12-20 15:51:52.000000000 +0100
@@ -2,7 +2,7 @@
<head>
<title>SHR DBus Interface Specification</title>
<!--<BASE href="http://shr-project.org/API"> -->
- <link rel="stylesheet" type="text/css" href="http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/style.css;hb=HEAD" />
+ <link rel="stylesheet" type="text/css" href="/usr/share/doc/fso-specs/html/style.css" />
</head>
<body>
<div class="topbox">SHR DBus Interface Specification</div>
--- shr-specs-2011.03.08.2/tools/makedoc.py 2011-09-03 13:00:59.000000000 +0200
+++ shr-specs-2011.03.08.2.new/tools/makedoc.py 2011-09-03 13:01:31.000000000 +0200
@@ -97,7 +97,7 @@
<html>
<head>
<title>%s</title>
- <link rel="stylesheet" type="text/css" href="http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/style.css;hb=HEAD" />
+ <link rel="stylesheet" type="text/css" href="/usr/share/doc/fso-specs/html/style.css" />
</head>
<body>
<div class="topbox">SHR DBus Interface Specification</div>