summaryrefslogtreecommitdiffstats
path: root/devel-doc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'devel-doc/templates')
-rw-r--r--devel-doc/templates/footer.html6
-rw-r--r--devel-doc/templates/header.html26
-rw-r--r--devel-doc/templates/index.html16
-rw-r--r--devel-doc/templates/scribus.css179
4 files changed, 227 insertions, 0 deletions
diff --git a/devel-doc/templates/footer.html b/devel-doc/templates/footer.html
new file mode 100644
index 0000000..918aa94
--- /dev/null
+++ b/devel-doc/templates/footer.html
@@ -0,0 +1,6 @@
+<!-- DR1 -->
+</div>
+<div class="scfooter">Created with personalized <a href="http://www.doxygen.org" title="external link">Doxygen</a>.
+This is documentation for GPL software <a href="http://www.scribus.net">Scribus</a> - Open Source Desktop Publishing.</div>
+</html>
+<!-- DR2 -->
diff --git a/devel-doc/templates/header.html b/devel-doc/templates/header.html
new file mode 100644
index 0000000..ab46842
--- /dev/null
+++ b/devel-doc/templates/header.html
@@ -0,0 +1,26 @@
+<!-- DR1 -->
+<html>
+<header>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="keywords" content="Scribus, scribus, Open Source, DTP, Linux, Desktop, Publishing, PDF, postscript, Postscript, TrueType, OpenType" />
+ <meta name="description" content="GPL Desktop Publishing for Linux and more" />
+ <meta name="robots" content="index, follow" />
+ <meta name="resource-type" content="document" />
+ <meta name="copyright" content="Copyright (c) 2004 by Scribus" />
+
+ <link rel="stylesheet" type="text/css" href="templates/scribus.css"/>
+ <link rel="icon" href="/favicon.ico" type="image/ico" />
+ <link rel="SHORTCUT ICON" href="/favicon.ico" />
+ <title>Scribus Developer Documentation - API</title>
+</header>
+
+<body>
+
+<div class="scheader">
+ <a class="logo" href="http://www.scribus.net"><img src="images/logo3l.png" alt="logo" border="0" class="logo" /></a>
+ <img src="images/logo3r.png" alt="logo-pen" border="0" class="logo2" />
+</div>
+
+ <h1 class="mainh1">Scribus Developer Documentation - API</h1>
+<!-- DR2 -->
+<div class="maincontent">
diff --git a/devel-doc/templates/index.html b/devel-doc/templates/index.html
new file mode 100644
index 0000000..4440385
--- /dev/null
+++ b/devel-doc/templates/index.html
@@ -0,0 +1,16 @@
+<!-- index.html template. This will rewrite the original index.html -->
+<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindexHL" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
+
+<p>This is developer's documentation for Scribus.</p>
+<p>Scribus brings award-winning professional page layout to Linux and *nix desktops with a combination of "press-ready" output and new approaches to page layout.</p>
+<p>You can follow these links to get more info (download, user documentation etc.):</p>
+<ul>
+<li><a href="http://www.scribus.net">Scribus Main Site</a></li>
+<li><a href="http://docs.scribus.net">Scribus Documentation Site (EN, FR, DE, PL) </a></li>
+<li><a href="http://bugs.scribus.net">Scribus Bug Tracker</a></li>
+<li><a href="http://wiki.scribus.net">Scribus wiki</a> (users for users)</li>
+<li><a href="http://nashi.altmuehlnet.de/mailman/listinfo/scribus">mailing list</a> (subscription, archives etc.)</li>
+<li><a href="http://sourceforge.net/project/showfiles.php?group_id=125235">Scribus SourceForge Downloads</a></li>
+</ul>
+
+<!-- end of index.html template. This will rewrite the original index.html -->
diff --git a/devel-doc/templates/scribus.css b/devel-doc/templates/scribus.css
new file mode 100644
index 0000000..ea9c887
--- /dev/null
+++ b/devel-doc/templates/scribus.css
@@ -0,0 +1,179 @@
+/*/*
+ * CSS file for Scribus doxygen docs.
+ * author: Petr Vanek, <petr@yarpen.cz>
+ */
+body {
+ color: #000000;
+ background-color: #1e72a8;
+ padding: 0px;
+ margin: 0px;
+ font-family: Trebuchet, "Trebuchet MS", Tahoma, Verdana, Arial, Sans-Serif;
+ font-size: 12px;
+}
+.maincontent {
+ border: 1px solid black;
+ margin: 1em;
+ padding: 1em;
+ background-color: white;
+}
+
+.scheader {
+ background:url(../images/logo3m.png) repeat-x;
+ margin: 0px;
+ padding: 0px;
+ margin-bottom: 1em;
+ height: 87px;
+ width:100%;
+ border-bottom: 0px #33347a solid;
+ border-top: 0px #33347a solid;
+}
+h1.mainh1 {
+ font-size: 130%;
+ color: white;
+ margin: 0px;
+ margin-left: 1em;
+ padding: 0px;
+ text-shadow: black 0.1em 0.1em 3px;
+}
+img.logo {
+ float: left;
+ border: none;
+}
+
+img.logo2 {
+ float: right;
+ border: none;
+}
+
+div.scfooter {
+ color: white;
+ margin: 1em;
+}
+div.scfooter a {
+ color: #b9b9b9;
+}
+a:link, a:visited, a:hover {
+ /* color: #a6823d; std. scribus a */
+ color: #1e72a8;
+ text-decoration: underline;
+}
+
+a:hover {
+ text-decoration: none;
+}
+
+a:visited {
+ color: #a81e76;
+}
+
+/*
+ * Doxygen classes
+ */
+div.qindex {
+ background-color: #1e72a8;
+ background: #e3ce94;
+ color: #785D2C;
+ padding: 0.1em;
+ border: 1px solid black;
+ border-top: 0px;
+ border-left: 0px;
+ border-right: 0px;
+ margin-bottom: 1em;
+ margin-top: -1em;
+ margin-left: -1em;
+ margin-right: -1em;
+}
+a.qindex, a.qindexHL {
+ color: black;
+ margin-left: 0.5em;
+ margin-right: 0.5em;
+ font-family: Arial, Helvetica, Sans-Serif;
+ font-size:12px;
+ font-weight:bold;
+ text-decoration: none;
+}
+a.qindex:hover, a.qindexHL:hover {
+ background: #cbb072;
+}
+
+h1 {
+ font-size: 170%;
+}
+h2 {
+ font-size: 150%;
+}
+h3 {
+ font-size: 130%;
+}
+h4, h5, h6, h7 {
+ font-size: 110%;
+}
+
+.el {
+ font-weight: bold;
+ color: #2ba81e;
+}
+
+.md {
+ font-weight: bold;
+}
+
+b {
+ font-weight: normal;
+}
+
+hr {
+ color: white;
+ border: 1px solid white;
+ margin-top: 3em;
+}
+
+/*
+ * Syntax highlighting
+ */
+.keyword {
+ color: navy;
+}
+
+.keywordtype
+{
+ color: red;
+}
+
+.code {
+ font-weight: normal;
+}
+
+.preprocessor {
+ color: green;
+}
+
+img.formulaInl { vertical-align: middle; }
+.keyword { color: #008000 }
+.keywordtype { color: #604020 }
+.keywordflow { color: #e08000 }
+.comment { color: #800000 }
+.preprocessor { color: #806020 }
+.stringliteral { color: #002080 }
+.charliteral { color: #008080 }
+
+
+.indexkey, .indexvalue {
+ vertical-align: top;
+ border: 1px solid black;
+ border-left: 0px;
+ border-right: 0px;
+ border-top: 0px;
+}
+
+.memname {
+ font-weight: bold;
+}
+
+div.memitem {
+ border: 1px solid #aaa;
+ border-left: 0px;
+ border-right: 0px;
+ border-bottom: 0px;
+}
+