Has anyone done any work with logging Wiki events or with counters? I added a simple counter system to LufWiki (a child of TWiki) You can see the results at ...
jamal_a_wills@...
Oct 4, 1999 3:02 pm
59
Has anyone done any work with logging Wiki events or with counters? I added a simple counter system to LufWiki (a child of TWiki) You can see the results at ...
jamal_a_wills@xxxx.xx...
Oct 4, 1999 3:08 pm
60
Yup, Bob Racko's KeheiWiki has built into it a change logging system, that records who, what, and when each wiki edit is done. It records it to a flat file,...
Bryce Harrington
bryce@xxxxxxx.xxxx
Oct 4, 1999 6:16 pm
61
On 4 Oct 99, at 15:08, jamal_a_wills@... wrote:
> Has anyone done any work with logging Wiki events or with counters?
> I added a simple...
Iain Shigeoka
iainshigeoka@xxxxx.xxxx
Oct 4, 1999 7:37 pm
62
I have to admit that this does not deserve to be credited to me. The change-logging itself is part of JosWiki. The part I did do, the activity script, does a...
bob racko
bobr@xxxx.xxxx
Oct 5, 1999 1:36 am
63
... The 01 Sep 1999 version of TWiki does optionally log events, but there is no statistics (yet). The advantage of doing it the Wiki way (vs. using the ...
Peter Thoeny
Peter.Thoeny@xxxxxxxx...
Oct 5, 1999 2:08 am
64
Hi Ward, Peter and all: A few bits more from the technically challenged wiki booster: I ran on to two items yesterday: a baby step towards integration in the...
John DeBruyn
jdebruyn@xxxxxxx.xxxx
Oct 13, 1999 3:01 pm
65
You're invited to experience AtTwo at http://www.usemod.com/cgi-bin/AtTwo (The experience may involve downtime and complete restarts as I edit the scripts....
Clifford A. Adams
caadams@xxxxxxxxxxx.x...
Oct 18, 1999 2:02 am
66
... The changes script only shows a list of the most recently changed files. Logging events can be much, much more. ... And that you don't get "bothered" by...
Christophe Vermeulen
Christophe.Vermeulen@...
Nov 15, 1999 8:44 am
67
... A very commonly used web statistics program is Analog. It is free and available as compiled version and in source. See...
Peter Thoeny
Peter.Thoeny@xxxxxxxx...
Nov 18, 1999 1:10 am
68
The latest version of my testing wiki is available at http://www.usemod.com/cgi-bin/w4/w4 (4th testing wiki). The biggest change is the addition of...
Clifford A. Adams
caadams@xxxxxxxxxxx.x...
Nov 18, 1999 3:13 am
69
Does anyone know of a good implementation of wiki on a Windows NT box? I'm trying to get a wiki set up on our intranet, but there's a chance I may need to port...
jamal_a_wills@...
Nov 22, 1999 7:07 pm
70
I do not know of a TWiki ported to NT. It's technically possible: RCS needs to be installed (free) and many Unix specific system calls need to be 'Perlified'. ...
Peter Thoeny
Peter.Thoeny@xxxxxxxx...
Nov 22, 1999 7:22 pm
71
WikiWiki and the Clones (not a band as you know) have not been , shown the attention they should have as great software to support truly interactive Web-sites....
John DeBruyn
jdebruyn@xxxxxxx.xxxx
Dec 16, 1999 3:42 am
72
One place that Wiki could be promoted is Evolt.Org. It's a non-commercial website about web development for web developers by web developers. (It was started...
jamal_a_wills@xxxx.xx...
Dec 16, 1999 6:45 pm
73
for those of you maintaining JOS/perl derived wiki's, A small bug regarding formatting the year has been discovered. the gendate/gentime sub does not handle...
Bob Racko
bobr@xxxx.xxxx
Dec 17, 1999 10:24 pm
74
... I found only the following code in my JOS-derived wiki (both in getLocaldate and formatGmTimen, in wiki.pm) But maybe I reverse-engineered it from Twiki...
Christophe Vermeulen
Christophe.Vermeulen@...
Jan 12, 2000 12:47 pm
75
... As nobody did and the list is silent, I suggest the opposite : "Just do it" (and publicize it here). Others may comment on evolt then. BTW, happy Y2K to...
Christophe Vermeulen
Christophe.Vermeulen@...
Jan 12, 2000 4:53 pm
76
I think the fix you are referring to was my first attempt to fix TWiki for Y2K. The correct one (fixed in TWiki in Aug 1999) is this: my( $sec, $min, $hour,...
Peter Thoeny
peter.thoeny@xxxxxxxx...
Jan 12, 2000 6:56 pm
77
I need some help on an IE specific problem. As you know TWiki has a file attachment feature. It uses the <INPUT TYPE="file" ...> tag in an HTML form. Upload...
Peter Thoeny
Peter.Thoeny@xxxxxxxx...
Jan 15, 2000 12:43 am
78
Just joined the list... Anyone done any work with hooking links into the Wiki pages that will grab the latest version of a text document out of a cvs tree?...
jesse@...
Feb 7, 2000 4:49 pm
79
[This message is not in displayable format]...
Bob Racko
bobr@...
Feb 7, 2000 1:26 pm
80
Dear Wiki-folks, after a very long silence on this list... In case you did not notice, there was an article about Wiki systems in the 21 Feb 2000 issue of ...
Peter Thoeny
peter.thoeny@...
Mar 5, 2000 9:25 am
81
CERT recently released two papers about the dangers of using HTML in dynamically generated pages: Malicious HTML Tags Embedded in Client Web Requests ...
Peter Thoeny
peter.thoeny@...
Mar 5, 2000 9:44 am
82
... I've been thinking about this problem a bit and am pretty torn right now between the costs/benefits of allowing html. From my limited experience, I think a...
Iain Shigeoka
iainshigeoka@...
Mar 5, 2000 4:39 pm
83
Bob Racko
bobr@...
Mar 6, 2000 1:09 am
84
... Easy collaboration is the most important aspect of Wiki systems, therefore the system should be forgiving to not perfectly formatted text. It would be easy...
Peter Thoeny
peter.thoeny@...
Mar 6, 2000 8:23 am
85
... This brings up an interesting question I always wanted to know the answer to. Do we have any idea what the average wiki site size is (in wiki pages)? I'm...
Iain Shigeoka
iainshigeoka@...
Mar 6, 2000 3:59 pm
86
Bob Racko
bobr@...
Mar 6, 2000 4:48 pm
87
... We have closed to 800 pages in our internal TWiki.Know knowledge base web (a total of 1600 files with the RCS included). I don't see any performance...