creating an index

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ken

    creating an index

    Hi, I'd like to create a simple text list of all the files (mostly pictures)
    in a server, with each filename being a link to the file. Is there a tool
    around that I could use to make the index file? Also, is it possible to
    have the list automatically update when files are added or removed from the
    server? Any advice would be appreciated. Cheers.


  • Brian

    #2
    Re: creating an index

    Ken wrote:
    [color=blue]
    > I'd like to create a simple text list of all the files (mostly pictures)
    > in a server, with each filename being a link to the file. Is there a tool
    > around that I could use to make the index file? Also, is it possible to
    > have the list automatically update when files are added or removed from the
    > server?[/color]

    Yes, and yes, if your server is Apache and is configured to allow such
    a thing. They usually are in shared hosting environments, but not always.



    As this is off-topic for an html group, may I suggest you take any
    further questions to an appropriate server group? (I'd x-post, but I
    don't know which server you use, and thus don't know which group is
    the right one.)

    --
    Brian (remove ".invalid" to email me)

    Comment

    • Stan Brown

      #3
      Re: creating an index

      "Ken" <nospam@yahoo.c om> wrote in
      comp.infosystem s.www.authoring.html:[color=blue]
      >Hi, I'd like to create a simple text list of all the files (mostly pictures)
      >in a server, with each filename being a link to the file. Is there a tool
      >around that I could use to make the index file?[/color]

      Well, yes -- if that's all you want, a simple "dir" or "ls" will do
      it. Then use your text editor to convert each to a link.

      But are your file names really good enough to use as link text. Are
      they completely self explanatory?

      --
      Stan Brown, Oak Road Systems, Tompkins County, New York, USA

      HTML 4.01 spec: http://www.w3.org/TR/html401/
      validator: http://validator.w3.org/
      CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
      2.1 changes: http://www.w3.org/TR/CSS21/changes.html
      validator: http://jigsaw.w3.org/css-validator/

      Comment

      Working...