This means that wiring up the site has been quite a task for the past few years. We have a mixture of copper and fibre for the longer stretches between buildings, or even along some of the longer buildings. This means the fun of pulling cables as well as switches and converters along the way. We use wireless coverage for some locations where it is appropriate. We've managed to get network connections to pretty much every location. However maintenance and upgrading is an ongoing task.
I have my fingers in many pies: IT/techie/charity/non profit/nptech/mission stuff. Founded 2004
Many Pies
Friday, July 30, 2010
IT challenges in Wycliffe Bible Translators - part 2
This means that wiring up the site has been quite a task for the past few years. We have a mixture of copper and fibre for the longer stretches between buildings, or even along some of the longer buildings. This means the fun of pulling cables as well as switches and converters along the way. We use wireless coverage for some locations where it is appropriate. We've managed to get network connections to pretty much every location. However maintenance and upgrading is an ongoing task.
Tuesday, July 20, 2010
Charity bag overload
This is a picture of all the bags that have been put through our door by charities over the last couple of years. They are all asking you to put unused stuff in there and leave the bag on your doorstep on a certain day. Even if we'd used them (which we haven't) by the time we'd used the first couple or so we wouldn't have much more to give away every few weeks as the next bags arrive.
It's like fishing in an empty pond. Come on charities, be more smart.
Friday, July 16, 2010
Lotus Notes to mediawiki
I'm in the middle of moving a Lotus Notes document database to a mediawiki wiki. (Or is that a media wiki?)
use HTML::WikiConverter;
sub DropTag($) {
my ($page, $tag) = @_;
my @tags = $page->look_down("_tag",$tag); # Font tags
foreach my $element (@tags) {
$element->replace_with_content();
}
}
sub DropAttr($$) {
my ($page, $attr) = @_;
my @attrs = $page->look_down($attr,qr/.*/); # Tags with appropriate attribute set to anything
foreach my $element (@attrs) {
$element->attr($attr, undef);
}
}
sub ExtraProcessing ($) {
# Does various extra things that we need:
my($page) = @_;
DropTag($page, "font");
DropTag($page, "div");
DropTag($page, "center");
DropAttr($page, "width");
DropAttr($page, "border");
DropAttr($page, "valign");
DropAttr($page, "bgcolor");
}
my $wc = new HTML::WikiConverter( dialect => 'MediaWiki' );
opendir(DIR, "saved html files");
@FILES= readdir(DIR);
foreach my $path (@FILES) {
if ($path =~ m/\.htm/) {
print $path."\n";
open FILE, ">output text files".$path or die("Could not open file for output\n");
print FILE $wc->html2wiki( file => "saved html files".$path, strip_tags => [ '~comment', 'head', 'script', 'style' ], preprocess => \&ExtraProcessing);
close FILE;
}
}
Tuesday, July 13, 2010
IT challenges in Wycliffe Bible Translators
Monday, July 05, 2010
Essential reading for IT Directors
Thursday, July 01, 2010
My first month as IT Director
One of the most useful things I found whilst doing that was that the scope of the Act wasn't as broad as I first thought. When I attended a seminar on it many years ago the person leading it said that unless you chucked all your paperwork on people into a large pile in a room, than any filing system would fall under the scope of the Act. However on the Information Commissioner's Office website it has a document which describes the "temp test". So if your data about people is arranged in such a way that a temp couldn't find information about specific people, then it's not a "relevant filing system" under the act. This means that every scrap of personal data, even, say, squirreled away on archive tapes in a safe, doesn't have to be erased when we no longer have need to store that person's data.
Thursday, June 03, 2010
IT people needed
Do you want to use your IT skills to support the vital work of Bible translation? Based in the UK at the headquarters of Wycliffe Bible Translators, we are seeking IT people to help keep the IT systems running, so that staff here can help recruit and support those doing Bible translation abroad.
We are looking for people who
- are familiar with Windows XP, Vista and Windows 7
- are familiar with Microsoft Office products from 2000 to 2007
- have Linux skills (desired quality)
- are able to learn new things quickly
- have experience in PC support
- are good at diagnosing problems with hardware (PCs and printers for example)
- are able to use tools to repair machines
Particular qualifications are not required.
You will be working in a small team of specialists and you should be a team player able to work well without close supervision, and also to able work under pressure. You should be able to explain technical concepts to users of differing IT ability, increasing their IT knowledge and confidence. We seek people who are committed to upholding and demonstrating the Christian ethos of Wycliffe UK, and to achieving the core aims and objectives of the organisation.
This would suit someone working through our Intern scheme or someone who has retired and who lives locally to High Wycombe. Unfortunately we are unable to provide work for people working remotely, or for less than 6 months. This position is not salaried.
For more information, or to apply for this job, get in touch.