public inbox for [email protected]  
help / color / mirror / Atom feed
Russian translation publication
5+ messages / 4 participants
[nested] [flat]

* Russian translation publication
@ 2013-03-05 04:30 Alexander Law <[email protected]>
  2013-03-05 15:08 ` Re: Russian translation publication Alvaro Herrera <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Alexander Law @ 2013-03-05 04:30 UTC (permalink / raw)
  To: pgsql-docs

Hello,

I have translated into Russian first two parts of the PostgreSQL 
documentation and want to publish my work.
Can I create app for Google Play Market as an e-book that will contain 
my translation?
Can I make it paid?
Should I add some special notices to the doc?

If you're interested in it, I can send you my translation.
When the translation will be completed I would be happy to see it as 
existing official Japan and French manuals.

Best wishes,
Alexander




-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Russian translation publication
  2013-03-05 04:30 Russian translation publication Alexander Law <[email protected]>
@ 2013-03-05 15:08 ` Alvaro Herrera <[email protected]>
  2013-03-05 15:37   ` Re: Russian translation publication Magnus Hagander <[email protected]>
  2013-03-05 22:13   ` Re: Russian translation publication Peter Eisentraut <[email protected]>
  0 siblings, 2 replies; 5+ messages in thread

From: Alvaro Herrera @ 2013-03-05 15:08 UTC (permalink / raw)
  To: Alexander Law <[email protected]>; +Cc: pgsql-docs

Alexander Law escribió:
> Hello,
> 
> I have translated into Russian first two parts of the PostgreSQL
> documentation and want to publish my work.
> Can I create app for Google Play Market as an e-book that will
> contain my translation?
> Can I make it paid?
> Should I add some special notices to the doc?

The manuals are BSD-licensed, just like the source code is.  You can do
anything you want with it; selling a translation is certainly an option
and has been done before.  I don't think you are required to add notices
(but you're free to do so if you wish).  IANAL.

> If you're interested in it, I can send you my translation.
> When the translation will be completed I would be happy to see it as
> existing official Japan and French manuals.

That sounds great.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Russian translation publication
  2013-03-05 04:30 Russian translation publication Alexander Law <[email protected]>
  2013-03-05 15:08 ` Re: Russian translation publication Alvaro Herrera <[email protected]>
@ 2013-03-05 15:37   ` Magnus Hagander <[email protected]>
  1 sibling, 0 replies; 5+ messages in thread

From: Magnus Hagander @ 2013-03-05 15:37 UTC (permalink / raw)
  To: Alvaro Herrera <[email protected]>; +Cc: Alexander Law <[email protected]>; pgsql-docs

On Mar 5, 2013 4:09 PM, "Alvaro Herrera" <[email protected]> wrote:
>
> Alexander Law escribió:
> > Hello,
> >
> > I have translated into Russian first two parts of the PostgreSQL
> > documentation and want to publish my work.
> > Can I create app for Google Play Market as an e-book that will
> > contain my translation?
> > Can I make it paid?
> > Should I add some special notices to the doc?
>
> The manuals are BSD-licensed, just like the source code is.  You can do
> anything you want with it; selling a translation is certainly an option
> and has been done before.  I don't think you are required to add notices
> (but you're free to do so if you wish).  IANAL.

Yeah, I'm pretty sure that's what it says. We would of course always
appreciate a link back.

We've had others who've actually paid us a royalty on their sales, but
that's been purely voluntary.

Note that as long as it's paid for its not going to get linked from the pg
websites of course.

> > If you're interested in it, I can send you my translation.
> > When the translation will be completed I would be happy to see it as
> > existing official Japan and French manuals.
>
> That sounds great.
>

+1,that would be excellent.

/Magnus


^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Russian translation publication
  2013-03-05 04:30 Russian translation publication Alexander Law <[email protected]>
  2013-03-05 15:08 ` Re: Russian translation publication Alvaro Herrera <[email protected]>
@ 2013-03-05 22:13   ` Peter Eisentraut <[email protected]>
  2013-03-06 04:00     ` Re: Russian translation publication Alexander Law <[email protected]>
  1 sibling, 1 reply; 5+ messages in thread

From: Peter Eisentraut @ 2013-03-05 22:13 UTC (permalink / raw)
  To: Alvaro Herrera <[email protected]>; +Cc: Alexander Law <[email protected]>; pgsql-docs

On 3/5/13 10:08 AM, Alvaro Herrera wrote:
> Alexander Law escribió:
>> Hello,
>>
>> I have translated into Russian first two parts of the PostgreSQL
>> documentation and want to publish my work.
>> Can I create app for Google Play Market as an e-book that will
>> contain my translation?
>> Can I make it paid?
>> Should I add some special notices to the doc?
> 
> The manuals are BSD-licensed, just like the source code is.  You can do
> anything you want with it; selling a translation is certainly an option
> and has been done before.  I don't think you are required to add notices
> (but you're free to do so if you wish).  IANAL.

"Permission to use, copy, modify, and distribute this software and its
documentation for any purpose, without fee, and without a written
agreement is hereby granted, ***provided that the above copyright notice
and this paragraph and the following two paragraphs appear in all
copies***." [my emphasis]

In a book, this would typically appear in the imprint on one of the
first few pages.  (This happens automatically if you use the DocBook
sources and the standard toolchains.)



-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs



^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: Russian translation publication
  2013-03-05 04:30 Russian translation publication Alexander Law <[email protected]>
  2013-03-05 15:08 ` Re: Russian translation publication Alvaro Herrera <[email protected]>
  2013-03-05 22:13   ` Re: Russian translation publication Peter Eisentraut <[email protected]>
@ 2013-03-06 04:00     ` Alexander Law <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Alexander Law @ 2013-03-06 04:00 UTC (permalink / raw)
  To: Peter Eisentraut <[email protected]>; +Cc: Alvaro Herrera <[email protected]>; pgsql-docs


06.03.2013 02:13, Peter Eisentraut пишет:
> On 3/5/13 10:08 AM, Alvaro Herrera wrote:
>> Alexander Law escribió:
>>> Hello,
>>>
>>> I have translated into Russian first two parts of the PostgreSQL
>>> documentation and want to publish my work.
>>> Can I create app for Google Play Market as an e-book that will
>>> contain my translation?
>>> Can I make it paid?
>>> Should I add some special notices to the doc?
>> The manuals are BSD-licensed, just like the source code is.  You can do
>> anything you want with it; selling a translation is certainly an option
>> and has been done before.  I don't think you are required to add notices
>> (but you're free to do so if you wish).  IANAL.
> "Permission to use, copy, modify, and distribute this software and its
> documentation for any purpose, without fee, and without a written
> agreement is hereby granted, ***provided that the above copyright notice
> and this paragraph and the following two paragraphs appear in all
> copies***." [my emphasis]
>
> In a book, this would typically appear in the imprint on one of the
> first few pages.  (This happens automatically if you use the DocBook
> sources and the standard toolchains.)
>
Thank you for your answers.
Yes, I will make the pdf from the docbook, just adding myself as a 
translator (in section "othercredit").

Best regards,
Alexander


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs




^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2013-03-06 04:00 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2013-03-05 04:30 Russian translation publication Alexander Law <[email protected]>
2013-03-05 15:08 ` Alvaro Herrera <[email protected]>
2013-03-05 15:37   ` Magnus Hagander <[email protected]>
2013-03-05 22:13   ` Peter Eisentraut <[email protected]>
2013-03-06 04:00     ` Alexander Law <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox