Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71913
| From | John Gordon <gordon@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Advice for choosing correct architecture/tech for a hobby project |
| Date | 2014-05-22 20:38 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <llln7k$dbt$1@reader1.panix.com> (permalink) |
| References | <6a3c5b20-bce5-4c95-b27f-3840e9cc7df0@googlegroups.com> <lllj5m$7rh$1@reader1.panix.com> <mailman.10231.1400789042.18130.python-list@python.org> |
In <mailman.10231.1400789042.18130.python-list@python.org> Ian Kelly <ian.g.kelly@gmail.com> writes:
> > My web browser works just fine with links such as this:
> >
> > <a href="file:///C:/Users/gordonj/Documents/foo.html">foo.html</a>
> It works if the document that contains the link is also opened from
> the local filesystem, but browsers will refuse to follow the link if
> it was served over http.
Aha! I didn't know that. Now that I think about it, I suppose it makes
sense.
Perhaps the OP could write a separate application for handling local
files, something like:
<a href="process_local_bookmark.cgi?filename=/dir/foo.html">
--
John Gordon Imagine what it must be like for a real medical doctor to
gordon@panix.com watch 'House', or a real serial killer to watch 'Dexter'.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-22 11:54 -0700
Re: Advice for choosing correct architecture/tech for a hobby project John Gordon <gordon@panix.com> - 2014-05-22 19:28 +0000
Re: Advice for choosing correct architecture/tech for a hobby project Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-22 13:55 -0600
Re: Advice for choosing correct architecture/tech for a hobby project John Gordon <gordon@panix.com> - 2014-05-22 20:38 +0000
Re: Advice for choosing correct architecture/tech for a hobby project Mark H Harris <harrismh777@gmail.com> - 2014-05-22 14:49 -0500
Re: Advice for choosing correct architecture/tech for a hobby project Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-23 01:07 -0600
Re: Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-23 22:03 -0700
Re: Advice for choosing correct architecture/tech for a hobby project Ethan Furman <ethan@stoneleaf.us> - 2014-05-22 14:28 -0700
Re: Advice for choosing correct architecture/tech for a hobby project Aseem Bansal <asmbansal2@gmail.com> - 2014-05-23 22:07 -0700
csiph-web