Commit Graph

491 Commits

Author SHA1 Message Date
Emmanuel Lepage Vallee 230e411604 community: Remove the mailing list 2016-12-19 17:30:21 -05:00
Emmanuel Lepage Vallee bcb5d174b8 community: Add a GitHub link 2016-12-19 17:27:09 -05:00
Emmanuel Lepage Vallee d77bb44bab community: Add Reddit and StackOverflow links
To replace the mailing list. It's already more popular than the
list anyway.
2016-12-19 17:23:04 -05:00
Emmanuel Lepage Vallee 0b1b568e12 download: Remove Awesome 2.3
There is better WMs with semi-identical configs and we isn't
maintained anymore.
2016-12-19 17:17:32 -05:00
Emmanuel Lepage Vallee 646f7841ca download: Add the luajit AUR package link 2016-12-19 17:14:09 -05:00
Emmanuel Lepage Vallée 09398c808b Merge pull request #32 from psychon/remove-wiki-links
Remove remaining links to the wiki
2016-12-19 14:22:51 -05:00
Uli Schlachter 7d73699e06 Remove remaining links to the wiki
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-12-19 09:54:40 +01:00
Emmanuel Lepage Vallee 7b0fd064fa Remove the donate link
We have a new service provider now, I hope JD had enough donations
to pay for the hosting over the last few years.
2016-12-18 22:29:31 -05:00
Emmanuel Lepage Vallee 62e48b34ac Use the new site address 2016-12-18 22:29:31 -05:00
Emmanuel Lepage Vallee 35912afcdf Remove the old authors page 2016-12-17 18:17:54 -05:00
Emmanuel Lepage Vallee e0bd16d2c3 Use the GitHub author page
It was broken for ages anyway.
2016-12-17 17:34:44 -05:00
Emmanuel Lepage Vallee 8bcc10e71e Remove old links 2016-12-17 14:24:24 -05:00
Daniel Hahler a9489ca700 Merge pull request #30 from psychon/relative
Use relative URLs for the web page
2016-12-17 13:11:55 +01:00
Uli Schlachter 39c478f9b9 Add a page listing old releases (#29)
This list was taken from our Mediawiki instance and converted into the
ikiwiki syntax.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-12-17 13:10:50 +01:00
Uli Schlachter 474b84e156 Use relative URLs for apidoc and changelogs
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-12-13 17:56:07 +01:00
Uli Schlachter 9f498f8ed9 page template: Use BASEURL variable
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>
2016-12-13 17:43:49 +01:00
Uli Schlachter ac324f0468 local.css: Add missing new line and end of file
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-12-13 17:40:51 +01:00
Uli Schlachter 4f1ad1474c local.css: Use relative URLs
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>
2016-12-13 17:40:01 +01:00
Uli Schlachter 2b8da92681 Fix links to downloads (#27)
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>
2016-11-05 13:40:10 +01:00
Daniel Hahler d78bbf3e0d Add tracking code for Piwik (#22)
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.
2016-10-25 00:36:10 +02:00
Uli Schlachter d9047cb1cd Use complete URLs for old issues and wiki (#24)
This way the links will keep pointing to the old server even if we
redirect our server elsewhere.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-10-25 00:33:58 +02:00
Daniel Hahler 9ba7e14cb2 Add a README (#21) 2016-05-18 10:34:08 +02:00
Daniel Hahler 4fd28e1639 Revert "Travis: remove before_install: let the latest build succeed (#19)"
This reverts commit aea1416c8a.
2016-05-18 00:18:47 +02:00
Daniel Hahler aea1416c8a Travis: remove before_install: let the latest build succeed (#19) 2016-05-17 15:37:47 +02:00
Daniel Hahler 6828654750 Makefile: use original HOME with ldoc target (#16)
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 $*
2016-05-16 18:23:34 +02:00
Daniel Hahler 40b0f6e69f ikiwiki: --url is not required, since we are not using --rss / blogs (#17)
Ref: https://github.com/awesomeWM/awesome-www/pull/12#issuecomment-219466960.
2016-05-16 18:22:54 +02:00
Daniel Hahler 70c31115a8 Travis: install perlmagick for ikiwiki (#14)
* Travis: install perlmagick for ikiwiki

Fixes https://github.com/awesomeWM/awesome-www/issues/13.

* Travis: do not silence stderr, but replace GH_APIDOC_TOKEN

* Travis: skip if there is no API token
2016-05-16 17:51:31 +02:00
Daniel Hahler 0d89f78489 doc: link also to master's apidoc (#15) 2016-05-16 17:50:18 +02:00
Daniel Hahler 59452cd20b Merge pull request #11 from awesomeWM/travis
Travis integration
2016-05-16 17:00:22 +02:00
Daniel Hahler 6da11338c4 Travis: push to awesomeWM.github.io for builds on master 2016-05-16 16:48:56 +02:00
Daniel Hahler 601f442c71 Use https://awesomewm.org/ for ikiwiki output 2016-05-16 16:43:05 +02:00
Uli Schlachter 7c9c38f26c Add initial .travis.yml
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-05-16 16:34:52 +02:00
Uli Schlachter a013d5e9be Merge branch 'improve-download-page' of https://github.com/blueyed/awesome-www 2016-05-15 18:56:34 +02:00
Daniel Hahler cd957a096c Improve Download page
- fix section headers
 - link to Arch packages
2016-05-15 18:47:40 +02:00
Daniel Hahler 9764b1e7b9 Use https for flattr and ohloh/openhub widgets; update them 2016-05-15 18:17:34 +02:00
Julien Danjou d8a70dae63 Remove git stats
This has been broken for a while and has no value anymore anyway. GitHub
does that better.
2016-04-06 17:03:53 +02:00
Uli Schlachter 71c12cb630 v3.5.9
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-03-06 15:14:12 +01:00
Uli Schlachter fe8f0ea974 v3.5.8
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-01-30 14:58:19 +01:00
Uli Schlachter 43b9133dfd v3.5.7
Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-01-15 16:56:53 +01:00
Julian Volodia 8687708b70 Markdown typo (`) 2015-09-12 15:38:27 +02:00
Uli Schlachter dcf335eb58 Remove MOPSLinux
https://github.com/awesomeWM/awesome/issues/428

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-08-28 20:33:23 +02:00
Julien Danjou dc9a1b89c3 Remove awesome-devel
Signed-off-by: Julien Danjou <julien@danjou.info>
2015-03-19 18:19:26 +01:00
Daniel Hahler c2139a0532 Merge pull request #2 from awesomeWM/link-to-new-and-old-issues
page.tmpl: link to issues on github, keep old link
2015-02-15 12:03:56 +01:00
Daniel Hahler deb0d5831d page.tmpl: link to issues on github, keep old link 2015-02-15 11:25:31 +01:00
robin007bond d47ba669d8 Update page.tmpl
Edited CopyLeft year 2010 to 2015.
2015-01-11 23:50:54 +01:00
Uli Schlachter 8c76a91adb v3.5.6 (and move to github)
Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-01-10 20:45:24 +01:00
Julien Danjou 36f42bdf8e Move to GitHub 2014-11-24 10:51:47 +01:00
Uli Schlachter 18da72a5fa v3.5.5
Signed-off-by: Uli Schlachter <psychon@znc.in>
2014-04-11 11:11:37 +02:00
Uli Schlachter 0cb2c7c806 v3.5.4
Signed-off-by: Uli Schlachter <psychon@znc.in>
2014-04-02 10:02:47 +02:00
Uli Schlachter 39a2887000 Update the distro list
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>
2014-03-30 12:42:28 +02:00