Revision history for PeeJay
Revision [23032]
Last edited on 2016-05-20 07:38:44 by PeeJay [Replaces old-style internal links with new pipe-split links.]Additions:
Software Configuration Manager, Department Intranet Administrator, plus administrator for many tools (including PVCS Tracker, Serena ""TeamTrack"", PVCS Version Manager, ""ClearCase"", [[http://dms.markuswestphal.de/about.html | MyDMS]] - Freeware Document Management System)
Deletions:
No Differences
Additions:
==Real Name:==
==Current Job:==
==Wikka Usage:==
==Wikka Mods in Place:==
==Wikka Wakka Wiki Impressions:==
==Current Job:==
==Wikka Usage:==
==Wikka Mods in Place:==
==Wikka Wakka Wiki Impressions:==
Deletions:
Current Job:
Wikka Usage:
Wikka Mods in Place:
Wikka Wakka Wiki Impressions:
Revision [10232]
Edited on 2005-07-27 16:05:01 by PeeJay [Added WikiBreadcrumb and files.php changes]Additions:
WikiBreadcrumb
I had to modify the 'files.php' action to also exclude '_vti_cnf' and '_derived' directories which are magically created by IIS when you upload files.
title="Your wiki name : Recently Changed" href="your wiki site/wikka/wikka.php?wakka=RecentChanges/recentchanges.xml" />'
I had to modify the 'files.php' action to also exclude '_vti_cnf' and '_derived' directories which are magically created by IIS when you upload files.
title="Your wiki name : Recently Changed" href="your wiki site/wikka/wikka.php?wakka=RecentChanges/recentchanges.xml" />'
Deletions:
Additions:
I also modified the header so that it was possible to add a live bookmark (commonly known as "autodiscovery") in Mozilla Firefox. To do that, I added the following line to header.php within the head section (please change 'Your wiki name' to something more appropriate and 'your wiki site' to your wiki path):
Deletions:
Revision [9261]
Edited on 2005-06-17 08:37:47 by PeeJay [Updated thanks to comments from Nils and JavaWoman]Additions:
Software Configuration Manager, Department Intranet Administrator, plus administrator for many tools (including PVCS Tracker, Serena ""TeamTrack"", PVCS Version Manager, ""ClearCase"", [[http://dms.markuswestphal.de/about.html MyDMS]] - Freeware Document Management System)
I also modified the header so that it was possible to add a live bookmark (commonly know as "autodiscovery") in Mozilla Firefox. To do that I added the following line to header.php within the head section (please change 'Your wiki name' to something more appropriate and 'your wiki site' to your wiki path):
echo '<link rel="alternate" type="application/rss+xml"
title="Your wiki name : Recently Changed" href="your wiki site/wikka/wikka.php?wakka=RecentChanges/recentchanges.xml" />'
I initially chose this wiki engine over all the others purely because of the FreeMind support. I have not been disappointed by my choice. It has had a very positive reaction from our developers, many of whom have already created quite a few pages (they are normally very reluctant about any form of communal tools - I installed a forum that has hardly been used at all!)
I also modified the header so that it was possible to add a live bookmark (commonly know as "autodiscovery") in Mozilla Firefox. To do that I added the following line to header.php within the head section (please change 'Your wiki name' to something more appropriate and 'your wiki site' to your wiki path):
echo '<link rel="alternate" type="application/rss+xml"
title="Your wiki name : Recently Changed" href="your wiki site/wikka/wikka.php?wakka=RecentChanges/recentchanges.xml" />'
I initially chose this wiki engine over all the others purely because of the FreeMind support. I have not been disappointed by my choice. It has had a very positive reaction from our developers, many of whom have already created quite a few pages (they are normally very reluctant about any form of communal tools - I installed a forum that has hardly been used at all!)
Deletions:
I also modified the header so that it was possible to add a live bookmark in Mozilla Firefox. To do that I added the following line to header.php within the head section:
echo '<link rel="alternate" type="application/atom+xml"
title="Your wiki name : Recent Changes" href="your wiki site/wikka/wikka.php?wakka=RecentChanges/recentchanges.xml" />'
I initially chose this wiki engine over all the others purely because of the FreeMind support. I have not been disappointed by my choice. It has had a very positive reaction from our developers, many of whom have already created many pages (they are normally very reluctant about any form of communal tools - I installed a forum that has hardly been used at all!)
Revision [8770]
Edited on 2005-06-02 14:52:59 by PeeJay [Updated thanks to comments from Nils and JavaWoman]Additions:
I also modified the header so that it was possible to add a live bookmark in Mozilla Firefox. To do that I added the following line to header.php within the head section:
%%(php)
<?
if ($this->PageTitle()=="RecentChanges")
echo '<link rel="alternate" type="application/atom+xml"
title="Your wiki name : Recent Changes" href="your wiki site/wikka/wikka.php?wakka=RecentChanges/recentchanges.xml" />'
?>
%%
%%(php)
<?
if ($this->PageTitle()=="RecentChanges")
echo '<link rel="alternate" type="application/atom+xml"
title="Your wiki name : Recent Changes" href="your wiki site/wikka/wikka.php?wakka=RecentChanges/recentchanges.xml" />'
?>
%%