Slashdot Mirror


Introducing Nvu, A Web-Authoring Application

An anonymous reader writes "MozillaZine is reporting that the first public beta of Nvu has been released. "What's that?", I hear you cry. Well, Nvu (pronounced 'N-View', short for 'New View') is a new open source WYSIWYG Web page creator/editor with FTP facilities that produces standards-compliant code. It is based on Mozilla Composer and is being developed by ex-Netscape employee Daniel Glazman's new company, Disruptive Innovations, under licence for Lindows.com. All the code for Nvu will be released back into the wild under the MPL/LGPL/GPL tri-licence. More information is available in the Nvu FAQ. Users of LindowsOS, other Linux distributions and Windows 98 and later can download Nvu 0.1 now." TheWanderingHermit writes points out that the feature list includes "(finally!) the ability to include and edit forms."

21 of 88 comments (clear)

  1. Impressive. by Beatbyte · · Score: 2, Informative

    If you see his screenshots, they seem impressive. I'm at 85% right now and plan on doing some testing tonight with it.

    1 less reason to get stuck with DreamWeaver MX at work ;)

  2. Missing DLLs on Windows by Peter+Cooper · · Score: 4, Informative

    For Windows users... like Firebird (pre 0.8) you can just unzip this and go. However, you may get it bitching about missing DLLs (I did, on a reasonably clean install of XP). The two that were missing were C runtime libraries, which I managed to download at dll-files.com (never heard of it before, but it works). msvcp70.dll and msvcr70.dll. As ever, exercise caution, although it has worked for me :-)

  3. Who would have thunk it? by 7-Vodka · · Score: 2, Interesting

    Lindows, the new model free-software citizen. They're also supporting kde-look.org and kde-apps.org... What else are they contributing?

    --

    Liberty.

  4. Where is the open source? by axxackall · · Score: 4, Interesting
    From the web-site: Nvu is 100% open source

    Downloading, untar.gzippining, looking for the source code among all those x86 dlls, still looking, ... not found!

    Hey! Either stop lying that it is 100% open source or publish a compilable source. Now!

    --

    Less is more !
    1. Re:Where is the open source? by poulbailey · · Score: 2, Informative

      > From the web-site: Nvu is 100% open source

      Also from the website:
      "Nvu 0.1 binary test builds are now available for Linux and Windows. The source code of Nvu will be released when we reach a more complete product in terms of features. The code will be tri-licensed MPL/GPL/LGPL and we'll contribute it back to Mozilla.org at that time."

      I don't know enough about these licenses to know if this is kosher though.

    2. Re:Where is the open source? by be-fan · · Score: 2, Informative

      But its not licensed under the GPL yet. The site says that the source will be tri-licensed under the GPL.

      --
      A deep unwavering belief is a sure sign you're missing something...
    3. Re:Where is the open source? by glazou · · Score: 5, Informative

      Hi there; I am Daniel Glazman, the lead engineer on Nvu project. The only reason why the source is not here _today_ is because we are totally overloaded. We got, in the last weeks, a so increasing number of requests for a preview version that we wanted/needed FIRST OF ALL to address that request. Hey, if we release nothing, /.ers say it's a fake project and when we release something, I read complaints ;-)

      More seriously, we're only humans and we gave higher priority to the test package, just because much more people care about that... We hope to be able to release the source by the end of this week.

      More info about the missing Windows dlls or linux libs is available from my blog. Thanks.

    4. Re:Where is the open source? by a.koepke · · Score: 2, Informative

      It's based on Mozilla Composer and that program's GPL'ed.

      Since when is Mozilla releasing stuff under GPL?

      All their projects are released under the Mozilla Public License.

      --


      (\(\
      (^.^)
      (")")
      *This is the cute bunny virus, please copy this into your sig so it can spread
    5. Re:Where is the open source? by glazou · · Score: 2, Insightful

      And I bet the slashdotting you are receiving is really helping, huh?

      I hope you find some pleasure attacking people without knowing them. Just ask other Mozillians, or my former Netscape colleagues : when I say the _only_ reason is time, the _only_ reason is time. The decision to make the source available with 0.1 was taken long before this /. post and your so friendly answer.

    6. Re:Where is the open source? by Finuvir · · Score: 2, Informative

      Mozilla is in the middle of moving all of their code (with the permission of contributers) to a GPL/LGPL/MPL tri-licence. The Mozillazine article Relicensing of Majority of Mozilla Codebase to Begin Soon has the details.

      --
      Why is anything anything?
  5. Warning - HTML files containing PHP code by a.koepke · · Score: 4, Informative

    Don't use this program to edit any HTML files containing PHP code. It does not like PHP code and will actually modify the file and partially remove your PHP code.

    So... unless you feel like loosing your programming code and completely stuffing up your file, stay away from this program.

    --


    (\(\
    (^.^)
    (")")
    *This is the cute bunny virus, please copy this into your sig so it can spread
  6. Not running on Fedora Core 1 by mshiltonj · · Score: 3, Informative

    I just downloaded it to my Fedora Core 1 machine, and couldn't getting it to run.

    NOTE: The tarball unpacks into the current directory! It doesn't create a subdirectory for itself!

    There is no 'install' script at all. Untarring is the installation, so put it where you want.

    When I run it, it fails and reports that I'm missing two libraries, one I do have and one I don't.

    I looked at the start script and it's got a Mozilla 1.7a path hardcoded in there. I'm running Mozilla 1.6, so that's probably part of the problem.

    The script also seems to expect an installation of the MRE (Mozilla Runtime Environment) Is this it?

    There's no README file, no LICENSE file, no docs of any kind. It'd be nice to have the dependencies identified.

    Anyone else getting it running on Fedora Core 1? With or without Mozilla 1.7a? With or without the MRE/GRE?

    Still hoping for the best...

    1. Re:Not running on Fedora Core 1 by mchappee · · Score: 2, Informative

      I did the same. If you're getting a complaint about libstdc++.so.3 then do this:
      ln -s /usr/lib/libstdc++.so.5.0.5 /usr/lib/libstdc++.so.3

      After that it ran. No symbol mismatches.

      Matthew

      --
      /. finds me to be 20% Troll, 80% Funny
    2. Re:Not running on Fedora Core 1 by mshiltonj · · Score: 2, Informative

      I did the same. If you're getting a complaint about libstdc++.so.3 then do this:

      ln -s /usr/lib/libstdc++.so.5.0.5 /usr/lib/libstdc++.so.3


      That was the problem, and after making that link, I am able to start nvu. Thanks!

      Mod parent up!

  7. Re:That's just f*cking great! by LarryRiedel · · Score: 4, Insightful
    ... we've moved on from FrontPage.

    I think the primary potential value offered by Nvu is as a clean free WYSIWYG HTML/CSS page editor. I do not know of anything even yet on the horizon to make such a thing obsolete. Heck, I'm still waiting for correct CSS2 and PNG alpha channel support in IE... :-)

    Larry

  8. dumb abbreviations by Teach · · Score: 2, Funny

    Nvu (pronounced 'N-View', short for 'New View')

    While I agree that Nvu is a pretty cool name, why do people feel the need to "shorten" something that's already just two syllables? And NewView even seems to roll off the tongue more easily than N-View.

    At least it's not as bad as "WWW", which is a nine-syllable "abbreviation" for the three-syllable phrase "World-Wide Web". Radio announcers all over are still cursing Tim Berners-Lee for that one.

    --
    Graham "Teach" Mitchell, computer science teacher, Leander HS
    1. Re:dumb abbreviations by vitalitychernobyl · · Score: 2, Informative

      Radio announcers all over are still cursing Tim Berners-Lee for that one.
      That's because they are even dumber than the abreviation and haven't figured out the one syllable slang replacement (dub dub dub)

      --
      Automatics are for old men
  9. Re:That's just fucking great! by dedazo · · Score: 2, Insightful
    I fail to see how OneNote is relevant here. Perhaps you meant InfoPath? And even then it's irrelevant. It's an intranet forms engine.

    And BTW, not everyone wants to do blogs or portals. So more often than not, things like MT or Plone are overkill.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  10. My Letter to Nvu Regarding Source by Landaras · · Score: 2, Interesting

    I just sent this to 'feedback at nvu dot com', and will post whatever response I get to this thread.

    *************

    I recently learned of your project through a link from Slashdot.org.

    Link to Slashdot story: http://developers.slashdot.org/article.pl?sid=04/0 2/04/0050215&mode=thread&tid=126&tid=154&tid=156&t id=95

    It appears that you are definitely filling a need within the F/OSS community, and I applaud your group and Lindows, your sponsor, for that.

    There appears to be some concern from the Slashdot community about the availability of source for Nvu. Although I am not a programmer of any real skill (and cannot fully judge if the tar.gz I downloaded contains human-readable source), others have complained that the full source is NOT included.

    Link to relevant Slashdot comment:
    http://developers.slashdot.org/comments. pl?sid=954 28&cid=8176411

    Although your site states that this is a Beta release, you also claim to build off of Mozilla Composer, which is available under the GPL (and two other licenses). If Mozilla Composer was distributed only under the GPL, it would require you to make full source available to those you re-distribute to.

    However, I have noticed that Composer is available under the GPL / MPL / LGPL. I would greatly appreciate clarification of how your obligations differ under these licenses, as I am significantly less familiar with them. You may also wish to update your FAQ with this information, as I am sure I am not the only one with these questions.

    I look forward to your reply, and the clearing up of any confusion that may exist in regards to this. Additionaly, I anticipate using Nvu and providing feedback to make this a great product for Lindows and all other users of F/OSS.

    Thank you for your time.

    - Neil Wehneman

    ***************

  11. Say what you want about Lindows.com... by Anonymous Coward · · Score: 2, Insightful

    Lindows.com takes lots of bullets from the Slashdot crowd, but it sure seem to me that Robertson and company actually deliver. Here's a list of things just in the last few months that Lindows.com has done:

    nVu released - Seems likea great product to rival Frontpage and is available for all Linux flavors and MSWin. Seems like Lindows.com paid for this whole thing. They seem to support lots of open source if you look at: http://lindows.com/opensource

    Desktop Linux Summit - Just announced that it will be held in April with sponsors such as Sun and Redhat. They are expecting 1000 people http://www.desktoplinux.org

    300,000 Laptops - Shipping 300,000 laptops at $699. This has to be the largest real deployment of desktop Linux. And unlike Sun's vapor announcement, they named the company, the model and the channel. Anyone know where you can buy one of these yet?

    Using P2P - They are first commercial company using P2P to distribute their software. I read this story on news.com. You can get LindowsLive from Bittorrent and other networks. See: lindows.com/p2p

    Standing up to the beast - They have a trial coming up to return the generic word "windows" to the public domain. I think they will win. See: http://lindows.com/mslawsuit

    Say what you want about Lindows.com marketing, but they're getting it done. desktop linux is happening because of these guys. they're also getting their machines sold in real stores, but I forget which ones (not just online).

  12. Nvu Source now available by glazou · · Score: 3, Informative

    The title says it all. MPL/GPL/LGPL as promised. Get it there.