Merge pull request #30 from psychon/relative

Use relative URLs for the web page
This commit is contained in:
Daniel Hahler 2016-12-17 13:11:55 +01:00 committed by GitHub
commit a9489ca700
4 changed files with 17 additions and 17 deletions

View File

@ -2,7 +2,7 @@
* LUA API documentation built by [ldoc](http://stevedonovan.github.io/ldoc/)
* [Lua API documentation for the stable release](api)
* [Lua API documentation for Git master (development version)](/apidoc/)
* [Lua API documentation for Git master (development version)](../apidoc/)
* [awesome(1) manpage](manpages/awesome.1.html)
* [awesomerc(5) manpage](manpages/awesomerc.5.html)
* [awesome-client(1) manpage](manpages/awesome-client.1.html)

View File

@ -5,7 +5,7 @@
Latest stable version of **awesome** is version 3.5.9 (*Mighty Ravendark*)
released on 6 March 2016.
* [v3.5.9 changelog](/changelogs/v3.5.9) ([short](/changelogs/short/v3.5.9))
* [v3.5.9 changelog](../changelogs/v3.5.9) ([short](../changelogs/short/v3.5.9))
* [awesome-3.5.9.tar.bz2](https://github.com/awesomeWM/awesome-releases/raw/master/awesome-3.5.9.tar.bz2)
* [awesome-3.5.9.tar.xz](https://github.com/awesomeWM/awesome-releases/raw/master/awesome-3.5.9.tar.xz)
@ -16,7 +16,7 @@ This branch of **awesome** is deprecated. However bug fixes are still welcome.
Latest old stable version of **awesome** is version 2.3.6 (*Tomorrow Morning*)
released on 18th April 2009.
* [v2.3.6 changelog](/changelogs/v2.3.6) ([short](/changelogs/short/v2.3.6))
* [v2.3.6 changelog](../changelogs/v2.3.6) ([short](../changelogs/short/v2.3.6))
* [awesome-2.3.6.tar.gz](https://github.com/awesomeWM/awesome-releases/raw/master/awesome-2.3.6.tar.gz)
* [awesome-2.3.6.tar.bz2](https://github.com/awesomeWM/awesome-releases/raw/master/awesome-2.3.6.tar.bz2)

View File

@ -6,7 +6,7 @@
body {
background: url(/images/top_bg.gif);
background: url(images/top_bg.gif);
background-repeat: repeat-x;
font-family: Verdana, Arial, sans-serif;
font-size: 0.8em;
@ -28,7 +28,7 @@ h2 {
ul {
margin:0;
padding:0;
list-style-image: url(/images/bullet.gif);
list-style-image: url(images/bullet.gif);
}
a {
@ -64,7 +64,7 @@ blockquote{
width: 100%;
height: 68px;
color: #fff;
/*background: #000 url(/images/top_bg.gif);*/
/*background: #000 url(images/top_bg.gif);*/
overflow:hidden;
}
@ -78,7 +78,7 @@ blockquote{
top:33px;
display:block;
float:left;
background: url(/images/bg_t.gif) no-repeat;
background: url(images/bg_t.gif) no-repeat;
padding-left: 10px;
}
@ -122,13 +122,13 @@ blockquote{
* html #menu a {width:1%;}
#menu li a:hover {
background: url(/images/bg_menu.gif);
background: url(images/bg_menu.gif);
}
#menu li a.current {
letter-spacing: 1px;
color: gray;
background: url(/images/bg_menu.gif);
background: url(images/bg_menu.gif);
}
#menu li a.current:hover {
@ -239,7 +239,7 @@ blockquote{
#nav a:hover{
color: #1a1a1a;
background: url(/images/bg_t.gif) no-repeat;
background: url(images/bg_t.gif) no-repeat;
background-color: #fff;
font-weight: bold;
}
@ -279,4 +279,4 @@ blockquote{
.flattr {
float: right;
}
}

View File

@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><TMPL_VAR TITLE> - awesome window manager</title>
<link rel="icon" href="/images/icons/aw_16.png" type="image/png" />
<link rel="icon" href="<TMPL_VAR BASEURL>images/icons/aw_16.png" type="image/png" />
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
<TMPL_IF NAME="FEEDLINKS"><TMPL_VAR FEEDLINKS></TMPL_IF>
@ -24,16 +24,16 @@
<div id="wrap">
<div id="top">
<h2><a href="/" title="Back to main page">awesome</a></h2>
<h2><a href="<TMPL_VAR BASEURL>index.html" title="Back to main page">awesome</a></h2>
<TMPL_IF NAME="SEARCHFORM">
<TMPL_VAR SEARCHFORM>
</TMPL_IF>
<div id="menu">
<ul>
<li><a href="/">home</a></li>
<li><a href="/download/">download</a></li>
<li><a href="/community/">community</a></li>
<li><a href="/doc/">doc</a></li>
<li><a href="<TMPL_VAR BASEURL>index.html">home</a></li>
<li><a href="<TMPL_VAR BASEURL>download/">download</a></li>
<li><a href="<TMPL_VAR BASEURL>community/">community</a></li>
<li><a href="<TMPL_VAR BASEURL>doc/">doc</a></li>
<li><a href="https://github.com/awesomeWM/awesome/issues">bugs/issues</a></li>
<li><a href="https://awesome.naquadah.org/bugs/">(old issues)</a></li>
<li><a href="https://awesome.naquadah.org/wiki/">wiki</a></li>