GPWiki.org
GPWiki.org
It is currently Thu May 23, 2013 4:48 am

All times are UTC




Post new topic Reply to topic  [ 49 posts ]  Go to page 1, 2, 3  Next
Author Message
PostPosted: Sun Aug 21, 2011 3:28 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
GPWiki will be going through a few changes over the next few weeks.

  • I've bought a better server that will allow us to do more with the site. The content will be moving over in chunks, it should all go fairly smoothly. However, I'm letting you all know ahead of time that things are going on behind the scenes, so you'll if things do get a little lumpy, you'll know why.
  • The GameDev management are shutting down their wiki (forked from GPWiki in 2008), we're getting to merge any new content back into GPWiki, but it'll take a while. The GameDev wiki users should transfer too, but I haven't tested the process yet.
  • The structure of the site will change to allow better separation of elements, new areas and a landing page that isn't Wiki-based.

That's all that's planned for now, we'll keep you posted as things move on.

If you have any suggestion or ideas that you'd like to see on GPWiki, hit the reply button and let us know.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 12:36 am 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
I've spent a (mostly) happy evening with my head in code (for a change) and written a custom mediawiki extension that pulls book information from Amazon's AWS API to make GPWiki's book pages a bit nicer.

You can see it in action at http://content.gpwiki.org/index.php/Obj ... d_Patterns.

To use it, just add the following tag with an ISBN-10 or ASIN number to a page:
Code:
{{ #AmazonBookInfo:[ISBN-10 or ASIN] }}

The extension will run off and get the book details and place them in a a nice little infobox. 8)

You can also specify an alternative title for the book by using a second parameter thus:
Code:
{{ #AmazonBookInfo:[ISBN-10 or ASIN] | Short Title }}

Some book titles are huge and specifying a shorter title stops the info box from spreading right over the page.

I've just worked out how to link to the Amazon book page too, but I can add that in later. Enjoy! I'm going to bed. :\

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 3:01 pm 
Dexterous Droid
User avatar

Joined: Wed Aug 18, 2004 7:40 pm
Posts: 3735
Location: South Africa
The linked page says the following for me:
Quote:
No Amazon info found!


Also, can we get the Lil' Endian favicon back? :)

_________________
Whatever the mind can conceive and believe, it can achieve


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 3:21 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
IGTHORN wrote:
The linked page says the following for me:
Quote:
No Amazon info found!



It was working last night! Will take a look.

IGTHORN wrote:
Also, can we get the Lil' Endian favicon back? :)


:eek I didn't realise he'd gone. Working on that too.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 3:30 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
Fixed the Amazon extension. :thumbs The timestamp on the AWS query string was formatted incorrectly. >:( I had a similar thing last night when the early morning timestamps lacked a leading zero.

There seems to be a caching thing going on, let me know if you can see the infobox (without having to refresh the page).

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Sun Sep 18, 2011 3:50 pm 
Our Beloved Mascot
User avatar

Joined: Sun Jun 26, 2005 9:10 pm
Posts: 32
Location: Somewhere in the database.
I have returned. :evil

_________________
I will destroy you all.


Top
 Profile  
 
PostPosted: Mon Sep 19, 2011 8:38 am 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
The DNS for the gpwiki.org domain is moving to the new server today. So far the changes haven't caused major loss of function, but if this goes wrong, the site will drop off the Internet.

It may take a day or two for the DNS to propagate, but the old server will keep redirecting to the subdomains until it's complete.

Fingers crossed.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Mon Sep 19, 2011 1:01 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
The DNS seems to have gone over already. I've hit the site from a few different computers and some are already resolving to the new TLD location. *Phew* I'm not seeing any problems, but please let me know if you stumble across any.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Tue Sep 20, 2011 7:57 pm 
Dexterous Droid
User avatar

Joined: Wed Aug 18, 2004 7:40 pm
Posts: 3735
Location: South Africa
Favicon is fixed on the forum but seems to still be blank on the wiki.

The book plug-in is working for me now - really cool!

_________________
Whatever the mind can conceive and believe, it can achieve


Top
 Profile  
 
PostPosted: Tue Sep 20, 2011 9:24 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
Hmmm, the wiki favicon works for me. I had to do some hacking in the wiki config, but the url is correct. Not sure why it isn't showing for you. :confused

IGTHORN wrote:
The book plug-in is working for me now - really cool!


Thank you. :O it still needs some work, but I like it. 8)

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Fri Sep 23, 2011 11:32 am 
Corpse Bride
User avatar

Joined: Tue Jul 01, 2008 11:44 pm
Posts: 2217
Location: England
These appear to be hyperlinks, but I cannot click them. I can't select the text either.

Image

_________________
I ain't pushing no moon buttons.


Top
 Profile  
 
PostPosted: Fri Sep 23, 2011 11:49 am 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
Are you using an old version of Firefox? 3.6-ish? The issue has been mentioned, I've written a new page header using tables that should be more accessible. I'll try and upload the new version tonight.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Fri Sep 23, 2011 12:47 pm 
Corpse Bride
User avatar

Joined: Tue Jul 01, 2008 11:44 pm
Posts: 2217
Location: England
I use camino 2.0.9 which uses the same version of Gecko as Firefox 3.6.

_________________
I ain't pushing no moon buttons.


Top
 Profile  
 
PostPosted: Fri Sep 23, 2011 9:39 pm 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
Tweaked front page menu header uploaded. Should work with older browsers now.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Sat Sep 24, 2011 1:45 am 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3808
Location: Ferriday, LA, US
Weirdness -- I tried to test it in FF3.6 when I was writing the landing page, but never noticed that the links and such were borked. :eek

Sorry about that!

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Mon Sep 26, 2011 4:11 pm 
Corpse Bride
User avatar

Joined: Tue Jul 01, 2008 11:44 pm
Posts: 2217
Location: England
I notice that our post edit buttons have reverted to their whiter shade of pale. Is this intentional?

_________________
I ain't pushing no moon buttons.


Top
 Profile  
 
PostPosted: Mon Sep 26, 2011 10:03 pm 
Harmlessness does no harm
User avatar

Joined: Tue Sep 14, 2004 8:37 pm
Posts: 3808
Location: Ferriday, LA, US
Jasmine wrote:
I notice that our post edit buttons have reverted to their whiter shade of pale. Is this intentional?


I'm guessing with the forum software upgrade they may have been "restored," so to say. I'm gonna miss Pinky. :(

:P

_________________
What most people don't understand about "enlightenment" is that it is not an end-goal; but where you find yourself just before taking a new "first step."


Top
 Profile  
 
PostPosted: Tue Sep 27, 2011 6:23 am 
Dexterous Droid
User avatar

Joined: Wed Aug 18, 2004 7:40 pm
Posts: 3735
Location: South Africa
Jasmine wrote:
I notice that our post edit buttons have reverted to their whiter shade of pale. Is this intentional?

Wow, I actually didn't even notice that :eek

_________________
Whatever the mind can conceive and believe, it can achieve


Top
 Profile  
 
PostPosted: Tue Sep 27, 2011 7:31 am 
Bibliotherapist
User avatar

Joined: Wed Nov 03, 2004 1:28 pm
Posts: 6716
Location: Oxford, Englandshire
It's a fresh install of the latest phpBB. I'm slowly adding the mods from the old board. Missed that one.
I'm away from home at the moment, but I'll dig up the old pink button when I get back to a decent Internet connection.

_________________
10 PRINT "Bad Monkey ";
20 GOTO 10


Top
 Profile  
 
PostPosted: Tue Sep 27, 2011 10:36 am 
Corpse Bride
User avatar

Joined: Tue Jul 01, 2008 11:44 pm
Posts: 2217
Location: England
You could define a new style, rather than keep editing the default style.

_________________
I ain't pushing no moon buttons.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 49 posts ]  Go to page 1, 2, 3  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group