-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello there,
My operating system is Arch Linux.
Here is the output of advene --version:
- Advene development version release/3.13.1-1-gf2abf4d7
How to reproduce the issue:
- Launch Advene with
./bin/advene /<path_to>/Nosfertu_v14.azp.
Navigation and steps:
We are there: http://localhost:1234/packages/Nosferatu_v14/view/Level1.
-
Subpage: "Summary" - http://localhost:1234/packages/Nosferatu_v14/view/Summary
- Link: "Details" - http://localhost:1234/packages/Nosferatu_v14/annotations/a605/view/Detail.
- "Error in view Detail interpretation: :29:2:".
==> Edit "Detail" static view.
==> line 26 - end of image tag. - "Error in view enriched_link interpretation: :1:170".
==> Edit "enriched_link" static view.
==> at char 170 - missing double quotes. - Link: "Those leading to a shot included in the episode" - http://localhost:1234/packages/Nosferatu_v14/annotations/a2479/view/Detail_shot.
-
"Error in view Detail_shot interpretation: :23:0".
==> Edit "Detail_shot" static view.
==> line 23 -   into   - < is not a problem. -
"Error in view Detail_shot interpretation: :25:104".
==> Edit "Detail_shot" static view.
==> line 25 -   into   - > is not a problem. -
"Error in view Detail_shot interpretation: :28:84".
==> Edit "Detail_shot" static view.
==> Line 28 to 38 - below is an example."<tr><td>Duration</td><td tal:content="here/fragment/formatted/duration" />duration</td></tr>"
Should be translated into:
"<tr><td>Duration</td><td tal:content="here/fragment/formatted/duration">duration</td></tr>"
-
- "Error in view Detail interpretation: :29:2:".
- Link: "Details" - http://localhost:1234/packages/Nosferatu_v14/annotations/a605/view/Detail.
-
Subpage: "Cast" - http://localhost:1234/packages/Nosferatu_v14/view/Casting
-
Link: "Dracula novel" - http://www.geocities.com/psmcalduff/2dracula.txt.
==> Leads to a "Could Not Connect" page.
==> I don't know what you precisely wanted, here is a small selection: -
The text that should be at the end of the cast screenshots - in my opinion - isn't well formatted.
==> Edit "Cast" static view.
==> Line 29: Fix<div>into<div style="clear: left">.
-
Thank you