On Thu, 2009-09-17 at 10:43 +1000, Kyle wrote:
> what is the best FOSS Dreamweaver clone for Linux?    Junior wants to 
> start building his own website, so he's going to require some assistance.
> 
> What do folks use pls?

Teach him HTML 5. It's dead easier than HTML 4 in terms of markup
simplicity, and if you give him a base to work with (like the
following), he'll do the rest. This is a perfectly valid HTML 5 page:

<!doctype html>
<h1>
  Hello, world
</h1>
<p>
  Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ut arcu
ornare dolor suscipit varius. Proin euismod turpis id enim posuere id
suscipit quam accumsan.
</p>
<p>
  Etiam euismod ante sit amet magna rhoncus et adipiscing nibh
pellentesque. Aenean eleifend, ligula eu cursus rutrum, erat dolor porta
diam, et sollicitudin lectus lorem quis eros.
</p>

That said, if you *really* don't want to code HTML by hand there's
always Nvu <http://net2.com/nvu/> which uses the Gecko engine.

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to