Automated build for v0.01
This commit is contained in:
		
						commit
						791b998489
					
				
					 2771 changed files with 222096 additions and 0 deletions
				
			
		
							
								
								
									
										7
									
								
								lib/dojo-src/.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								lib/dojo-src/.gitignore
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| dijit | ||||
| dojo | ||||
| dojox | ||||
| release | ||||
| util | ||||
| dojo-release-* | ||||
| log* | ||||
							
								
								
									
										44
									
								
								lib/dojo-src/rebuild-dojo.sh
									
										
									
									
									
										Executable file
									
								
							
							
						
						
									
										44
									
								
								lib/dojo-src/rebuild-dojo.sh
									
										
									
									
									
										Executable file
									
								
							|  | @ -0,0 +1,44 @@ | |||
| #!/bin/bash | ||||
| 
 | ||||
| # This script rebuilds customized layer of Dojo for tt-rss | ||||
| # Place unpacked Dojo source release in this directory and run this script. | ||||
| # It will automatically replace previous build of Dojo in ../dojo | ||||
| 
 | ||||
| # Dojo requires Java runtime to build. Further information on rebuilding Dojo | ||||
| # is available here: http://dojotoolkit.org/reference-guide/build/index.html | ||||
| 
 | ||||
| VERSION=1.14.2 | ||||
| 
 | ||||
| # Download and extract dojo src code if it doesn't already exist | ||||
| if [ ! -d "dojo" ]; then | ||||
|     TARBALL=dojo-release-$VERSION-src.tar.gz | ||||
|     if [ ! -f $TARBALL ]; then | ||||
|         wget -q http://download.dojotoolkit.org/release-$VERSION/$TARBALL | ||||
|     fi | ||||
|     tar -zxf $TARBALL | ||||
|     mv dojo-release-$VERSION-src/* . | ||||
|     rm -rf dojo-release-$VERSION-src | ||||
| fi | ||||
| 
 | ||||
| if [ -d util/buildscripts/ ]; then | ||||
| 	rm -rf release/dojo | ||||
| 
 | ||||
| 	pushd util/buildscripts | ||||
| 	    ./build.sh profile=../../tt-rss action=release optimize=shrinksafe cssOptimize=comments | ||||
| 	popd | ||||
| 
 | ||||
| 	if [ -d release/dojo ]; then | ||||
| 		rm -rf ../dojo ../dijit | ||||
| 		cp -r release/dojo/dojo .. | ||||
| 		cp -r release/dojo/dijit .. | ||||
| 
 | ||||
| 		cd .. | ||||
| 
 | ||||
| 		find dojo -name '*uncompressed*' -exec rm -- {} \; | ||||
| 		find dijit -name '*uncompressed*' -exec rm -- {} \; | ||||
| 	else | ||||
| 		echo $0: ERROR: Dojo build seems to have failed. | ||||
| 	fi | ||||
| else | ||||
| 	echo $0: ERROR: Please unpack Dojo source release into current directory. | ||||
| fi | ||||
							
								
								
									
										71
									
								
								lib/dojo-src/tt-rss.profile.js
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										71
									
								
								lib/dojo-src/tt-rss.profile.js
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,71 @@ | |||
| dependencies = { | ||||
| 	layers: [ | ||||
| 		{ | ||||
| 			name: "tt-rss-layer.js", | ||||
| 			dependencies: [ | ||||
| 				"dojo._base.url", | ||||
| 				"dojo.cache", | ||||
| 				"dojo.dojo", | ||||
| 				"dojo.dom-construct", | ||||
| 				"dojo.parser", | ||||
| 				"dojo.query", | ||||
| 				"dojo.node", | ||||
| 				"dojo.data.ItemFileWriteStore", | ||||
| 				"dojo.selector.acme", | ||||
| 				"dojo.selector.lite", | ||||
| 				"dojo.Stateful", | ||||
| 				"dojo.string", | ||||
| 				"dojo.text", | ||||
| 				"dojo.touch", | ||||
| 				"dojo.uacss", | ||||
| 				"dojo.window", | ||||
| 				"dojo.parser", | ||||
| 				"dojo.NodeList-fx", | ||||
| 				"dojo.dnd.Moveable", | ||||
| 				"dojo.dnd.move", | ||||
| 				"dojo.dnd.Mover", | ||||
| 				"dojo.dnd.TimedMoveable", | ||||
| 				"dojo.fx.Toggler", | ||||
| 				"dojo.html", | ||||
| 				"dojo.i18n", | ||||
| 				"dojo.date.stamp", | ||||
| 				"dijit.dijit", | ||||
| 				"dijit.ColorPalette", | ||||
| 				"dijit.Dialog", | ||||
| 				"dijit.form.Button", | ||||
| 				"dijit.form.CheckBox", | ||||
| 				"dijit.form.ComboButton", | ||||
| 				"dijit.form.DropDownButton", | ||||
| 				"dijit.form.FilteringSelect", | ||||
| 				"dijit.form.Form", | ||||
| 				"dijit.form.RadioButton", | ||||
| 				"dijit.form.Select", | ||||
| 				"dijit.form.SimpleTextarea", | ||||
| 				"dijit.form.TextBox", | ||||
| 				"dijit.form.ValidationTextBox", | ||||
| 				"dijit.form.MultiSelect", | ||||
| 				"dijit.form.ComboBox", | ||||
| 				"dijit.Viewport", | ||||
| 				"dijit.InlineEditBox", | ||||
| 				"dijit.ToolbarSeparator", | ||||
| 				"dijit.PopupMenuItem", | ||||
| 				"dijit.CheckedMenuItem", | ||||
| 				"dijit.layout.AccordionContainer", | ||||
| 				"dijit.layout.AccordionPane", | ||||
| 				"dijit.layout.BorderContainer", | ||||
| 				"dijit.layout.ContentPane", | ||||
| 				"dijit.layout.TabContainer", | ||||
| 				"dijit.Menu", | ||||
| 				"dijit.ProgressBar", | ||||
| 				"dijit.ProgressBar", | ||||
| 				"dijit.Toolbar", | ||||
| 				"dijit.TooltipDialog", | ||||
| 				"dijit.Tree", | ||||
| 				"dijit.tree.dndSource", | ||||
| 			] | ||||
| 		} | ||||
| 	], | ||||
| 	prefixes: [ | ||||
| 		[ "dijit", "../dijit" ] | ||||
| 	] | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Fmstrat
						Fmstrat