• about YAHOO.ext

    By Aigars Perkons 2 decades ago

    Hi!



    What's about subj. putting Lotus Notes database? I keep track of original project progress for several weeks. The main project "yui-ext" envolve quite fast. It contains huge collection of javascript librarys, stylesheets and images. One thing that makes me worried is file resource adding in Notes database. I guess it's not easy work to add all off this 'original' file collection to Lotus Designer and not just add but rename all of them to mimic file system structure.

    • Javascript libraries

      By Rich Waters 2 decades ago

      There are a couple ways to deal with importing the various yui resources, yui+ext itself compiles down to a single file, and thats getting updated a heck of a lot more frequently than the actual yui components. I would probably recommend that the files were stored externally from any domino database in the html directory. This would make updating the files quite trivial. They are included with the Domino YUI database so that people can get up and running quickly.



      If you were adamant about placing the files within the domino database I would recommend looking into using WebDAV.

      • WEBDAV

        By Aigars Perkons 2 decades ago

        WEBDAV this was my first opinion as well.