tawangwuhen 发表于 2005-12-17 22:34:28

Linux下写网页

各位大侠好,请问大家在linux下是怎样做网页的。
直接用vi 写的话不够直观,我想找个网页编辑器,请大家推荐一下。
我下载了screem0.16.1版,可在Magiclinux2.0RC1下尽报错,怎么也装不上去,好像是缺少gnome的什么库,各位有没有什么好的解决办法,望告知一二,谢谢了!

如斯 发表于 2005-12-17 22:53:57

用bluefish!这个很好用!

KDE 发表于 2005-12-17 23:09:11

直接编译安装 kdewebdev,这是 kde 官方提供的所见即所得的 web 开发环境。
http://prdownloads.sourceforge.net/quanta/kdewebdev-3.5.2.tar.bz2?download

yangh 发表于 2005-12-17 23:42:50

nvu 也不错:

http://www.nvu.com/

lqjs 发表于 2005-12-18 09:03:45

学习一下,谢谢!

lxyst 发表于 2005-12-19 11:15:32

直接编译安装 kdewebdev,这是 kde 官方提供的所见即所得的 web 开发环境。
http://prdownloads.sourceforge.net/quanta/kdewebdev-3.5.0.tar.bz2?download

支持一下啊,我装了,真的是很棒啊。

xinjiemail11 发表于 2005-12-19 14:30:17

阿是中文的阿??我也马上去下!!!

白羽 发表于 2005-12-19 22:08:04

到底那个好啊?

suncrow 发表于 2005-12-22 21:14:42

直接编译安装 kdewebdev,这是 kde 官方提供的所见即所得的 web 开发环境。
http://prdownloads.sourceforge.net/quanta/kdewebdev-3.5.0.tar.bz2?download


Making all in utility
make: Entering directory `/mnt/data/software/kdewebdev-3.5.0/quanta/utility'
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..-I../../quanta/src -I../../quanta/parsers -I../../quanta/messages -I../../quanta/dialogs/tagdialogs -I../../quanta/parts/kafka -I../../quanta/project -I../../lib -I../../lib/compatibility -I../../lib/compatibility/kmdi/qextmdi -I/usr/lib/qt-3.3/include -I/usr/X11R6/include-DQT_THREAD_SUPPORT-D_REENTRANT -DKOMMANDER -DDESIGNER -DQT_NO_SQL -DHAVE_KDE-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DCOMPAT_KMDI -DENABLE_CVSSERVICE-MT quantacommon.lo -MD -MP -MF ".deps/quantacommon.Tpo" -c -o quantacommon.lo quantacommon.cpp; \
then mv -f ".deps/quantacommon.Tpo" ".deps/quantacommon.Plo"; else rm -f ".deps/quantacommon.Tpo"; exit 1; fi
/usr/lib/qt-3.3/bin/moc ./myprocess.h -o myprocess.moc
/usr/lib/qt-3.3/bin/moc ./tagaction.h -o tagaction.moc
if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../..-I../../quanta/src -I../../quanta/parsers -I../../quanta/messages -I../../quanta/dialogs/tagdialogs -I../../quanta/parts/kafka -I../../quanta/project -I../../lib -I../../lib/compatibility -I../../lib/compatibility/kmdi/qextmdi -I/usr/lib/qt-3.3/include -I/usr/X11R6/include-DQT_THREAD_SUPPORT-D_REENTRANT -DKOMMANDER -DDESIGNER -DQT_NO_SQL -DHAVE_KDE-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DCOMPAT_KMDI -DENABLE_CVSSERVICE-MT tagaction.lo -MD -MP -MF ".deps/tagaction.Tpo" -c -o tagaction.lo tagaction.cpp; \
then mv -f ".deps/tagaction.Tpo" ".deps/tagaction.Plo"; else rm -f ".deps/tagaction.Tpo"; exit 1; fi
In file included from tagaction.cpp:45:
tagaction.h:96: error: `class KAction::ActivationReason' has not been declared
tagaction.h:96: error: ISO C++ forbids declaration of `reason' with no type
tagaction.cpp:489: error: `bool TagAction::slotActionActivated' is not a static member of `class TagAction'
tagaction.cpp:489: error: `ActivationReason' is not a member of `KAction'
tagaction.cpp:489: error: expected primary-expression before ')' token
tagaction.cpp:490: error: initializer expression list treated as compound expression
tagaction.cpp:490: error: expected `,' or `;' before '{' token
In file included from tagaction.cpp:1277:
tagaction.moc: In member function `virtual bool TagAction::qt_invoke(int, QUObject*)':
tagaction.moc:167: error: `ActivationReason' is not a member of `KAction'
tagaction.moc:167: error: `ActivationReason' is not a member of `KAction'
tagaction.moc:167: error: expected primary-expression before ')' token
tagaction.moc:167: error: expected `)' before "static_QUType_ptr"
make: *** 错误 1
make: Leaving directory `/mnt/data/software/kdewebdev-3.5.0/quanta/utility'
make: *** 错误 1
make: Leaving directory `/mnt/data/software/kdewebdev-3.5.0/quanta'
make: *** 错误 1
make: Leaving directory `/mnt/data/software/kdewebdev-3.5.0'
make: *** 错误 2

blance2599 发表于 2005-12-23 12:53:38

安装进去了请问怎么启动啊? :oops::oops:

白羽 发表于 2006-4-1 21:27:39

编写网页看来还是用windows比较方便 :?

烟灰集 发表于 2006-4-1 21:43:01

全是英文的,不爽~!!!!
哪位给个中文的??????

tyfrlj 发表于 2006-4-1 22:10:09

我在WinXp下都用记事本写html,更别说Linux下了。我还是喜欢用文本编辑器,简单而高效,一边写一边用FF预览

sejishikong 发表于 2006-4-1 22:34:12

仓库里的kdewebdev是中文的啊.

haulm 发表于 2006-4-2 02:58:08

kdewebdev 是我见过最好用的Linux网页编辑器
页: [1]
查看完整版本: Linux下写网页