<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Ok, understood.... Jonathan, never mind then, I'll take care of it.<br>
    <br>
    Op 5-4-2012 14:09, Julian Tenney schreef:
    <blockquote
cite="mid:12C67A1EEC419342AF5E59DA31562C3F0BA5FCA953@EXCHANGE1.ad.nottingham.ac.uk"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I
            think we should use the existing option, and default to
            english?<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Might
            need to just reconfigure the control / data and how it deals
            with charPad.swf.<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #B5C4DF
            1.0pt;padding:3.0pt 0cm 0cm 0cm">
            <p class="MsoNormal" style="margin-left:36.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
                  lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"
                lang="EN-US"> <a class="moz-txt-link-abbreviated" href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">xerte-dev-bounces@lists.nottingham.ac.uk</a>
                [<a class="moz-txt-link-freetext" href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk">mailto:xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On
                  Behalf Of </b>Tom Reijnders<br>
                <b>Sent:</b> 05 April 2012 12:51<br>
                <b>To:</b> For Xerte technical developers<br>
                <b>Subject:</b> [Xerte-dev] Re: Preparation of XOT and
                Xerte test installs<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        <p class="MsoNormal" style="margin-left:36.0pt">Yes, there is
          one thing that I think still needs to be done, and that is
          make it porssible to select the language the LO is supposed to
          be presented in. <br>
          <br>
          This should be (I think) a dropdown box of the main XWD. It
          should use the en-gb, nl-nl string as data. <br>
          <br>
          Than in the setup script, the correct language should be
          loaded:<br>
          <br>
          <br>
          rootIcon.loadLanguage('languages/' + <language string> +
          '.xml');<br>
          <br>
          Could you do that? Default should be
          rootIcon.loadLanguage('languages/en-gb.xml');<br>
          <br>
          Thanks!<br>
          <br>
          Tom<br>
          <br>
          <br>
          Op 5-4-2012 13:01, Kemp Johnathan schreef: <o:p></o:p></p>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">OK<o:p></o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">The file
            runtime/language-config.xml has changed in that it is
            defining file names now in a different format e.g. the old
            version had file="english.xml" whilst the new version has
            file="en-gb.xml".<o:p></o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">The solution
            to the missing language file error is to rename the language
            file in xerte svn runtime/languages/ from english.xml to
            en-gb.xml<o:p></o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">I have
            duplicated the english.xml file and renamed the copy to
            en-gb.xml.<o:p></o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">I am not sure
            there is anything more I can do to move this forward at the
            moment.<o:p></o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">Tom if there
            is anything  you can think of let me know.<o:p></o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">Kind regards<o:p></o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        </div>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">Johnathan<o:p></o:p></p>
        </div>
        <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
        <div>
          <p class="MsoNormal" style="margin-left:36.0pt">On 5 April
            2012 11:28, Kemp Johnathan <<a moz-do-not-send="true"
              href="mailto:johnathan.kemp@ntlworld.com">johnathan.kemp@ntlworld.com</a>>
            wrote:<o:p></o:p></p>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt">I have just
              taken a copy of the current files from the xerte svn
              runtime folder and used Julian's setup.iss script (having
              modified the paths to match my setup) and used inno to
              make a test build. I then installed it on a pc that did
              not have xerte installed.<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt">I was able
              to create a new project and add connector pages to it.<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt">However the
              preview failed with the message "error language data
              failed to load".  (It is necessary on my version at
              present to manually copy across the pagetemplates.xwd and
              xml files to the new project, but when this is done the
              languages error persists) <o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt">So I don't
              know why there should have been a problem with the
              connector pages not showing yesterday.<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt">However
              something has been changed somewhere with respect to
              languages.<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt">I don't get
              this on my development version so I will start swapping
              files out to try to find the file that is causing the
              problem.<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt">Kind regards<o:p></o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
          </div>
          <div>
            <p class="MsoNormal" style="margin-left:36.0pt"><span
                style="color:#888888">Johnathan<o:p></o:p></span></p>
          </div>
          <div>
            <div>
              <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
              <div>
                <p class="MsoNormal" style="margin-left:36.0pt">On 5
                  April 2012 11:06, Julian Tenney <<a
                    moz-do-not-send="true"
                    href="mailto:Julian.Tenney@nottingham.ac.uk"
                    target="_blank">Julian.Tenney@nottingham.ac.uk</a>>
                  wrote:<o:p></o:p></p>
                <div>
                  <div>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">If
                        Tom can build it, he can put it somewhere on <a
                          moz-do-not-send="true" href="http://xerte.org"
                          target="_blank">xerte.org</a> where people can
                        download and install it.</span><o:p></o:p></p>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Rather
                        than build a zip for xot, work on getting the
                        trunk into  a state that has everything in it
                        for testing: all the models moved to the new
                        format for them, etc. Then we can push on with
                        testing / comments and tease everything out. I
                        sense this is probably closer than I think, it
                        just needs finishing off now! </span><o:p></o:p></p>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:36.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                    <div style="border:none;border-top:solid #B5C4DF
                      1.0pt;padding:3.0pt 0cm 0cm 0cm">
                      <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                            lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                          lang="EN-US"> <a moz-do-not-send="true"
                            href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk"
                            target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>
                          [mailto:<a moz-do-not-send="true"
                            href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk"
                            target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>]
                          <b>On Behalf Of </b>Kemp Johnathan<br>
                          <b>Sent:</b> 05 April 2012 10:00</span><o:p></o:p></p>
                      <div>
                        <p class="MsoNormal" style="margin-left:36.0pt"><br>
                          <b>To:</b> For Xerte technical developers<br>
                          <b>Subject:</b> [Xerte-dev] Re: Preparation of
                          XOT and Xerte test installs<o:p></o:p></p>
                      </div>
                    </div>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                    <div>
                      <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">OK<o:p></o:p></p>
                    </div>
                    <div>
                      <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                    </div>
                    <div>
                      <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">I
                        put everything that I think is needed in the
                        xerte svn runtime folder.<o:p></o:p></p>
                    </div>
                    <div>
                      <div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">What
                            I would like is to take the three files in
                            the runtime/pages/ folder <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">pagetemplate.rlo<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">pagetemplate.xml<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">pagetemplate.xwd<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">and
                            rename them to pages.rlo etc<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Then
                            the swf that handles the creation of new
                            projects needs to copy all three of those
                            pages.rlo, xml, xwd to the new project
                            folder.<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">At
                            present I can only guess why Julian might
                            have been getting no connector pages showing
                            up. The only way I could duplicate it would
                            be to remove the connector page xwds from
                            the wizards/en folder but that makes no
                            sense.<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">I
                            will contact Fay to see if she can make
                            available to me the build that Julian
                            created so that I can try it out myself and
                            see if I can find any obvious difference
                            between it and my development setup.<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">I
                            have copied the runtime folder to a PC that
                            does not have Xerte installed and then run
                            xerte.exe and I was able to create a project
                            with connector pages, so everything appears
                            to be in the svn that needs to be. The only
                            issue I hit was when I tried to preview the
                            project it failed with an error message
                            saying it could not find the language file.
                            This might be because associations in
                            windows were not set up as the program was
                            not installed. Just a thought though. There
                            have been recent discussions regarding
                            whether to use "en" or "EN" or "en ?" (I
                            can't remember what the second bit was.
                            Would these discussions have resulted in any
                            changes that need to be reflected in the
                            naming of any files or folders e.g.
                            wizards/en ?<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">I
                            am really relieved you can make a build Tom.
                            I have just installed inno and had my
                            sleeves rolled up. But you know what you are
                            doing with inno and I am totally new to it
                            so this has to be a more reliable option.<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Let
                            me know if there is more I can do and
                            meanwhile I will now email Fay.<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Kind
                            regards<o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                        </div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Johnathan<o:p></o:p></p>
                        </div>
                        <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                      </div>
                    </div>
                    <div>
                      <div>
                        <div>
                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">On
                            4 April 2012 20:31, Tom Reijnders <<a
                              moz-do-not-send="true"
                              href="mailto:reijnders@tor.nl"
                              target="_blank">reijnders@tor.nl</a>>
                            wrote:<o:p></o:p></p>
                        </div>
                      </div>
                      <div>
                        <div>
                          <div>
                            <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Yes
                              I can fix that. Tell me what needs to be
                              done (i.e. where are the file that need
                              copying) and yes, I can change the name of
                              the rlo file as well.<br>
                              <br>
                              I can also build an 2.18 beta installer,
                              and probably be able to host it as well. I
                              have used Inno before, so I should be able
                              to figure that part out.<br>
                              <br>
                              Tom<br>
                              <br>
                              Op 4-4-2012 19:06, Kemp Johnathan schreef:
                              <o:p></o:p></p>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Latest
                                on the attempts to build a xerte 2.18
                                test installation.<o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">We
                                now know that the shrinking of Xerte to
                                the task bar was caused by the failure
                                of the routine that creates a new
                                project to copy the pagetemplate.xml and
                                pagetemplate.xwd files to the new
                                project folder. Probably because up till
                                now there had never been an xml and xwd
                                file associated with .rlo files.<o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Tom
                                would you be able to fix this? At the
                                same time is it worth changing the
                                default project file name to pages.rlo
                                so as to avoid any confusion with
                                pageTemplates.rlt?<o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">I
                                think there must be something wrong with
                                the build script. Which is a challenge
                                as I have never used Inno before. The
                                reason I say this is that the problem
                                experienced was that new projects did
                                not display the new Connector pages
                                option in the menu.<o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">However
                                I have copied the whole of the xerte svn
                                runtime folder to a PC that does not
                                have xerte installed and then run
                                Xerte,exe. It was possible to create a
                                new project and to add connector pages
                                to that project. There was an issue on
                                previewing that the language.xml file
                                could not be found, but that might be
                                because Xerte was not installed.<o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Fay
                                I don't know if you are following this,
                                but in Julian's absence would you be
                                able to make available the installation
                                build that he put together? I would like
                                to install it and then try to compare it
                                with my installation to see what might
                                be missing.<o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Kind
                                regards<o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                            </div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">Johnathan<o:p></o:p></p>
                            </div>
                            <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                          </div>
                        </div>
                        <div>
                          <div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">On
                                4 April 2012 17:01, Kemp Johnathan <<a
                                  moz-do-not-send="true"
                                  href="mailto:johnathan.kemp@ntlworld.com"
                                  target="_blank">johnathan.kemp@ntlworld.com</a>>
                                wrote:<o:p></o:p></p>
                              <div>
                                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                              </div>
                              <div>
                                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">The
                                  reason Xerte was shrinking to the task
                                  bar was because the associated
                                  pagetemplate.xml and pagetemplate.xwd
                                  files were not being copied into the
                                  project folder, when a new project is
                                  created. This probably has always been
                                  the case and needs fixing in a swf
                                  somewhere. I realise now that the .rlo
                                  work is the most recent stuff and I
                                  must have copied the xwd and xml file
                                  from one project to another as I
                                  developed it.<o:p></o:p></p>
                              </div>
                              <div>
                                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                              </div>
                              <div>
                                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">I
                                  have yet to pin down the reason for
                                  the no show of the connector menus.<o:p></o:p></p>
                              </div>
                              <div>
                                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                              </div>
                              <div>
                                <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">JK<o:p></o:p></p>
                              </div>
                            </div>
                          </div>
                          <div>
                            <div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                              <div>
                                <div>
                                  <div>
                                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt">On
                                      4 April 2012 16:45, Julian Tenney
                                      <<a moz-do-not-send="true"
                                        href="mailto:Julian.Tenney@nottingham.ac.uk"
                                        target="_blank">Julian.Tenney@nottingham.ac.uk</a>>
                                      wrote:<o:p></o:p></p>
                                  </div>
                                </div>
                                <div>
                                  <div>
                                    <div>
                                      <div>
                                        <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">If
                                            you can make a build, I
                                            reckon Tom can put it
                                            somewhere for people to
                                            access it, or Fay can.</span><o:p></o:p></p>
                                        <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                        <div
                                          style="border:none;border-top:solid
                                          #B5C4DF 1.0pt;padding:3.0pt
                                          0cm 0cm 0cm">
                                          <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                              lang="EN-US"> <a
                                                moz-do-not-send="true"
                                                href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk"
                                                target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>
                                              [mailto:<a
                                                moz-do-not-send="true"
                                                href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk"
                                                target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>]
                                              <b>On Behalf Of </b>Kemp
                                              Johnathan<br>
                                              <b>Sent:</b> 04 April 2012
                                              16:44</span><o:p></o:p></p>
                                          <div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"><br>
                                                <b>To:</b> For Xerte
                                                technical developers<br>
                                                <b>Subject:</b>
                                                [Xerte-dev] Re:
                                                Preparation of XOT and
                                                Xerte test installs<o:p></o:p></p>
                                            </div>
                                          </div>
                                        </div>
                                      </div>
                                    </div>
                                    <div>
                                      <div>
                                        <div>
                                          <div>
                                            <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"> <o:p></o:p></p>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt">If
                                                I can get this working
                                                is there anyone who can
                                                make the release
                                                available while you are
                                                away?<o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"> <o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt">I
                                                am sorry this has become
                                                so difficult, it's
                                                typical when you just
                                                need to get things
                                                tidied up before a
                                                break!<o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"> <o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt">I
                                                hope you are getting
                                                away for a few days and
                                                are able to have a great
                                                time.<o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"> <o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt">Kind
                                                regards<o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"> <o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt">Johnathan<o:p></o:p></p>
                                            </div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"> <o:p></o:p></p>
                                            </div>
                                            <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"> <o:p></o:p></p>
                                          </div>
                                        </div>
                                        <div>
                                          <div>
                                            <div>
                                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt">On
                                                4 April 2012 16:36,
                                                Julian Tenney <<a
                                                  moz-do-not-send="true"
href="mailto:Julian.Tenney@nottingham.ac.uk" target="_blank">Julian.Tenney@nottingham.ac.uk</a>>
                                                wrote:<o:p></o:p></p>
                                            </div>
                                          </div>
                                          <div>
                                            <div>
                                              <div>
                                                <div>
                                                  <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Install
                                                      inno setup and run
                                                      setup.iss in the
                                                      /inno folder. You
                                                      might need to
                                                      change some paths.</span><o:p></o:p></p>
                                                  <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                  <div
                                                    style="border:none;border-top:solid
                                                    #B5C4DF
                                                    1.0pt;padding:3.0pt
                                                    0cm 0cm 0cm">
                                                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                        lang="EN-US"> <a
moz-do-not-send="true"
                                                          href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk"
target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a> [mailto:<a
moz-do-not-send="true"
                                                          href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk"
target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>] <b>On
                                                          Behalf Of </b>Kemp
                                                        Johnathan<br>
                                                        <b>Sent:</b> 04
                                                        April 2012 16:36</span><o:p></o:p></p>
                                                    <div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"><br>
                                                          <b>To:</b> For
                                                          Xerte
                                                          technical
                                                          developers<br>
                                                          <b>Subject:</b>
                                                          [Xerte-dev]
                                                          Re:
                                                          Preparation of
                                                          XOT and Xerte
                                                          test installs<o:p></o:p></p>
                                                      </div>
                                                    </div>
                                                  </div>
                                                </div>
                                              </div>
                                              <div>
                                                <div>
                                                  <div>
                                                    <div>
                                                      <p
                                                        class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"> <o:p></o:p></p>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt">What
                                                          is puzzling me
                                                          is that when I
                                                          run xerte.exe
                                                          from my copy
                                                          of svn runtime
                                                          I do get
                                                          Connector
                                                          pages in the
                                                          menu.<o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"> <o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt">To
                                                          create a build
                                                          I run run.bat?<o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"> <o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt">Can
                                                          I run that on
                                                          my copy of svn
                                                          and do a build
                                                          on my local
                                                          pc?<o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"> <o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt">JK<o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"> <o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"> <o:p></o:p></p>
                                                      </div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"> <o:p></o:p></p>
                                                      </div>
                                                    </div>
                                                  </div>
                                                  <div>
                                                    <div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt">On
                                                          4 April 2012
                                                          16:29, Julian
                                                          Tenney <<a
moz-do-not-send="true" href="mailto:Julian.Tenney@nottingham.ac.uk"
                                                          target="_blank">Julian.Tenney@nottingham.ac.uk</a>>
                                                          wrote:<o:p></o:p></p>
                                                      </div>
                                                    </div>
                                                    <div>
                                                      <div>
                                                        <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">It
                                                          doesn’t. I
                                                          have an up to
                                                          date set of
                                                          files in my
                                                          xerte repo, so
                                                          I have no idea
                                                          why this
                                                          doesn’t work.
                                                          Either you
                                                          haven’t
                                                          commited
                                                          something or
                                                          you’re using a
                                                          different set
                                                          of files.</span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Please
                                                          test
                                                          everything and
                                                          when you think
                                                          you’ve got a
                                                          working build,
                                                          you can build
                                                          the setup.exe
                                                          using inno
                                                          setup. I have
                                                          committed an
                                                          updated
                                                          script. Tom
                                                          can probably
                                                          host it
                                                          somewhere so
                                                          people can try
                                                          it, but
                                                          there’s no
                                                          point in not
                                                          doing the
                                                          testing
                                                          yourself
                                                          first,
                                                          otherwise
                                                          everyone just
                                                          wastes a lot
                                                          of time. I am
                                                          out of the
                                                          office from
                                                          tomorrow until
                                                          19<sup>th</sup>
                                                          April, and
                                                          realistically
                                                          it’s more like
                                                          beginning of
                                                          May when I
                                                          will have any
                                                          time again.
                                                          You guys are
                                                          going to have
                                                          to work some
                                                          of this stuff
                                                          out for
                                                          yourselves if
                                                          we’re ever
                                                          going to get
                                                          these releases
                                                          done.</span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          <div
                                                          style="border:none;border-top:solid
                                                          #B5C4DF
                                                          1.0pt;padding:3.0pt
                                                          0cm 0cm 0cm">
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>
                                                          [mailto:<a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>]
                                                          <b>On Behalf
                                                          Of </b>Kemp
                                                          Johnathan<br>
                                                          <b>Sent:</b>
                                                          04 April 2012
                                                          16:26</span><o:p></o:p></p>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"><br>
                                                          <b>To:</b> For
                                                          Xerte
                                                          technical
                                                          developers<br>
                                                          <b>Subject:</b>
                                                          [Xerte-dev]
                                                          Re:
                                                          Preparation of
                                                          XOT and Xerte
                                                          test installs<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                        </div>
                                                        <div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt">It
                                                          should be
                                                          looking like
                                                          in the
                                                          attached file.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt">JK<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt">On
                                                          4 April 2012
                                                          16:19, Julian
                                                          Tenney <<a
moz-do-not-send="true" href="mailto:Julian.Tenney@nottingham.ac.uk"
                                                          target="_blank">Julian.Tenney@nottingham.ac.uk</a>>
                                                          wrote:<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Should
                                                          I see
                                                          connector
                                                          pages in these
                                                          menus?</span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"><b><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                                                          lang="EN-US">Error!
                                                          Filename not
                                                          specified.</span></b><o:p></o:p></p>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          <div
                                                          style="border:none;border-top:solid
                                                          #B5C4DF
                                                          1.0pt;padding:3.0pt
                                                          0cm 0cm 0cm">
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>
                                                          [mailto:<a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>]
                                                          <b>On Behalf
                                                          Of </b>Kemp
                                                          Johnathan<br>
                                                          <b>Sent:</b>
                                                          04 April 2012
                                                          16:05</span><o:p></o:p></p>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"><br>
                                                          <b>To:</b> For
                                                          Xerte
                                                          technical
                                                          developers<br>
                                                          <b>Subject:</b>
                                                          [Xerte-dev]
                                                          Re:
                                                          Preparation of
                                                          XOT and Xerte
                                                          test installs<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt">I
                                                          ran xerte.exe
                                                          from my copy
                                                          of the svn
                                                          runtime and
                                                          was able to
                                                          create a new
                                                          project that
                                                          had access to
                                                          connector
                                                          pages.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt">Let
                                                          me know when
                                                          you have a
                                                          build and I'll
                                                          give it a
                                                          test.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt">Kind
                                                          regards<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt">Johnathan<o:p></o:p></p>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt">On
                                                          4 April 2012
                                                          16:00, Julian
                                                          Tenney <<a
moz-do-not-send="true" href="mailto:Julian.Tenney@nottingham.ac.uk"
                                                          target="_blank">Julian.Tenney@nottingham.ac.uk</a>>
                                                          wrote:<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">If
                                                          you run
                                                          Xerte.exe in
                                                          the checked
                                                          out files, you
                                                          will get the
                                                          running
                                                          version of the
                                                          app once
                                                          built. If that
                                                          doesn’t work,
                                                          it needs
                                                          fixing, so you
                                                          can answer
                                                          your own
                                                          question about
                                                          what will
                                                          happen in the
                                                          build: just
                                                          run xerte.exe
                                                          amongst the
                                                          repo files.</span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">If
                                                          it doesn’t
                                                          work, then
                                                          someone needs
                                                          to check in
                                                          the files that
                                                          makes it work,
                                                          cos I’ve got
                                                          the latest
                                                          files from the
                                                          svn.</span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          <div
                                                          style="border:none;border-top:solid
                                                          #B5C4DF
                                                          1.0pt;padding:3.0pt
                                                          0cm 0cm 0cm">
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>
                                                          [mailto:<a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>]
                                                          <b>On Behalf
                                                          Of </b>Kemp
                                                          Johnathan<br>
                                                          <b>Sent:</b>
                                                          04 April 2012
                                                          15:50</span><o:p></o:p></p>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"><br>
                                                          <b>To:</b> For
                                                          Xerte
                                                          technical
                                                          developers<br>
                                                          <b>Subject:</b>
                                                          [Xerte-dev]
                                                          Re:
                                                          Preparation of
                                                          XOT and Xerte
                                                          test installs<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">I
                                                          have just
                                                          performed a
                                                          test in which
                                                          I copied and
                                                          retitled an
                                                          xwd and its
                                                          associated rlm
                                                          file and then
                                                          changed the
                                                          menus value
                                                          from "Text" to
                                                          "TextX"<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">When
                                                          I then opened
                                                          Xerte and
                                                          created a new
                                                          pages  project
                                                          the new TextX
                                                          menu group was
                                                          displayed with
                                                          the new page
                                                          in it.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">So
                                                          if you are
                                                          still having
                                                          issues with
                                                          the Connector
                                                          pages not
                                                          being
                                                          displayed in a
                                                          pages project
                                                          (note I have
                                                          not yet
                                                          updated
                                                          pageTemplates.xtp
                                                          so that will
                                                          not currently
                                                          offer
                                                          Connector
                                                          pages) then I
                                                          think it is
                                                          probably down
                                                          to not having
                                                          the right
                                                          version of the
                                                          files that
                                                          deliver the
                                                          Xerte editor,
                                                          exe. etc.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">Kind
                                                          regards<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">Johnathan<o:p></o:p></p>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">On
                                                          4 April 2012
                                                          15:32, Kemp
                                                          Johnathan <<a
moz-do-not-send="true" href="mailto:johnathan.kemp@ntlworld.com"
                                                          target="_blank">johnathan.kemp@ntlworld.com</a>>
                                                          wrote:<o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">Try
                                                          now,<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">I
                                                          thought I had
                                                          edited that
                                                          data out, not
                                                          sure how it
                                                          escaped!<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">I
                                                          have updated
                                                          the .rlo file
                                                          and tested the
                                                          set in a new
                                                          Xerte project.
                                                          There should
                                                          be one blank
                                                          page in the
                                                          project.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">If
                                                          the connector
                                                          pages still do
                                                          not show I am
                                                          not sure why
                                                          that might be
                                                          as to my
                                                          knowledge what
                                                          is offered is
                                                          based on what
                                                          is in the
                                                          Wizard folder,
                                                          and correct
                                                          references in
                                                          the xwd menus
                                                          property.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">It
                                                          might indicate
                                                          that something
                                                          that governs
                                                          the
                                                          functioning of
                                                          Xerte.exe has
                                                          not been
                                                          updated.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">Kind
                                                          regards<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"><span
style="color:#888888">Johnathan</span><o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">On
                                                          4 April 2012
                                                          15:19, Kemp
                                                          Johnathan <<a
moz-do-not-send="true" href="mailto:johnathan.kemp@ntlworld.com"
                                                          target="_blank">johnathan.kemp@ntlworld.com</a>>
                                                          wrote:<o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">Whoops!<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">Back
                                                          in a couple of
                                                          minutes -
                                                          that's what
                                                          happens when
                                                          you try to
                                                          include the
                                                          latest bits
                                                          from a test
                                                          project :-(<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">JK<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt">On
                                                          4 April 2012
                                                          15:02, Julian
                                                          Tenney <<a
moz-do-not-send="true" href="mailto:Julian.Tenney@nottingham.ac.uk"
                                                          target="_blank">Julian.Tenney@nottingham.ac.uk</a>>
                                                          wrote:<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I
                                                          made a build
                                                          and installed
                                                          it, created a
                                                          new pages
                                                          project: it
                                                          doesn’t start
                                                          empty. There
                                                          are no
                                                          connector
                                                          pages amongst
                                                          the menus?</span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"><b><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"
                                                          lang="EN-US">Error!
                                                          Filename not
                                                          specified.</span></b><o:p></o:p></p>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          <div
                                                          style="border:none;border-top:solid
                                                          #B5C4DF
                                                          1.0pt;padding:3.0pt
                                                          0cm 0cm 0cm">
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>
                                                          [mailto:<a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>]
                                                          <b>On Behalf
                                                          Of </b>Kemp
                                                          Johnathan<br>
                                                          <b>Sent:</b>
                                                          04 April 2012
                                                          14:45</span><o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"><br>
                                                          <b>To:</b> For
                                                          Xerte
                                                          technical
                                                          developers<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"><b>Subject:</b>
                                                          [Xerte-dev]
                                                          Re:
                                                          Preparation of
                                                          XOT and Xerte
                                                          test installs<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt">OK
                                                          latest update.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt">Re.
                                                          XOT The files
                                                          (models,
                                                          thumbs,
                                                          data.xwd,
                                                          Nottingham.rlt
                                                          that are in
                                                          the svn have
                                                          been briefly
                                                          tested in
                                                          XAMPP and it
                                                          is possible to
                                                          create a
                                                          project and
                                                          add new pages.
                                                          One feature
                                                          that will need
                                                          attention is
                                                          that some of
                                                          the pages are
                                                          missing icons,
                                                          but I think
                                                          these have to
                                                          be added in
                                                          Flash. So if
                                                          Ron were to
                                                          take the
                                                          contents of
                                                          the
                                                          modules/xerte/parent_templates/Nottingham
                                                          folder that
                                                          are in the XOT
                                                          svn he should
                                                          be able to use
                                                          these with
                                                          XAMPP to build
                                                          a test
                                                          installation
                                                          for testing
                                                          the new
                                                          models, but it
                                                          will not
                                                          include
                                                          currently the
                                                          language
                                                          features.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt">Re.
                                                          Xerte<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt">I
                                                          have added
                                                          files to the
                                                          xerte svn
                                                          runtime which
                                                          I think will
                                                          be enough to
                                                          create a
                                                          working
                                                          install. With
                                                          one big
                                                          proviso - I
                                                          don't know
                                                          which files
                                                          Tom worked on
                                                          to provide the
                                                          support in the
                                                          Xerte
                                                          application
                                                          for the new
                                                          "pages"
                                                          project type.
                                                          If these
                                                          changes have
                                                          been added to
                                                          the runtime
                                                          then we should
                                                          be in
                                                          business, if
                                                          not then they
                                                          will need
                                                          adding.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt">Kind
                                                          regards<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt">Johnathan<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt">On
                                                          4 April 2012
                                                          12:52, Julian
                                                          Tenney <<a
moz-do-not-send="true" href="mailto:Julian.Tenney@nottingham.ac.uk"
                                                          target="_blank">Julian.Tenney@nottingham.ac.uk</a>>
                                                          wrote:<o:p></o:p></p>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Have
                                                          you done any
                                                          provisional
                                                          testing with
                                                          XAMPP? It’s
                                                          easy to
                                                          install
                                                          toolkits on a
                                                          local machine,
                                                          and you can
                                                          check you can
                                                          at least
                                                          create, edit,
                                                          save an LO
                                                          before anyone
                                                          else tries to
                                                          set it up,</span><o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"><span
style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"> </span><o:p></o:p></p>
                                                          <div
                                                          style="border:none;border-top:solid
                                                          #B5C4DF
                                                          1.0pt;padding:3.0pt
                                                          0cm 0cm 0cm">
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"><b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">From:</span></b><span
style="font-size:10.0pt;font-family:"Tahoma","sans-serif""
                                                          lang="EN-US">
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>
                                                          [mailto:<a
                                                          moz-do-not-send="true"
href="mailto:xerte-dev-bounces@lists.nottingham.ac.uk" target="_blank">xerte-dev-bounces@lists.nottingham.ac.uk</a>]
                                                          <b>On Behalf
                                                          Of </b>Kemp
                                                          Johnathan<br>
                                                          <b>Sent:</b>
                                                          04 April 2012
                                                          12:09</span><o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"><br>
                                                          <b>To:</b>
                                                          Xerte
                                                          Developers
                                                          Discussion
                                                          List<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"><b>Subject:</b>
                                                          [Xerte-dev]
                                                          Re:
                                                          Preparation of
                                                          XOT and Xerte
                                                          test installs<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">I
                                                          have now
                                                          successfully
                                                          committed to
                                                          the XOT svn
                                                          trunk the new
                                                          model files,
                                                          missing
                                                          thumbnails,
                                                          individual xwd
                                                          files (in a
                                                          new folder
                                                          wizards/en/ )
                                                          and replaced
                                                          data.xwd with
                                                          an equivalent
                                                          built using
                                                          Tom's php
                                                          scripts from
                                                          the individual
                                                          xwds.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">This
                                                          should provide
                                                          a working set
                                                          of models to
                                                          test. <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">During
                                                          developments
                                                          several
                                                          changes were
                                                          made to
                                                          XMLengine.swf,
                                                          wizard.swf and
                                                          editor.swf. I
                                                          don't know if
                                                          the people
                                                          responsible
                                                          for these
                                                          changes have
                                                          updated them
                                                          in the XOT
                                                          svn.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">Tom
                                                          if you have
                                                          made changes
                                                          to any of the
                                                          models then
                                                          these will
                                                          need updating
                                                          in the svn. If
                                                          there have
                                                          been changes
                                                          to the xwds
                                                          then a new
                                                          data.xwd file
                                                          will need to
                                                          be generated.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">I
                                                          don't know
                                                          what else will
                                                          need adding to
                                                          the XOT svn in
                                                          order to
                                                          complete the
                                                          support for
                                                          modularisation
                                                          - Tom I think
                                                          this is an
                                                          area in which
                                                          you will know
                                                          best.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">Kind
                                                          regards<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">Johnathan<o:p></o:p></p>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">On
                                                          3 April 2012
                                                          12:03, Kemp
                                                          Johnathan <<a
moz-do-not-send="true" href="mailto:johnathan.kemp@ntlworld.com"
                                                          target="_blank">johnathan.kemp@ntlworld.com</a>>
                                                          wrote:<o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">Ron
                                                          is ready to
                                                          set up a test
                                                          server, I have
                                                          some model and
                                                          xwd files and
                                                          thumbnails
                                                          that are ready
                                                          for use but
                                                          there a re a
                                                          few things I
                                                          am not sure
                                                          about. I am
                                                          posting this
                                                          to the
                                                          developer list
                                                          so that the
                                                          communication
                                                          is shared with
                                                          all parties
                                                          who are
                                                          helping to put
                                                          this new
                                                          development on
                                                          the road.<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:360.0pt">1.<span
style="font-size:7.0pt">      </span>With respect to the new model and
                                                          xwd files, Tom
                                                          have you made
                                                          any changes to
                                                          copies of the
                                                          files in the
                                                          xerte svn
                                                          pageWizards/models
                                                          and
                                                          pageWizards/en
                                                          folders? I
                                                          know you
                                                          mentioned
                                                          earlier
                                                          changing the
                                                          way that
                                                          "question n of
                                                          m" was handled
                                                          in some of the
                                                          pages. I have
                                                          not noticed
                                                          any changes to
                                                          the xwd and
                                                          rlm files in
                                                          the
                                                          pageWizards
                                                          section of the
                                                          svn. If there
                                                          are changes
                                                          where can I
                                                          get the new
                                                          version of the
                                                          files as they
                                                          need adding to
                                                          the xerte
                                                          build files
                                                          and the XOT
                                                          build files.<o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:360.0pt">2.<span
style="font-size:7.0pt">      </span>With respect to a new xerte build
                                                          am I right in
                                                          assuming that
                                                          we need to add
                                                          a new "pages"
                                                          folder to the
                                                          xerte svn
                                                          "runtime"
                                                          folder. This
                                                          "pages" folder
                                                          will contain
                                                          all the
                                                          default files
                                                          for a new
                                                          "pages"
                                                          project. Also
                                                          that the
                                                          runtime folder
                                                          will need new
                                                          folders for
                                                          "php" to
                                                          contain the
                                                          php language,
                                                          and "scripts"
                                                          to contain the
                                                          php script
                                                          files that
                                                          build the
                                                          template.xwd
                                                          file.<o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:360.0pt">3.<span
style="font-size:7.0pt">      </span>With respect to the XOT build, It
                                                          is my
                                                          understanding
                                                          that new files
                                                          are being
                                                          added directly
                                                          to the trunk
                                                          and that I
                                                          need to add
                                                          the model
                                                          files (once
                                                          the issue in
                                                          1. is sorted)
                                                          to the folder
modules/xerte/parent_templates/Nottingham/models/ <o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:360.0pt">4.<span
style="font-size:7.0pt">      </span>In addition to point 3. I need to
                                                          create a new
                                                          folder in 
                                                          modules/xerte/parent_templates/Nottingham/wizards/en
                                                          which will
                                                          contain the
                                                          individual xwd
                                                          files.<o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:360.0pt">5.<span
style="font-size:7.0pt">      </span>I will also add the new thumbnail
                                                          images to the
                                                           modules/xerte/parent_templates/Nottingham/thumbs
                                                          folder.<o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:360.0pt">6.<span
style="font-size:7.0pt">      </span>Tom what if any php scripts will
                                                          need adding to
                                                          the XOT server
                                                          and where will
                                                          they be
                                                          located?<o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:360.0pt">7.<span
style="font-size:7.0pt">      </span>My knowledge of XOT is limited. Is
                                                          there anything
                                                          else we need
                                                          to consider in
                                                          order to be in
                                                          a position
                                                          where we can
                                                          say to Ron
                                                          that he can
                                                          download the
                                                          XOT trunk and
                                                          use that to
                                                          build his test
                                                          server?<o:p></o:p></p>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:360.0pt">8.<span
style="font-size:7.0pt">      </span>Once we have the XOT test server
                                                          up and running
                                                          can we review
                                                          the situation
                                                          with the Xerte
                                                          runtime so
                                                          that we can
                                                          get a Xerte
                                                          build ready
                                                          for testing? <o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt">Kind
                                                          regards<o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"><span
style="color:#888888">Johnathan</span><o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:324.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          <div>
                                                          <p
                                                          style="margin-left:288.0pt">This
                                                          message and
                                                          any attachment
                                                          are intended
                                                          solely for the
                                                          addressee and
                                                          may contain
                                                          confidential
                                                          information.
                                                          If you have
                                                          received this
                                                          message in
                                                          error, please
                                                          send it back
                                                          to me, and
                                                          immediately
                                                          delete it.
                                                          Please do not
                                                          use, copy or
                                                          disclose the
                                                          information
                                                          contained in
                                                          this message
                                                          or in any
                                                          attachment.
                                                          Any views or
                                                          opinions
                                                          expressed by
                                                          the author of
                                                          this email do
                                                          not
                                                          necessarily
                                                          reflect the
                                                          views of the
                                                          University of
                                                          Nottingham. <o:p></o:p></p>
                                                          <p
                                                          style="margin-left:288.0pt">This
                                                          message has
                                                          been checked
                                                          for viruses
                                                          but the
                                                          contents of an
                                                          attachment may
                                                          still contain
                                                          software
                                                          viruses which
                                                          could damage
                                                          your computer
                                                          system: you
                                                          are advised to
                                                          perform your
                                                          own checks.
                                                          Email
                                                          communications
                                                          with the
                                                          University of
                                                          Nottingham may
                                                          be monitored
                                                          as permitted
                                                          by UK
                                                          legislation. <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:288.0pt"><br>
_______________________________________________<br>
                                                          Xerte-dev
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:Xerte-dev@lists.nottingham.ac.uk" target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                                                          target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                                                          <br>
                                                          This message
                                                          and any
                                                          attachment are
                                                          intended
                                                          solely for the
                                                          addressee and
                                                          may contain
                                                          confidential
                                                          information.
                                                          If you have
                                                          received this
                                                          message in
                                                          error, please
                                                          send it back
                                                          to me, and
                                                          immediately
                                                          delete it.  
                                                          Please do not
                                                          use, copy or
                                                          disclose the
                                                          information
                                                          contained in
                                                          this message
                                                          or in any
                                                          attachment.
                                                           Any views or
                                                          opinions
                                                          expressed by
                                                          the author of
                                                          this email do
                                                          not
                                                          necessarily
                                                          reflect the
                                                          views of the
                                                          University of
                                                          Nottingham.<br>
                                                          <br>
                                                          This message
                                                          has been
                                                          checked for
                                                          viruses but
                                                          the contents
                                                          of an
                                                          attachment<br>
                                                          may still
                                                          contain
                                                          software
                                                          viruses which
                                                          could damage
                                                          your computer
                                                          system:<br>
                                                          you are
                                                          advised to
                                                          perform your
                                                          own checks.
                                                          Email
                                                          communications
                                                          with the<br>
                                                          University of
                                                          Nottingham may
                                                          be monitored
                                                          as permitted
                                                          by UK
                                                          legislation.<o:p></o:p></p>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:288.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:252.0pt"><br>
_______________________________________________<br>
                                                          Xerte-dev
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:Xerte-dev@lists.nottingham.ac.uk" target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                                                          target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                                                          <br>
                                                          This message
                                                          and any
                                                          attachment are
                                                          intended
                                                          solely for the
                                                          addressee and
                                                          may contain
                                                          confidential
                                                          information.
                                                          If you have
                                                          received this
                                                          message in
                                                          error, please
                                                          send it back
                                                          to me, and
                                                          immediately
                                                          delete it.  
                                                          Please do not
                                                          use, copy or
                                                          disclose the
                                                          information
                                                          contained in
                                                          this message
                                                          or in any
                                                          attachment.
                                                           Any views or
                                                          opinions
                                                          expressed by
                                                          the author of
                                                          this email do
                                                          not
                                                          necessarily
                                                          reflect the
                                                          views of the
                                                          University of
                                                          Nottingham.<br>
                                                          <br>
                                                          This message
                                                          has been
                                                          checked for
                                                          viruses but
                                                          the contents
                                                          of an
                                                          attachment<br>
                                                          may still
                                                          contain
                                                          software
                                                          viruses which
                                                          could damage
                                                          your computer
                                                          system:<br>
                                                          you are
                                                          advised to
                                                          perform your
                                                          own checks.
                                                          Email
                                                          communications
                                                          with the<br>
                                                          University of
                                                          Nottingham may
                                                          be monitored
                                                          as permitted
                                                          by UK
                                                          legislation.<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:252.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:216.0pt"><br>
_______________________________________________<br>
                                                          Xerte-dev
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:Xerte-dev@lists.nottingham.ac.uk" target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                                                          target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                                                          <br>
                                                          This message
                                                          and any
                                                          attachment are
                                                          intended
                                                          solely for the
                                                          addressee and
                                                          may contain
                                                          confidential
                                                          information.
                                                          If you have
                                                          received this
                                                          message in
                                                          error, please
                                                          send it back
                                                          to me, and
                                                          immediately
                                                          delete it.  
                                                          Please do not
                                                          use, copy or
                                                          disclose the
                                                          information
                                                          contained in
                                                          this message
                                                          or in any
                                                          attachment.
                                                           Any views or
                                                          opinions
                                                          expressed by
                                                          the author of
                                                          this email do
                                                          not
                                                          necessarily
                                                          reflect the
                                                          views of the
                                                          University of
                                                          Nottingham.<br>
                                                          <br>
                                                          This message
                                                          has been
                                                          checked for
                                                          viruses but
                                                          the contents
                                                          of an
                                                          attachment<br>
                                                          may still
                                                          contain
                                                          software
                                                          viruses which
                                                          could damage
                                                          your computer
                                                          system:<br>
                                                          you are
                                                          advised to
                                                          perform your
                                                          own checks.
                                                          Email
                                                          communications
                                                          with the<br>
                                                          University of
                                                          Nottingham may
                                                          be monitored
                                                          as permitted
                                                          by UK
                                                          legislation.<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:216.0pt"> <o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <div>
                                                          <div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:180.0pt"><br>
_______________________________________________<br>
                                                          Xerte-dev
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:Xerte-dev@lists.nottingham.ac.uk" target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                                                          target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                                                          <br>
                                                          This message
                                                          and any
                                                          attachment are
                                                          intended
                                                          solely for the
                                                          addressee and
                                                          may contain
                                                          confidential
                                                          information.
                                                          If you have
                                                          received this
                                                          message in
                                                          error, please
                                                          send it back
                                                          to me, and
                                                          immediately
                                                          delete it.  
                                                          Please do not
                                                          use, copy or
                                                          disclose the
                                                          information
                                                          contained in
                                                          this message
                                                          or in any
                                                          attachment.
                                                           Any views or
                                                          opinions
                                                          expressed by
                                                          the author of
                                                          this email do
                                                          not
                                                          necessarily
                                                          reflect the
                                                          views of the
                                                          University of
                                                          Nottingham.<br>
                                                          <br>
                                                          This message
                                                          has been
                                                          checked for
                                                          viruses but
                                                          the contents
                                                          of an
                                                          attachment<br>
                                                          may still
                                                          contain
                                                          software
                                                          viruses which
                                                          could damage
                                                          your computer
                                                          system:<br>
                                                          you are
                                                          advised to
                                                          perform your
                                                          own checks.
                                                          Email
                                                          communications
                                                          with the<br>
                                                          University of
                                                          Nottingham may
                                                          be monitored
                                                          as permitted
                                                          by UK
                                                          legislation.<o:p></o:p></p>
                                                          </div>
                                                          </div>
                                                          </div>
                                                          <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:180.0pt"> <o:p></o:p></p>
                                                          </div>
                                                        </div>
                                                      </div>
                                                    </div>
                                                    <div>
                                                      <div>
                                                        <p
                                                          class="MsoNormal"
style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:144.0pt"><br>
_______________________________________________<br>
                                                          Xerte-dev
                                                          mailing list<br>
                                                          <a
                                                          moz-do-not-send="true"
href="mailto:Xerte-dev@lists.nottingham.ac.uk" target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                                                          <a
                                                          moz-do-not-send="true"
href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                                                          target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                                                          <br>
                                                          This message
                                                          and any
                                                          attachment are
                                                          intended
                                                          solely for the
                                                          addressee and
                                                          may contain
                                                          confidential
                                                          information.
                                                          If you have
                                                          received this
                                                          message in
                                                          error, please
                                                          send it back
                                                          to me, and
                                                          immediately
                                                          delete it.  
                                                          Please do not
                                                          use, copy or
                                                          disclose the
                                                          information
                                                          contained in
                                                          this message
                                                          or in any
                                                          attachment.
                                                           Any views or
                                                          opinions
                                                          expressed by
                                                          the author of
                                                          this email do
                                                          not
                                                          necessarily
                                                          reflect the
                                                          views of the
                                                          University of
                                                          Nottingham.<br>
                                                          <br>
                                                          This message
                                                          has been
                                                          checked for
                                                          viruses but
                                                          the contents
                                                          of an
                                                          attachment<br>
                                                          may still
                                                          contain
                                                          software
                                                          viruses which
                                                          could damage
                                                          your computer
                                                          system:<br>
                                                          you are
                                                          advised to
                                                          perform your
                                                          own checks.
                                                          Email
                                                          communications
                                                          with the<br>
                                                          University of
                                                          Nottingham may
                                                          be monitored
                                                          as permitted
                                                          by UK
                                                          legislation.<o:p></o:p></p>
                                                      </div>
                                                    </div>
                                                  </div>
                                                  <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:144.0pt"> <o:p></o:p></p>
                                                </div>
                                              </div>
                                            </div>
                                          </div>
                                          <div>
                                            <div>
                                              <p class="MsoNormal"
                                                style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:108.0pt"><br>
_______________________________________________<br>
                                                Xerte-dev mailing list<br>
                                                <a
                                                  moz-do-not-send="true"
href="mailto:Xerte-dev@lists.nottingham.ac.uk" target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                                                <a
                                                  moz-do-not-send="true"
href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                                                  target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                                                <br>
                                                This message and any
                                                attachment are intended
                                                solely for the addressee
                                                and may contain
                                                confidential
                                                information. If you have
                                                received this message in
                                                error, please send it
                                                back to me, and
                                                immediately delete it.  
                                                Please do not use, copy
                                                or disclose the
                                                information contained in
                                                this message or in any
                                                attachment.  Any views
                                                or opinions expressed by
                                                the author of this email
                                                do not necessarily
                                                reflect the views of the
                                                University of
                                                Nottingham.<br>
                                                <br>
                                                This message has been
                                                checked for viruses but
                                                the contents of an
                                                attachment<br>
                                                may still contain
                                                software viruses which
                                                could damage your
                                                computer system:<br>
                                                you are advised to
                                                perform your own checks.
                                                Email communications
                                                with the<br>
                                                University of Nottingham
                                                may be monitored as
                                                permitted by UK
                                                legislation.<o:p></o:p></p>
                                            </div>
                                          </div>
                                        </div>
                                        <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:108.0pt"> <o:p></o:p></p>
                                      </div>
                                    </div>
                                  </div>
                                </div>
                                <div>
                                  <div>
                                    <p class="MsoNormal"
                                      style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:72.0pt"><br>
_______________________________________________<br>
                                      Xerte-dev mailing list<br>
                                      <a moz-do-not-send="true"
                                        href="mailto:Xerte-dev@lists.nottingham.ac.uk"
                                        target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                                      <a moz-do-not-send="true"
                                        href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                                        target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                                      <br>
                                      This message and any attachment
                                      are intended solely for the
                                      addressee and may contain
                                      confidential information. If you
                                      have received this message in
                                      error, please send it back to me,
                                      and immediately delete it.  
                                      Please do not use, copy or
                                      disclose the information contained
                                      in this message or in any
                                      attachment.  Any views or opinions
                                      expressed by the author of this
                                      email do not necessarily reflect
                                      the views of the University of
                                      Nottingham.<br>
                                      <br>
                                      This message has been checked for
                                      viruses but the contents of an
                                      attachment<br>
                                      may still contain software viruses
                                      which could damage your computer
                                      system:<br>
                                      you are advised to perform your
                                      own checks. Email communications
                                      with the<br>
                                      University of Nottingham may be
                                      monitored as permitted by UK
                                      legislation.<o:p></o:p></p>
                                  </div>
                                </div>
                              </div>
                              <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                            </div>
                          </div>
                        </div>
                        <div>
                          <div>
                            <p class="MsoNormal"
                              style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:72.0pt"><o:p> </o:p></p>
                            <pre style="margin-left:72.0pt">_______________________________________________<o:p></o:p></pre>
                            <pre style="margin-left:72.0pt">Xerte-dev mailing list<o:p></o:p></pre>
                            <pre style="margin-left:72.0pt"><a moz-do-not-send="true" href="mailto:Xerte-dev@lists.nottingham.ac.uk" target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><o:p></o:p></pre>
                            <pre style="margin-left:72.0pt"><a moz-do-not-send="true" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev" target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><o:p></o:p></pre>
                            <pre style="margin-left:72.0pt"> <o:p></o:p></pre>
                          </div>
                        </div>
                        <pre style="margin-left:72.0pt">This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<o:p></o:p></pre>
                        <div>
                          <pre style="margin-left:72.0pt"> <o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">This message has been checked for viruses but the contents of an attachment<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">may still contain software viruses which could damage your computer system:<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">you are advised to perform your own checks. Email communications with the<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">University of Nottingham may be monitored as permitted by UK legislation.<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt"> <o:p></o:p></pre>
                          <p class="MsoNormal"
                            style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:72.0pt"><o:p> </o:p></p>
                        </div>
                        <div>
                          <pre style="margin-left:72.0pt">-- <o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">--<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt"> <o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">Tom Reijnders<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">TOR Informatica<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">Chopinlaan 27<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">5242HM Rosmalen<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">Tel: 073 5226191<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt">Fax: 073 5226196<o:p></o:p></pre>
                          <pre style="margin-left:72.0pt"> <o:p></o:p></pre>
                        </div>
                      </div>
                      <p class="MsoNormal"
                        style="mso-margin-top-alt:auto;margin-bottom:12.0pt;margin-left:72.0pt"><o:p> </o:p></p>
                      <div>
                        <p class="MsoNormal"
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:36.0pt">_______________________________________________<br>
                          Xerte-dev mailing list<br>
                          <a moz-do-not-send="true"
                            href="mailto:Xerte-dev@lists.nottingham.ac.uk"
                            target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                          <a moz-do-not-send="true"
                            href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                            target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                          <br>
                          This message and any attachment are intended
                          solely for the addressee and may contain
                          confidential information. If you have received
                          this message in error, please send it back to
                          me, and immediately delete it.   Please do not
                          use, copy or disclose the information
                          contained in this message or in any
                          attachment.  Any views or opinions expressed
                          by the author of this email do not necessarily
                          reflect the views of the University of
                          Nottingham.<br>
                          <br>
                          This message has been checked for viruses but
                          the contents of an attachment<br>
                          may still contain software viruses which could
                          damage your computer system:<br>
                          you are advised to perform your own checks.
                          Email communications with the<br>
                          University of Nottingham may be monitored as
                          permitted by UK legislation.<o:p></o:p></p>
                      </div>
                    </div>
                    <p class="MsoNormal"
style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;margin-left:72.0pt"> <o:p></o:p></p>
                  </div>
                </div>
                <p class="MsoNormal"
style="mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:12.0pt;margin-left:36.0pt"><br>
                  _______________________________________________<br>
                  Xerte-dev mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:Xerte-dev@lists.nottingham.ac.uk"
                    target="_blank">Xerte-dev@lists.nottingham.ac.uk</a><br>
                  <a moz-do-not-send="true"
                    href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev"
                    target="_blank">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><br>
                  <br>
                  This message and any attachment are intended solely
                  for the addressee and may contain confidential
                  information. If you have received this message in
                  error, please send it back to me, and immediately
                  delete it.   Please do not use, copy or disclose the
                  information contained in this message or in any
                  attachment.  Any views or opinions expressed by the
                  author of this email do not necessarily reflect the
                  views of the University of Nottingham.<br>
                  <br>
                  This message has been checked for viruses but the
                  contents of an attachment<br>
                  may still contain software viruses which could damage
                  your computer system:<br>
                  you are advised to perform your own checks. Email
                  communications with the<br>
                  University of Nottingham may be monitored as permitted
                  by UK legislation.<br>
                  <br>
                  <o:p></o:p></p>
              </div>
              <p class="MsoNormal" style="margin-left:36.0pt"><o:p> </o:p></p>
            </div>
          </div>
        </div>
        <p class="MsoNormal" style="margin-left:36.0pt"><br>
          <br>
          <br>
          <br>
          <o:p></o:p></p>
        <pre style="margin-left:36.0pt">_______________________________________________<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">Xerte-dev mailing list<o:p></o:p></pre>
        <pre style="margin-left:36.0pt"><a moz-do-not-send="true" href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a><o:p></o:p></pre>
        <pre style="margin-left:36.0pt"><a moz-do-not-send="true" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a><o:p></o:p></pre>
        <pre style="margin-left:36.0pt"><o:p> </o:p></pre>
        <pre style="margin-left:36.0pt">This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.<o:p></o:p></pre>
        <pre style="margin-left:36.0pt"><o:p> </o:p></pre>
        <pre style="margin-left:36.0pt">This message has been checked for viruses but the contents of an attachment<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">may still contain software viruses which could damage your computer system:<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">you are advised to perform your own checks. Email communications with the<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">University of Nottingham may be monitored as permitted by UK legislation.<o:p></o:p></pre>
        <pre style="margin-left:36.0pt"><o:p> </o:p></pre>
        <p class="MsoNormal" style="margin-left:36.0pt"><br>
          <br>
          <o:p></o:p></p>
        <pre style="margin-left:36.0pt">-- <o:p></o:p></pre>
        <pre style="margin-left:36.0pt">--<o:p></o:p></pre>
        <pre style="margin-left:36.0pt"><o:p> </o:p></pre>
        <pre style="margin-left:36.0pt">Tom Reijnders<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">TOR Informatica<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">Chopinlaan 27<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">5242HM Rosmalen<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">Tel: 073 5226191<o:p></o:p></pre>
        <pre style="margin-left:36.0pt">Fax: 073 5226196<o:p></o:p></pre>
        <pre style="margin-left:36.0pt"><o:p> </o:p></pre>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Xerte-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Xerte-dev@lists.nottingham.ac.uk">Xerte-dev@lists.nottingham.ac.uk</a>
<a class="moz-txt-link-freetext" href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev">http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev</a>

This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it.   Please do not use, copy or disclose the information contained in this message or in any attachment.  Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment
may still contain software viruses which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.

</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
--

Tom Reijnders
TOR Informatica
Chopinlaan 27
5242HM Rosmalen
Tel: 073 5226191
Fax: 073 5226196

</pre>
  </body>
</html>