Closed plutonik-a closed 1 year ago
@plutonik-a @yamahito Thank you! I've tested all of the features and just have questions about a few:
<meta property="og:image">
elements with @content
attributes that contain URLs that are not images, e.g., https://static.history.state.gov/frus/frus1958-60v03mSupp/fig_01. Please advise.Hi @joewiz - responding to your questions:
resources/scripts/app.js
and cantaloupe.properties
if you provide the production cantaloupe settings.og:image
content is taken from the TEI /tei:graphic[1]/@url
(e.g. line 40967 in frus1977-80v02
, "<graphic url="ProjWorldPopulation"/>
". Could the issue here be inconsistency in the source TEI?/db/apps/hsg-shell/tests/data/news
; this is controlled using the variable $config:NEWS_COL
which can be updated as soon as your news app is ready.@plutonik-a @yamahito Thanks for discussing these just now!
This open source contribution to the FRUS project was commissioned by the Office of the Historian, U.S. Department of State, https://history.state.gov.
This PR includes following new features (tagged pull requests, sorted from old to new):
eb237
- Implemented a "social media card" facility for all HSG pages, PR https://github.com/evolvedbinary/hsg-shell/pull/1eb239
- Created a "sitemap" to aid search engines in crawling the website, PR https://github.com/evolvedbinary/hsg-shell/pull/2eb242
- A centralized breadcrumb facility, PR https://github.com/evolvedbinary/hsg-shell/pull/3eb1141
- A sidebar facility, PR https://github.com/evolvedbinary/hsg-shell/pull/4eb241
- A "cite this as" feature, placed on all HSG pages to generate citations, PR https://github.com/evolvedbinary/hsg-shell/pull/5eb222
- Migrated from TEI Simple to TEI Publisher for TEI-to-HTML transformations, PR https://github.com/evolvedbinary/hsg-shell/pull/6eb232
- A URL redirect facility, PR https://github.com/evolvedbinary/hsg-shell/pull/7eb228
- Designed an improved pop-up for footnotes, PR https://github.com/evolvedbinary/hsg-shell/pull/8eb1438
- Implemented USWDS tooltip component, PR https://github.com/evolvedbinary/hsg-shell/pull/16eb1439
- Implemented USWDS breadcrumb design component, PR https://github.com/evolvedbinary/hsg-shell/pull/17eb230
- Implemented a dynamic version of the production chart in FRUS History Appendix A, PR https://github.com/evolvedbinary/hsg-shell/pull/18eb243
- Created a new "news" section of the site, PR https://github.com/evolvedbinary/hsg-shell/pull/19eb225
- Designed a page displaying all FRUS volumes and availability by format, PR https://github.com/evolvedbinary/hsg-shell/pull/20eb223
- Created a volumes' cover image on FRUS volume landing page, PR https://github.com/evolvedbinary/hsg-shell/pull/23eb226
- Implemented a new page image view of a scanned publication, PR https://github.com/evolvedbinary/hsg-shell/pull/24eb240
- Created an "Access this data" feature placed on all HSG pages, PR https://github.com/evolvedbinary/hsg-shell/pull/25eb235
- Implemented a "report a problem" facility for visitors to report problems with any page on HSG, PR https://github.com/evolvedbinary/hsg-shell/pull/26eb227
- Implemented a New FRUS table of contents sidebar, PR https://github.com/evolvedbinary/hsg-shell/pull/29eb229
- Implemented a method for easily extending previous/next navigation buttons, PR https://github.com/evolvedbinary/hsg-shell/pull/31eb1811
- Fixed node version handling by usingnvm
and reading the project's node version from an.nvmrc
file, plus creating a local build properties file with the required user's binary paths, PR https://github.com/evolvedbinary/hsg-shell/pull/33Notes:
eb1811
introduces a breaking change for users by requiring the installation ofnvm
. This should be documented accordingly in thehsg-shell
Wiki.hsg-shell
to a specific FRUS version opened in https://github.com/HistoryAtState/frus/pull/309 that has been introduced by the image viewer feature and the FRUS sidebar feature.hsg-project
version opened in https://github.com/HistoryAtState/hsg-project/pull/60.