Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
9dl committed Jun 19, 2023
1 parent 0ab2987 commit 1d18d72
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,38 @@
# ViewX
ViewX: GUI debugger for HTML sites using CefSharp to embed Chromium-based browsers. Enter URL, debug HTML with ease.

ViewX is a program that serves as an HTML site debugger. It provides a graphical user interface (GUI) implemented using CefSharp, a library that enables embedding Chromium-based browsers in .NET applications. The program allows users to enter a URL and view the corresponding HTML site for debugging, designing, testing purposes. It is released under the GNU General Public License v3.0.

## License

ViewX is licensed under the GNU General Public License v3.0 (GPL-3.0). This means that you are free to use, modify, and distribute the library under the terms of this license. However, it is important to note the following:

- Skidding (repackaging and claiming as one's own) is strictly prohibited.
- Selling or monetizing ViewX as proprietary software is not allowed.
- Any modifications or derivative works based on ViewX must also be released under the GPL-3.0 license.

Please read the [LICENSE](LICENSE) file for the full text of the GNU General Public License v3.0.

## Installation

To install ViewX, you can use follow these steps:

```shell
1. Look for the "Releases" tab and click on it.
2. Find the version or tag that corresponds to the executable file you want.
3. Click on the download link or button for the executable file.
4. Run "Webviewer.exe"
```

## Current Features

ViewX offers the following features:

- User-friendly GUI interface with Windows Forms.
- URL input for debugging HTML sites.
- Adjustable site size options.
- View HTML site in new window.
- Load site URL from configuration file.
- Save entered URL for later use.
- Convenient storage of frequently visited sites.

Stay tuned for more updates and enhancements to ViewX.

0 comments on commit 1d18d72

Please sign in to comment.