A non-web website
June 17, 2009 4:40 PM
Subscribe
HTML pages to link to files on a network drive?
My manager wants to set up some html pages saved to the network drive for staff to use. These will link to frequently referred to documents so that we can organize and describe these documents in multiple ways. There are a lot of files, but they are being edited down from the full mass of what is kept on the network drive. This is instead of setting up a wiki on the company intranet. It's a bureaucratic maze attempting to get space there. Is this a pretty straightforward thing to do, or are we likely to run into trouble later on? It seems a little strange, but I could just be lacking in imagination in my ability to think of workarounds. Is there a better non-web-based solution? In other words, google sites is not an option. Also, maybe this is obvious already, but I have very limited techie skills.
posted by anonymous to computers & internet (4 comments total)
3 users marked this as a favorite
Depends on how you link. If everything is relative to the current top level directory it may work for a while (e.g. html document is in Z:\foo\ and linked docs are in Z:\foo\sub\, and you link as ".\sub\taxfiles.doc"). If you are linking to external document sources (e.g. \\servername\foo\bar\baz\IRSrules.doc) things will break anytime a server or directory name changes.
Strange - usually companies have to compel people to use wikis. They should be glad you're taking the initiative to use it. You can look into the million other CMSes around for more robust solutions. Also, what are the documents you will be linking to? Are they Office docs, and can you convert them to HTML? This would distinguish between needing a CMS vs. needing a document management space.
posted by benzenedream at 5:08 PM on June 17