fixed example
This commit is contained in:
		
							parent
							
								
									dfd7cc567d
								
							
						
					
					
						commit
						0cc265ac65
					
				@ -9,8 +9,9 @@
 | 
				
			|||||||
<script src="http://open-app.googlecode.com/files/openapp.js"></script>
 | 
					<script src="http://open-app.googlecode.com/files/openapp.js"></script>
 | 
				
			||||||
<script src="http://dbis.rwth-aachen.de/gadgets/iwc/lib/iwc.js"></script>
 | 
					<script src="http://dbis.rwth-aachen.de/gadgets/iwc/lib/iwc.js"></script>
 | 
				
			||||||
<script src="http://dbis.rwth-aachen.de/~jahns/role-widgets/widgetbundles/libraries/DUIClient.js"></script>
 | 
					<script src="http://dbis.rwth-aachen.de/~jahns/role-widgets/widgetbundles/libraries/DUIClient.js"></script>
 | 
				
			||||||
<script src="../dest/browser/Frameworks/JsonIwcYatta.js"></script>
 | 
					<script src="../../build/browser/Frameworks/JsonYatta.min.js"></script>
 | 
				
			||||||
<script src="./IwcJson.js"></script>
 | 
					<script src="../../build/browser/Connectors/IwcConnector.min.js"></script>
 | 
				
			||||||
 | 
					<script src="./index.js"></script>
 | 
				
			||||||
<h1> Collaborative Json Widget </h1>
 | 
					<h1> Collaborative Json Widget </h1>
 | 
				
			||||||
  ]]></Content>
 | 
					  ]]></Content>
 | 
				
			||||||
</Module>
 | 
					</Module>
 | 
				
			||||||
 | 
				
			|||||||
@ -5,7 +5,8 @@ First you have to include the following libraries in your widget file:
 | 
				
			|||||||
<script src="http://open-app.googlecode.com/files/openapp.js"></script>
 | 
					<script src="http://open-app.googlecode.com/files/openapp.js"></script>
 | 
				
			||||||
<script src="http://dbis.rwth-aachen.de/gadgets/iwc/lib/iwc.js"></script>
 | 
					<script src="http://dbis.rwth-aachen.de/gadgets/iwc/lib/iwc.js"></script>
 | 
				
			||||||
<script src="http://dbis.rwth-aachen.de/~jahns/role-widgets/widgetbundles/libraries/DUIClient.js"></script>
 | 
					<script src="http://dbis.rwth-aachen.de/~jahns/role-widgets/widgetbundles/libraries/DUIClient.js"></script>
 | 
				
			||||||
<script src="../../dest/browser/Frameworks/JsonIwcYatta.min.js"></script>
 | 
					<script src="../../build/browser/Frameworks/JsonYatta.min.js"></script>
 | 
				
			||||||
 | 
					<script src="../../build/browser/Connectors/IwcConnector.min.js"></script>
 | 
				
			||||||
<script src="./index.js"></script>
 | 
					<script src="./index.js"></script>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js)
 | 
					A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js)
 | 
				
			||||||
 | 
				
			|||||||
@ -7,8 +7,9 @@
 | 
				
			|||||||
<script src="http://open-app.googlecode.com/files/openapp.js"></script>
 | 
					<script src="http://open-app.googlecode.com/files/openapp.js"></script>
 | 
				
			||||||
<script src="http://dbis.rwth-aachen.de/gadgets/iwc/lib/iwc.js"></script>
 | 
					<script src="http://dbis.rwth-aachen.de/gadgets/iwc/lib/iwc.js"></script>
 | 
				
			||||||
<script src="http://dbis.rwth-aachen.de/~jahns/role-widgets/widgetbundles/libraries/DUIClient.js"></script>
 | 
					<script src="http://dbis.rwth-aachen.de/~jahns/role-widgets/widgetbundles/libraries/DUIClient.js"></script>
 | 
				
			||||||
<script src="../dest/browser/Frameworks/JsonIwcYatta.min.js"></script>
 | 
					<script src="../../build/browser/Frameworks/JsonYatta.min.js"></script>
 | 
				
			||||||
<script src="./IwcJson.js"></script>
 | 
					<script src="../../build/browser/Connectors/IwcConnector.min.js"></script>
 | 
				
			||||||
 | 
					<script src="./index.js"></script>
 | 
				
			||||||
 ```
 | 
					 ```
 | 
				
			||||||
A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js)
 | 
					A working widget implementation is maintained [here](./IwcJson.xml) and the js-file is [here](./IwcJson.js)
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
				
			|||||||
@ -3,4 +3,4 @@
 | 
				
			|||||||
Here you find some (hopefully) usefull examples on how to use Yatta!
 | 
					Here you find some (hopefully) usefull examples on how to use Yatta!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* [IWC + Json](./IwcJson/README.md)
 | 
					* [IWC + Json](./IwcJson/)
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "yatta",
 | 
					  "name": "yatta",
 | 
				
			||||||
  "version": "0.0.1",
 | 
					  "version": "0.0.2",
 | 
				
			||||||
  "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.",
 | 
					  "description": "A Framework that enables Real-Time Collaboration on arbitrary data structures.",
 | 
				
			||||||
  "main": "./build/node/index",
 | 
					  "main": "./build/node/index",
 | 
				
			||||||
  "directories": {
 | 
					  "directories": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user