You are not logged in.
I want a point-and-click environment for building a homepage.
Any suggestions from the repos?
Know about other web devel progs?
Offline
nvu and peacock come to mind.
I am a gated community.
Offline
nvu is a good one, I haven't tried peacock. Before you start, if you haven't already, you might want to learn some of the basics of HTML. This looks like it might be a good place to start. Nvu is a pretty good program, but it still has trouble reading your mind. It makes things much easier to pop over to the <src> tab and fix simple things there.
Edit: Fixed my overzealous comma usage
Offline
nvu was just what i was looking for, thanks! ..though after reading some css tutorials at w3schools.com, i quickly turned to kate for both html and css ![]()
Offline
Is nuv in any of the repos?
Offline
nvu is in the community repo.
There's also bluefish, an editor specialized for html/css.
Offline
I want a point-and-click environment for building a homepage.
Any suggestions from the repos?
Know about other web devel progs?
If you have KDE try Quanta+. It is in the package kdewebdev.
Offline
nvu and peacock come to mind.
How run peacock from terminal?
Goodbye!
Offline
stonecrest wrote:nvu and peacock come to mind.
How run peacock from terminal?
to run peacock from terminal just type:
$peacock-2
or
$/opt/gnome/bin/peacock-2
Offline
Thanks!
Goodbye!
Offline
Also take a look at http://bugs.archlinux.org/task/6214
to live is to die
Offline
There's also bluefish, an editor specialized for html/css.
+ screem, which also allows to view/edit site structure graphically (pages, directories, links).
to live is to die
Offline
alikas wrote:stonecrest wrote:nvu and peacock come to mind.
How run peacock from terminal?
to run peacock from terminal just type:
$peacock-2
or
$/opt/gnome/bin/peacock-2
[root@myhost ~]# peacock-2
Bonobo accessibility support initialized
GTK Accessibility Module initialized
(peacock-2:6535): Gnome-WARNING **: Accessibility: failed to find module 'libatk-bridge' which is needed to make this application accessible
[root@myhost ~]#
How make that not write this?
And then I try open some file with peacock-2, it crash.
Then I make that:
[root@myhost ~]# gconftool-2 --set "/desktop/gnome/interface/accessibility" --type boolean "false"
[root@myhost ~]# peacock-2
(peacock-2:6802): Bonobo-WARNING **: Activation exception 'Nepavyko aktyvuoti „OAFIID:GNOME_GtkHTML_Editor:3.6"'
(peacock-2:6802): Bonobo-CRITICAL **: bonobo_widget_set_property: assertion `control != NULL' failed
** (bug-buddy:6809): WARNING **: Nepavyko įkelti Atverti aplanką piktogramos
** (bug-buddy:6809): WARNING **: Nepavyko įkelti Ekrano skaityklė ir lupa Orca piktogramos
[root@myhost ~]#
Goodbye!
Offline