Koozali.org: home of the SME Server

How to contrib?

Offline compdoc

  • *
  • 226
  • +0/-0
How to contrib?
« on: November 20, 2006, 06:37:32 PM »
I'm planning to submit a contrib, and have a few questions...

When a contrib requires files to be downloaded, is there a public server that users can d/l them from, or does the person contributing need to provide an ftp server?

If there are several files, is an rpm a better way to package them, or is a compressed file ok?

If someone started a contrib and wrote a few scripts, but then abandoned the contrib, can someone else modify the code and continue the contrib?

Thanks for any info...

Offline byte

  • *
  • 2,183
  • +2/-0
Re: How to contrib?
« Reply #1 on: November 20, 2006, 11:24:25 PM »
Quote from: "compdoc"
I'm planning to submit a contrib, and have a few questions...


Can I ask what contrib?

Quote

When a contrib requires files to be downloaded, is there a public server that users can d/l them from, or does the person contributing need to provide an ftp server?


I believe if you contact staff [at] contribs[dot]org they should be able to provide you with a contrib directory which you could store there.

Quote

If there are several files, is an rpm a better way to package them, or is a compressed file ok?


If you know how to build an rpm that would be better for the novice, for the advanced a tar file would be ok.

Quote

If someone started a contrib and wrote a few scripts, but then abandoned the contrib, can someone else modify the code and continue the contrib?


You should be able to but check gpl licence and make contact with them.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline cjensen

  • *
  • 133
  • +0/-0
    • http://acenet-tech.org
Re: How to contrib?
« Reply #2 on: November 21, 2006, 01:41:07 AM »
Quote from: "compdoc"
I'm planning to submit a contrib, and have a few questions...

When a contrib requires files to be downloaded, is there a public server that users can d/l them from, or does the person contributing need to provide an ftp server?


Your preference really.  You 'can' keep them at contribs after getting an ftp login, or at your oun domain.  Depends on the contrib, how much control over versions you want (quickly, in case you faind a glitch you missed in the files you juse uploaded :-)), and 'your preference'.

Quote

If there are several files, is an rpm a better way to package them, or is a compressed file ok?


Again, depends on the contrib.  You will see many of either type available.  IMO a doc describing any installation steps, etc is what makes it most useful, whether RPM or otherwise.

Quote

If someone started a contrib and wrote a few scripts, but then abandoned the contrib, can someone else modify the code and continue the contrib?


Check the changelogs of any number of available contribs and you will find multiple authors.  However, it is up to you to know the license by which the contrib was offered.  It is also up to you and probably a good idea to contact the author (maybe offering a patch is the best in some cases) for permission and to compare notes before proceeding.



Craig

Offline compdoc

  • *
  • 226
  • +0/-0
How to contrib?
« Reply #3 on: November 21, 2006, 03:21:26 AM »
Thanks for the replies.

It's not really so much a contrib as a post by d_gerst in this forum:

http://forums.contribs.org/index.php?topic=33350.0

His scripts had bugs, but they can be made to work. And being written in bash shell script, I can understand & modify them.

But he's disappeared - his website is gone.

Offline compdoc

  • *
  • 226
  • +0/-0
How to contrib?
« Reply #4 on: February 13, 2007, 10:46:19 PM »
I finally finished the contrib. Since the last post, Ive been to California, then asked to build a VPN between Denver and Las Vegas, so it hasnt had my full attention till now.

Its a directory containing scripts and files. How can I compress it to a file that contains the directory structure?

And where can I send it for testing and addition to the other contribs?

Thanks

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
How to contrib?
« Reply #5 on: February 14, 2007, 12:52:33 AM »
Quote from: "compdoc"

Its a directory containing scripts and files. How can I compress it to a file that contains the directory structure?


Use zip or tar.

Quote

And where can I send it for testing and addition to the other contribs?


Open a bug in the bug tracker, and attach your file or files there.