Revision history for IanHayhurst


Revision [23777]

Last edited on 2020-09-25 12:51:30 by IanHayhurst
Additions:
So long Wikkawiki, it's been a fun ride,
I have an internal (intranet) install of Wikka Wiki. This is quite surprising / unusual / subversive in an organisation that is unfortunate strongly orientated towards applications that have a particular vendor bias (I'll leave that to your imagination.... you don't have to think too hard to guess which it might be)
The use of Wikka is an experiment In our organisation (and seemingly very successful so far) that sprang from a meeting following a periodic re-organisation of the department that left us very much spread over UK, mainland Europe and the U.S. but with the requirement to work in a much more co-ordinated way. Intranets were used (in my opinion) in a awkward or unimaginative manner and perceived as a mechanism for location of information stored largely wordprocessor / spreadsheet documents. This was something along the lines of a slightly more colourful file share and quite static. Access to this required considerable inertia as the prefered method was via frontpage. Islands of information become stale and //if// you found what you were looking for it was rarely current.
Started off with running our installation on an HP / Compaq Alpha
a server farm (we do a fair amount with server farms for compute intensive chemo/bioinformatics)
With 3 wikies running out of the same server now problems come to light all the time...(more to do with more eyes than multi wiki's however todays problems one was due to session leakage .. Users from one wiki were able to own pages on another without registering... that was solved by adding
Also sorted out an oddity in IE (which people are stuch with in this corporate environment) clicking on a jpeg file in a files dialog box (the standard and advanced versions of the files handler ##files.xmp.php## iIE will download it to save but not open if you pick that option... after reading over 40 different "solutions" the one that worked was to add:-
After a year of wikka wiki at work and it's been a raging success //(and should continue to be)// I think I'll try and use it to run my personal website which is designed to be a sort of note pad for me Wikka should be ideal for this, //as a note pad should just be there when you need it// Editing html can be tedious at the moment it means starting vi or textpad depending on the system I'm using getting a current version of the page via scp ofr ftp then editing, preview then upload, check... hardly spontaneous or handy. I'm not looking for a date driven blog more a non-linear set of thoughts. I'l probably do the conversion over Christmas
- Thinking of using something along the lines of InvisibleWiki but with modifications to header as well
~&''2 Dec 2005'' Oooh goodie looks like some work has been done on this NewRSSAction with a patch for proxy--- 15 minutes later It works !! (had to apply the patch lines manually as Magpierss download was 0.72 and the proxy patch is against 0.71
-People raving about 'wiki technology' every where (a good thing) a bug in glibc with linux threads on Alpha is leaving defunct processes all over the place, http://bugs.gentoo.org/show_bug.cgi?id=100259 recompiling with NPTL (Native POSIX Thread Library) and 2.4 upgrade to 2.6 Kernel leaves me with a zombie free system but mysql daemon crashes and restarts everytime the wiki is accessed (the users see this as opposed to the zombies that they didn't) .... quickly build gentoo on a HP DL360 Dual p4 2.4Ghz, 2GB ram and 4 x 36 GB scsi RAID 0+1.. mmm nice ! and use the opportunity to compile in php against the oracle instant client.. gentoo emerge doesnt seem to want me to do this so by hand %%./configure --with-apxs2=/usr/sbin/apxs2 --host=i686-pc-linux-gnu --prefix=/usr --datadir=/usr/lib/php --with-mysql=/usr \
- It became apparent on an intranet that users would login but not bother to create a namespace (everyone knows who I am and what I do so why should I ?). We noticed that other wiki implementations create it by default. An alteration to wikka.php was made that created it for the user at registration and cloned a template page to that namespace, additions to wikka.config.php were made to enable / disable the action and define the template page to use. The code is very small but as I didn't write it I will seek permission to post it, (if there's any interest)---
-Small bugette, It's popular for users pages to put up a left or right float box, with an image in it and alongside (in the float still) put bullet pointed notes. The Wakka wiki CSS however renders the points inside / over the image, so rather than messing with the CSS and introducing a difficult migration path for upgrades I'm in lining a bit of HTML to fix it
The problem obviously futhur afield than the Wikka install....I'm embarrassed to say how long that took to track down but finally it came down to the php.ini file the line that says %%allow_url_fopen = On
an 'easy to edit' website but the users are interested in adding stuff so it should get interesting. Firstly they missed the share price applet. // a preoccupation of folks in large corporate entities composed of other historical (and smaller entities) seems to be watching the stock of the previous parent companies of which their nest egg consists//
- Developers trying to link in documents on file shares, (rather than read the reams I wrote about uploading them) so a bunch of links appearing that only work in IE in the form ''\\servername\folder\file.bla'' firefox doesn't understand them so leaves wikka.php to parse the link resulting in a request to create a page of with a heavily backlashed gibberish name.
- Big interest in actions that pull from Oracle, (and lots of pressure) so I've recompiled my php against the Oracle instant client (10g) and had some success in getting useful stuff back ...now that spells a move off the Alpha Linux box as I don't believe Oracle have a client for Alpha linux that I can compile php --with-oci8 against... and Darn it all Some Major project is using the wiki for awareness updates... (actually it's nice to get the exposure, but very hard to move machines now). At least I have a service alias in the DNS so I can move box, then where alias points and they'll never know (but the Intel box has 2 cpu's with 4 x the clockspeed halving the page creation time.... not an issue yet !)---
or install fresh and migrate useful content or something in-between. Looking at the new editor I think it's time we upgraded
Deletions:
I have an internal (intranet) install of Wikka Wiki. This is quite suprising / unusual / subversive in an organisation that is unfortunatle strongly orientated towards applications that have a particular vendor bias (I'll leave that to your imagination.... you don't have to think too hard to guess which it might be)
The use of Wikka is an experiment In our organisation (and seemingly very succesful so far) that sprang from a meeting following a periodic re-organisation of the department that left us very much spread over UK, mainland Europe and the U.S. but with the requirement to work in a much more co-ordinated way. Intranets were used (in my opinion) in a awkward or unimaginative manner and percieved as a mechanism for location of information stored largely wordprocessor / spreadsheet documents. This was something along the lines of a slightly more colourful file share and quite static. Access to this required considerable inertia as the prefered method was via frontpage. Islands of information become stale and //if// you found what you were looking for it was rarely current.
Started off withrunning our installation on an HP / Compaq Alpha
a server farm (we do a fair ammount with server farms for compute intensive chemo/bioinformatics)
With 3 wikies running out of the same server now problems come to light all the time...(more to do with more eyes than multi wiki's however todays problems one was due to session leekage .. Users from one wiki were able to own pages on anothere without registering... that was solved by adding
Also sorted out an odity in IE (which people are stuch with in this corporate environment) clicking on a jpeg file in a files dialog box (the standard and advanced versions of the files handler ##files.xmp.php## iIE will download it to save but not open if you pick that option... after reading over 40 different "solutions" the one that worked was to add:-
After a year of wikka wiki at work and it's been a raging sucess //(and should continue to be)// I think I'll try and use it to run my personal website which is designed to be a sort of note pad for me Wikka should be ideal for this, //as a note pad should just be there when you need it// Editing html can be tedious at the moment it means starting vi or textpad depending on the system I'm using getting a current version of the page via scp ofr ftp then editing, preview then upload, check... hardly spontaneous or handy. I'm not looking for a date driven blog more a non-linear set of thoughts. I'l probably do the conversion over christmas
- Thinking of using something along the lines of InvisibleWiki but with modifacations to header as well
~&''2 Dec 2005'' Oooh goodie looks like some work has been done on this NewRSSAction with a patch for proxy--- 15 minutes later It works !! (had to apply the patch lines manualy as Magpierss download was 0.72 and the proxy patch is against 0.71
-People raving about 'wiki technology' every where (a good thing) a bug in glibc with linux threads on Alpha is leaving defunct processes all over the place, http://bugs.gentoo.org/show_bug.cgi?id=100259 recompiling with NPTL (Native POSIX Thread Library) and 2.4 upgrade to 2.6 Kernel leaves me with a zombie free system but mysql daemon crashes and restarts everytime the wiki is accessed (the users see this as opposed to the zombies that they didn't) .... quickly build gentoo on a HP DL360 Dual p4 2.4Ghz, 2GB ram and 4 x 36 GB scsi RAID 0+1.. mmm nice ! and use the oportunity to compile in php against the oracle instant client.. gentoo emerge doesnt seem to want me to do this so by hand %%./configure --with-apxs2=/usr/sbin/apxs2 --host=i686-pc-linux-gnu --prefix=/usr --datadir=/usr/lib/php --with-mysql=/usr \
- It became apparent on an intranet that users would login but not bother to create a namespace (everyone knows who I am and what I do so why should I ?). We noticed that other wiki implementations create it by default. An alteration to wikka.php was made that created it for the user at registration and cloned a template page to that namespace, additions to wikka.config.php were made to enable / disable the action and define the template page to use. The code is very small but as I didn't write it I will seek permision to post it, (if there's any interest)---
-Small bugette, It's popular for users pages to put up a left or right float box, with an image in it and alongside (in the float still) put bullett pointed notes. The Wakka wiki CSS however renders the points inside / over the image, so rather than messing with the CSS and introducing a difficult migration path for upgrades I'm inlining a bit of HTML to fix it
The problem obviously futhur afield than the Wikka install....I'm embarased to say how long that took to track down but finally it came down to the php.ini file the line that says %%allow_url_fopen = On
an 'easy to edit' website but the users are interested in adding stufff so it should get interesting. Firstly they missed the share price applet. // a preoccupation of folks in large corporate entities composed of other historical (and smaller entities) seems to be watching the stock of the previous parent companies of which their nest egg consists//
- Developers trying to link in documents on file shares, (rather than read the reams I wrote about uploading them) so a bunch of links appearing that only work in IE in the form ''\\servername\folder\file.bla'' firefox doesn't understand them so leaves wikka.php to parse the link resulting in a request to create a page of with a heavily backslached gibberish name.
- Big interest in actions that pull from Oracle, (and lots of pressure) so I've recompiled my php against the Oracle instant client (10g) and had some sucess in getting usefull stuff back ...now that spells a move off the Alpha Linux box as I don't believe Oracle have a client for Alpha linux that I can compile php --with-oci8 against... and Darn it all Some Major project is using the wiki for awareness updates... (actually it's nice to get the exposure, but very hard to move machines now). At least I have a service alias in the DNS so I can move box, then where alias points and they'll never know (but the Intel box has 2 cpu's with 4 x the clockspeed halving the page creation time.... not an issue yet !)---
or install fresh and migrate useful content or something inbetween. Looking at the new editor I think it's time we upgraded


Revision [23719]

Edited on 2020-01-30 09:02:03 by IanHayhurst
Deletions:
{{rss url="http://ws.audioscrobbler.com/1.0/user/IanHayhurst/recenttracks.rss" cachetime="5"}}


Revision [23718]

Edited on 2020-01-30 08:23:37 by IanHayhurst
Additions:
[[http://bit.ly/imh-shot | Gallery]]
Deletions:
[[http://bit.ly/imh-shots | Gallery]]


Revision [23592]

Edited on 2018-07-12 15:27:46 by IanHayhurst
Additions:
''July 2018'' Back at porting actions etc. into 1.3.7, preparing WikiPageWatch for contribution as wiki plugin
Deletions:
contact info :[http://www.ianhayhurst.co.uk/] (incidentaly now running on wikka wiki with DarTar's InvisibleWiki mods)
''July 2018'' Back at porting actions etc. into 1.3.7, preparing wiki page watch for contribution as wiki plugin


Revision [23591]

Edited on 2018-07-11 13:28:09 by IanHayhurst [update action log]
Additions:
''July 2018'' Back at porting actions etc. into 1.3.7, preparing wiki page watch for contribution as wiki plugin


Revision [23528]

Edited on 2016-05-20 07:38:48 by IanHayhurst [Replaces old-style internal links with new pipe-split links.]
Additions:
[[http://bit.ly/imh-shots | Gallery]]
Deletions:
[[http://bit.ly/imh-shots Gallery]]


Revision [22705]

Edited on 2015-05-21 09:52:55 by IanHayhurst [Replaces old-style internal links with new pipe-split links.]
Additions:
''May 2015'' Upgrading from 1.1.6.2 to 1.3.6, on virtual machine running Centos7, (and MariaDB replacing MySQL)
Deletions:
''July 2015'' Upgrading from 1.1.6.2 to 1.3.6, on virtual machine running Centos7, (and MariaDB replacing MySQL)


Revision [22704]

Edited on 2015-05-21 09:52:31 by IanHayhurst [progress update]
Additions:
''July 2015'' Upgrading from 1.1.6.2 to 1.3.6, on virtual machine running Centos7, (and MariaDB replacing MySQL)
updrade ok, fixed NTLM login / LDAP lookup in AD (winbind separator and silent lack of php LDAP module were stumbling blocks there),
now starting on years of added actions


Revision [21831]

Edited on 2014-07-18 20:47:52 by IanHayhurst [progress update]
Additions:
''July 2014'' still going strong, really must update both the machine and the wiki


Revision [21747]

Edited on 2012-10-16 10:28:38 by IanHayhurst [progress update]
Additions:
''Oct 2012''
Must be an annual thing as here I am cloning a wiki onto much newer php in order to upgrade


Revision [21619]

Edited on 2011-10-25 03:17:13 by IanHayhurst [progress update]
Additions:
[[http://bit.ly/imh-shots Gallery]]


Revision [21618]

Edited on 2011-10-25 03:16:09 by IanHayhurst [progress update]
Additions:
''Oct 2011''
This years students passed and very few of this years do code... the threatened mediawiki never appeared.
I now either upgrade a clone of production version (1.1.6.2)and fix the years of mods that break...
or install fresh and migrate useful content or something inbetween. Looking at the new editor I think it's time we upgraded


Revision [21503]

Edited on 2011-05-11 04:36:29 by IanHayhurst [progress update]
Additions:
revisiting AD authentication. Apache and AD play nicely together using apache module mod_auth_ntlm_winbind for NTLM2 authentication
svn co svn://svnanon.samba.org/lorikeet/trunk/mod_auth_ntlm_winbind
Deletions:
revisiting AD authentication. Apache and AD play nicely together using apache module mod_auth_ntlm_winbind for NTLM2 authentication ##svn co svn://svnanon.samba.org/lorikeet/trunk/mod_auth_ntlm_winbind##


Revision [21502]

Edited on 2011-05-11 04:30:09 by IanHayhurst [progress update]
Additions:
revisiting AD authentication. Apache and AD play nicely together using apache module mod_auth_ntlm_winbind for NTLM2 authentication ##svn co svn://svnanon.samba.org/lorikeet/trunk/mod_auth_ntlm_winbind##
Deletions:
revisiting AD authentication. Apache and AD play nicely together using apache module mod_auth_ntlm_winbind for NTLM2 authentication ''svn co svn://svnanon.samba.org/lorikeet/trunk/mod_auth_ntlm_winbind''


Revision [21501]

Edited on 2011-05-11 04:27:02 by IanHayhurst [progress update]
Additions:
@ me on twitter (same username as wikki)


Revision [21500]

Edited on 2011-05-11 04:25:22 by IanHayhurst [progress update]
Additions:
''May 2011''
Still using Wikka Wiki within the organisation though the ++Philistines++ Students want to migrate it all to mediawiki
Wikka wiki as with stood the onslaught of Sharepoint and still continues to be useful


Revision [20235]

Edited on 2008-09-12 10:21:42 by IanHayhurst [updated AD status]
Additions:
Photography [[http://www.flickr.com/photos/imh]]
''12 Sep 2008''
revisiting AD authentication. Apache and AD play nicely together using apache module mod_auth_ntlm_winbind for NTLM2 authentication ''svn co svn://svnanon.samba.org/lorikeet/trunk/mod_auth_ntlm_winbind''
just need to map existing users to probably different AD usernames
will tidy up notes and post (notes I wrote for getting Oracle's Apex to authenticate to AD)
Deletions:
Photography [[http://www.photo.net/photodb/member-photos?user_id=625479&include=all Some of my stuff on Photo.net]]


Revision [18910]

Edited on 2008-01-28 00:13:02 by IanHayhurst [Modified links pointing to docs server]

No Differences

Revision [14839]

Edited on 2006-07-18 07:34:14 by IanHayhurst [& in comment doesn't break mindmap of recent changes]
Additions:
not on this wiki


Revision [14838]

Edited on 2006-07-18 07:32:08 by IanHayhurst [does & break mindmap of recent changes]
Additions:
''18 July 2006''
does & in comment break mindmap of recent changes ?


Revision [14201]

Edited on 2006-05-10 09:49:50 by IanHayhurst [session_start() and cache-control]
Additions:
''10 May 2006''
With 3 wikies running out of the same server now problems come to light all the time...(more to do with more eyes than multi wiki's however todays problems one was due to session leekage .. Users from one wiki were able to own pages on anothere without registering... that was solved by adding
## session_name($wakkaConfig["wakka_name"]);
#just above the session_start(); in wikka.php##
as detailed in Olivier Perron's note on [[http://wush.net/trac/wikka/ticket/81]]
Which brought to light another problem; my ##wakka_name## had an & in it which:-
a) Broke the rss feed revisions on the page.
b) Stopped the session_name fix working for trails/breadcrumb feature WikiBreadcrumb (second revision using sessions) which had been showing pages from the other wiki's on the server.
Also sorted out an odity in IE (which people are stuch with in this corporate environment) clicking on a jpeg file in a files dialog box (the standard and advanced versions of the files handler ##files.xmp.php## iIE will download it to save but not open if you pick that option... after reading over 40 different "solutions" the one that worked was to add:-
##
Header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
Header('Pragma: public');
##
to the headers section.


Revision [12504]

Edited on 2006-01-04 15:56:48 by IanHayhurst [session_start() and cache-control]
Additions:
contact info :[http://www.ianhayhurst.co.uk/] (incidentaly now running on wikka wiki with DarTar's InvisibleWiki mods)
Deletions:
contact info :[http://www.ianhayhurst.co.uk/]


Revision [12300]

Edited on 2005-12-16 15:58:03 by IanHayhurst [session_start() and cache-control]
Additions:
A working example:- //this site uses onxy.. I think I'll go with the magpirss though//
Deletions:
A working example:-


Revision [12299]

Edited on 2005-12-16 15:55:40 by IanHayhurst [reformat and update]
Additions:
-Add redirects from various static pages to the wikka versions
-Setup a subdomain so it appears in the root something like wikka.ianhayhurst.co.uk/""PageName"" rather than www.ianhayhurst.co.uk/Wikka/""PageName"" oh and turn on the mod rewrite rule in the config


Revision [12298]

Edited on 2005-12-16 15:50:58 by IanHayhurst [reformat and update]

No Differences

Revision [12297]

Edited on 2005-12-16 15:48:40 by IanHayhurst [reformat and update]
Additions:
''16 December 2005''
After a year of wikka wiki at work and it's been a raging sucess //(and should continue to be)// I think I'll try and use it to run my personal website which is designed to be a sort of note pad for me Wikka should be ideal for this, //as a note pad should just be there when you need it// Editing html can be tedious at the moment it means starting vi or textpad depending on the system I'm using getting a current version of the page via scp ofr ftp then editing, preview then upload, check... hardly spontaneous or handy. I'm not looking for a date driven blog more a non-linear set of thoughts. I'l probably do the conversion over christmas
- Mess with style sheet. Personal requirements and corporate ones are vastly different Luckily the TestSkin page here gives a valuable way to test this, I now have one I'm happy with ""IanHayhurst.css""
- Thinking of using something along the lines of InvisibleWiki but with modifacations to header as well
-Create a 'sticker' to proudly display the wikkawiki engine having gone to all the trouble to supress the wiki look my attempt lives WikkaSticker {{image url="http://ianhayhurst.co.uk/other/wikka-bb.png"}}
-RSS: the onyx-rss doesnt cope with proxies so I can pull in intranet feeds but nothing externaly, I did find a sockets based patch to fix this I think somewhere..but lost it again. I thought it was the proxy env var at first but it's probably the onyx-plugin.
Deletions:
-RSS: the onyx-rss doesnt cope with proxies so I can pull in intranet feeds but nothing externaly, I did find a sockets based patch to fix this I think somewhere..but lost it again. I thought it was the proxy env var at first but it's probably the onyx-plugin


Revision [12296]

Edited on 2005-12-16 15:20:40 by IanHayhurst [reformat and update]
Additions:
@@===Blogie bit===@@
Deletions:
@@ Blogie bit@@


Revision [12295]

Edited on 2005-12-16 15:20:02 by IanHayhurst [reformat and update]
Additions:
A sort of blog of the journey along the lines of:-
How the interest grew, Reactions, what worked, what didn't, features that help, ideas for what is required...
Upgrade Migration experiences (started with 1.1.5.3 now on 1.1.6.0 with lots of cutomisations
Started off withrunning our installation on an HP / Compaq Alpha
''UPDATE August 2005'' now running on a HP DL360 Dual p4 2.4Ghz, and 4 x 36 GB scsi RAID 0+1 with Gentoo linux, //mmm nice//
@@ Blogie bit@@
Deletions:
A sort of blog of the journey.
//stream of consciousness follows for now:-//
How the interest grew, Reactions, what worked, what didnt,features that help, ideas for what is required...
Upgrade Migration experiences (started with 1.1.5.3 now on 1.1.6.0)..
Added GmBowen action to Blog WikkaBlog2 (request of a developer... we'll see if he uses it)
(although the contents require a new table in the database and as such the contents are not searched).....
For now I'm running our installation on an HP / Compaq Alpha
''UPDATE August 2005'' now running on a HP DL360 Dual p4 2.4Ghz, and 4 x 36 GB scsi RAID 0+1 with Gentoo linux,


Revision [12294]

Edited on 2005-12-16 15:07:13 by IanHayhurst [reformat and update]

No Differences

Revision [12290]

Edited on 2005-12-16 11:44:27 by IanHayhurst [reformat and update]
Additions:
===Interests===
Deletions:
**Interests**


Revision [12082]

Edited on 2005-12-02 13:14:16 by IanHayhurst [rss woes cured]
Additions:
~&''2 Dec 2005'' Oooh goodie looks like some work has been done on this NewRSSAction with a patch for proxy--- 15 minutes later It works !! (had to apply the patch lines manualy as Magpierss download was 0.72 and the proxy patch is against 0.71
Deletions:
~&''2 Dec 2005'' Oooh goodie looks like some work has been done on this NewRSSAction with a patch for proxy


Revision [12081]

Edited on 2005-12-02 11:40:19 by IanHayhurst [rss woes cured]
Additions:
{{rss url="http://ws.audioscrobbler.com/1.0/user/IanHayhurst/recenttracks.rss" cachetime="5"}}
Deletions:
{{rss url="http://ws.audioscrobbler.com/1.0/user/IanHayhurst/recenttracks.rss" cache="1"}}


Revision [12080]

Edited on 2005-12-02 11:39:06 by IanHayhurst [rss woes cured]
Additions:
~&''2 Dec 2005'' Oooh goodie looks like some work has been done on this NewRSSAction with a patch for proxy


Revision [12079]

Edited on 2005-12-02 11:35:09 by IanHayhurst [rss woes cured]
Additions:
{{rss url="http://ws.audioscrobbler.com/1.0/user/IanHayhurst/recenttracks.rss" cache="1"}}
Deletions:
{{rss url="http://ws.audioscrobbler.com/1.0/user/IanHayhurst/recenttracks.rss"}}


Revision [12078]

Edited on 2005-12-02 11:25:49 by IanHayhurst [rss woes cured]
Additions:
A working example:-


Revision [12077]

Edited on 2005-12-02 11:24:56 by IanHayhurst [rss woes cured]
Additions:
Still having trouble.. probably a firewall thing
RSS is alive and well here though I guess I'll keep working on it
Deletions:
{{rss url="http://ws.audioscrobbler.com/1.0/user/IanHayhurst/recenttracks.xml"}}


Revision [12076]

Edited on 2005-12-02 11:22:24 by IanHayhurst [rss woes cured]
Additions:
{{rss url="http://ws.audioscrobbler.com/1.0/user/IanHayhurst/recenttracks.xml"}}


Revision [12075]

Edited on 2005-12-02 11:20:33 by IanHayhurst [rss woes cured]
Additions:
{{rss url="http://ws.audioscrobbler.com/1.0/user/IanHayhurst/recenttracks.rss"}}


Revision [11434]

Edited on 2005-10-13 22:49:02 by IanHayhurst [Active Directory SSO woes added]
Additions:
''13 October 2005''
Deletions:
'13 October 2005''


Revision [11433]

Edited on 2005-10-13 22:47:41 by IanHayhurst [Active Directory SSO woes added]
Additions:
%%---
'13 October 2005''
- Added ChristianBarthelemy ActiveDirectory to my development copy, It works a treat just try and log out... once your machine name is in, you're logged on permenantly, and that is the problem if anyone else uses my machine then they are me, even when logged onto AD with their own profile. Just got the Vintela SSO module into apache which works with firefox but seems to have a problem with IE (negotiated Kerberos token is too big for the defaukt 8K header bufer !, odd since I expect that it's the same token firefox sends) recompiling apache with bigger recivve limits (an upgrade fron 2.0.25 to 2.0.54 required) just segfaults the httpd daemon when IE sends a token might try an open source SSO module, when it works with both browsers we'll have a go an altering the action to record the REMOTE_USER in the extra field in the wikka_users table... probably need some thought of fall through as I dont want to lock non-kerberos (or AD authenticated linux users out (namely me!)
''UPDATE August 2005'' now running on a HP DL360 Dual p4 2.4Ghz, and 4 x 36 GB scsi RAID 0+1 with Gentoo linux,
Deletions:
UPDATE now running on a HP DL360 Dual p4 2.4Ghz, and 4 x 36 GB scsi RAID 0+1 with Gentoo linux,


Revision [11393]

Edited on 2005-10-13 10:02:41 by IanHayhurst [auto user namespace creation at logon]
Additions:
''-- August 205''
- It became apparent on an intranet that users would login but not bother to create a namespace (everyone knows who I am and what I do so why should I ?). We noticed that other wiki implementations create it by default. An alteration to wikka.php was made that created it for the user at registration and cloned a template page to that namespace, additions to wikka.config.php were made to enable / disable the action and define the template page to use. The code is very small but as I didn't write it I will seek permision to post it, (if there's any interest)---


Revision [11212]

Edited on 2005-09-28 16:10:28 by IanHayhurst [auto user namespace creation at logon]
Additions:
''17 September 2005''
-People raving about 'wiki technology' every where (a good thing) a bug in glibc with linux threads on Alpha is leaving defunct processes all over the place, http://bugs.gentoo.org/show_bug.cgi?id=100259 recompiling with NPTL (Native POSIX Thread Library) and 2.4 upgrade to 2.6 Kernel leaves me with a zombie free system but mysql daemon crashes and restarts everytime the wiki is accessed (the users see this as opposed to the zombies that they didn't) .... quickly build gentoo on a HP DL360 Dual p4 2.4Ghz, 2GB ram and 4 x 36 GB scsi RAID 0+1.. mmm nice ! and use the oportunity to compile in php against the oracle instant client.. gentoo emerge doesnt seem to want me to do this so by hand %%./configure --with-apxs2=/usr/sbin/apxs2 --host=i686-pc-linux-gnu --prefix=/usr --datadir=/usr/lib/php --with-mysql=/usr \
--enable-force-cgi-redirect --disable-cgi --with-zlib --with-gettext --with-oci8-instant-client=/lib/instantclient_10_2 \
--mandir=/usr/share/man --bindir=/usr/bin --sysconfdir=/etc --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin\
--disable-debug --enable-inline-optimization --enable-magic-quotes --enable-sigchild --with-config-file-path=/etc/php/cli-php4 --disable-memory-limit
UPDATE now running on a HP DL360 Dual p4 2.4Ghz, and 4 x 36 GB scsi RAID 0+1 with Gentoo linux,


Revision [7415]

Edited on 2005-04-20 10:05:25 by IanHayhurst [stuff about bullett points overlaping images in float boxes]
Additions:
''19 Apr 2005''
Deletions:
"19 Apr 2005"
%%


Revision [7414]

Edited on 2005-04-20 10:03:30 by IanHayhurst [stuff about bullett points overlaping images in float boxes]
Additions:
"19 Apr 2005"
-Uptake is Sporadic, new groups discovering our wiki all the time, internal publicity would help but I'd rather get interested groups using it regularly rather than 'advertise' get 100 new users in one day that never come back, //softly, softly catchee wiki users//
-Small bugette, It's popular for users pages to put up a left or right float box, with an image in it and alongside (in the float still) put bullett pointed notes. The Wakka wiki CSS however renders the points inside / over the image, so rather than messing with the CSS and introducing a difficult migration path for upgrades I'm inlining a bit of HTML to fix it
%%
#renders bullett points over the image
<<
{{image class="left" url="http://ssbob.rt.intra/uploads/KilburnHighRd/kilburn.gif"}}
===Area of Expertise===
- Oracle DBA & Systems Administration
- Physical & Logical Database Design,
- Technical Architecture,
- Training
<<
Here's the alternative with some inlined HTML
<<
""<img src="http://ssbob.rt.intra/uploads/KilburnHighRd/kilburn.gif" alt="mugshot" style="float: left; margin: 5px; padding: 10px;">""
===Area of Expertise===
- Oracle DBA & Systems Administration
- Physical & Logical Database Design,
- Technical Architecture,
- Training
<<


Revision [6728]

Edited on 2005-03-15 17:17:00 by IanHayhurst [update wibble about wiki on intranet]
Additions:
''15 Mar 2005''
-Lots of php to pull stuff from oracle (mostly a bug track system) but the guys bring back the data and then use some nasty VB script to hide or show rows based on dropdown selects, shame as it only works in IE, The development has gone a little cold whilst others argue over the most appropriate place to put this stuff.
-RSS: the onyx-rss doesnt cope with proxies so I can pull in intranet feeds but nothing externaly, I did find a sockets based patch to fix this I think somewhere..but lost it again. I thought it was the proxy env var at first but it's probably the onyx-plugin
Deletions:
"15 Mar 2005"
-Lots of php to pull stuff from oracle (mostly a bug track system) but the guys bring back the data and then use some nasty VB script to hide or show rows based on dropdown selects, shame as it only works in IE, The development has gone a little cold whilst others argue over the most appropriate place to put this stuff.
-RSS: the onyx-rss doesnt cope with proxies so I can pull in intranet feeds but nothing externaly, I did find a sockets based patch to fix this I think somewhere.. I thought it was the proxy env var at first but it's probably the onyx-plugin
-


Revision [6727]

Edited on 2005-03-15 17:14:41 by IanHayhurst [update wibble about wiki on intranet]
Additions:
"15 Mar 2005"
-Lots of php to pull stuff from oracle (mostly a bug track system) but the guys bring back the data and then use some nasty VB script to hide or show rows based on dropdown selects, shame as it only works in IE, The development has gone a little cold whilst others argue over the most appropriate place to put this stuff.
-RSS: the onyx-rss doesnt cope with proxies so I can pull in intranet feeds but nothing externaly, I did find a sockets based patch to fix this I think somewhere.. I thought it was the proxy env var at first but it's probably the onyx-plugin
-
(Nothing wrong with Tru64 infact it's a fine OS more later...)
Deletions:
(Nothing wrong with Tru64 infact it's a fine OS more later...


Revision [6287]

Edited on 2005-02-24 11:56:56 by IanHayhurst [Silly Browser specific fileshare links & Oracle connectivity]
Additions:
- Developers trying to link in documents on file shares, (rather than read the reams I wrote about uploading them) so a bunch of links appearing that only work in IE in the form ''\\servername\folder\file.bla'' firefox doesn't understand them so leaves wikka.php to parse the link resulting in a request to create a page of with a heavily backslached gibberish name.
Deletions:
- Developers trying to link in documents on file shares, (rather than read the reams I wrote about uploading them)
so a bunch of links appearing that only work in IE in the form ''\\servername\folder\file.bla'' firefox doesn't understand them so leaves wikka.php to parse the link resulting in a request to create a page of with a heavily backslached gibberish name.


Revision [6283]

Edited on 2005-02-23 23:09:15 by IanHayhurst [silly file share links & Oracle links]
Additions:
Upgrade Migration experiences (started with 1.1.5.3 now on 1.1.6.0)..
Added GmBowen action to Blog WikkaBlog2 (request of a developer... we'll see if he uses it)
Deletions:
Upgrade Migration experiences (started with 1.1.5.3 now on 1.1.6.0).. Added GmBowen action to Blog WikkaBlog2 (request of a developer... we'll see if he uses it)
-


Revision [6282]

Edited on 2005-02-23 23:07:14 by IanHayhurst [silly file share links & Oracle links]
Additions:
- Big interest in actions that pull from Oracle, (and lots of pressure) so I've recompiled my php against the Oracle instant client (10g) and had some sucess in getting usefull stuff back ...now that spells a move off the Alpha Linux box as I don't believe Oracle have a client for Alpha linux that I can compile php --with-oci8 against... and Darn it all Some Major project is using the wiki for awareness updates... (actually it's nice to get the exposure, but very hard to move machines now). At least I have a service alias in the DNS so I can move box, then where alias points and they'll never know (but the Intel box has 2 cpu's with 4 x the clockspeed halving the page creation time.... not an issue yet !)---
-

The second Wiki (development) is on an HP DL360 Dual p4 2.4Ghz, and 4 x 36 GB scsi RAID 0+1 running SLES8
Deletions:
- Big interest in actions that pull from Oracle, (and lots of pressure) so I've recompiled my php against the Oracle instant client (10g) and had some sucess in getting usefull stuff back ...now that spells a move off the Alpha Linux box as I don't believe Oracle have a client for Alpha linux that I can compile php --with-oci8 against... and Darn it all Some Major project is using the wiki for awareness updates... (actually it's nice to get the exposure, but very hard to move machines now). At least I have a service alias in the DNS so I can move box, then where alias points and they'll never know (but the Intel box has 2 cpu's with 4 x the clockspeed halving the page creation time.... not an issue yet !)


Revision [6281]

Edited on 2005-02-23 23:03:13 by IanHayhurst [silly file share links & Oracle links]
Additions:
''23 Feb 2005''
- Developers trying to link in documents on file shares, (rather than read the reams I wrote about uploading them)
so a bunch of links appearing that only work in IE in the form ''\\servername\folder\file.bla'' firefox doesn't understand them so leaves wikka.php to parse the link resulting in a request to create a page of with a heavily backslached gibberish name.
- Big interest in actions that pull from Oracle, (and lots of pressure) so I've recompiled my php against the Oracle instant client (10g) and had some sucess in getting usefull stuff back ...now that spells a move off the Alpha Linux box as I don't believe Oracle have a client for Alpha linux that I can compile php --with-oci8 against... and Darn it all Some Major project is using the wiki for awareness updates... (actually it's nice to get the exposure, but very hard to move machines now). At least I have a service alias in the DNS so I can move box, then where alias points and they'll never know (but the Intel box has 2 cpu's with 4 x the clockspeed halving the page creation time.... not an issue yet !)
Deletions:


Revision [6144]

Edited on 2005-02-18 15:49:45 by IanHayhurst [note about AD interest]
Additions:
Noticed ChristianBarthelemy has posted something about AD Activedirectory intergration, ActiveDirectory
Deletions:
Noticed ChristianBartelmy has posted something about AD Activedirectort intergration, ActiveDirectory


Revision [6143]

Edited on 2005-02-18 15:47:33 by IanHayhurst [note about AD interest]
Additions:
''18 Feb 2005''
Noticed ChristianBartelmy has posted something about AD Activedirectort intergration, ActiveDirectory
I'm looking forward to this as getting intranet users to sign on to //yet another system// is a bar to entry


Revision [6048]

Edited on 2005-02-16 15:52:08 by IanHayhurst [wrap applets fro display]
Additions:
//hint from the freemind.php which seems to do this//


Revision [6047]

Edited on 2005-02-16 15:20:45 by IanHayhurst [wrap applets fro display]
Additions:
I have an internal (intranet) install of Wikka Wiki. This is quite suprising / unusual / subversive in an organisation that is unfortunatle strongly orientated towards applications that have a particular vendor bias (I'll leave that to your imagination.... you don't have to think too hard to guess which it might be)
Deletions:
I have an internal (intranet) install of Wakka Wiki. This is quite suprising / unusual / subversive in an organisation that is unfortunatle strongly orientated towards applications that have a particular vendor bias (I'll leave that to your imagination.... you don't have to think too hard to guess which it might be)


Revision [6045]

Edited on 2005-02-16 15:09:16 by IanHayhurst [wrap applets fro display]
Additions:
Upgrade Migration experiences (started with 1.1.5.3 now on 1.1.6.0).. Added GmBowen action to Blog WikkaBlog2 (request of a developer... we'll see if he uses it)
(although the contents require a new table in the database and as such the contents are not searched).....
Deletions:
Upgrade Migration experiences (started with 1.1.5.3 now on 1.1.6.0)


Revision [6044]

Edited on 2005-02-16 15:05:44 by IanHayhurst [wrap applets fro display]
Additions:
**RSS:** This never worked on my Gentoo linux box..
**We have a second wiki now** (also Wikka)... to avoid having to share out the webroot to windows via samba to allow my old group (Bioinformatics) to maintain their website now their number is reduced and I'm supporting Chemoinformatics I have set them up a wiki, Oohh goodie we can use interwiki links internally now ! The intention was to provide
Deletions:
~RSS: This never worked on my Gentoo linux box..
~**We have a second wiki now** (also Wikka)... to avoid having to share out the webroot to windows via samba to allow my old group (Bioinformatics) to maintain their website now their number is reduced and I'm supporting Chemoinformatics I have set them up a wiki, Oohh goodie we can use interwiki links internally now ! The intention was to provide


Revision [6043]

Edited on 2005-02-16 15:05:02 by IanHayhurst [wrap applets fro display]
Additions:
~RSS: This never worked on my Gentoo linux box..
~**We have a second wiki now** (also Wikka)... to avoid having to share out the webroot to windows via samba to allow my old group (Bioinformatics) to maintain their website now their number is reduced and I'm supporting Chemoinformatics I have set them up a wiki, Oohh goodie we can use interwiki links internally now ! The intention was to provide
Obviously this shareprice.php is only useful to someone with the applet...
**but now I can wrap applets up as pseudo actions to insert them in the wiki, **//easier method anyone?//---
Deletions:
RSS: This never worked on my Gentoo linux box..
We have a second wiki now (also Wikka)... to avoid having to share out the webroot to windows via samba to allow my old group (Bioinformatics) to maintain their website now their number is reduced and I'm supporting Chemoinformatics I have set them up a wiki, Oohh goodie we can use interwiki links internally now ! The intention was to provide
Obviously this shareprice.php is only useful to someone with the applet... but now I can wrap applets up
as pseudo actions to insert them in the wiki, //easier method anyone?//---


Revision [6042]

Edited on 2005-02-16 15:00:39 by IanHayhurst [wrap applets fro display]
Additions:
//stream of consciousness follows for now:-//
How the interest grew, Reactions, what worked, what didnt,features that help, ideas for what is required...
''16 Feb 2005''
Deletions:
//unsorted stream of consciousness follows for now:-//
How the interest grew, Reactions, what worked, what didnt
features that help , ideas for what is required...
''16 Feb 200''


Revision [6041]

Edited on 2005-02-16 14:59:32 by IanHayhurst [wrap applets fro display]
Additions:
''16 Feb 200''
Deletions:
"16 Feb 2005"


Revision [6040]

Edited on 2005-02-16 14:59:08 by IanHayhurst [wrap applets fro display]
Additions:
"16 Feb 2005"
Obviously this shareprice.php is only useful to someone with the applet... but now I can wrap applets up
as pseudo actions to insert them in the wiki, //easier method anyone?//---
$output = "<applet code=\"Basic_Colour_XML_Table.class\" codebase=\"http://chemistry.rt.intra/shareprice/\" h
"<param name=\"filename\" value=\"price.xml\">\n".
"<param name=\"shareList\" value=\"XYZ.L PQR.D\">\n".
Deletions:
16 Feb 2005
Obviously this shareprice.php is only useful to someone with the aplplet... but now I can wrap applets up
as pseudo actions to insert them in the wiki, //easier method anyone?//
$output = "<applet code=\"Basic_Colour_XML_Table.class\" codebase=\"http://chemistry.ukjh.zeneca.com/shareprice/\" h
"<param name=\"filename\" value=\"synprice.xml\">\n".
"<param name=\"shareList\" value=\"AZN.L,NOVN.VX,SYNN.VX\">\n".


Revision [6039]

Edited on 2005-02-16 14:50:39 by IanHayhurst [wrapping an applet for display]
Additions:
16 Feb 2005
We have a second wiki now (also Wikka)... to avoid having to share out the webroot to windows via samba to allow my old group (Bioinformatics) to maintain their website now their number is reduced and I'm supporting Chemoinformatics I have set them up a wiki, Oohh goodie we can use interwiki links internally now ! The intention was to provide
an 'easy to edit' website but the users are interested in adding stufff so it should get interesting. Firstly they missed the share price applet. // a preoccupation of folks in large corporate entities composed of other historical (and smaller entities) seems to be watching the stock of the previous parent companies of which their nest egg consists//
Ok so php looks sufficiently like perl that I feel I can have a go....
Looks like I need to create an action to display the applet as quoted html wasn't enough
Obviously this shareprice.php is only useful to someone with the aplplet... but now I can wrap applets up
as pseudo actions to insert them in the wiki, //easier method anyone?//
%%(php)
<?php
$output = "<applet code=\"Basic_Colour_XML_Table.class\" codebase=\"http://chemistry.ukjh.zeneca.com/shareprice/\" h
eight=110 width=450 archive=\"xerces.jar,XMLParser.jar\">\n".
"<param name=\"appletfont\" value=\"Verdana\">\n".
"<param name=\"appletfontstyle\" value=\"PLAIN\">\n".
"<param name=\"appletfontsize\" value=\"12\">\n".
"<param name=\"appletbgcolour\" value=\"eeeeee\">\n".
"<param name=\"appletfgcolour\" value=\"000000\">\n".
"<param name=\"filename\" value=\"synprice.xml\">\n".
"<param name=\"shareList\" value=\"AZN.L,NOVN.VX,SYNN.VX\">\n".
"<param name=\"updatetime\" value=\"10\">\n".
" Sorry, your browser just won't let you see the current price - it doesn't run Java.\n".
"</applet>\n";
print ($output);
?>
%%


Revision [6028]

Edited on 2005-02-16 10:38:32 by IanHayhurst [wrapping an applet for display]
Additions:
Photography [[http://www.photo.net/photodb/member-photos?user_id=625479&include=all Some of my stuff on Photo.net]]
Deletions:
Photography[[http://www.photo.net/photodb/member-photos?user_id=625479&include=all Some of my stuff on Photo.net]]


Revision [6027]

Edited on 2005-02-16 10:36:00 by IanHayhurst [wrapping an applet for display]
Additions:
Photography[[http://www.photo.net/photodb/member-photos?user_id=625479&include=all Some of my stuff on Photo.net]]
Deletions:
Photography Some of my stuff on Photo.net∞


Revision [6026]

Edited on 2005-02-16 10:09:19 by IanHayhurst [wrapping an applet for display]
Additions:
RSS: This never worked on my Gentoo linux box..
reporting the error %%error on line 130 of /var/www/localhost/htdocs/Wikka/3rdparty/plugins/onyx-rss/onyx-rss.php: The specified file could not be opened.%%
but was fine on A SLES9 box, with a clone of the the wikka site...
The problem obviously futhur afield than the Wikka install....I'm embarased to say how long that took to track down but finally it came down to the php.ini file the line that says %%allow_url_fopen = On
# this was set to Off in Gentoo linux install! so no working onyx-rss parser%%


Revision [5964]

Edited on 2005-02-14 14:13:00 by IanHayhurst [wrapping an applet for display]
Additions:
----
CategoryUsers


Revision [5914]

Edited on 2005-02-11 16:40:55 by IanHayhurst [wrapping an applet for display]
Additions:
The use of Wikka is an experiment In our organisation (and seemingly very succesful so far) that sprang from a meeting following a periodic re-organisation of the department that left us very much spread over UK, mainland Europe and the U.S. but with the requirement to work in a much more co-ordinated way. Intranets were used (in my opinion) in a awkward or unimaginative manner and percieved as a mechanism for location of information stored largely wordprocessor / spreadsheet documents. This was something along the lines of a slightly more colourful file share and quite static. Access to this required considerable inertia as the prefered method was via frontpage. Islands of information become stale and //if// you found what you were looking for it was rarely current.
Deletions:
The use of Wikka is an experiment In our organisation (and seemingly very sucesfull so far) that sprang from a meeting following a periodic re-organisation of the department that left us very much spread over UK, mainland Europe and the U.S. but with the requirement to work in a much more co-ordinated way. Intranets were used (in my opinion) in a awkward or unimaginative manner and percieved as a mechanism for location of information stored largely wordprocessor / spreadsheet documents. This was something along the lines of a slightly more colourful file share and quite static. Access to this required considerable inertia as the prefered method was via frontpage. Islands of information become stale and //if// you found what you were looking for it was rarely current.


Revision [5866]

Edited on 2005-02-10 12:20:37 by IanHayhurst [wrapping an applet for display]
Deletions:
{{rss url="http://wa.audioscrobbler.com/rdf/history/IanHayhurst/rss""}}


Revision [5865]

Edited on 2005-02-10 12:20:12 by IanHayhurst [wrapping an applet for display]
Additions:
{{rss url="http://wa.audioscrobbler.com/rdf/history/IanHayhurst/rss""}}
Deletions:
{{rss url="http://wa.audioscrobbler.com/rdf/history/IanHayhurst""}}


Revision [5864]

Edited on 2005-02-10 12:19:14 by IanHayhurst [wrapping an applet for display]
Additions:
{{rss url="http://wa.audioscrobbler.com/rdf/history/IanHayhurst""}}


Revision [5863]

Edited on 2005-02-10 11:58:04 by IanHayhurst [wrapping an applet for display]
Additions:
I am an //'Informatics IT specialist'// er that's a UNIX sysadmin for a large Agrochemical company, in the Research and Development IS department (as opposed to the IS department that services the business) We support the company scientific research community. More specifically, in my case Chemistry Informatics systems.
Deletions:
I am an //'Informatics IT specialist'// er that's a UNIX sysadmin for a large Agrochemical company, in the Research and Development IS department
(as opposed to the IS department that services the business) We support the company scientific research community. More specifically, in my case Chemistry Informatics systems.


Revision [5862]

Edited on 2005-02-10 11:57:39 by IanHayhurst [wrapping an applet for display]
Additions:
::c::


Revision [5861]

Edited on 2005-02-10 11:56:01 by IanHayhurst [wrapping an applet for display]
Additions:
>>
A little more about me..
**Interests**
Photography Some of my stuff on Photo.net∞
>>


Revision [5859]

Edited on 2005-02-10 11:53:01 by IanHayhurst [wrapping an applet for display]
Additions:
====Ian Hayhurst====---
The use of Wikka is an experiment In our organisation (and seemingly very sucesfull so far) that sprang from a meeting following a periodic re-organisation of the department that left us very much spread over UK, mainland Europe and the U.S. but with the requirement to work in a much more co-ordinated way. Intranets were used (in my opinion) in a awkward or unimaginative manner and percieved as a mechanism for location of information stored largely wordprocessor / spreadsheet documents. This was something along the lines of a slightly more colourful file share and quite static. Access to this required considerable inertia as the prefered method was via frontpage. Islands of information become stale and //if// you found what you were looking for it was rarely current.
A sort of blog of the journey.
//unsorted stream of consciousness follows for now:-//
How the interest grew, Reactions, what worked, what didnt
features that help , ideas for what is required...
how to explain categories to people (harder than you think)
Upgrade Migration experiences (started with 1.1.5.3 now on 1.1.6.0)
=== Hardware ===
For now I'm running our installation on an HP / Compaq Alpha
DS10 with Gentoo Linux, Gigabit ethernet...
(Nothing wrong with Tru64 infact it's a fine OS more later...
I converted the box to Gentoo linux as an experiment to run some alternative architectures for
a server farm (we do a fair ammount with server farms for compute intensive chemo/bioinformatics)
actually so far I'm very happy with my little Gentoo/GNU Linux on Alpha... for a bigger system I miss the flexability that the Tru64 ADVFS filesystem brings
Deletions:
====Ian Hayhurst====
The use of Wikka is an experiment In our organisation(seemingly very sucesfull so far) that sprang from a meeting following a periodic re-organisation of the department that left us very much spread over UK, mainland Europe and the U.S. but with the requirement to work in a much more co-ordinated way. Intranets were used (in my opinion) in a awkward or unimaginative manner and percieved as a mechanism for location of information stored largely wordprocessor / spreadsheet documents. Something along the lines of a slightly more colourful file share and quite a static way. Access to this required considerable inertia as the prefered method was via frontpage. Islands of information become stale and //if// you found what you were looking for it was rarely current.


Revision [5858]

Edited on 2005-02-10 11:21:58 by IanHayhurst [wrapping an applet for display]
Additions:
====Ian Hayhurst====
===My Interest in Wikka===
=== What I'm trying to acomplish (//With this page//) ===


Revision [5857]

Edited on 2005-02-10 11:07:49 by IanHayhurst [wrapping an applet for display]
Additions:
I am an //'Informatics IT specialist'// er that's a UNIX sysadmin for a large Agrochemical company, in the Research and Development IS department
(as opposed to the IS department that services the business) We support the company scientific research community. More specifically, in my case Chemistry Informatics systems.

I have an internal (intranet) install of Wakka Wiki. This is quite suprising / unusual / subversive in an organisation that is unfortunatle strongly orientated towards applications that have a particular vendor bias (I'll leave that to your imagination.... you don't have to think too hard to guess which it might be)

The use of Wikka is an experiment In our organisation(seemingly very sucesfull so far) that sprang from a meeting following a periodic re-organisation of the department that left us very much spread over UK, mainland Europe and the U.S. but with the requirement to work in a much more co-ordinated way. Intranets were used (in my opinion) in a awkward or unimaginative manner and percieved as a mechanism for location of information stored largely wordprocessor / spreadsheet documents. Something along the lines of a slightly more colourful file share and quite a static way. Access to this required considerable inertia as the prefered method was via frontpage. Islands of information become stale and //if// you found what you were looking for it was rarely current.
Deletions:
Just a marker for now...


Revision [5405]

Edited on 2005-01-31 14:01:54 by IanHayhurst [wrapping an applet for display]
Additions:
contact info :[http://www.ianhayhurst.co.uk/]
Deletions:
contact info :[http://www.ianhayurst.co.uk/]


Revision [5404]

Edited on 2005-01-31 14:01:44 by IanHayhurst [wrapping an applet for display]
Additions:
Just a marker for now...
contact info :[http://www.ianhayurst.co.uk/]
Deletions:
Just a marker for now


Revision [5403]

The oldest known version of this page was created on 2005-01-31 13:56:37 by IanHayhurst [wrapping an applet for display]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki