summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2021-04-28 15:11:31 +0200
committerSimon Steinbeiß <ochosi@xfce.org>2021-05-06 07:31:06 +0000
commit7c609066e9ec1dc2876818a84453c2988fa24cd1 (patch)
tree237a1b38f52848d22103cebff9c01723b11a34a6
parent5f372ab304353bcbb44a5807248cb494cb3024c4 (diff)
downloadxfce4-dev-tools-7c609066e9ec1dc2876818a84453c2988fa24cd1.tar.gz
Improve Xfce Developer Center (developer.xfce.org)
-rw-r--r--apidocs/index.html46
-rw-r--r--apidocs/style.css11
2 files changed, 46 insertions, 11 deletions
diff --git a/apidocs/index.html b/apidocs/index.html
index 5e9230d..2f3a509 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -1,19 +1,45 @@
<html>
<head>
<title>Xfce API Documentation</title>
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
+ <link rel="shortcut icon" href="/lib/tpl/xfce/images/favicon.ico" />
+ <link rel="apple-touch-icon" href="/lib/tpl/xfce/images/apple-touch-icon.png" />
+ <link rel="stylesheet" media="screen" href="https://cdn.xfce.org/style/base_header.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
- <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Xfce Reference Manual</p></th></tr></table></div>
- <h3>Xfce API Documentation</h3>
+<div id="xfce-header">
+ <div>
+ <ul>
+ <li><a href="https://www.xfce.org" title="Go to the homepage">Home</a></li>
+ <li><a href="https://docs.xfce.org" title="Official documentation">Docs</a></li>
+ <li><a href="https://archive.xfce.org" title="Download location of tarballs">Archive</a></li>
+ <li><a href="https://wiki.xfce.org" title="Community documentation">Wiki</a></li>
+ <li><a href="https://forum.xfce.org" title="Community forums">Forum</a></li>
+ <li><a href="https://gitlab.xfce.org" title="Report and track bugs">Bugs</a></li>
+ <li><a href="https://blog.xfce.org" title="Visit the blog">Blog</a></li>
+ <li><a href="https://docs.xfce.org/contribute/translate/start" title="Help translating the Xfce project">Translate</a></li>
+ <li><a href="https://gitlab.xfce.org" title="Project repositories">Git</a></li>
+ </ul>
+ </div>
+ <!--<div id="xfce-header-clear"></div>-->
+</div>
+ <div><img src="https://gitlab.xfce.org/xfce/libxfce4ui/-/raw/master/icons/128x128/xfce4-logo.png?inline=true" style="margin-top: 35px;"></div>
+ <h1>Xfce Developer Center</h1>
+ <h3>Building and contributing to Xfce</h3>
<div class="toc"><dl class="toc">
- <dt><a href="libxfce4util/index.html">libxfce4util</a></dt>
- <dt><a href="xfconf/index.html">xfconf</a></dt>
- <dt><a href="libxfce4ui/index.html">libxfce4ui</a></dt>
- <dt><a href="exo/index.html">exo</a></dt>
- <dt><a href="garcon/index.html">garcon</a></dt>
- <dt><a href="xfce4-panel/index.html">xfce4-panel</a></dt>
- <dt><a href="thunar/index.html">thunar</a></dt>
+ <dt><span class="refentrytitle"><a href="https://docs.xfce.org/xfce/building">Building Xfce</a></span></dt>
+ <dt><span class="refentrytitle"><a href="https://docs.xfce.org/contribute/dev/start">How to contribute</a></span></dt>
+ </dl></div>
+ <h3>API Documentation</h3>
+ <div class="toc"><dl class="toc">
+ <dt><span class="refentrytitle"><a href="libxfce4util/index.html">libxfce4util</a></span></dt>
+ <dt><span class="refentrytitle"><a href="xfconf/index.html">xfconf</a></span></dt>
+ <dt><span class="refentrytitle"><a href="libxfce4ui/index.html">libxfce4ui</a></span></dt>
+ <dt><span class="refentrytitle"><a href="exo/index.html">exo</a></span></dt>
+ <dt><span class="refentrytitle"><a href="garcon/index.html">garcon</a></span></dt>
+ <dt><span class="refentrytitle"><a href="xfce4-panel/index.html">xfce4-panel</a></span></dt>
+ <dt><span class="refentrytitle"><a href="thunar/index.html">thunar</a></span></dt>
</dl></div>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/apidocs/style.css b/apidocs/style.css
index b4a1493..a4cc591 100644
--- a/apidocs/style.css
+++ b/apidocs/style.css
@@ -1,3 +1,12 @@
+#xfce-header
+{
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ padding: 0;
+}
+
body
{
font-family: cantarell, sans-serif;
@@ -374,7 +383,7 @@ acronym,abbr
border-spacing: 5px;
margin-top: 0;
margin-bottom: 0;
- top: 0;
+ top: 35;
left: 0;
z-index: 10;
}