Changeset c10e0e5
- Timestamp:
- 07/27/10 18:13:37 (22 months ago)
- Branches:
- ('vitrine', 'afe109c61a407808bd54d88bcccb1cde726a010a')
- Children:
- aba5738f4dbba12d22e7e3c321dc22e247b19c94
- Parents:
- 3971923fef797908c7239f2bc14a032ec6c7c6c36cdb55337d95c925e72b4592d1d31623aa93a207
- git-author:
- Benoit Grégoire <benoitg@coeus.ca>2010-07-27 18:13:37-04:00
- git-committer:
- Benoit Grégoire <benoitg@coeus.ca>2010-07-27 18:13:37-04:00
- Files:
-
- 14 added
- 9 edited
-
.gitignore (added)
-
html/admin/spider_admin.php (modified) (1 diff)
-
html/admin/spider_interface.php (modified) (1 diff)
-
html/classes/Menus.php (modified) (1 diff)
-
html/classes/SearchEngine.php (modified) (1 diff)
-
html/classes/Style.php (modified) (2 diffs)
-
html/config/config.php (modified) (1 diff)
-
html/custom_content/default/Documentation.php (modified) (2 diffs)
-
html/custom_content/default/Presentation.php (modified) (3 diffs)
-
html/custom_content/default/videos/creating.mov (added)
-
html/custom_content/default/videos/fiche.mov (added)
-
html/custom_content/default/videos/gestion.mov (added)
-
html/custom_content/default/videos/guided_tour.mov (added)
-
html/custom_content/default/videos/modele.mov (added)
-
html/custom_content/default/videos/tour.mov (added)
-
html/custom_content/default/videos/using.mov (added)
-
html/custom_content/guide/Presentation.php (added)
-
html/custom_content/guide/images/entete_logo.gif (added)
-
html/custom_content/guide/images/guide_en.jpg (added)
-
html/custom_content/guide/images/guide_fr.jpg (added)
-
html/custom_content/guide_en/Presentation.php (added)
-
html/favicon.ico (added)
-
html/include/common.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
html/admin/spider_admin.php
r3550449 r3971923 75 75 } 76 76 else if(isset($_REQUEST['run_action'])) { 77 set_time_limit(3000); 78 ini_set('memory_limit', '256M'); 77 79 $spider->run(true);//Harvest in verbose mode 78 80 } -
html/admin/spider_interface.php
r3550449 r3971923 76 76 if (!empty ($spiders)) 77 77 { 78 set_time_limit(3000); 79 ini_set('memory_limit', '256M'); 80 78 81 if ($verbose) 79 82 echo "<h1>"._("Synchronization process started.")."</h1>\n"; -
html/classes/Menus.php
r3550449 r3971923 145 145 $retval .= "</ul>\n"; 146 146 $retval .= "<div id='image_logos_menu'>\n"; 147 $retval .= "<a href=\"http://ntic.org\" id=\"initiative\"><img src=\"http://ntic.org/images/initiative.jpg\" alt=\"Une initiative de La Vitrine technologie-Ãducation\" width=\"130\" height=\"100\" border=\"0\"></a>"; 147 148 $retval .= "</div>\n"; 148 149 -
html/classes/SearchEngine.php
r3550449 r3971923 663 663 /* Limit to specific LO contributions (specific VCard) */ 664 664 if ($this->search_vcard) { 665 $sql_search_limiting_vcard_join = " JOIN lom_2_3_has_lom_contributions ON (union_query.lom_id=lom_2_3_has_lom_contributions.lom_id) JOIN lom_contributions AS resource_contribution ON (lom_2_3_has_lom_contributions.lom_contributions_id=resource_contribution.lom_contributions_id) JOIN lom_contributions_has_vcards AS resource_vcard ON (resource_contribution.lom_contributions_id=resource_vcard.lom_contributions_id)";665 $sql_search_limiting_vcard_join = " JOIN lom_2_3_has_lom_contributions USING (lom_id) JOIN lom_contributions AS resource_contribution ON (lom_2_3_has_lom_contributions.lom_contributions_id=resource_contribution.lom_contributions_id) JOIN lom_contributions_has_vcards AS resource_vcard ON (resource_contribution.lom_contributions_id=resource_vcard.lom_contributions_id)"; 666 666 $vcard_id = $this->search_vcard->getId(); 667 667 $sql_search_limiting_vcard_where = " AND resource_vcard.vcards_id='{$vcard_id}' "; -
html/classes/Style.php
r3550449 r3971923 77 77 $retval .= '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">'."\n"; 78 78 $retval .= '<meta http-equiv="Pragma" CONTENT="no-cache"><meta http-equiv="Expires" CONTENT="-1">'."\n"; 79 80 $retval .= '<meta name="keywords" lang="fr" content="Normetic, MLR, objet, apprentissage, objets, pédagogique, ressouces, enseignement, métadonnées, dépÃŽt, learning, object, metadata, resources" />'."\n"; 81 $retval .= '<script src="http://www.google-analytics.com/urchin.js" 82 type="text/javascript"></script> 83 <script type="text/javascript">_uacct = 84 "UA-160910-7";urchinTracker();</script>'; 79 85 80 86 // Loop through additional meta headers provided in parameter … … 194 200 } 195 201 } /* end class Style */ 202 -
html/config/config.php
r3550449 r3971923 57 57 define("BASE_URL_PATH", 'http://' . $_SERVER['HTTP_HOST'] . '/'); 58 58 59 define("SYSTEM_FULL_PATH", "/var/www/eureka /");59 define("SYSTEM_FULL_PATH", "/var/www/eureka.ntic.org/"); 60 60 61 61 define("FORMAT_LOM_XML", "lom");//For import-export -
html/custom_content/default/Documentation.php
r3550449 r3971923 9 9 10 10 <h2>Tour guidé</h2> 11 <p>Pour vous familiariser avec les fonctions de base d'Eurêka, nous vous recommandons de commencer par ce <a href=' http://eureka.ntic.org/videos/tour.mov'>Tour guidé<a></p>11 <p>Pour vous familiariser avec les fonctions de base d'Eurêka, nous vous recommandons de commencer par ce <a href='custom_content/default/videos/tour.mov'>Tour guidé<a></p> 12 12 <ul> 13 <li><a href=' http://eureka.ntic.org/videos/tour.mov'>Tour guidé<a></li>13 <li><a href='custom_content/default/videos/tour.mov'>Tour guidé<a></li> 14 14 </ul> 15 15 <h2>Fonctions d'édition de ressources et de gestion</h2> 16 16 17 17 <ul> 18 <li><a href=' http://eureka.ntic.org/videos/fiche.mov'>Utilisation d'un modÚle/Gestion des vCards</a></li>19 <li><a href=' http://eureka.ntic.org/videos/modele.mov'>Création d'un modÚle</a></li>20 <li><a href=' http://eureka.ntic.org/videos/gestion.mov'>Gestion</a></li>18 <li><a href='custom_content/default/videos/fiche.mov'>Utilisation d'un modÚle/Gestion des vCards</a></li> 19 <li><a href='custom_content/default/videos/modele.mov'>Création d'un modÚle</a></li> 20 <li><a href='custom_content/default/videos/gestion.mov'>Gestion</a></li> 21 21 </ul> 22 22 … … 33 33 34 34 <h2>Guided tour</h2> 35 <p>To familiarize yourself with Eureka's basic functionnality, we recommend that you begin with this <a href=' http://eureka.ntic.org/videos/guided_tour.mov'>Guided tour<a></p>35 <p>To familiarize yourself with Eureka's basic functionnality, we recommend that you begin with this <a href='custom_content/default/videos/guided_tour.mov'>Guided tour<a></p> 36 36 <ul> 37 <li><a href=' http://eureka.ntic.org/videos/guided_tour.mov'>Guided tour</a></li>37 <li><a href='custom_content/default/videos/guided_tour.mov'>Guided tour</a></li> 38 38 </ul> 39 39 40 40 <h2>Learning resource edition and management functions</h2> 41 41 <ul> 42 <li><a href=' http://eureka.ntic.org/videos/creating.mov'>How to create a record template</a></li>43 <li><a href=' http://eureka.ntic.org/videos/using.mov'>Using a template to create a record</a></li>42 <li><a href='custom_content/default/videos/creating.mov'>How to create a record template</a></li> 43 <li><a href='custom_content/default/videos/using.mov'>Using a template to create a record</a></li> 44 44 </ul> 45 45 -
html/custom_content/default/Presentation.php
r3550449 r3971923 2 2 class Presentation extends CustomContent { 3 3 4 function getMenuTitle($language) { 5 return "Qui sommes-nous?"; 6 } 4 static function displayContent($language) { 7 5 8 static function displayContent($language) {6 if (strncasecmp($language, 'fr', 2) == 0) { 9 7 ?> 10 8 <h1>Qui sommes-nous?</h1> 11 <p class='ElegantText'><span class='DropCap'>D</span>éveloppé afin de favoriser le partage et l'échange de ressources d'enseignement et d'apprentissage (REA) dans le cadre d'un projet de coopération Québec-Wallonie-Bruxelles, Eurêka est la partie québécoise d'un dépÃŽt francophone de métadonnées, basé sur le logiciel libre.</p> 9 <img src="images/ente_logo.jpg" align="left"> 10 <p class='ElegantText'>Développé par la <a href="http://ntic.org/accueil.php3?lang=fr">la Vitrine Technologie-Education</a> afin de favoriser le partage et l'échange de ressources d'enseignement et d'apprentissage (REA) dans le cadre d'un projet de coopération Québec-Wallonie-Bruxelles, Eurêka est la partie québécoise d'un dépÃŽt francophone de métadonnées, basé sur le logiciel libre.</p> 12 11 <span class='ElegantText'> 13 12 <table width='350' align='center'> 14 <tr><td><img src=" ".BASE_URL_PATH."images/logos/gala_octas.jpg" alt="Photo prise lors du gala des Octas 2005"></td></tr>15 <tr><td> De gauche à droite:<br><b><a href='mailto:info@ntic.org'>Pierre-Julien Guay</a></b>, responsable de la <a href='http://ntic.org'>Vitrine APO</a>,13 <tr><td><img src="images/logos/gala_octas.jpg" alt="Photo prise lors du gala des Octas 2005"></td></tr> 14 <tr><td>Photo prise lors du gala des Octas 2005.<br> De gauche à droite:<br><b>Pierre-Julien Guay</b>, responsable de la <a href='http://ntic.org'>Vitrine APO</a>, 16 15 co-rédacteur de Metadata for Learning Resources (MLR) à ISO/IEC JTC1 SC36, 17 <br><b> <a href='mailto:benoit.gregoire@polymtl.ca'>Benoit Grégoire</a></b>, président de Technologies Coeus inc.16 <br><b>Benoit Grégoire</b>, président de Technologies Coeus inc. 18 17 <br><b>François Proulx</b>, chargé du projet Eurêka chez Coeus.</td></tr> 19 18 </table> 20 19 <br> 21 <h1>Contributions financiÚres</h1>22 23 <table border="0" cellpadding="2" cellspacing="2">24 <tbody>25 <tr>26 <td><a href="http://www.mels.gouv.qc.ca/"><img style="border: 0px solid ; width: 215px; height: 100px;" src="".BASE_URL_PATH."images/logos/meq.gif" alt=""></a></td>27 <td class='ElegantText'>Direction générale des affaires universitaires et collégiales<br>28 <br>Direction générale des ressources didactiques</td>29 </tr>30 </tbody>31 </table>32 33 <table border="0" cellpadding="2" cellspacing="2">34 <tbody>35 <tr>36 <td style="text-align: center;"><a href="http://www.ccdmd.qc.ca/"><img style="border: 0px solid ; width: 96px; height: 55px;" src="".BASE_URL_PATH."images/logos/ccdmd.jpg" alt=""></a></td>37 <td style="text-align: center;"><a href="http://www.telequebec.tv/"><img style="border: 0px solid ; width: 81px; height: 57px;" src="".BASE_URL_PATH."images/logos/tele-quebec.jpg" alt=""></a></td>38 <td style="text-align: center;"><a href="http://www.aquops.qc.ca/"><img style="border: 0px solid ; width: 76px; height: 43px;" src="".BASE_URL_PATH."images/logos/aquops.jpg" alt=""></a></td>39 <td style="text-align: center;"><a href="http://c-rdi.qc.ca/"><img style="border: 0px solid ; width: 107px; height: 74px;" src="".BASE_URL_PATH."images/logos/crdi.gif" alt=""></a></td>40 <td style="text-align: center;"><a href="http://www.cslaval.qc.ca/"><img style="border: 0px solid ; width: 77px; height: 42px;" src="".BASE_URL_PATH."images/logos/cs_laval.jpg" alt=""></a></td>41 </tr>42 <tr>43 <td style="text-align: center;"><small>Centre collégial de développement de matériel didactique</small></td>44 <td style="text-align: center;"><small>Télé-Québec</small></td>45 <td style="text-align: center;"><small>Association québécoise des utilisateurs de l'ordinateur au primaire - secondaire</small></td>46 <td style="text-align: center;"><small>Centre de ressources didactiques informatisées</small></td>47 <td style="text-align: center;"><small>Commission scolaire de Laval</small></td>48 </tr>49 </tbody>50 </table>51 20 </span> 52 21 <p class='ElegantText'>La partie wallone, développée par l'Agence pour l'Enseignement et la Recherche Scientifique (AGERS) se nomme <a href="http://www.enseignement.be/respel/">RESPEL</a> (RESsources PEdagogiques en Ligne).</p> … … 54 23 <table width="400" border="0" cellpadding="2"> 55 24 <tr> 56 <td><div align="center"><a href='http://normetic.org/'><img src=" ".BASE_URL_PATH."images/logos/Normetic%20Logo-lg.jpg" width="161" height="61" alt=''><a/></div></td>57 <td><div align="center"><a href='http://www.cancore.ca/fr/'><img src=" ".BASE_URL_PATH."images/logos/cancore.gif" width="114" height="61" alt=''></a></div></td>58 <td><div align="center"><a href='http://www.imsglobal.org/metadata/'><img src=" ".BASE_URL_PATH."images/logos/ims.jpg" width="45" height="61" alt=''></a></div></td>25 <td><div align="center"><a href='http://normetic.org/'><img src="images/logos/Normetic%20Logo-lg.jpg" width="161" height="61" alt=''><a/></div></td> 26 <td><div align="center"><a href='http://www.cancore.ca/fr/'><img src="images/logos/cancore.gif" width="114" height="61" alt=''></a></div></td> 27 <td><div align="center"><a href='http://www.imsglobal.org/metadata/'><img src="images/logos/ims.jpg" width="45" height="61" alt=''></a></div></td> 59 28 </tr> 60 29 <tr> … … 69 38 <p class='ElegantText'>L'idée maîtresse est que cette ressource est suffisamment modulaire pour être réutilisée dans un contexte différent de celui de sa création. Une séquence vidéo sur la sécurité routiÚre conçue pour un cours de conduite peut, par exemple, être utilisée dans un cours de physique (accélération, vecteurs) ou de psychologie (réflexes, consommation d'alcool ou de drogue).</p> 70 39 <p class='ElegantText'>Le concept de granularité renvoie à la notion de taille. Le modÚle SCORM (Sharable Content Object Reference Model) considÚre trois niveaux de granularité:</p> 71 72 40 <p class='ElegantText'><b>1. </b>Les granules sont des objets de granularité trÚs fine tels que des images ou des sons. On peut utiliser un certain nombre de granules pour composer un objet partageable, par exemple une page web comportant plusieurs images de bactéries à différents stades de développement avec les explications appropriées. De façon générale, nous croyons que les granules ont peu de chance d'être réutilisés sans texte explicatif ou sans consigne et qu'il ne devraient pas être inclus dans Eurêka.</p> 73 41 <p class='ElegantText'><b>2. </b>Les objets partageables sont de granularité moyenne et peuvent représenter entre une et dix minutes d'interaction. Ce peut être des séquences vidéos, des exercices interactifs ou imprimables, par exemple. Il s'agit du type idéal d'objet à recenser dans Eurêka.</p> 74 42 <p class='ElegantText'><b>3. </b>Les séquences consistent en un assemblage d'objets d'apprentissage dans un ordre précis. Ces séquences se retrouvent habituellement dans des sites pédagogiques accompagnant un cours ou dans une plateforme de téléformation. Un bon nombre de références disciplinaires générales sont ainsi recensées dans Eurêka.</p> 43 75 44 <?php 76 45 46 } 47 else { 48 ?> 49 <<h1>Who we are</h1> 50 <img src="images/ente_logo.jpg" align="left"> 51 <p class='ElegantText'>Developed by Vitrine <a href="http://ntic.org/accueil.php3?lang=en">Technologie-Education</a> in order to promote the sharing and exchange of learning object resources in a project between Québec-Wallonies-Bruselles, Eureka is the Quebec 52 part of a French depository of metadata based on open software.</p> 53 <span class='ElegantText'> 54 <table width='350' align='center'> 55 <tr><td><img src="images/logos/gala_octas.jpg" alt="Picture taken at the Octas 2005 awards"></td></tr> 56 <tr><td>Picture taken at the Octas 2005 awards. <br>From left to right :<br><b>Pierre-Julien Guay</b>, manager of <a href='http://ntic.org'>Vitrine Technologie-Ãducation</a>, 57 and co-editor de ISO/IEC 19788 Metadata for Learning Resources (MLR) international standard, 58 <br><b>Benoit Grégoire</b>, president of Technologies Coeus inc. 59 <br><b>François Proulx</b>, project manager of the Eurêka project at TechnologiesCoeus inc.</td></tr> 60 </table> 61 <br> 62 </span> 63 <p class='ElegantText'>The wallon part was developed for l'Enseignement et la Recherche Scientifique (AGERS), also known as RESPEL (RESsources PEdagogiques en Ligne).</p> 64 <p class='ElegantText'><b>Our metadata is compatible with the following standard and application profiles:</b></p> 65 <table width="400" border="0" cellpadding="2"> 66 <tr> 67 <td><div align="center"><a href='http://normetic.org/'><img src="images/logos/Normetic%20Logo-lg.jpg" width="161" height="61" alt=''><a/></div></td> 68 <td><div align="center"><a href='http://www.cancore.ca/fr/'><img src="images/logos/cancore.gif" width="114" height="61" alt=''></a></div></td> 69 <td><div align="center"><a href='http://www.imsglobal.org/metadata/'><img src="images/logos/ims.jpg" width="45" height="61" alt=''></a></div></td> 70 </tr> 71 <tr> 72 <td><div align="center"><a href='http://normetic.org/'>Normetic, Quebec</a></div></td> 73 <td><div align="center"><a href='http://www.cancore.ca/fr/'>CanCore</a></div></td> 74 <td><div align="center"><a href='http://www.imsglobal.org/metadata/'>IEEE-LOM</a></div></td> 75 </tr> 76 </table> 77 77 78 <h1>What is a learning resource?</h1> 79 <p class='ElegantText'>A learning object is usually a digital resource which can be incorporated into a teaching and learning assignment. It can also be an electronic publication, an artical and an interactive exercise, animation or video or audio document. 80 <p class='ElegantText'>The main idea is that the resource is sufficiently modular that it can be reused in differnet contexts than for which it was created. A video for road safety could, for example be used in a physics course (acceleration, vectors) or psychology ) reflexes, alcohol and drug use).</p> 81 <p class='ElegantText'>The concept of granulairty is one of size. The SCORM model (Sharable Content Object Reference Model) has three levels of granularity.</p> 82 <p class='ElegantText'><b>1. </b>The granularity of very fine grained objects such as those for images and sound. We can use a certain number of granularity to compose a shareable object such as a web page which has several images of bacteria in different stages of development with appropriate explanations. In general, we believe that the granularity has little chance of being reused without an explanatory text should not be included in Eureka.</b>.</p> 83 <p class='ElegantText'><b>2. </b>Shareable objects are of medium granulairty and can be demonstrated interactively in under ten minutes. They can be a series of videos, interactive exercises or printed material, for example</p> 84 <p class='ElegantText'><b>3. </b>The sequence consists of assembling learning objects in a precise order. This sequence is usually found in pedagogical sites which accompay a course or in a teleteaching platform. Many references are listed in Eureka.</p> 85 <?php 86 87 88 } 78 89 } 79 } 90 } //End class 80 91 ?> -
html/include/common.php
r3550449 r3971923 115 115 116 116 // Specify location of translation tables 117 //echo SYSTEM_FULL_PATH."po"; 117 118 bindtextdomain("eureka", SYSTEM_FULL_PATH."po"); 118 119 // set text domain to convert to UTF-8
Note: See TracChangeset
for help on using the changeset viewer.
