Go to file
aajjbb eba3744724 adding js snippet from ikiwiki to make page browsing works without a http server 2017-01-14 13:44:39 -02:00
images changing to a css-only solution to tab highlightning 2017-01-14 13:44:39 -02:00
src@58fed31d88 v4.0 2016-12-25 22:27:45 +01:00
templates adding js snippet from ikiwiki to make page browsing works without a http server 2017-01-14 13:44:39 -02: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 changelogs: ignore merges 2016-12-25 23:49:09 +01:00
README.md Changing the way screnshots are added in the screen, now they live inside <figure> tags. Also, adding an small doc about how to contribute with screenshots 2017-01-14 13:44:38 -02:00
community.mdwn changing to a css-only solution to tab highlightning 2017-01-14 13:44:39 -02: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 changing to a css-only solution to tab highlightning 2017-01-14 13:44:39 -02:00
index.mdwn fixing identing issues addressed by @blueyed 2017-01-14 13:44:39 -02:00
local.css fixing identing issues addressed by @blueyed 2017-01-14 13:44:39 -02:00
releases.mdwn v4.0 2016-12-25 22:27:45 +01:00
screenshots.mdwn Changing the way screnshots are added in the screen, now they live inside <figure> tags. Also, adding an small doc about how to contribute with screenshots 2017-01-14 13:44:38 -02: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.

Contribution Guide

Screenshots

To contribute with Screenshots:

  • Add your image to the folder images/screenshots with an appropiated name.
  • Add a new
    tag in the bottom of screenshots.mdwn,
  • Inside the new tag, add the screenshots with a tag and use the
    to add caption to the image, explaining what is being used on the screenshot.

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.