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...
Peter Thoeny
peter.thoeny@...
Mar 8, 2000 8:45 am
88
... In order to know what pages link to the deleted page, you'll need to store a database of some sort of links to pages won't you? I do really like your idea...
Iain Shigeoka
iainshigeoka@...
Mar 8, 2000 3:33 pm
89
... I have added a TrashCanWeb topic as brainstorming idea in the TWiki co-development web at ...
Peter Thoeny
peter.thoeny@...
Mar 8, 2000 5:31 pm
90
Peter, There have been some interesting discussions in this list lately and I would like to contribute some alpha code I have. I've been working lately on a...
Sergio Fanchiotti
sergio@...
Mar 10, 2000 5:27 am
91
Hello Sergio, I think this sounds very ambitious, in a good way! I use TWiki on a site I built and I think it's one of the better Wiki's around. Mainly because...
arnovdk@...
Mar 10, 2000 11:23 am
92
Hi all. I recently set up a TWiki site (Peter was so kind to help me out -- thanks again Peter). Since there was not yet a feature to build new webs (you had...
arnovdk@...
Mar 10, 2000 2:59 pm
93
Dear Sergio, It looks already good! And will have very nice features once finished. Keep up the good work. Don't forget to list your Wiki clone in ...
Peter Thoeny
peter.thoeny@...
Mar 10, 2000 10:44 pm
94
... Thanks for making this available and announcing it here on the WikiForum. Do you have it available on a publicly accessible server so we can have a look at...
Peter Thoeny
peter.thoeny@...
Mar 10, 2000 10:46 pm
95
Firstly, I apologise if this message appeared more than once. I think something went wrong emailing a reply, so that's why now use the onelist-forum itself to...
Arno van der Kolk
arnovdk@...
Mar 13, 2000 11:31 am
96
... htpasswd is an Apache tool to create a valid password file given user names and passwords. I believe it uses the unix "crypt" encryption scheme which is...
Iain Shigeoka
iainshigeoka@...
Mar 13, 2000 4:28 pm
97
... I'm afraid this doesn't work (unless I'm doing something conceptionally wrong). As I mentioned in my previous post, the result of the encryption is...
Arno van der Kolk
arnovdk@...
Mar 14, 2000 12:27 pm
98
... Not really time based but using a "salt" value. See the documnetation on the perl crypt function, the first two characters of the encrypted password is the...
Hans B Pufal
hansp@...
Mar 14, 2000 1:01 pm
99
To all owners of a TWiki site. I have noticed that the Ref-By function doesn't work. When I'm in a topic, of which I KNOW that it has references to it, and...
arnovdk@...
Mar 22, 2000 12:02 pm
100
... topic, ... the ... same ... I've tried it on my homepage and it seemed to work fine: http://www.luf.org/bin/view/Main/JamalWills . I got 60 hits. Perhaps...
jamal_a_wills@...
Mar 22, 2000 1:18 pm
101
... Alright, maybe I should have checked before submitting my question, but it seems that this is an IE-related problem. Indeed, when I do a Ref-By with ...
arnovdk@...
Mar 22, 2000 1:51 pm
102
... but it ... Ref-By with ... to fix ... It works for me in Netscape 4.5 and IE 5.0. What version of IE are you using? It seems to be a pretty standard URL...
jamal_a_wills@...
Mar 22, 2000 2:13 pm
103
... I checked this URL you sent, and by god it worked! After this, I copied the Ref-By url of my site and pasted it into the address bar and guess what. That...
arnovdk@...
Mar 22, 2000 3:05 pm
104
... You can escape '&' by '&', so you could write ...?scope=text®ex=on&search=WebHome%5B%5EA-Za-z%5D I created a test page to see if it works: ...
Peter Thoeny
peter.thoeny@...
Mar 23, 2000 7:49 am
105
... I changed the &'s to & in my view template and this seems to correct things in IE4. Thank you. I also verified that Netscape can still handle this URL....
arnovdk@...
Mar 23, 2000 8:26 am
106
Hello again folks! Some of you may recall me saying a while ago that I created a java-based tool for TWiki which allows for the creation of new webs via the...
arnovdk@...
Mar 27, 2000 11:25 am
107
If you put the .properties file in the class path and use ClassLoader.finResource("filename.properties") it will return a Url to the file. Steve Przepiora ... ...