You are not logged in.
I know its only v0.17, but ...Is this anywhere? I need this package and cant get it to work with my meager knowledge of ABS.
Is anyone willing to get this one?
Offline
if you 're very in a hurry try peacock [there is already a package]
cause as the nvu site states:
If your distribution is built with GCC 3.3 this version may not work for you. If it does, please let us know.
so with 3.3 it is not expected to compile..
so be patient again, until they get it to work [I'll try though]
Offline
I see...Peacock? I've never heard of it...I'll check it out, though... Thanks!
Offline
I see...Peacock? I've never heard of it...I'll check it out, though... Thanks!
well but don't open a page that you have written already, because peacock is not ready yet, and will simplify your page's html code.
if I were you, I would try quanta (qt) or screem (gtk) or bluefish(gtk) [these are not WYSIWYG editors but help very much] and would also work on the same time with peacock and/or mozilla composer
Offline
The new quanta does do WYSIWYG.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
I tried peacock...and quickly moved on. I mostly use the wysiwy to simplify formatting, etc. but peacock didn't make it easier...I'm installing quanta right now, though. And bluefish, which I had completely forgotten about. Very useful... Thanks!
Offline
Newsforge has a first look at Nvu, actually a comparison to frontpage, it sounds like it still needs work, but ought to be interesting checking out in the future.
http://www.newsforge.com/article.pl?sid … 29/1416240
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
Here you go. The PKGBUILD for Nvu 0.3.
# Contributor: dpb <dpb[at]backarrow.org>
pkgname=nvu
pkgver=0.3
pkgrel=1
pkgdesc="A complete Web Authoring System for Linux Desktop users as well as Microsoft Windows users to rival programs like FrontPage and Dreamweaver."
depends=('gtk2' 'libidl2' 'gcc')
makedepends=('zip')
url=('http://www.nvu.com/')
source=(http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7/src/mozilla-source-1.7.tar.bz2
mozconfig
http://www.nvu.com/download/nvu-0.30-source.tar.gz
http://www.nvu.com/download/trunk-0.30.patch.gz)
md5sums=('5b4494934c4ffaee83bc79a8b181a8c3'
'dc93638940139eff4113f8a32b76de7a'
'b147be3d440085cc6f11ff51b5105519'
'11a2b34a781856ba57484c90f13e4859')
build() {
cd $startdir/src/mozilla
sed "s@#CFLAGS#@$CFLAGS@g" $startdir/src/mozconfig >.mozconfig
rm -rf composer
mv $startdir/src/composer .
patch -p 0 < $startdir/src/trunk-0.30.patch
make -f client.mk build || return 1
mkdir -p $startdir/pkg/usr/bin $startdir/pkg/opt/nvu
make DESTDIR=$startdir/pkg install
ln -s /opt/nvu/bin/nvu $startdir/pkg/usr/bin/
}
And the 'mozconfig' file. Save it in the same directory as the PKGBUILD.
export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1
export MOZ_STANDALONE_COMPOSER=1
mk_add_options MOZ_STANDALONE_COMPOSER=1
ac_add_options --enable-optimize="#CFLAGS#"
ac_add_options --disable-debug
ac_add_options --prefix=/opt/nvu
ac_add_options --disable-svg
ac_add_options --without-system-mng
ac_add_options --without-system-png
ac_add_options --disable-ldap
ac_add_options --disable-mailnews
ac_add_options --disable-installer
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-tests
ac_add_options --disable-oji
ac_add_options --disable-necko-disk-cache
ac_add_options --disable-profilesharing
ac_add_options --enable-extensions=wallet,spellcheck,xmlextras,pref,universalchardet,editor/cascades
ac_add_options --enable-image-decoders=png,gif,jpeg
ac_add_options --enable-necko-protocols=http,ftp,file,jar,viewsource,res,data
ac_add_options --disable-pedantic
ac_add_options --disable-short-wchar
ac_add_options --enable-xprint
ac_add_options --enable-strip-libs
ac_add_options --enable-crypto
ac_add_options --disable-mathml
ac_add_options --with-system-zlib
ac_add_options --enable-freetype2
ac_add_options --enable-toolkit=gtk2
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --enable-xft
They're edited from the mozilla 1.7 PKGBUILD. Have fun.
Offline
Any chance someone could update this for version 0.5
Offline
i've tried nvu sometime ago, but couldnt get quite the results i wanted. then i started using quanta, and never looked back... excellent html ide with lots of usefull functions (wysiwyg ofcourse), u should be fine.
Offline
i use vim... or nano if i'm feeling lazy
Offline
joe has declarative with colors for html, php etc... , however i use bluefish
irc.bsd.cl #linux
irc.freenode.org #archlinux-es
Offline
[OOPS, THIS SHOULD BE IN THREAD 'AMAYA, SCREEM AND WEB AUTHORING APPS - MODERATOR PLEASE MOVE? THANKS!]
Well, thanks to Phracture's PKGBUILD for 'nvu' I've now got nvu up and running. This was the first time I've built a package frome source and installed it with pacman. I don't think I quite got it right because during the make process it first failed because it it couldn't find /home/glazman/nvu-0.50/
I made the directory, 'makepkg' worked and then I used pacman to install nvu (from the tarball in /var/abs/loca/nvu). However, runnig 'nvu' didn't work becasue the link put in /usr/bin/ for nvu was pointing to some file /var/abs/local/pkg/opt/nvu/bin/nvu which didn't exist.
So I hunted around and foud a working executable in /home/glazman/nvu-0.50/dist/bin
Any thoughts? I guess for now I can just edit the link in /usr/bin to point to where I found the working binary?
---------------------------
Arch Linux 0.6
Pentium II 266MHz
160MB SDRAM
Offline