Task #10149 (closed)
Opened 7 years ago
Closed 7 years ago
Create Schema HTML pages
| Reported by: | ajpatterson | Owned by: | ajpatterson |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4.7 |
| Component: | Specification | Version: | n.a. |
| Keywords: | n.a. | Cc: | ajpatterson |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2013-02-12 (5) |
Description
Create the HTML pages for the web-site versions of
/Schemas/ /XMLschemas/
as part of the script created in #10146.
When the folders are created correctly by the script the add it to the web deployment on necromancer and remove the folders XMLschemas and Schemas from git as they should be redundant.
Change History (8)
comment:1 Changed 7 years ago by ajpatterson
comment:2 Changed 7 years ago by rleigh
Are the intermediate files important? They prevent one from navigating the schema structure and annoyingly redirect you before you can even read the page.
Which files have incorrect current/legacy markers? The current publish script marks all 2011-06 as current, due to it being the most current when I did the work last week. Now the 2012-06 stuff is merged, it should be 2012-06. It's calculated based on the most current directory in Released-Schema:
% current=$(ls -1d Released-Schema/20* | sort)
% current=${current/*\//}
% echo $current
2011-06
The original toplevel Schemas/index.html can be added to the generator. I'll wait until you've finished your work before I make any further changes.
comment:3 Changed 7 years ago by ajpatterson
Not all schemas moved to 2012, the OMERO.xsd should be current at 2011. Might need a rethink about how we do it.
comment:4 Changed 7 years ago by rleigh
Not too hard to accommodate in the script. I assumed we released them all as a set, even if there were no changes. I'll fix this once you've pushed your branch.
comment:5 Changed 7 years ago by ajpatterson
- Sprint set to 2013-02-12 (5)
Referencing ticket #10139 has changed sprint.
comment:6 Changed 7 years ago by ajpatterson
- Owner changed from rleigh to ajpatterson
- Status changed from new to accepted
comment:7 Changed 7 years ago by ajpatterson
As part of the deploy need to get sample folder from git and also sample folder from squig and merge the two. This will need to be run on the web server.
comment:8 Changed 7 years ago by ajpatterson
- Status changed from accepted to closed
Noticed problems: