Wiki Reskin

I’ve spent tonight fiddling around with the skin on the wiki, trying to make
it fit in a bit better with the rest of the website’s look and feel, can
anyone see any problems with it (links that disappear, stuff not working in
IE)? Any suggestions?

Also, Thanks to TBSliver for updating and prettifying the content, it looks
a lot more like a proper community portal now :smiley:

-Bob

Fixed a bug where the sidebar was vanishing in webkit, turns out it was a
hack someone added to mediawiki in 2004 for a (now long dead) KHTML bug.

Added a history page, if anyone has anything to add (or wants to fix my
grammar!), its at http://hacman.org.uk/wiki/index.php/HACMan_History

-BobOn 28 February 2010 00:50, Bob Clough parag0n@ivixor.net wrote:

I’ve spent tonight fiddling around with the skin on the wiki, trying to
make it fit in a bit better with the rest of the website’s look and feel,
can anyone see any problems with it (links that disappear, stuff not working
in IE)? Any suggestions?

Also, Thanks to TBSliver for updating and prettifying the content, it looks
a lot more like a proper community portal now :smiley:

-Bob

Also, feel free to put anything else on the wiki, such as projects,
programs, and other stuff HACMan related. Theres only so much content me and
parag0n can create ourselves!On 28 February 2010 13:22, Bob Clough parag0n@ivixor.net wrote:

Fixed a bug where the sidebar was vanishing in webkit, turns out it was a
hack someone added to mediawiki in 2004 for a (now long dead) KHTML bug.

Added a history page, if anyone has anything to add (or wants to fix my
grammar!), its at http://hacman.org.uk/wiki/index.php/HACMan_History

-Bob

On 28 February 2010 00:50, Bob Clough parag0n@ivixor.net wrote:

I’ve spent tonight fiddling around with the skin on the wiki, trying to
make it fit in a bit better with the rest of the website’s look and feel,
can anyone see any problems with it (links that disappear, stuff not working
in IE)? Any suggestions?

Also, Thanks to TBSliver for updating and prettifying the content, it
looks a lot more like a proper community portal now :smiley:

-Bob


You received this message because you are subscribed to the Google Groups
"HACMan" group.
To post to this group, send an email to hacman@googlegroups.com.
To unsubscribe from this group, send email to
hacman+unsubscribe@googlegroups.comhacman%2Bunsubscribe@googlegroups.com
.
For more options, visit this group at
http://groups.google.com/group/hacman?hl=en-GB.

Thomas C. Bloor Mob: (+44) 07905646892
tom.bloor@googlemail.com or tom@bloorfamily.net
Homepage: http://tom.bloorfamily.net

Also, feel free to put anything else on the wiki, such as projects,
programs, and other stuff HACMan related. Theres only so much content me and
parag0n can create ourselves!

I have NetBeans working as a complete replacement for the Arduino
environment along with a Makefile template that builds multi-file
sketches that use libraries etc, and requires very little configuration,
here’s what you need for the standard Blink example:

BOARD = mega
PORT = /dev/term/0
include …/Makefile.master

Projects that use libraries aren’t much longer:

BOARD = mega
PORT = /dev/term/0
LIB_DIRS = …/Common …/…/libraries/Task …/…/libraries/VirtualWire
include …/…/Makefile.master

I was going to write this up on my work blog, but I’m happy to put it
somewhere on the hacman site and then link to it instead.

Alan Burlison