LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-29-2004, 03:27 PM   #1
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Rep: Reputation: 31
any good html editors for redhat 9?


newbie here
i was wondering if someone can recommend a good html editor?
i have been using html kit, but it does not support linux. i have read a couple of threads and a few members use bluefish. can someone guide me step by step how to download it and install it. im still learning my way around the console. any advise will be appreciated
 
Old 03-29-2004, 03:39 PM   #2
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
it may be on your install CDs - under the development section in the package manager - check there first
 
Old 03-29-2004, 03:39 PM   #3
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
download....
Goto the homepage, and download it.... you may find a binary, or you may have to compile from source.

if you have a binary, it will probably be in rpm form, to install rpm
'rpm -Uvh /path/to/rpm/package_name.rpm'

if you get dependency failures, then seach your install cd's or http://rpmfind.net for the package u need.

OR, if you have source code, make sure you have development tools installed.
your compiler.... and rpobably X-development stuff.

tar -zxf /path/to/the/archive to decompress .tar.gz or .tgz files
tar -jxf /path/to/the/archive to decompress .tar.bz2 files
unzip /path/to/zip to decompress zip files

cd /path/to/decompressed/archive/archine
./configure
make
make install

if any errors pop up dureing the configure stage, resolve them.
 
Old 03-29-2004, 05:30 PM   #4
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Original Poster
Rep: Reputation: 31
thanks i will go to their site and download it and install it .
 
Old 03-29-2004, 05:35 PM   #5
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
if your running mozilla, there is a componet called composer that will do just fine.
 
Old 03-29-2004, 06:50 PM   #6
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Original Poster
Rep: Reputation: 31
im running mozilla peacedog, thanks for thetip
i have a question, once i type the title of the new page whats the next step to launch composer. thanks in advance
 
Old 03-29-2004, 07:23 PM   #7
mikshaw
LQ Addict
 
Registered: Dec 2003
Location: Maine, USA
Distribution: Slackware/SuSE/DSL
Posts: 1,320

Rep: Reputation: 45
I think composer is a separate application (not certain about this).
Some other apps to consider for graphical editing are Quanta, Amaya, and Nvu. As for text editing, there's really not a lot of difference between apps...Vim is as useful as Bluefish in this respect.
 
Old 03-29-2004, 07:49 PM   #8
bureado
Member
 
Registered: Oct 2003
Location: Caracas
Distribution: Knoppix 3.3 (Debian sarge/sid)
Posts: 72

Rep: Reputation: 15
It's not a separate application from Mozilla Suite, however it's not included with the Mozilla Firefox. If you are using Debian: apt-get install bluefish or download Bluefish from their webpage.
 
Old 03-29-2004, 08:30 PM   #9
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Original Poster
Rep: Reputation: 31
i think i will give bluefish a try. thanks to everyone for the advise
Bureado are you a student or a professor?
 
Old 03-29-2004, 08:59 PM   #10
bureado
Member
 
Registered: Oct 2003
Location: Caracas
Distribution: Knoppix 3.3 (Debian sarge/sid)
Posts: 72

Rep: Reputation: 15
Student (yet, I hope!)
 
Old 03-29-2004, 09:03 PM   #11
TCv1
Newbie
 
Registered: Feb 2004
Posts: 14

Rep: Reputation: 0
I prefer Quanta Plus, which is for KDE and comes as part of KDE.
 
Old 03-29-2004, 09:06 PM   #12
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Original Poster
Rep: Reputation: 31
where would I find quanta plus?
 
Old 04-02-2004, 05:32 AM   #13
sara
LQ Newbie
 
Registered: Mar 2004
Posts: 10

Rep: Reputation: 0
i've installed bluefish on my redhat 9 box but am having problems changing the font it uses. on options/preferences/editor it's set to use courier 11 and when i change it to verdana 10 there's no option to save it. i've tried going back to options and clicking on "save settings" while the window's still open but that doesn't save it. can anyone help?

snakeo2 have you tried apt? http://apt.freshrpms.net/
when it's installed you just open up a terminal, su then type "apt-get install quanta or quanta plus and it'll install it for you. same for bluefish or any other program.
 
Old 04-02-2004, 08:18 AM   #14
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Original Poster
Rep: Reputation: 31
hi sara, thanks for the tip. im using quanta for now. It's very similar to HTML KIT
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Html Editors djgerbavore Linux - Software 12 11-24-2004 11:17 AM
what are the 'best' text editors (for C, html, js, etc) name_in_use450 Linux - General 4 08-31-2004 08:01 AM
HTML editors allelopath Linux - General 4 07-21-2004 02:30 AM
Good PHP/HTML and Graphical editors? RobbieGee Programming 2 12-08-2003 05:11 PM
Wysiwyg HTML Editors helenvale Linux - Software 5 09-11-2003 06:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:35 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration