Update README.md and Icons

This commit is contained in:
Namhyeon Go 2021-12-09 12:03:33 +09:00
parent adc7127775
commit 626437ec1a
5 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# 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](app/assets/img/structure.png)
@ -89,7 +89,7 @@ hello
## Make own setup file
- 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 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
- [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
- gnh1201@gmail.com

View File

@ -49,13 +49,13 @@
<title>Welcome to WelsonJS application</title>
<meta http-equiv="X-UA-Compatible" content="IE=9" />
<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="author" content="gnh1201/welsonjs" />
<meta name="generator" content="welsonjs" />
<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/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" />
</head>
<body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

After

Width:  |  Height:  |  Size: 33 KiB