Armagetron News

General Stuff about Armagetron, That doesn't belong anywhere else...
User avatar
Jip
Round Winner
Posts: 397
Joined: Sat Sep 26, 2009 5:32 pm

Armagetron News

Post by Jip »

I was playing around with laravel and twitter bootstrap and came up with this:
http://armaworld.unk.me/
Maybe I will extend it in the future - maybe you get exciting ideas to implement, too.
There is a bug, where it doesn't get the url to launchpad branches. The LP feed is in a weird format, hope I can fix that.
User avatar
AI-team
Shutout Match Winner
Posts: 1020
Joined: Tue Jun 23, 2009 6:17 pm
Location: Germany/Munich
Contact:

Re: Armagetron News

Post by AI-team »

Pretty neat idea, but the code isn't working

Code: Select all

Uncaught SyntaxError: Unexpected token =                                  armaworld.unk.me:20
Uncaught ReferenceError: update_feed is not defined                       armaworld.unk.me:107
Uncaught ReferenceError: update_feed is not defined                       armaworld.unk.me:35

if you want to use optional parameteres in JS do something like this:

Code: Select all

cache = (typeof cache === "undefined") ? true : cache;
Last edited by AI-team on Fri Mar 15, 2013 2:21 pm, edited 1 time in total.
  
 
"95% of people believe in every quote you post on the internet" ~ Abraham Lincoln
 
 
User avatar
Jip
Round Winner
Posts: 397
Joined: Sat Sep 26, 2009 5:32 pm

Re: Armagetron News

Post by Jip »

What browser are you using? It's working fine for me in firefox.
User avatar
AI-team
Shutout Match Winner
Posts: 1020
Joined: Tue Jun 23, 2009 6:17 pm
Location: Germany/Munich
Contact:

Re: Armagetron News

Post by AI-team »

Latest version of Chrome. If it works in Firefox then that's because it seems to ignore the error


edit: it also works in firefox for me

edit2: another bug. the entrys from the "Latest code commits" don't have the correct url attribute. they all point to your site
  
 
"95% of people believe in every quote you post on the internet" ~ Abraham Lincoln
 
 
User avatar
Jip
Round Winner
Posts: 397
Joined: Sat Sep 26, 2009 5:32 pm

Re: Armagetron News

Post by Jip »

AI-team wrote: if you want to use optional parameteres in JS do something like this:

Code: Select all

cache = (typeof cache === "undefined") ? true : cache;
Thanks, fixed.
User avatar
Titanoboa
Reverse Outside Corner Grinder
Posts: 1795
Joined: Sun Feb 22, 2009 8:07 pm

Re: Armagetron News

Post by Titanoboa »

I like this
User avatar
AI-team
Shutout Match Winner
Posts: 1020
Joined: Tue Jun 23, 2009 6:17 pm
Location: Germany/Munich
Contact:

Re: Armagetron News

Post by AI-team »

Yep, now it also works in Chrome


AI-team wrote:edit2: another bug. the entrys from the "Latest code commits" don't have the correct url attribute. they all point to your site
  
 
"95% of people believe in every quote you post on the internet" ~ Abraham Lincoln
 
 
User avatar
Jip
Round Winner
Posts: 397
Joined: Sat Sep 26, 2009 5:32 pm

Re: Armagetron News

Post by Jip »

AI-team wrote:edit2: another bug. the entrys from the "Latest code commits" don't have the correct url attribute. they all point to your site
Jip wrote:There is a bug, where it doesn't get the url to launchpad branches. The LP feed is in a weird format, hope I can fix that.
Venijn
Round Winner
Posts: 229
Joined: Sun Apr 29, 2012 5:18 pm

Re: Armagetron News

Post by Venijn »

Wow Jip, this is AWESOME. Nice work!
Click. Image
S0lutai
Average Program
Posts: 85
Joined: Thu Mar 14, 2013 11:53 pm

Re: Armagetron News

Post by S0lutai »

impressive,
really nice
Image
A tragedy is commonplace but in the end they go away.
User avatar
Fippmam
Round Winner
Posts: 392
Joined: Sat Oct 29, 2011 10:54 am

Re: Armagetron News

Post by Fippmam »

Wow this is seriously awesome dude.

Works for me on chrome \o/
User avatar
sinewav
Graphic Artist
Posts: 6472
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Armagetron News

Post by sinewav »

Venijn wrote:Wow Jip, this is AWESOME. Nice work!
Image Image Image

EDIT: Here is a favicon for the site if you want it.
Attachments
Use the file below.
Use the file below.
favicon.png (680 Bytes) Viewed 4320 times
favicon.ico.not.zip
Reaname to favicon.ico
(1.37 KiB) Downloaded 160 times
User avatar
Shock
Core Dumper
Posts: 124
Joined: Sat Aug 16, 2008 11:16 pm
Location: Desert, Arizona

Re: Armagetron News

Post by Shock »

Fippmam wrote:Wow this is seriously awesome dude.

Works for me on chrome \o/
I don't know if you made the layout unique, but I like it Jip 8)
User avatar
sinewav
Graphic Artist
Posts: 6472
Joined: Wed Jan 23, 2008 3:37 am
Contact:

Re: Armagetron News

Post by sinewav »

Man, I really wish more people would submit their feeds to this utility.
User avatar
Jip
Round Winner
Posts: 397
Joined: Sat Sep 26, 2009 5:32 pm

Re: Armagetron News

Post by Jip »

sinewav wrote:EDIT: Here is a favicon for the site if you want it.
Oh, didn't see it before. Thanks!
Post Reply