diff --git a/index.html b/index.html index 1d5931047..3aaba26c7 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ root: .

Always evolving

Torque is being constantly developed by an enthusiastic community. - Its future is in your hands, not those of a company with a + Its future is in our hands, not those of a company with a bottom line to meet.

@@ -66,52 +66,30 @@ root: .
- - {% if site.posts != empty %} -
-
-

Recent news

- - {% for post in site.posts limit:3 %} - {% include newsitem.html post=post %} - {% endfor %} - - See all -
-
- {% endif %}
+
+

Recent news

+
Loading news...
+ See all +
+

Activity

Loading activity...

-

Status

- - - - - - - - - -
Current version...
Continuous integrationt3dci.org
-
- -
@@ -181,56 +159,89 @@ $(document).ready(function() { createBreaks(); - var numResults = 2; - var feed = 'https://github.com/GarageGames/Torque3D/commits/development.atom'; - var now = new Date(); - var googleAPI = document.location.protocol + - '//ajax.googleapis.com/ajax/services/feed/load?' + - 'v=1.0' + - '&dailycache=' + [now.getUTCDate(), now.getUTCMonth(), now.getUTCFullYear()].join('-') + - '&num=' + numResults + - '&callback=?&q='; - var url = googleAPI + encodeURIComponent(feed); - $.ajax({ - url: url, - dataType: 'json', - success: function (data) { - if(data.responseData.feed && data.responseData.feed.entries) { - var list = $('