1. dcuny ??
David:
What software do you use to build your web pages ?
When I view your web page source code, it is nicely formated and
easy to follow. I think your web page looks great !
Thanks,
Bernie
2. Re: dcuny ??
Bernie wrote:
> What software do you use to build your web pages?
I threw together a little QBasic program, about 350 lines. I would have used
Euphoria, but I didn't have it on the machine. It uses a subset of html
inspired by troff. If there are commas in the argument string, you need to
quote it.
All my HTML "source code" is in a single file, with the menu information at
the top. Running the program produces all the HTML pages. Here are a few
examples of the "source":
.page(Win32Lib: A Windows Library for Euphoria,win32.htm)
.updated(Thursday, August 17, 2000)
.image(Screenshot of editor written in Win32Lib,images/generic.jpg)
.br The .em(generic.exw) demo from .em(Win32Lib). The buttonbar
icons are
.link(Gnome stock icons by
.section(Win32Lib is Open Source!)
.item .link(Underscore,score.htm), a stalled music scoring project.
I .i(almost) got to the point of printing sheet music.
If I want to use some feature I haven't coded, I can always write plain HTML
into the source.
I'll send you a copy.
-- David Cuny
3. Re: dcuny ??
On Sat, 2 Sep 2000 10:18:50 -0700, David Cuny <dcuny at LANSET.COM> wrote:
>I'll send you a copy.
>
David:
I got it.
Thank you very much !
Bernie
4. Re: dcuny ??
- Posted by Ad Rienks <kwibus at ZONNET.NL>
Sep 02, 2000
-
Last edited Sep 03, 2000
David,
This looks like a very simple way to create webpages. At this moment I am
trying to set up a website using Arachnophilia
(http://www.arachnoid.com/arachnophilia), which is a very nice program (and
it is
'careware', so free to anyone who cares - for people, the environment etc).
Although this seems to be a good tool, I am still very interested in your
approach! Especially if the QBasic could be translated to Euphoria, it could
come in very handy.
Thanks, Ad
----- Oorspronkelijk bericht -----
Van: David Cuny <dcuny at LANSET.COM>
Aan: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Verzonden: zaterdag 2 september 2000 19:18
Onderwerp: Re: dcuny ??
> Bernie wrote:
>
> > What software do you use to build your web pages?
>
> I threw together a little QBasic program, about 350 lines. I would have
used
> Euphoria, but I didn't have it on the machine. It uses a subset of html
> inspired by troff. If there are commas in the argument string, you need to
> quote it.
>
> All my HTML "source code" is in a single file, with the menu information
at
> the top. Running the program produces all the HTML pages. Here are a few
> examples of the "source":
>
> .page(Win32Lib: A Windows Library for Euphoria,win32.htm)
> .updated(Thursday, August 17, 2000)
>
> .image(Screenshot of editor written in Win32Lib,images/generic.jpg)
> .br The .em(generic.exw) demo from .em(Win32Lib). The buttonbar
> icons are
> .link(Gnome stock icons by
> Tigert,http://tigert.gimp.org/gnome/gnome-stock/).
>
> .section(Win32Lib is Open Source!)
>
> .item .link(Underscore,score.htm), a stalled music scoring project.
> I .i(almost) got to the point of printing sheet music.
>
> If I want to use some feature I haven't coded, I can always write plain
HTML
> into the source.
>
> I'll send you a copy.
>
> -- David Cuny
5. Re: dcuny ??
Ad Rienks wrote:
> This looks like a very simple way to create webpages.
I'll try to find some time to crank out a Euphoria version some time this
week. It's not really that complex of a program.
-- David Cuny
6. Re: dcuny ??
hey, could you send me a copy to? thx in advance
7. Re: dcuny ??
oops! that email address is the wrong one. I wasn't able to change it. My
real address is euman2376 at Yahoo.com
8. Re: dcuny ??
Matt wrote:
> hey, could you send me a copy too?
You can find it on the recent contributions page:
http://www.rapideuphoria.com/contrib.htm
For some reason the primary source file (euphoria.cxx) isn't included; I'll
try to send an update that includes it to Robert some time in case people
want to play around with it.
Be warned that it's pretty stupid about typedefs, though. I didn't have a
strong grasp on how they worked, so that part of the code wasn't
implemented. It will be in the next (Euphoria) version.
-- David Cuny