Suggestion for Wiki

For the Compleat Fan
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Suggestion for Wiki

Post by newdep »

Hello All,

What about we build a newlisp html-Chat cgi for the Wiki ?

That way we can talk realtime ? Or is there already an IRC
somewhere running ?

Norman...
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Build one and I can install it at newlisp.org/chat. I could put an additional menu option on the newlisp.org home page which says "chat" and links to it.

What type of chat are you thinking: (a) separate client app on the user side or (b) browser based client (would need to refresh the page every 5-10 seconds).

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Are you quick or what... already build one ;-)

Personaly i prefer the web-based chat which is independant.

But if the Web-chat could listen/send i.e. XML data ? then the webchat
could be made more flexible for newlisp programmers who like to chat ;-)

Where newlisp.org hosts the server and everyone can build their own client ;-)

Norman...
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

I also prefer the independent web chat, and as you say, it doesn't prevent anybody to build a client too.

I understand you have one already?

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

Im thinking of a windows client (using the newlisp power dll ;-)
and a linux client (gui based with newlisp.so ;-) and the other
options are still a nice TK version or even Gtk-server client ..

So if the cgi applet has the option, clients can be born ;-)
-- (define? (Cornflakes))

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

As you know, I already have a GTK-server chat client based on your "TALK" protocol... I can easily build that in newLisp for other protocols as well. Just let me know when you're ready... ;-)

See http://www.gtk-server.org/chat.jpg for a screenshot....

eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

Post by eddier »

I like Lutz's view, a plain Web based cgi. Have a read only scrollable textarea that updates every 10 secs and another textarea to type into. You might won't a field to put your name, a submit button, and an exit button. Pretty simple cgi since you don't have to store anything on the server unless you wanted to log the sessions.

I wonder if all of us could find time to chat being from different parts of the globe? I like the fact that most everyone is from a different country, but timing might be a problem.

Eddie

nigelbrown
Posts: 429
Joined: Tue Nov 11, 2003 2:11 am
Location: Brisbane, Australia

Post by nigelbrown »

I see currently the visitors are:
In total there are 4 users online :: 3 Registered, 0 Hidden and 1 Guest [ Administrator ] [ Moderator ]
Registered Users: HPW, newdep, nigelbrown

so we synchronise at times!

Nigel

PS a little later it is

In total there are 2 users online :: 2 Registered, 0 Hidden and 0 Guests [ Administrator ] [ Moderator ]
Registered Users: Lutz, nigelbrown

eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

Post by eddier »

You guys stay up all night over there in Europe and Australia!!! ;)

Eddie

nigelbrown
Posts: 429
Joined: Tue Nov 11, 2003 2:11 am
Location: Brisbane, Australia

Post by nigelbrown »

It's 8:37 am here in Brisbane now

eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

Post by eddier »

5:50 PM here at BMC working after hours on a new on-line application form.

Eddie

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

I wonder when we break the record: " Most users ever online was 7 on Thu Mar 04, 2004 3:08 pm"

Lutz at 7:10pm Florida time

Locked