mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-08 20:56:04 +00:00
Update README.md and Icons
This commit is contained in:
parent
adc7127775
commit
626437ec1a
|
@ -1,5 +1,5 @@
|
||||||
# welsonjs
|
# welsonjs
|
||||||
WelsonJS - Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA. GTK compatible.
|
WelsonJS - Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA or GTK.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||

|

|
||||||
|
@ -89,7 +89,7 @@ hello
|
||||||
## Make own setup file
|
## Make own setup file
|
||||||
- compile `setup.iss` file with [Inno Setup](https://jrsoftware.org/isinfo.php)
|
- compile `setup.iss` file with [Inno Setup](https://jrsoftware.org/isinfo.php)
|
||||||
|
|
||||||
## [NEW] Advanced XML Parser
|
## XML Parser (Experimental)
|
||||||
```
|
```
|
||||||
var XML = require("lib/xml");
|
var XML = require("lib/xml");
|
||||||
var nodes = XML.load("config.xml").select("/Config/ApiUrl").toArray();
|
var nodes = XML.load("config.xml").select("/Config/ApiUrl").toArray();
|
||||||
|
@ -118,5 +118,8 @@ var nodeAttribute = XML.load("config.xml").select("/Config/ApiUrl").first().getA
|
||||||
- [kuntashov/jsunit](https://github.com/kuntashov/jsunit) - JSUnit port for Windows Scripting Host
|
- [kuntashov/jsunit](https://github.com/kuntashov/jsunit) - JSUnit port for Windows Scripting Host
|
||||||
- [nickdoth/WSHHttpServer](https://github.com/nickdoth/WSHHttpServer) - HTTP server based on Windows Script Host
|
- [nickdoth/WSHHttpServer](https://github.com/nickdoth/WSHHttpServer) - HTTP server based on Windows Script Host
|
||||||
|
|
||||||
|
## Image stocks
|
||||||
|
- [7418_blocks_color_modules_rgb_square_icon](https://www.iconfinder.com/icons/7418/blocks_color_modules_rgb_square_icon) (Icon File) - Sergio Sanchesz Lopez, Futurosoft
|
||||||
|
|
||||||
## Contact me
|
## Contact me
|
||||||
- gnh1201@gmail.com
|
- gnh1201@gmail.com
|
||||||
|
|
4
app.hta
4
app.hta
|
@ -49,13 +49,13 @@
|
||||||
<title>Welcome to WelsonJS application</title>
|
<title>Welcome to WelsonJS application</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
<meta http-equiv="X-UA-Compatible" content="IE=9" />
|
||||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
|
||||||
<meta name="description" content="Welsonjs - Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA" />
|
<meta name="description" content="WelsonJS: Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA" />
|
||||||
<meta name="keywords" content="webapp" />
|
<meta name="keywords" content="webapp" />
|
||||||
<meta name="author" content="gnh1201/welsonjs" />
|
<meta name="author" content="gnh1201/welsonjs" />
|
||||||
<meta name="generator" content="welsonjs" />
|
<meta name="generator" content="welsonjs" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link type="image/x-icon" rel="icon" href="app/favicon.ico" />
|
<link type="image/x-icon" rel="icon" href="app/favicon.ico" />
|
||||||
<link type="image/png" rel="shortcut icon" href="app/assets/img/paper-plane-icon.png" />
|
<link type="image/png" rel="shortcut icon" href="app/assets/img/7418_blocks_color_modules_rgb_square_icon.png" />
|
||||||
<link type="text/css" rel="stylesheet" href="app/style.css" />
|
<link type="text/css" rel="stylesheet" href="app/style.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
BIN
app/assets/img/7418_blocks_color_modules_rgb_square_icon.ico
Normal file
BIN
app/assets/img/7418_blocks_color_modules_rgb_square_icon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
BIN
app/assets/img/7418_blocks_color_modules_rgb_square_icon.png
Normal file
BIN
app/assets/img/7418_blocks_color_modules_rgb_square_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
BIN
app/favicon.ico
BIN
app/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 33 KiB |
Loading…
Reference in New Issue
Block a user