LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-08-2001, 05:15 AM   #1
phil75
LQ Newbie
 
Registered: Apr 2001
Location: paris
Posts: 26

Rep: Reputation: 15
Question html editors for linux


Hi

can any body recomend the best text/html editor to use with red hat 7.1
New to linux I normally use ultra edit and homesite
Or which of the included editors in the red hat 7.1
install are best suited for web editing..??

thanks
phil

[Edited by phil75 on 05-08-2001 at 06:20 AM]
 
Old 05-08-2001, 06:08 AM   #2
CragStar
Senior Member
 
Registered: Oct 2000
Location: UK - Frome
Distribution: Ubuntu
Posts: 1,081

Rep: Reputation: 47
I use emacs as a text editor, cus it makes writing scripts easy and editing text is quick for me. I know that there is an html editor called Quanta, but don't what it is like, just know it has a good review.
 
Old 05-08-2001, 06:31 AM   #3
phil75
LQ Newbie
 
Registered: Apr 2001
Location: paris
Posts: 26

Original Poster
Rep: Reputation: 15
thanks

ok thanks again
:-)
 
Old 05-08-2001, 06:41 AM   #4
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
I simply use vi as a quick editor and usually find myself in gNotepad when I do others. StarOffice is okay too but it hogs alot of memory and stuff.
 
Old 05-08-2001, 07:00 AM   #5
phil75
LQ Newbie
 
Registered: Apr 2001
Location: paris
Posts: 26

Original Poster
Rep: Reputation: 15
thanks

im gonna try and install quanta from source forge
it looks good to me

cheers
phil
 
Old 05-08-2001, 11:44 AM   #6
phil75
LQ Newbie
 
Registered: Apr 2001
Location: paris
Posts: 26

Original Poster
Rep: Reputation: 15
Angry oops

I downloaded quanta
and now im trying to install it

having fun compiling this
hope it works
thanks
phil

[Edited by phil75 on 05-08-2001 at 01:32 PM]
 
Old 05-08-2001, 01:05 PM   #7
phil75
LQ Newbie
 
Registered: Apr 2001
Location: paris
Posts: 26

Original Poster
Rep: Reputation: 15
Angry

well I followed the 4 steps

./configure
make
make install
make clean

i found the desktop icon but it doesnt work
i went wrong somewhere

does it matter where the un zipped file is before running the comands in the terminal
its sitting in /root/quanta at present??

thanks phil

 
Old 05-08-2001, 01:20 PM   #8
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
no it don't matter where you unzipped the file from (or where you installed it from).

im assuming that you got no error messages when installing?
if there were, tell us and we can tell you where the prob is.

try typing quantra at the prompt, or going to the directory it was installed in and typing ./Quantra (it was probably installed into either /usr/bin or /usr/local/bin)

hope that helps

Alex
 
Old 06-10-2001, 11:00 AM   #9
LionKing
Member
 
Registered: Jun 2001
Location: Allen, Texas, USA
Distribution: Redhat
Posts: 82

Rep: Reputation: 15
error compiling quanta-2.0-pre2

Hi, I dowloaded quanta 2.0pre2, tried to install on Redhat Linux 7.1 (Intel CPU) untar it, and ran,
./configure
make
but get following error, what could be the problem?
Any input/comments would be appreciated, thanks.

document.o: In function `Document:ocument(int, KWriteDoc *, QWidget *, char const *)':
document.o(.text+0x7c): undefined reference to `Document virtual table'
document.o(.text+0x83): undefined reference to `Document::QPaintDevice virtual table'
document.o(.text+0x8a): undefined reference to `Document::KXMLGUIClient virtual table'
document.o(.text+0x91): undefined reference to `Document::KWriteIface virtual table'
document.o(.text+0x9a): undefined reference to `Document:COPObject virtual table'
document.o: In function `Document::~Document(void)':
document.o(.text+0x131): undefined reference to `Document virtual table'
document.o(.text+0x138): undefined reference to `Document::QPaintDevice virtual table'
document.o(.text+0x13f): undefined reference to `Document::KXMLGUIClient virtual table'
document.o(.text+0x14c): undefined reference to `Document::KWriteIface virtual table'
document.o(.text+0x155): undefined reference to `Document:COPObject virtual table'
quanta_init.o: In function `QuantaApp::QuantaApp(int)':
quanta_init.o(.text+0x58): undefined reference to `QuantaApp virtual table'
quanta_init.o(.text+0x5f): undefined reference to `QuantaApp::QPaintDevice virtual table'
quanta_init.o(.text+0x66): undefined reference to `QuantaApp::KXMLGUIBuilder virtual table'
quanta_init.o(.text+0x6d): undefined reference to `QuantaApp::KXMLGUIClient virtual table'
quanta_init.o: In function `QuantaApp::~QuantaApp(void)':
quanta_init.o(.text+0x5ef): undefined reference to `QuantaApp virtual table'
quanta_init.o(.text+0x5f6): undefined reference to `QuantaApp::QPaintDevice virtual table'
quanta_init.o(.text+0x5fd): undefined reference to `QuantaApp::KXMLGUIBuilder virtual table'
quanta_init.o(.text+0x604): undefined reference to `QuantaApp::KXMLGUIClient virtual table'
quantadoc.o: In function `QuantaDoc::QuantaDoc(QuantaApp *, QWidget *, char const *)':
quantadoc.o(.text+0x1e): undefined reference to `QuantaDoc virtual table'
quantadoc.o: In function `QuantaDoc::~QuantaDoc(void)':
quantadoc.o(.text+0x6d): undefined reference to `QuantaDoc virtual table'
quantadoc.o: In function `QuantaDoc:penDocument(KURL const &)':
quantadoc.o(.text+0x90b): undefined reference to `QuantaDoc::title(QString)'
quantadoc.o: In function `QuantaDoc::finishLoadURL(KWrite *)':
quantadoc.o(.text+0xa4a): undefined reference to `QuantaDoc::newStatus(void)'
quantadoc.o: In function `QuantaDoc::saveDocument(KURL const &)':
quantadoc.o(.text+0xc28): undefined reference to `QuantaDoc::title(QString)'
quantaview_init.o: In function `QuantaView::QuantaView(QuantaApp *, QWidget *, char const *)':
quantaview_init.o(.text+0x27): undefined reference to `QuantaView virtual table'
quantaview_init.o(.text+0x2e): undefined reference to `QuantaView::QPaintDevice virtual table'
quantaview_init.o: In function `QuantaView::~QuantaView(void)':quantaview_init.o(.text+0x205): undefined reference to `QuantaView virtual table'
quantaview_init.o(.text+0x20c): undefined reference to `Qua<H1><H1></H1>
</H1>
ntaView::QPaintDevice virtual table'
quantaview_slots.o: In function `QuantaView::slotNewCurPos(void)':
quantaview_slots.o(.text+0x4378): undefined reference to `QuantaView::newCurPos(void)'
collect2: ld returned 1 exit status
make[3]: *** [quanta] Error 1
make[3]: Leaving directory `/root/quanta/quanta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/quanta/quanta'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/quanta'
make: *** [all-recursive-am] Error 2


 
Old 08-20-2001, 08:21 AM   #10
nightowl
LQ Newbie
 
Registered: Aug 2001
Posts: 8

Rep: Reputation: 0
Unhappy same problem here :(

Same problem here. When configuring, everyting is fine. When make'ing the program files, all goes wrong and finaly it stops.
Anybody got an idea ?

quantaview_init.o(.text+0x27): undefined reference to `QuantaView virtual table'quantaview_init.o: In function `QuantaView::~QuantaView(void)':
quantaview_init.o(.text+0x209): undefined reference to `QuantaView::QPaintDevice virtual table'
quantaview_init.o(.text+0x210): undefined reference to `QuantaView virtual table'
quantaview_slots.o: In function `QuantaView::slotNewCurPos(void)':
quantaview_slots.o(.text+0x4129): undefined reference to `QuantaView::newCurPos(void)'
collect2: ld returned 1 exit status
make[3]: *** [quanta] Error 1
make[3]: Leaving directory `/temp/sources/quanta/quanta'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/temp/sources/quanta/quanta'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/temp/sources/quanta'
make: *** [all-recursive-am] Error 2
 
Old 08-20-2001, 09:15 AM   #11
punt
Member
 
Registered: Jun 2001
Distribution: Fedora 22
Posts: 371

Rep: Reputation: 30
if you're using RedHat, the best way to have a problem-free installation is to get the RPM. get the RawHide or Powertools download of Quanta at www.rpmfind.net.
 
Old 08-20-2001, 11:48 AM   #12
nightowl
LQ Newbie
 
Registered: Aug 2001
Posts: 8

Rep: Reputation: 0
unfortunately (well, not really) I'm using Debian. The only problem is that I couldn't find a .deb file
in case anybody knows about a .deb file, please let me know!
 
Old 08-20-2001, 11:07 PM   #13
DoubleLetter
Member
 
Registered: Jun 2001
Location: Sharjah, United Arab Emirates
Distribution: Mandrake Linux 10.1
Posts: 132

Rep: Reputation: 15
Suggestion - Glimmer

Glimmer is a good programmers editor; with support for html [not WYSIWYG].

I like it.

If you feel like trying it out, go to:
http://glimmer.sourceforge.net

Take the sources and compile it.

Best Regards,

Ahsan A.
 
Old 08-21-2001, 08:10 AM   #14
trusouthrnplaya
Member
 
Registered: Jun 2001
Location: (Cashville) Nashville, TN
Distribution: CentOS 4.0, Slackware 10.2,
Posts: 223

Rep: Reputation: 30
What about .....

What about screem ? thats a pretty good html editor I think.
 
Old 08-21-2001, 09:44 AM   #15
GonzoJohn
Member
 
Registered: Jun 2001
Location: Louisville, KY USA
Distribution: RedHat and Debian
Posts: 89

Rep: Reputation: 15
Quanta will soon be a commercial product supported by tehKompany. Don't forget Bluefish in this mix. It's a great product.

http://bluefish.openoffice.nl/

And Debian binaries are available.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HTML editor for LINUX ? cck23 Linux - Software 6 06-30-2004 12:46 PM
html editor for linux BajaNick General 14 04-30-2004 11:37 AM
Linux HTML Editor? wh33t Linux - Software 5 10-30-2003 08:30 PM
html editor for linux calcium Linux - Software 4 08-14-2003 01:50 PM
HTML editor for linux knueven7 Linux - Software 4 04-14-2003 04:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:33 PM.

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