Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all directories of specplots must have index.html files #39

Open
prjemian opened this issue Aug 4, 2020 · 3 comments
Open

all directories of specplots must have index.html files #39

prjemian opened this issue Aug 4, 2020 · 3 comments
Assignees
Labels

Comments

@prjemian
Copy link
Contributor

prjemian commented Aug 4, 2020

it appears that all of the directories with plots have an index.html file, can we add index.html files in the upper-level directories, so that directory indexing can be turned off?

@prjemian prjemian self-assigned this Aug 4, 2020
@prjemian
Copy link
Contributor Author

prjemian commented Aug 4, 2020

  • use reverse chronological sort
  • href to index.html in subdirectory
  • include column for date last modified

example:

<html>
  <head>
    <title>USAXS: plots 2020</title>
  </head>
  <body>
    <h1>USAXS: plots 2020 (by month)</h1>
    <ul>
      <li><a href="07/">2020-07</a></li>
      <li><a href="06/">2020-06</a></li>
      <li><a href="05/">2020-05</a></li>
      <li><a href="02/">2020-02</a></li>
      <li><a href="01/">2020-01</a></li>
    </ul>
  </body>
</html>

@prjemian
Copy link
Contributor Author

prjemian commented Aug 5, 2020

Note this comment in the code:

limit the rsync to just the specplots/yyyymm subdir

@prjemian
Copy link
Contributor Author

prjemian commented Aug 5, 2020

While this is critical, correction and testing will likely interrupt ongoing data collection. Deciding to wait on resolving this until the current run cycle ends (in a few weeks).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant