summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-05 12:20:00 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-08 21:35:14 -0500
commitb83c3599ada521299aa26628993fcfcfd2af680d (patch)
tree99c09945cf9edffedf4bdba6bc3c338350950377
parent1eb49d95843a46b38385e7bfcbb37fe8dcf339df (diff)
Generate a patch file of yuidoc-1.0.0b1/template jarmonbuild/yuidoc_template
-rw-r--r--jarmonbuild/yuidoc_template.patch62
1 files changed, 62 insertions, 0 deletions
diff --git a/jarmonbuild/yuidoc_template.patch b/jarmonbuild/yuidoc_template.patch
new file mode 100644
index 0000000..510e90e
--- /dev/null
+++ b/jarmonbuild/yuidoc_template.patch
@@ -0,0 +1,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">