mirror of
				https://github.com/Quodatum/graphxq.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	october
This commit is contained in:
		
							parent
							
								
									49904dabed
								
							
						
					
					
						commit
						a34cfab069
					
				
					 4 changed files with 228 additions and 3 deletions
				
			
		
							
								
								
									
										2
									
								
								LICENSE
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								LICENSE
									
										
									
									
									
								
							| 
						 | 
					@ -187,7 +187,7 @@
 | 
				
			||||||
      same "printed page" as the copyright notice for easier
 | 
					      same "printed page" as the copyright notice for easier
 | 
				
			||||||
      identification within third-party archives.
 | 
					      identification within third-party archives.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   Copyright [yyyy] [name of copyright owner]
 | 
					   Copyright 2012 andy bunce
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   Licensed under the Apache License, Version 2.0 (the "License");
 | 
					   Licensed under the Apache License, Version 2.0 (the "License");
 | 
				
			||||||
   you may not use this file except in compliance with the License.
 | 
					   you may not use this file except in compliance with the License.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ declare default function namespace 'apb.config';
 | 
				
			||||||
declare variable $config:default:=
 | 
					declare variable $config:default:=
 | 
				
			||||||
<config>
 | 
					<config>
 | 
				
			||||||
    <libserver>//cdnjs.cloudflare.com/ajax/libs</libserver>
 | 
					    <libserver>//cdnjs.cloudflare.com/ajax/libs</libserver>
 | 
				
			||||||
     <aceserver>http://d1n0x3qji82z53.cloudfront.net</aceserver>
 | 
					     <aceserver>http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict</aceserver>
 | 
				
			||||||
    <twitter>
 | 
					    <twitter>
 | 
				
			||||||
        <CONSUMER-KEY>CONSUMER-KEY</CONSUMER-KEY>
 | 
					        <CONSUMER-KEY>CONSUMER-KEY</CONSUMER-KEY>
 | 
				
			||||||
        <CONSUMER-SECRET>CONSUMER-SECRET</CONSUMER-SECRET>
 | 
					        <CONSUMER-SECRET>CONSUMER-SECRET</CONSUMER-SECRET>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										225
									
								
								src/graphxq/samples/tutorial-complete.svg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										225
									
								
								src/graphxq/samples/tutorial-complete.svg
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
		 After Width: | Height: | Size: 26 KiB  | 
| 
						 | 
					@ -63,7 +63,7 @@
 | 
				
			||||||
<div id="svgdiv" class="extend well" style="width:95%;height:30em;min-height:20em;">{$svgwidget}</div>
 | 
					<div id="svgdiv" class="extend well" style="width:95%;height:30em;min-height:20em;">{$svgwidget}</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	</div>
 | 
						</div>
 | 
				
			||||||
<script src="{$aceserver}/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script>
 | 
					<script src="{$aceserver}/ace.js" type="text/javascript" charset="utf-8"></script>
 | 
				
			||||||
	<script type="text/javascript">
 | 
						<script type="text/javascript">
 | 
				
			||||||
	$(document).ready(function(){{
 | 
						$(document).ready(function(){{
 | 
				
			||||||
	  getsvg(false)
 | 
						  getsvg(false)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue