Go to file
Uli Schlachter b3dd4e7f64 Call rsync with --delete
Our "the built web page" repository already accumulated some cruft. The
reason is that old files are newer deleted. This commit fixes that by
calling rsync with --delete so that unneeded files are removed. The only
exception is the .git directory which is protected via --exclude=.git.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-12-26 09:39:45 +01:00
images index: Replace the default screenshot 2016-12-19 22:05:17 -05:00
src@58fed31d88 v4.0 2016-12-25 22:27:45 +01:00
templates Add new donate footer section: just BTC for now 2016-12-26 00:37:34 +01:00
.gitignore Remove the old authors page 2016-12-17 18:17:54 -05:00
.gitmodules v3.5.6 (and move to github) 2015-01-10 20:45:24 +01:00
.travis.yml .travis.yml: Use --no-pager (#40) 2016-12-25 12:42:55 +01:00
Makefile Call rsync with --delete 2016-12-26 09:39:45 +01:00
README.md Improve README (#41) 2016-12-25 14:51:09 +01:00
community.mdwn community: add link to old wiki 2016-12-26 01:34:37 +01:00
doc.mdwn Remove remaining links to the wiki 2016-12-19 09:54:40 +01:00
doing_a_release.mdwn Fix some small issues in doing_a_release.mdwn (#45) 2016-12-25 23:36:10 +01:00
download.mdwn Download: link to GPG signatures (#44) 2016-12-25 23:05:18 +01:00
index.mdwn index: Replace the default screenshot 2016-12-19 22:05:17 -05:00
local.css Add new donate footer section: just BTC for now 2016-12-26 00:37:34 +01:00
releases.mdwn v4.0 2016-12-25 22:27:45 +01:00

README.md

Website for awesome WM

Build Status

This is the main source of the website for the awesome window manager.

The website is based on ikiwiki. You can build the web page locally by running make. The result will be in html/. Besides ikiwiki, you will also need PerlMagick.

Publishing

The master branch gets built by Travis CI, and is then published through Github's Organization Pages.

Other resources

The API documentation for the master branch at /apidoc is served through Github's Project Pages for the apidoc repo, where it gets pushed to from successful builds in the awesome main repo.