sync wip_alan_T6431_remove_unneeded_files origin/wip_alan_T6431_remove_unneeded_files
authorAlan Knowles <alan@roojs.com>
Thu, 17 Sep 2020 02:26:55 +0000 (10:26 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 17 Sep 2020 02:26:55 +0000 (10:26 +0800)
debian/roobuilder.doc-base.EX [deleted file]
resources/bootstrap4.builder.html [new file with mode: 0644]

diff --git a/debian/roobuilder.doc-base.EX b/debian/roobuilder.doc-base.EX
deleted file mode 100644 (file)
index 418cfc1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Document: roobuilder
-Title: Debian roobuilder Manual
-Author: <insert document author here>
-Abstract: This manual describes what roobuilder is
- and how it can be used to
- manage online manuals on Debian systems.
-Section: unknown
-
-Format: debiandoc-sgml
-Files: /usr/share/doc/roobuilder/roobuilder.sgml.gz
-
-Format: postscript
-Files: /usr/share/doc/roobuilder/roobuilder.ps.gz
-
-Format: text
-Files: /usr/share/doc/roobuilder/roobuilder.text.gz
-
-Format: HTML
-Index: /usr/share/doc/roobuilder/html/index.html
-Files: /usr/share/doc/roobuilder/html/*.html
diff --git a/resources/bootstrap4.builder.html b/resources/bootstrap4.builder.html
new file mode 100644 (file)
index 0000000..6c2f96f
--- /dev/null
@@ -0,0 +1,47 @@
+<!DOCTYPE html 
+      PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" 
+      xmlns:html="http://www.w3.org/1999/xhtml" 
+      xmlns:svg="http://www.w3.org/2000/svg"
+      xmlns:xlink="http://www.w3.org/1999/xlink">
+    
+<!-- this is the code embeded in the webkit browser -->
+
+    <head>
+        <title>Gtk Builder App Runner.</title>
+        <!-- this lot needs to be available on the target site.. if used on remote.. -->
+        
+        <link rel="stylesheet" type="text/css" href="roojs1/css-bootstrap4/bootstrap.min.css"> 
+        <link rel="stylesheet" type="text/css" href="roojs1/css-bootstrap4/roojs-bootstrap.css">     
+        <link rel="stylesheet" type="text/css" href="roojs1/css-bootstrap/font-awesome.css">     
+
+        <script type="text/javascript" src="roojs1/roojs-core-debug.js?ts=1234"></script>
+        <script type="text/javascript" src="roojs1/roojs-bootstrap-debug.js?ts=1234"></script>
+    
+        <script type="text/javascript">
+            Ext=Roo; // bc
+            Roo.BLANK_IMAGE_URL =  "roojs1/images/gray/s.gif";
+            Roo.rootURL = 'roojs1/';
+            Roo.XComponent.hideProgress = true;
+            BuilderUseBootstrap = true;
+            
+            // local apps can override these ..
+            rootURL = 'http://localhost';
+            baseURL = rootURL + '/index.php';
+        </script>
+           
+        <!-- <script type="text/javascript" src="builder.html.js?ts=1234"></script>    -->
+    
+    <!-- user generate code ends up here... -->
+    
+    
+     </head>
+       <!--background:#F8ECB2;-->   
+    <body class=" " id="bootstrap-body">  
+       
+         
+    </body>
+</html>
+        
\ No newline at end of file