QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1754|回复: 14

Linux下写网页

[复制链接]
发表于 2005-12-17 22:34:28 | 显示全部楼层 |阅读模式
各位大侠好,请问大家在linux下是怎样做网页的。
直接用vi 写的话不够直观,我想找个网页编辑器,请大家推荐一下。
我下载了screem0.16.1版,可在Magiclinux2.0RC1下尽报错,怎么也装不上去,好像是缺少gnome的什么库,各位有没有什么好的解决办法,望告知一二,谢谢了!
发表于 2005-12-17 22:53:57 | 显示全部楼层
用bluefish!这个很好用!
回复

使用道具 举报

发表于 2005-12-17 23:09:11 | 显示全部楼层
直接编译安装 kdewebdev,这是 kde 官方提供的所见即所得的 web 开发环境。
http://prdownloads.sourceforge.net/quanta/kdewebdev-3.5.2.tar.bz2?download
回复

使用道具 举报

发表于 2005-12-17 23:42:50 | 显示全部楼层
nvu 也不错:

http://www.nvu.com/
回复

使用道具 举报

发表于 2005-12-18 09:03:45 | 显示全部楼层
学习一下,谢谢!
回复

使用道具 举报

发表于 2005-12-19 11:15:32 | 显示全部楼层
[quote:bb6ed9402b="KDE"]直接编译安装 kdewebdev,这是 kde 官方提供的所见即所得的 web 开发环境。
http://prdownloads.sourceforge.net/quanta/kdewebdev-3.5.0.tar.bz2?download[/quote]

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

使用道具 举报

发表于 2005-12-19 14:30:17 | 显示全部楼层
阿是中文的阿??我也马上去下!!!
回复

使用道具 举报

发表于 2005-12-19 22:08:04 | 显示全部楼层
到底那个好啊?
回复

使用道具 举报

发表于 2005-12-22 21:14:42 | 显示全部楼层
[quote:15ecb09bc3="KDE"]直接编译安装 kdewebdev,这是 kde 官方提供的所见即所得的 web 开发环境。
http://prdownloads.sourceforge.net/quanta/kdewebdev-3.5.0.tar.bz2?download[/quote]


Making all in utility
make[3]: 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[3]: *** [tagaction.lo] 错误 1
make[3]: Leaving directory `/mnt/data/software/kdewebdev-3.5.0/quanta/utility'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/mnt/data/software/kdewebdev-3.5.0/quanta'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/mnt/data/software/kdewebdev-3.5.0'
make: *** [all] 错误 2
回复

使用道具 举报

发表于 2005-12-23 12:53:38 | 显示全部楼层
安装进去了请问怎么启动啊?   
回复

使用道具 举报

发表于 2006-4-1 21:27:39 | 显示全部楼层
编写网页看来还是用windows比较方便
回复

使用道具 举报

发表于 2006-4-1 21:43:01 | 显示全部楼层
全是英文的,不爽~!!!!
哪位给个中文的??????
回复

使用道具 举报

发表于 2006-4-1 22:10:09 | 显示全部楼层
我在WinXp下都用记事本写html,更别说Linux下了。我还是喜欢用文本编辑器,简单而高效,一边写一边用FF预览
回复

使用道具 举报

发表于 2006-4-1 22:34:12 | 显示全部楼层
仓库里的kdewebdev是中文的啊.
回复

使用道具 举报

发表于 2006-4-2 02:58:08 | 显示全部楼层
kdewebdev 是我见过最好用的Linux网页编辑器
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-25 05:42 , Processed in 0.123278 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表