[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

instiki question

Joe Van Dyk

3/30/2005 12:23:00 AM

I've got a document on a network drive that I want to share on our
internal wiki. How can I link to that document?

The document is at something like \\shared_drive\directory\another
directory\note the spaces in the directory\my_document.doc


2 Answers

Joe Van Dyk

3/30/2005 1:07:00 AM

0

On Tue, 29 Mar 2005 16:23:01 -0800, Joe Van Dyk <joevandyk@gmail.com> wrote:
> I've got a document on a network drive that I want to share on our
> internal wiki. How can I link to that document?
>
> The document is at something like \\shared_drive\directory\another
> directory\note the spaces in the directory\my_document.doc
>

I've tried "link name":\\shared_drive\directory\another directory\note
the spaces in the directory\my_document.doc

But that fails miserably as you could probably guess.


Assaph Mehr

3/30/2005 1:38:00 AM

0


Joe Van Dyk wrote:
> On Tue, 29 Mar 2005 16:23:01 -0800, Joe Van Dyk <joevandyk@gmail.com>
wrote:
> > I've got a document on a network drive that I want to share on our
> > internal wiki. How can I link to that document?
> >
> > The document is at something like \\shared_drive\directory\another
> > directory\note the spaces in the directory\my_document.doc
> >
>
> I've tried "link name":\\shared_drive\directory\another
directory\note
> the spaces in the directory\my_document.doc
>
> But that fails miserably as you could probably guess.

It's a textile issue, not Instiki. As far I know you can't do it this
way in textile, but you can fall back on HTML:
<a href="file://shared_drive/directory/another directory/note the
spaces in the directory/my_document.doc">link name</a>

This will work via MSIE but not with Firefox (which is a point in
favour of firefox, it not being a great gaping hole into your
network).

HTH,
Assaph