Jump to content

Recommended Posts

Posted (edited)

You start not consistent naming convention.

_WD_xxxx
_WDxxx

Personaly I prefer first way, as in this convention first part is related to UDF name with separation from FunctionName.

IMHO:
_UDFNAME_FunctionName  is much more readable then _UDFNAMEFunctionName 

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

I apologize for my level of not knowing about GitHub.
I have a problem - I want to do FORK but I have a message:

  Quote

You don’t have permission to fork to these organizations:

AutoIt

Expand  

I know that I'm part of this organization on GitHub but.... I think I should be able to make fork to my own GitHub account.

What I'm doing wrong ?

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 1/25/2018 at 3:42 PM, Danp2 said:
Expand  

With all due respect, but the licensing method creates a problem.
"Disclose source"

Not everyone who creates scripts, using this UDF, will want to share the source of their program.

For example, me.

So I want to ask
Whether is it possible to change the license for less restrictive in this respect (if I remember correctly, MIT is more flexible).

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

AutoIt as well as its standard UDF allow you to create programs without having to show the entire script to the end user.
But if anyone make the program using any snippet licensed on GPL3.0 then the entire program is also GPL3.
This means that if the end customer wants you to provide him with the source code in the form of AU3 files, then you must share them.

Ultimately, this may result in a diminishing popularity of AutoIt.
Or vice versa.
The greater the number of UDFs available with less restrictive licenses, ultimately increases the number of potential opportunities, using AutoIt in the business sphere.

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

I'm still not clear on the definition of "disclose source". I would interpret this to mean that source for the UDF and any derivatives would need to be provided. To me, this would not include the source code for programs or scripts that directly call the GPL'd code.

After further research, it appears that you are correct. I will switch the licensing over to MIT.

Posted (edited)

Thanks.

btu...

Currently here
https://github.com/Danp2/WebDriver/blob/0.1.0.3/LICENSE

you have information about both license.

 

Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Looks good

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

Sorry, I'm probably just being dense but where is the webdriver.au3?

I've got these but can't find the : webdriver.au3 anywhere or do I rename wd_core?

wd_core.au3
wd_helper.au3
wd_test.au3
geckodriver.exe
BinaryCall.au3
Json.au3

Edited by Jury
addition

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...