<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <img src="cid:part1.04030200.06000505@tor.nl" alt=""><br>
    <br>
    Op 9-5-2012 12:33, Julian Tenney schreef:
    <blockquote
cite="mid:12C67A1EEC419342AF5E59DA31562C3F0BF43D9559@EXCHANGE1.ad.nottingham.ac.uk"
      type="cite">
      <pre wrap="">Yep.

-----Original Message-----
From: <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>] On Behalf Of Tom Reijnders
Sent: 09 May 2012 11:30
To: For Xerte technical developers
Subject: [Xerte-dev] Re: Export Code (commit of fixes)

Difference between zip and local? Ehmmm... That's what I asked you guys 
last week... :-)

I'll make a quick page first, then we can at least test the 
functionality. UI shouldn't be that big of a problems afterwards. Agree?

Op 9-5-2012 11:53, Julian Tenney schreef:
</pre>
      <blockquote type="cite">
        <pre wrap="">Sorry, whats the difference between local and zip?

Otherwise, yes merge the two 1.2 exports.

I like the idea of a drop down list to select which one.

-----Original Message-----
From: <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>] On Behalf Of Tom Reijnders
Sent: 09 May 2012 10:52
To: For Xerte technical developers
Subject: [Xerte-dev] Re: Export Code (commit of fixes)

No, didn't do anything since last time yet. Current state is that there
are 5 exports:

Zip : will only export used media and will export jMolViewer and/or
mapstraction when used. Will not export the viewer because I need to
look at that.

Local zip: Same but with some changes to the urls

SCORM 1.2

SCORM 1.2 with extra meta data

SCORM 2004


As far as I can tell we can bundle the two SCORM exports. (Always use
SCORM with extra MetaData)

Tom

Op 9-5-2012 11:36, Julian Tenney schreef:
</pre>
        <blockquote type="cite">
          <pre wrap="">I don't want to see this splinter into a complicated page with loads of options. Ideally there might be some code that loops over each filename and sees if it exists anywhere in the xml and then exports it: that would cover hyperlinks too, and the user only has one option.

Otherwise we start ending up with a  slightly baffling local? Scorm? Scorm 2004? Full? Minimal? Deployment? When people just want to get something out.

Are these changes on the test server now?

-----Original Message-----
From: <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>] On Behalf Of Tom Reijnders
Sent: 05 May 2012 19:23
To: For Xerte technical developers
Subject: [Xerte-dev] Re: Export Code (commit of fixes)

That's why I proposed a small(er) Deployment Export and a Full export,
The Deployment export would be a new choice. That started the
export/download discussion.

Op 5-5-2012 20:13, Ron Mitchell schreef:
</pre>
          <blockquote type="cite">
            <pre wrap="">Hi
Only just catching up on discussions that I couldn't follow on Thurs&
Friday...

Personally I think export/download whatever it's called should include all
the media in the media folder not just used media. The reason being
sometimes files are uploaded via media and quota to simply link to via text
hyperlink (and that hyperlink might even be in a linked document rather than
a xerte page) or when trying different content as part of a particular page
or project, so just because these show as not used doesn't mean they might
not be required or used in future. I know that links like this might not
work in the exported project but I think an author naturally assumes that
export includes all their media and if it's a matter of reducing size they
can delete unwanted media via media&    quota before exporting. e.g. owner
should control what's exported and the reason for exporting might simply be
as a backup of the whole project.

HTH
Ron



-----Original Message-----
From: <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>] On Behalf Of Tom Reijnders
Sent: 03 May 2012 16:25
To: For Xerte technical developers
Subject: [Xerte-dev] Export Code (commit of fixes)

I just committed an update to the export code:

Fixes and additions for export
     - Should copy all the language .xml files from the top of the /language
folder
     - Should enable scorm2004 compliant export
     - Should copy JMolViewer and/or mapstraction folders if and only if those
models are used
     - Should ONLY export the used media, the rest is not copied
     - small fixes in htaccess.conf
     - small fixes in library/Xerte/Authentication/Db.php
     - get rid of superfuous scorm files
     - move MainPreloader.swf, rloObject.js and resources.swf out of scorm in
in their own folder (modules/xerte/export)


I wonder whether we should prevent exporting the thumbs folder as well...

David (Goodwin), I used the Db method and had to fix two typos. Comitted
thos as well. BTW, with the current code it is NOT that easy to set a
password in the database... ;-)

Tom

Op 3-5-2012 14:25, Pat Lockley schreef:
</pre>
            <blockquote type="cite">
              <pre wrap="">i couldn't see them failing, was just wondering if the scorm one might
</pre>
            </blockquote>
            <pre wrap="">conflict.
</pre>
            <blockquote type="cite">
              <pre wrap="">On Thu, May 3, 2012 at 1:20 PM, Tom Reijnders<a class="moz-txt-link-rfc2396E" href="mailto:reijnders@tor.nl"><reijnders@tor.nl></a>     wrote:
</pre>
              <blockquote type="cite">
                <pre wrap="">I will, but they are really simple.

Op 3-5-2012 14:01, Pat Lockley schreef:
</pre>
                <blockquote type="cite">
                  <pre wrap="">Tom, could you check the rewrite rules work - worried the scorm ones
might have hungry regexs?

On Thu, May 3, 2012 at 12:57 PM, David Goodwin<a class="moz-txt-link-rfc2396E" href="mailto:david@palepurple.co.uk"><david@palepurple.co.uk></a>
     wrote:
</pre>
                  <blockquote type="cite">
                    <pre wrap="">On 3 May 2012, at 12:48, Pat Lockley wrote:

</pre>
                    <blockquote type="cite">
                      <pre wrap="">i like to leave the odd bug in to encourage other developers
</pre>
                    </blockquote>
                    <pre wrap="">Nice.... thanks for making me laugh :)

David.

Pale Purple Ltd.  (Company No: 5580814) 'Business Web Application
Development and Training in PHP'

<a class="moz-txt-link-freetext" href="http://www.palepurple.co.uk">http://www.palepurple.co.uk</a>
Office: 0845 0046746     Mobile: 07792380669

Follow us on Twitter: @PalePurpleLtd






_______________________________________________
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
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
            <pre wrap="">received this message in
</pre>
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">error, please send it back to me, and immediately delete it.   Please
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
            <pre wrap="">do not
</pre>
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">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
</pre>
                  </blockquote>
                </blockquote>
              </blockquote>
            </blockquote>
            <pre wrap="">Nottingham.
</pre>
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <blockquote type="cite">
                    <pre wrap="">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 legislatio
</pre>
                  </blockquote>
                  <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
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
            <pre wrap="">this message in
</pre>
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <pre wrap="">error, please send it back to me, and immediately delete it.   Please do
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
            <pre wrap="">not
</pre>
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <pre wrap="">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
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
            <pre wrap="">Nottingham.
</pre>
            <blockquote type="cite">
              <blockquote type="cite">
                <blockquote type="cite">
                  <pre wrap="">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
</pre>
                </blockquote>
              </blockquote>
            </blockquote>
            <pre wrap="">legislation.
</pre>
            <blockquote type="cite">
              <blockquote type="cite">
                <pre wrap="">--
--

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



_______________________________________________
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>
</pre>
              </blockquote>
              <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
</pre>
            </blockquote>
            <pre wrap="">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.
</pre>
            <blockquote type="cite">
              <pre wrap="">This message has been checked for viruses but the contents of an
attachment may still contain software viruses which could damage your
</pre>
            </blockquote>
            <pre wrap="">computer system:
</pre>
            <blockquote type="cite">
              <pre wrap="">you are advised to perform your own checks. Email communications with
the University of Nottingham may be monitored as permitted by UK
</pre>
            </blockquote>
            <pre wrap="">legislation.
--
--

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



_______________________________________________
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>


_______________________________________________
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>
</pre>
          </blockquote>
        </blockquote>
      </blockquote>
      <pre wrap="">
</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>