Skosmos
Skosmos copied to clipboard
On some Vocabulary information pages a value for vocabulary version is missing
At which URL did you encounter the problem?
http://finto.fi/tero/en/ (eng/fin/swe) http://finto.fi/liiko/fi/ (eng/fin/swe) The same problem emerges also at some other similar URLs
What steps will reproduce the problem?
- Go to the previously mentioned URLs
- The problem appears on the right hand side on the page (
source: <div id=#vocab-info>
) - The value of the property "VERSION" is shown as $Id$ even though it should display the creation date of the vocabulary
What is the expected output? What do you see instead?
Output (value for the property VERSION) should look like it is in the JUPO (http://finto.fi/jupo/en/) (eng/fin/swe) Value for property "VERSION" should be the latest creation date for the updated vocabulary
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Firefox
This is a problem with the vocabulary data, not Skosmos code. I suggest closing this issue and opening it elsewhere, e.g. in the Finto-data repository.
The value $Id$
is a relic from the time we used Subversion for version control of vocabulary data. SVN auto-updates values like that with current version information. Git doesn't have the exact same functionality unfortunately (though you can do similar thigs with custom commit hooks).
In general we've used Skosify to add modified timestamps to vocabularies, but this isn't done systematically for all vocabularies at the moment.