106 Commits

Author SHA1 Message Date
Christopher Wells
cba952eb18
Update Ruby version for Travis CI builds
Update the version of Ruby used in Travis CI builds to fix dependency issues.

Closes #74
2016-10-10 18:08:03 -04:00
Christopher Wells
f95f5e536b Add automated HTML tests (#70)
* Add gemfile lock to gitingore

Add a rule to the gitignore file to ignore the Gemfile.lock generated file.

* Add automated tests

Add automated tests of the website through Travis CI.
2016-08-26 22:42:23 +02:00
rubenwardy
1f8b04a0b1 Remove invalid end of paragraph, introduced in previous commit 2016-08-24 00:10:41 +01:00
Wayward One
a70de10795 Add new mapgens to index.html (#68) 2016-08-23 23:26:04 +02:00
sfan5
a28e490f69 Update IRC log links to new domain (irc.minetest.net) (#67) 2016-08-13 20:24:41 +02:00
est31
b71de1cc3c Merge pull request #65 from luk3yx/patch-1
Update the Android download links
2016-08-04 12:15:32 +02:00
luk3yx
e34e80771a Update the Android download links
This is the follow-up for issue #64.
2016-08-04 15:41:38 +12:00
Wuzzy
275d1d0922 Mod change: bedrock>bedrock2, Ethereal>Ethereal NG
Also change some mod names to use the actual mod titles
2016-07-27 19:20:17 +01:00
Christopher Wells
9a600d7c86 Add alt text to images in the main gallery (#62)
Add alt text describing the images that are in the gallery on the main page of the website.
2016-06-27 10:17:31 +02:00
rubenwardy
76e8715804 Add link to 64bit installer 2016-05-16 18:45:54 +01:00
sfan5
1618d99b03 Update for 0.4.14 release 2016-05-15 16:21:21 +02:00
est31
5566bb8d6c Update android download hints to 0.4.13 release 2016-04-27 20:06:06 +02:00
Calinou
9a88fa5e24 Replace occurences of minetest_game with Minetest Game in customize.html 2016-03-30 22:45:48 +02:00
ShadowNinja
87b8ef9bc2 Update analytics domain
This should fix the issue that some people have had with AV warnings.
2016-02-27 17:02:07 -05:00
Pavel Puchkin
21a50be7d6 Remove "unofficial" tag from Homebrew install method
Downloading the binary from the forum/GitHub isn't listed as
unofficial, so why should the Homebrew method be listed as such?
2016-02-12 01:04:03 -05:00
est31
fe0de7da7e Remove wrong statement about the translation web interface
The web interface can in fact be used to create new translations for languages.
2016-01-24 04:27:52 +01:00
est31
19af071f44 Add stable ppa to downloads section
Fixes #45.
2016-01-24 04:27:52 +01:00
est31
1bde0b9bb4 Add patch files to gitignore
Some people prefer to merge patches via wget <pull-url>.patch and then git am.
2016-01-24 04:27:52 +01:00
rubenwardy
f8e9897909 Add installer for 32 bit windows to downloads page 2016-01-21 21:01:25 +00:00
ShadowNinja
2cfaf394e3 Add link to Doxygen documentation site 2016-01-05 00:37:06 +01:00
rubenwardy
981e67ec4e Add link to Windows installer 2016-01-04 18:53:05 +00:00
ShadowNinja
af78322104 Combine script tags 2015-12-06 20:19:22 -05:00
ShadowNinja
70478c936d Remove link to nonexistent file main.js
Commit 8933085fce11667a8f734987b45193a65a8bbff3 deleted main.js,
but mistakenly removed the link to main.css instead of main.js.
The link to main.css was re-added in d675df7220404a806d029146478d321b7af3e137.
2015-12-06 20:12:41 -05:00
est31
40e3084970 Change some external links to https
Change external links for which https works
from http to https.
2015-12-04 11:26:40 +01:00
rubenwardy
0b2d4b29ba Add link to stable source 2015-12-01 13:21:28 +00:00
Calinou
b3b6dc4017 Merge pull request #43 from treetrunk/master
Adjust anchor links to display in correct position
2015-11-06 17:27:46 +01:00
Calinou
d7553aff2d Merge pull request #44 from luk3yx/patch-2
Fix broken link on some external websites
2015-10-06 22:14:33 +02:00
luk3yx
38ce10cf0f Fix broken link on some external websites
Some 3rd-party websites (e.g. http://www.techspot.com/downloads/5585-minetest.html: the 'linux' option) link to http://minetest.net/download.php, and not http://minetest.net/downloads.
2015-10-06 16:14:17 +13:00
Nathan Hare
eda8adece5 Fix typo in comment 2015-10-05 12:44:26 -04:00
Nathan Hare
01b4d13f4b Change comment to provide more information 2015-10-05 12:43:24 -04:00
Nathan Hare
6405b4f64e Adjust anchor links to display in correct position 2015-09-27 07:44:01 -04:00
Calinou
da987fb992 Merge pull request #39 from treetrunk/master
Remove "About this website" section from community.html
2015-09-27 12:42:53 +02:00
Nathan Hare
a856b44346 Remove 'About This Website' section 2015-09-27 06:24:12 -04:00
Calinou
09960285cd Merge pull request #42 from Rui914/master
unify the URL to forum
2015-09-25 16:49:53 +02:00
Rui914
5ddfb4dca4 unify the URL to forum 2015-09-25 23:43:06 +09:00
Calinou
d675df7220 Re-add CSS link 2015-09-25 16:18:13 +02:00
Calinou
240a1e0427 Remove stray code 2015-09-25 16:15:48 +02:00
Calinou
c2402b91d9 Switch to SCSS 2015-09-25 16:12:27 +02:00
Calinou
8141c0890d Merge pull request #41 from ShadowNinja/optimize
Optimize network performance [minor]
2015-09-25 16:08:04 +02:00
ShadowNinja
8933085fce Optimize network performance
This changes the icon into an SVG (smaller and more scalable) and inlines main.js.
2015-09-25 01:14:49 -04:00
Calinou
5f90041f79 Fix icon in navbar 2015-09-22 19:03:06 +02:00
Calinou
aefad9c4af Merge pull request #33 from ShadowNinja/add-gallery-thumbnails
Add gallery thumbnails
2015-09-22 18:59:01 +02:00
Calinou
41806239fd Merge pull request #32 from ShadowNinja/organize-favicons
Organize favicons
2015-09-22 18:58:58 +02:00
ShadowNinja
809f43a04d Add gallery thumbnails 2015-09-13 22:13:27 -04:00
ShadowNinja
b9a4f1d425 Organize favicons
Moved favicons to /media/favicon (except for favicon.ico).
Removed prefixes from favicon names, and deleted duplicates.
Deleted apple-touch-icon-precomposed.png (useless on iOS <7 and unused on every other platform).
Added *~ to .gitignore.
Fixed typo.
2015-09-13 21:05:55 -04:00
Calinou
cdd40f9aec Update jquery.goup.min.js by request of est31 2015-09-13 21:53:03 +02:00
est31
b8e5a9a79f Try to fix arrow bug with firefox 2015-09-13 18:01:22 +02:00
rubenwardy
4b4d700f5e Replace blog link with news link 2015-09-06 19:25:49 +01:00
Nathan Hare
bfea6b018c Fix typo in link to mods in the subgame section 2015-09-06 19:15:01 +01:00
Nathan Hare
6ba74afde5 Re-word Subgame section 2015-09-06 19:15:01 +01:00