Skip to content

Commit fc7d89d

Browse files
committed
Beautify Markdown a bit
Remove pledgie since its down Move GUI to a separate sub class in itself
1 parent 2aee4a0 commit fc7d89d

File tree

1 file changed

+18
-24
lines changed

1 file changed

+18
-24
lines changed

README.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ It's powered by the very awesome project [NWJS](https://github.com/nwjs) and PyS
2626

2727
If you have an idea for a feature, please create a new issue with a format like this: "Feature - My Awesome New Feature", along with a good description of what you'd like the feature to do.
2828

29-
If you got some value out of using my app, consider donating a dollar to keep me caffeinated :)
30-
31-
<a href='https://pledgie.com/campaigns/26899'><img alt='Click here to lend your support to: Web2Executable Donations and make a donation at pledgie.com !' src='https://pledgie.com/campaigns/26899.png?skin_name=chrome' border='0' ></a>
32-
3329
On the other hand, if you have any annoyances with the application and want to contribute to making it better for everyone, please file an issue with "Annoyance:" as the first part of the title. Sometimes it's hard to know what is annoying for people and input is much appreciated :)
3430

3531
What About Electron?
@@ -83,7 +79,7 @@ Planned New Features
8379
Getting Started
8480
---------------
8581

86-
###Using Prebuilt Binaries
82+
### Using Prebuilt Binaries
8783

8884
When using the prebuilt binaries for Windows, Mac, or Ubuntu, there are NO dependencies or extra applications needed. Simply download Web2Exe for the platform of your choice, extract, and double click the app/exe/binary to start. This applies to both the command-line version and the GUI version.
8985

@@ -94,10 +90,23 @@ Error: The application has failed to start because the side by side configuratio
9490
```
9591

9692

97-
### Run from Python Source
93+
### Building from Source
9894

9995
Requires the PySide library and Python 3.4.3 or higher. If you want to replace the icon in the Windows Exe's, this will do it automatically with the latest code if you have PIL or Pillow installed.
100-
####GUI
96+
97+
### Command line interface
98+
99+
Dependencies: configobj (install with pip) and Pillow if you want icon replacement (not necessary)
100+
101+
Run the command_line.py with the --help option to see a list of export options. Optionally, if you don't want to install python, there are builds for Mac and Windows in the command_line_builds folder of this repository.
102+
103+
Example usage (if using the prebuilt binary, replace `python3.4 command_line.py` with the exe name):
104+
105+
```
106+
python3.4 command_line.py /var/www/html/CargoBlaster/ --main html/index.html --export-to linux-x64 windows mac --width 900 --height 700 --nw-version 0.10.5
107+
```
108+
109+
### GUI
101110

102111
Install dependencies:
103112

@@ -117,26 +126,11 @@ Run with:
117126
python3.4 main.py
118127
```
119128

120-
It's a pretty simple app. Just point it to the directory where your web application lives, customize the options (the two marked with a star are the only ones required) and then choose your export options. The app will export under YOUR_OUTPUT_DIR/YOUR_APP_NAME.
121-
122-
####Command line interface
123-
124-
Dependencies: configobj (install with pip) and Pillow if you want icon replacement (not necessary)
125-
126-
Run the command_line.py with the --help option to see a list of export options. Optionally, if you don't want to install python, there are builds for Mac and Windows in the command_line_builds folder of this repository.
127-
128-
Example usage (if using the prebuilt binary, replace `python3.4 command_line.py` with the exe name):
129-
130-
```
131-
python3.4 command_line.py /var/www/html/CargoBlaster/ --main html/index.html --export-to linux-x64 windows mac --width 900 --height 700 --nw-version 0.10.5
132-
```
133-
134-
###GUI Instructions
129+
General Instructions for exporting:
135130

136-
To use Web2Exe:
137131
1. Choose a project folder with at least one html or php file. The name of the export application will be autogenerated from the folder that you choose, so change it if you so desire.
138132
2. Modify the options as needed.
139-
3. Choose at least one export platform and then the Export button should enable (as long as the field names marked with a star are filled out and all files in the fields exist).
133+
3. Choose at least one export platform and then the Export button should be enabled (as long as the field names marked with a star are filled out and all files in the fields exist).
140134
4. Click the export button and once it's done, click the "Open Export Folder" button to go to the folder where your exported project will be.
141135

142136

0 commit comments

Comments
 (0)