Обсуждение: make available C extensions to others

Поиск
Список
Период
Сортировка

make available C extensions to others

От
Ivan Sergio Borgonovo
Дата:
I've finished to write an extension to manipulate tsvectors and
tsquery in C.

I think it could be useful for someone else and I think I may take
advantage at someone else looking at the code too.

What would be the right place where to publish the code and how?

--
Ivan Sergio Borgonovo
http://www.webthatworks.it


Re: make available C extensions to others

От
Dimitri Fontaine
Дата:
Ivan Sergio Borgonovo <mail@webthatworks.it> writes:
> I've finished to write an extension to manipulate tsvectors and
> tsquery in C.
>
> I think it could be useful for someone else and I think I may take
> advantage at someone else looking at the code too.
>
> What would be the right place where to publish the code and how?

Create a pgfoundry project, and publish some doc and pointers at the
public URL for visibility: mycode.projects.postgresql.org.

Then I'd say host the code elsewhere, unless you're fond of CVS. I
picked up github, but any hosting would do I guess. Same for mailing
lists and all. I think that's the current advice.

Regards,
--
dim