[34786] users/rhwood/MacPorts.Framework

rhwood at macports.org rhwood at macports.org
Wed Mar 5 02:32:30 PST 2008


Revision: 34786
          http://trac.macosforge.org/projects/macports/changeset/34786
Author:   rhwood at macports.org
Date:     2008-03-05 02:32:29 -0800 (Wed, 05 Mar 2008)

Log Message:
-----------
Add required files to build documentation

Added Paths:
-----------
    users/rhwood/MacPorts.Framework/headerDoc2HTML.config
    users/rhwood/MacPorts.Framework/toctemplate.html

Added: users/rhwood/MacPorts.Framework/headerDoc2HTML.config
===================================================================
--- users/rhwood/MacPorts.Framework/headerDoc2HTML.config	                        (rev 0)
+++ users/rhwood/MacPorts.Framework/headerDoc2HTML.config	2008-03-05 10:32:29 UTC (rev 34786)
@@ -0,0 +1,66 @@
+# Configuration file for HeaderDoc
+# $Revision: 1.5.4.1.2.34 $
+###########################################################
+
+# These options set various parameters used in content generation.
+copyrightOwner => MacPorts project
+defaultFrameName => index.html
+masterTOCName => masterTOC.html
+
+# This controls the unique ID prefix used at the start of API references.
+# Use this to control the API UID of generated refs.  If you need to
+# support linking to documents with multiple API UID prefixes, define
+# the externalAPIUIDPrefixes variable with a space-separaed list of
+# valid prefixes.
+apiUIDPrefix => apple_ref
+
+# This is a legacy way of ignoring junk at the start of a line.
+# The current preferred mechanism is to define it out of existence
+# with C preprocessor macros.
+ignorePrefixes =>
+
+# To include information at the top or bottom of every page,
+# either include a string in htmlHeader/htmlFooter or a filename
+# in htmlHeaderFile or htmlFooterFile
+htmlHeader => 
+htmlHeaderFile =>
+htmlFooter => 
+htmlFooterFile =>
+stripDotH => 1
+
+# The TOC template file list can contain multiple template files, separated by spaces, e.g.
+# TOCTemplateFile => toctemplate.html functions.tmpl constants.tmpl datatypes.tmpl mpindex.tmpl
+
+TOCTemplateFile => toctemplate.html
+
+# The date format is specified in the same format as strftime.  See the
+# man page for strftime for more info.
+dateFormat => %A, %B %d, %Y
+
+# You can include additional stylesheet bits with any of the following:
+# styleSheetExtrasFile =>
+# externalStyleSheets => /Resources/CSS/frameset_styles.css
+# externalTOCStyleSheets => /Resources/CSS/frameset_styles.css
+# styleImports => @import "/Resources/CSS/frameset_styles.css";
+# tocStyleImports => @import "/Resources/CSS/frameset_styles.css";
+# tocStyleImports => @import "/Resources/CSS/adcstyle.css";
+
+# These are CSS Styles for various bits of code declarations.
+textStyle =>
+commentStyle => background:#ffffff; color:#236e25
+preprocessorStyle => background:#ffffff; color:#236e25
+funcNameStyle => background:#ffffff; color:#000000;
+stringStyle => background: #ffffff; color:#891315;
+charStyle => background: #ffffff; color:#0000ff;
+numberStyle => background: #ffffff; color:#0000ff;
+keywordStyle => background:#ffffff; color:#761550;
+typeStyle => background:#ffffff; color:#761550;
+paramStyle => background:#ffffff; color:#000000;
+varStyle => background:#ffffff; color:#000000;
+templateStyle => background:#ffffff; color:#761550;
+
+# These control the automatic generation of hierarchical jump links in large
+# index pages.  You can set these limits higher or lower as desired.
+groupHierLimit => 100
+groupHierSubgroupLimit => 30
+

Added: users/rhwood/MacPorts.Framework/toctemplate.html
===================================================================
--- users/rhwood/MacPorts.Framework/toctemplate.html	                        (rev 0)
+++ users/rhwood/MacPorts.Framework/toctemplate.html	2008-03-05 10:32:29 UTC (rev 34786)
@@ -0,0 +1,140 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
+   "http://www.w3.org/TR/html4/strict.dtd">
+
+<html>
+	<head>
+
+	<title>MacPorts.Framework API</title>
+
+	<style type="text/css">
+        #pagehead { 
+            FONT-WEIGHT: bold; 
+            FONT-SIZE: 32px; 
+            COLOR: #000000; 
+            FONT-FAMILY: lucida grande, geneva, helvetica, arial, sans-serif; 
+        } 
+        td { 
+            font-size: 10px; 
+        } 
+        a:link {
+            text-decoration: none; 
+            font-family: lucida grande, geneva, helvetica, arial, sans-serif; 
+            color: #0000ff;
+        } 
+        a:visited {
+            text-decoration: none; 
+            font-family: lucida grande, geneva, helvetica, arial, sans-serif; 
+            color: #0000ff;
+        } 
+        a:visited:hover {
+            text-decoration: underline; 
+            font-family: lucida grande, geneva, helvetica, arial, sans-serif; 
+            color: #ff6600;
+        } 
+        a:active {
+            text-decoration: none; 
+            font-family: lucida grande, geneva, helvetica, arial, sans-serif; 
+            color: #ff6600;
+        } 
+        a:hover {
+            text-decoration: underline; 
+            font-family: lucida grande, geneva, helvetica, arial, sans-serif; 
+            color: #ff6600;
+        } 
+        h4 {
+            text-decoration: none; 
+            font-family: lucida grande, geneva, helvetica, arial, sans-serif; 
+            font-size: tiny; 
+            font-weight: bold;
+        } 
+        body {
+            text-decoration: none; 
+            font-family: lucida grande, geneva, helvetica, arial, sans-serif; 
+            font-size: 10pt;
+            background: white;
+        } 
+    </style>
+	<Meta name="ROBOTS" content="NOINDEX">
+	</head>
+	
+<body>
+
+	<div><a name="MYTAG"></a></div>
+
+	<div style="text-align: center">
+
+<!-- start of header -->
+<!--#include virtual="/path/to/header.html"-->
+<!-- end of header -->
+
+	<table border="0" cellpadding="0" cellspacing="0" width="600">
+		<tr>
+			<td><br></td>
+		</tr>
+		<tr>
+			<td>
+				<div id="pagehead">$$framework@@</div>
+			</td>
+		</tr>
+		<tr>
+			<td><br></td>
+		</tr>
+		<tr>
+			<td valign="top">
+				<span id="bodytext"> 
+					$$frameworkdiscussion@@ 
+				</span>
+			</td>
+		</tr>
+		<tr>
+			<td></td>
+		</tr>
+		<tr>
+			<td>
+				<hr>
+				<br>
+			</td>
+		</tr>
+		<tr>
+			<td align="center" valign="top">
+				<H2>Headers</H2>
+$$headerlist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0" width="420"@@
+				<H2>Functions</H2>
+$$functionlist cols=3 order=down atts=border="0" cellpadding="1" cellspacing="0" width="420"@@
+			</td>
+		</tr>
+	</table>
+
+	
+<!-- start of footer --> 
+<!--#include virtual="/includes/reflibfeedback" -->
+
+<!-- START FOOTER TABLE -->
+	<table width="600" border="0" cellspacing="0" cellpadding="0">
+		<tr><td><img width="1" height="48" src="/images/1dot.gif" alt=""></td></tr>
+		<tr><td style="background: #919699;" colspan="2">
+			<img width="600" height="1" src="/images/1dot.gif" alt="">
+		</td></tr>
+		<tr><td><img src="/images/1dot.gif" width="1" height="17" alt=""></td></tr>
+		<tr> 
+			<td> 
+				<div style="text-align: center;">
+					<p>
+This page is Copyright &copy; 2007 MacPorts Project.<br>
+All rights reserved.
+					</p>
+				</div>
+			</td>
+		</tr>
+	</table>
+<!-- END FOOTER TABLE -->
+
+<!-- end of footer -->
+	
+</div>
+	
+
+</body>
+
+</html>
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080305/1bf7f1d4/attachment.html 


More information about the macports-changes mailing list