Instead of using absolute URLs, this now uses an ikiwiki variable to get
relative paths. For example, in index.html this will expand to the empty
string while in download/index.html it expands to "../".
Since this expands to the empty string on index.html, some things which
previously linked to / will now have to link to index.html. However,
that shouldn't be a problem, I think.
Signed-off-by: Uli Schlachter <psychon@znc.in>
This makes it a lot easier to test the web page locally, because now the
browser will actually find things. Note that URLs are resolved locally
to the CSS file, so even for download/index.html, relative paths are
still relative to . and not to download/.
Signed-off-by: Uli Schlachter <psychon@znc.in>
Releases are binary files and binary files do not belong into a git
repo. Thus, we have a special "bad" git repo for the releases now. The
links now point to this git repository.
Fixes: https://github.com/awesomeWM/awesome-www/issues/26
Signed-off-by: Uli Schlachter <psychon@znc.in>
piwik.awesomewm.org points at piwik.thequod.de (CNAME), which is my
personal Piwik instance. The redirection through the subdomain is used
to make this look like a non-third-party service.
I was getting this error:
> Scanning dependencies of target ldoc
> make[5]: Leaving directory '/home/user/Vcs/awesome-www/src/.build-host.example.com-x86_64-pc-linux-gnu-6.1.1'
> make[5]: Entering directory '/home/user/Vcs/awesome-www/src/.build-host.example.com-x86_64-pc-linux-gnu-6.1.1'
> lua: cannot open /dev/null/Vcs/ldoc/ldoc.lua: Not a directory
With this custom `ldoc` wrapper:
> lua ~/Vcs/ldoc/ldoc.lua $*
One broken link (AuroraUX), one page where I cannot find any awesome packages
for the distro (Mandriva) and one new entry which the maintainer mentioned in
IRC.
Signed-off-by: Uli Schlachter <psychon@znc.in>
awsetbg is long gone (commit ff71347016) and luadoc was replaced by ldoc a while
ago, too (commit c87e775e46).
Signed-off-by: Uli Schlachter <psychon@znc.in>
Otherwise, rsync fails because it cannot change the times of directories for
which I am not the owner (--times is enabled because of --archive).
Signed-off-by: Uli Schlachter <psychon@znc.in>