+ Reply to Thread
Results 1 to 4 of 4

Thread: Where do you put DekiScript extensions?

  1. #1
    Join Date
    Dec 2007
    Posts
    45

    Default Where do you put DekiScript extensions?

    My think head needs some help..

    Where should I be putting DekiScript .xml extension files? Is the ahem, extensions folder the correct place for these? And what would be an appropriate value for the manifest setting when registering the extension?

    Thanks!

    p.s. for some reason the word r-e-g-i-s-t-e-r-i-n-g is being rendered as registering.
    Last edited by dem3tre; 01-02-2008 at 09:30 PM.

  2. #2
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    You can put them anywhere you like. If you store the script locally, use a local path. Otherwise you can use a http:// location as well by storing it on a web-server (such as opengarden or S3).
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

  3. #3
    Join Date
    Dec 2007
    Posts
    45

    Default relative local paths?

    i'm not a linux geek and so know enough to be dangerous but that's about it.

    is there a way to eliminate the need to use a full path for extensions stored locally? for now i'm using /var/www/deki-hayes/extensions/....xml and that works but is there a way i can set it up so that i can just reference relative paths under deki-hayes?

    edit: should note that i did try using just extensions/filename.xml and it did not work.

    thanks !!
    Last edited by dem3tre; 01-03-2008 at 06:04 PM. Reason: additional clarification

  4. #4
    Join Date
    Jul 2006
    Location
    San Diego, CA
    Posts
    5,450

    Default

    I don't recommend using relative paths as they are too brittle. That path looks good to me.
    Steve G. Bjorg - Chief Architect
    Did you check the MindTouch FAQ?
    Found a bug? Report it.
    Follow me on Twitter
    Find us on IRC: irc.freenode.net #mindtouch

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts