summaryrefslogtreecommitdiff
path: root/jarmonbuild/yuidoc_template.patch
blob: 510e90ef15556d26333c6fe6c3d195790f3beb7d (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
diff -ruw template.yui/assets/api.css template.jarmon/assets/api.css
--- template.yui/assets/api.css	2008-12-03 12:35:44.000000000 -0500
+++ template.jarmon/assets/api.css	2016-12-05 04:17:24.002415498 -0500
@@ -7,7 +7,7 @@
 a:visited { color: #003399;}
 
 #doc3 #hd { margin-bottom:1em; position: relative; zoom: 1; }
-#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0px 0 8px 150px; background: url(yui.png) 15px 9px no-repeat; height: 60px; font-weight: bold; }
+#doc3 #hd h1 { color: #545454; font-size: 170%; padding: 0; height: 60px; font-weight: bold; text-align: center;}
 #doc3 #hd h1 a { position: relative; top: 14px; }
 #doc3 #hd a { text-decoration: none; color: black; }
 #doc3 #hd h3 {
diff -ruw template.yui/main.tmpl template.jarmon/main.tmpl
--- template.yui/main.tmpl	2008-12-05 15:28:02.000000000 -0500
+++ template.jarmon/main.tmpl	2016-12-05 12:06:34.352026870 -0500
@@ -4,20 +4,20 @@
 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
 <head>
     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-	<title>API: $modulename #if $classname# $classname #end if# #if $filename# $filename #end if# (YUI Library)</title>
+	<title>API: $modulename #if $classname# $classname #end if# #if $filename# $filename #end if#</title>
 
-	<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css?stamp=$timestamp" />
-	<link rel="stylesheet" type="text/css" href="assets/api.css?stamp=$timestamp" />
+	<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
+	<link rel="stylesheet" type="text/css" href="assets/api.css" />
 
-    <script type="text/javascript" src="assets/api-js?stamp=$timestamp"></script>
-    <script type="text/javascript" src="assets/ac-js?stamp=$timestamp"></script>
+    <script type="text/javascript" src="assets/api-js"></script>
+    <script type="text/javascript" src="assets/ac-js"></script>
 </head>
 
 <body id="yahoo-com">
 
 <div id="doc3" class="yui-t2">
 	<div id="hd">
-        <h1><a href="$projecturl" title="$projectname">$projectname</a></h1>
+        <h1><a href="$projecturl" title="$projectname">$projectname v$version API Documentation</a></h1>
         <h3>$moduletitle&nbsp; <span class="subtitle">$version</span></h3>
         <a href="./index.html" title="$projectname">$projectname</a> 
         #if $modulename
@@ -49,8 +49,8 @@
                 #if $index
 
                     <div class="summary description">
-                      This is the API documentation for the 
-                      <a href="http://developer.yahoo.com/yui/">Yahoo! User Interface Library</a>.
+                      This is the API documentation for
+                      <a href="$projecturl">$projectname</a>.
                       <p>Choose a module name from the list for more information.</p>
                     </div>
 
@@ -669,7 +669,7 @@
 	</div>
 	<div id="ft">
         <hr />
-        Copyright &copy; $year Yahoo! Inc. All rights reserved.
+        Copyright &copy; $year Richard Wall. All rights reserved.
 	</div>
 </div>
 <script type="text/javascript">