Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.63 KB

ViewX

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 file for the full text of the GNU General Public License v3.0.

Installation

To install ViewX, you can use follow these steps:

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.