Page 1 of 6

Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Thu Aug 20, 2009 10:19 am
by Antonio Linares
We need your help to complete the FiveTech wiki, so lets make a deal :-)

If you contribute in the wiki for:

* 25 functions documentation
or
* 20 Commands
or
* 15 Classes

then you will get a free FWH 9.07 :-)

Some rules to follow:
1. The content format has to be similar to the existing ones.
2. The main indexes have to be completed to point to the new created wiki entries.

If you don't have access to the FiveTech wiki, just send me an email to request access :-)
http://wiki.fivetechsoft.com

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Thu Aug 20, 2009 11:02 am
by Antonio Linares
Lets make it easier :-)

* 20 functions
or
* 15 Commands
or
* 10 Classes

:-)

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Thu Aug 20, 2009 12:37 pm
by norberto
Antonio, i am already buy fwh907 and have 2 months of upgrade , and buy fwpcc too, but dont have fivelinux... "jeje". could be an copy of fivelinux?? thanks

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Thu Aug 20, 2009 12:42 pm
by Antonio Linares
Norberto,

Yes, you can choose the product that you want :-)

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Thu Aug 20, 2009 3:56 pm
by richard-service
Hi Antonio,

May I choose FWPPC or any products?

Regards,

Richard

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Thu Aug 20, 2009 5:49 pm
by Antonio Linares
Richard,

Yes, you can choose the product that you want :-)

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Thu Aug 20, 2009 5:50 pm
by Antonio Linares
I forgot to comment that the idea is to copy and paste the documentation from the FWH manual to the wiki.

So it is just copy and paste, and give it some formating :-)

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Fri Aug 21, 2009 12:28 am
by Antonio Linares
Thanks to Ruediger who already contributed 20 functions docs to the wiki :-)

He choosed a free FWPPC upgrade! :-)

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Fri Aug 21, 2009 6:13 am
by richard-service
Hi Antonio,

I understand it.
May I make T Function text file and send to you? or You will send to me data for access wiki.

Regards,

Richard

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Fri Aug 21, 2009 6:40 am
by IBTC
richard-service wrote: I understand it. I make T Function text file and send to you.
You insert the text online on http://wiki.fivetechsoft.com/.

If you don't have access to the FiveTech wiki for login, just send an email to request access to Antonio.

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Fri Aug 21, 2009 6:44 am
by richard-service
IBTC wrote:
richard-service wrote: I understand it. I make T Function text file and send to you.
You insert the text online on http://wiki.fivetechsoft.com/.

If you don't have access to the FiveTech wiki for login, just send an email to request access to Antonio.
Hi

I see. Thank you.
I send an email to Antonio.

Regards,

Richard

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Fri Aug 21, 2009 8:13 am
by Antonio Linares
Idea:

If you create a PRG utility that copy and format the documentation from the FWH docs to the wiki, then you could automatically create as many wiki entries as desired and then request as many products as wanted... ;-)

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Fri Aug 21, 2009 9:08 am
by richard-service
Hi Antonio,

good idea, but I think I'm not power develop for it.

Regards,

richard

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Fri Aug 21, 2009 9:15 am
by Antonio Linares
Here you have a good example of the format to use for a function:
http://wiki.fivetechsoft.com/doku.php?i ... on_encrypt

Please use this format for the wiki functions entries, thanks

Notice the wiki format:

Code: Select all

Encrypts a string with an optional key 

====== Syntax ====== 

 Encrypt( <cText> [,<cKey> ] ) --> cEncryptedText  

====== Parameters ====== 

| <cText> | It is the text to encrypt.|  
| <cKey> | It is an optional text key to use it to generate a personalized encrypted text.|  

====== Returns ====== 

| <cEncryptedText> |The resulted encrypted text.|  


====== Example ======
<code clipper>
MsgInfo( Encrypt( "Hello world", "mykey" ) ) 
</code>
 

====== Source Code ====== 

 Not provided for security reasons.  

====== See also ====== 

 [[fivewin_function_decrypt|Decrypt()]]
 

Re: Help to complete the wiki and get a free FWH 9.07 !!!

Posted: Fri Aug 21, 2009 9:37 am
by richard-service
Hi Antonio,

I finished 20 T-functions save to Text file.
May I send Text file to you? or
How to copy to Wiki site?


Regards,

richard