advene icon indicating copy to clipboard operation
advene copied to clipboard

Nosferatu - v14 - Discovery of the movie

Open staphon7 opened this issue 3 years ago • 0 comments

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.

  1. 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 - &nbsp into &#160 - &lt is not a problem.

        • "Error in view Detail_shot interpretation: :25:104".
          ==> Edit "Detail_shot" static view.
          ==> line 25 - &nbsp into &#160 - &gt 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>"
  2. 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:

      • https://en.wikipedia.org/wiki/Dracula
      • https://www.shmoop.com/study-guides/literature/dracula/characters
      • https://www.coursehero.com/lit/Dracula/character-analysis/
    • 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

staphon7 avatar Aug 16 '21 11:08 staphon7