]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Add header to gitweb and API reference sites.
authorAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 11:47:58 +0000 (13:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Aug 2013 17:47:54 +0000 (19:47 +0200)
This makes the layout of these two pages identical to the main pages.

server.c
web/gitweb.css
web/gitweb_header.html.in
web/header2.html

index f26abef5753204c4628c4183519f50f02b8f674e..36af088ec64e0b4fd2baac06cd773653858853f0 100644 (file)
--- a/server.c
+++ b/server.c
@@ -8,10 +8,7 @@
 
 
 /**
- * \mainpage Paraslash API Reference
- *
- * Starting points for getting an overview:
- *
+ * \mainpage Starting points for getting an overview:
  *
  *     - The main programs: \ref server.c, \ref audiod.c, \ref client.c,
  *       \ref audioc.c, \ref afh.c, \ref play.c,
index a4f5e83529f2c93eed65519dd6b2b763ef994782..760028c4cfd041802b45825b1490eed13cb4937b 100644 (file)
@@ -14,6 +14,12 @@ a:hover {
        background-color: #ffff00;
 }
 
+hr {
+       height: 1px;
+       border: none;
+       border-top: 1px solid yellow;
+}
+
 span.cntrl {
        border: dashed #aaaaaa;
        border-width: 1px;
index 1a831d186a68efb5b0f0ed06e67d29b3b1ed6b06..b7346b730c401a6331981621fcc883c0c57919a1 100644 (file)
@@ -23,3 +23,5 @@
                <a href="@web_root@/CREDITS.html">Credits</a><br />
        </td>
        <td>
+               <h1>Changes</h1>
+               <hr />
index 5225d2a183d15cd9a35a0420f06492d9a97605f7..1acd955dbcdd7d31a89c47036a9f26456caf2ccd 100644 (file)
@@ -33,3 +33,6 @@
                        <a href="../../CREDITS.html">Credits</a><br />
                </td>
                <td>
+                       <h1>API Reference</h1>
+                       <hr />
+