Index: [Article Count Order] [Thread]

Date:  Tue, 8 Aug 2006 17:58:43 -0400 (EDT)
From:  "Brian N. Smith" <brian (at mark) nuonce.net>
Subject:  [coba-e:06270] Mono + BQ GUI (Beta?)
To:  coba-e (at mark) bluequartz.org
Message-Id:  <Pine.LNX.4.63.0608081752020.24242 (at mark) mail.nuonce.net>
X-Mail-Count: 06270

To all,

I have just finished a new addon.  It is Mod Mono.  For those of you who 
do not know what Mono is, let me tell you.  It is a replacement for 
Microsoft .NET running on Linux, and it is FREE.  I am not a Microsoft 
programmer, so I do not know how much code will work.  To see for your 
self, install it and then create a file called "hello.aspx" in your web 
root, and use this code:

<%@ Page Language="C#" %>
<html><body>
<%
     Response.Output.Write("Hello World!");
%>
</body> </html>

If it works, you should get "Hello World!" on your screen.  You can 
download it from here;

http://www.nuonce.net/bq/BQ-5102R-Mono-1.0-1.pkg

You enable it just like PHP / CGI / SSI / FP, etc.  Once installed, you 
can decide which virtual sites it should run on, and which it shouldn't.

It uses a light weight proxy called XSP that runs on your system.  I have 
only tried this on a fresh install using my 4.3 ISO Installer.  It was 
fully patches using "yum update", and is also running the testing repos 
(which shouldn't matter).

If all goes well, this should also be the finished non beta too.  It is 
pretty much polished.  If any .NET developers use it, let me know how well 
it works.

I hope you all enjoy this!

-- 
Brian N. Smith
NuOnce Networks, Inc.
=-=-=-=-=-=-=-=-=-=-=
http://www.nuonce.net
P: (321) 574-5227
F: (321) 574-0554
E: brian (at mark) nuonce.net