Changeset 1156985
- Timestamp:
- 05/09/2015 06:00:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pelagios-widgets-for-wordpress/trunk/inc/assets/js/build/index.html
r1156983 r1156985 3 3 <head> 4 4 <title>Pelagios Widgets</title> 5 <link rel="stylesheet" type="text/css" href="../docs/styles.css" media="screen" /> 5 <link rel="stylesheet" type="text/css" href="docs/styles.css" media="screen" /> 6 <script type="text/javascript" src="http://pelagios.github.com/pelagios-widgets/lib/require.js"></script> 7 <script type="text/javascript" src="http://pelagios.github.com/pelagios-widgets/place.js"></script> 8 6 9 </head> 7 10 <body> 8 11 <ul class="nav"> 9 12 <li> 10 < a href="../index.html">Home</a></li>11 <li> <a href=" ../docs/index.html">Documentation</a> </li>12 <li> < strong>Demo</strong></li>13 <strong>Home</strong></li> 14 <li> <a href="docs/index.html">Documentation</a> </li> 15 <li> <a href="demo/index.html">Demo</a></li> 13 16 </ul> 14 <h1>Demonstration of the Pelagios Widgets</h1> 15 <h2>Place Widget: Different Places</h2> 16 <ul> 17 <li><a href="place/corinth.html">Corinth</a></li> 18 <li><a href="place/olympia.html">Olympia</a></li> 19 <li><a href="place/athens.html">Athens</a></li> 20 <li><a href="place/rome.html">Rome</a></li> 21 <li><a href="place/aphrodisias.html">Aphrodisias</a></li> 22 <li><a href="place/lentia.html">Lentia</a></li> 23 <li><a href="place/olympics.html">Olympics Example</a></li> 24 </ul> 25 <h2>Search Widget</h2> 26 <ul> 27 <li><a href="search/search.html">Search Widget</a></li> 28 </ul> 29 <h2>Different Widget Options</h2> 30 <ul> 31 <li><a href="place_options/display_map_false.html">Place Widget - display_map: false</a></li> 32 <li><a href="search_options/display_map_false.html">Search Widget - display_map: false</a></li> 33 <li><a href="place_options/icon_false.html">Place Widget - icon: false</a></li> 34 <li><a href="place_options/mouseover_true.html">Place Widget - mouseover: true</a></li> 35 </ul> 17 <h1>Pelagios Widgets</h1> 18 <p>The Pelagios widgets are widgets that you can embed on a web page to display 19 relationships between places and items in ancient history collections. The 20 information displayed originates from museums, research institutes, 21 universities and projects that are part of Pelagios, and includes details about 22 these items and maps showing associated locations.</p> 23 <p> For more about Pelagios and a list of partners contributing data, see 24 <a href="http://pelagios-project.blogspot.co.uk/">the main Pelagios website</a>. 25 </p> 26 <p> 27 There are currently two widgets: </p> 36 28 37 <h2>Place Widget: Special Cases</h2> 38 <ul> 39 <li><a href="place_special_cases/html5.html">HTML 5 doctype</a></li> 40 <li><a href="place_special_cases/html4_strict.html">HTML 4 Strict doctype</a></li> 41 <li><a href="place_special_cases/html4_trans.html">HTML 4 Transitional doctype</a></li> 42 <li><a href="place_special_cases/no_doctype.html">No doctype</a></li> 43 <li><a href="place_special_cases/multiple_widgets.html">Multiple widgets on a page</a></li> 44 <li><a href="place_special_cases/inline.html">Inline embed</a></li> 45 <li><a href="place_special_cases/table.html">Table embed</a></li> 46 <li><a href="place_special_cases/invalid_id.html">Invalid Pleiades ID</a></li> 47 <li><a href="place_special_cases/multiple_jquery.html">Multiple versions of JQuery</a></li> 48 <li><a href="place_special_cases/gmapv2.html">Google Maps v2 on same page</a></li> 49 <li><a href="place_special_cases/awld_js.html">awld.js on same page</a></li> 50 </ul> 29 <h2>Pelagios Place Widget</h2> 30 31 <p>This takes the form of an icon, which when clicked, pops up information 32 about a place. As well as data drawn from Pelagios partners,this including a 33 map and images associated with the place. It can be used on web pages where a 34 particular place is mentioned to allow users of the 35 page to view the Pelagios information associated with th place. </p> 36 <p>Here is an 37 example for Athens: <span id="456" data-pleiades_id="579885" class="pelagios pelagios-place"></span> 38 <p> 39 <h2>Pelagios Search Widget</h2> 40 <p>This allows you to search for a 41 particular place. It displays all the matches in 42 <a href="http://pleiades.stoa.org/">the Pleiades gazetteer</a> on a map and as 43 a list. You can then view the Pelagios information associated with each of 44 the places in these search results. </p> 45 46 <p><a href="demo/search/search.html">Search using the Pelagios Search Widget</a>. 47 </p> 48 <h2>More information</h2> 49 <p><a href="demo/index.html">There are several other demonstrations of the widgets available.</a></p> 50 <p>For instructions on how to embed the widgets on your pages, see the <a href="docs/index.html">documentation</a>.</p> 51 52 <p>The source code is <a href="https://github.com/pelagios/pelagios-widgets">available on Github</a> released under <a href="http://www.gnu.org/copyleft/gpl.html">GNU Public Licence v3</a>.</p> 53 54 55 56 <p>The Pelagios Widgets were developed by the Institute of Educational Technology at The Open University 57 as part of the Pelagios 2 project funded by JISC.</p> 51 58 52 59 </body>
Note: See TracChangeset
for help on using the changeset viewer.