Обсуждение: new book to add to the books page

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

new book to add to the books page

От
Luca Ferrari
Дата:
Hi folks,
I would like to add my fresh book to the list of books in the page
<https://www.postgresql.org/docs/books/>.
The following is the diff generated by git, and I'm attaching also the
image to be placed into /media/img/docs/books/pg11ssp_packt.png
Since this is the first time I ask for a book to be added, please
provide me information if this is not the right way of doing it. Also,
I would ask if it is possible to advertise on -announce.

Thanks,
Luca

% git diff 04debdf5ed542a69947f53ed3c28bcf3d314ae8e
diff --git a/media/img/docs/books/pg11ssp_packt.png
b/media/img/docs/books/pg11ssp_packt.png
new file mode 100644
index 0000000..825ce90
Binary files /dev/null and b/media/img/docs/books/pg11ssp_packt.png differ
diff --git a/templates/pages/docs/books.html b/templates/pages/docs/books.html
index 9ac7e44..6da6d83 100644
--- a/templates/pages/docs/books.html
+++ b/templates/pages/docs/books.html
@@ -10,6 +10,24 @@
         <th class="colLast">Information</th>
 </tr>

+
+<tr>
+    <td class="colFirst">
+        <a
href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-11-server-side-programming-quick-start-guide">
+            <img src="/media/img/docs/books/pg11ssp_packt.png"
+                     alt="PostgreSQL 11 Server Side Programming Quick
Start Guide" /></a>
+    </td>
+    <td class="colLast">
+        <b>Title</b>: PostgreSQL 11 Server Side Programming Quick
Start Guide<br />
+        <b>Author</b>: Luca Ferrari<br />
+        <b>Language</b>: English<br />
+        <b>Current version at publication</b>: 11.0<br />
+        <b>Format</b>: Paperback, eBook<br />
+        <b>Published</b>: November 2018<br />
+    </td>
+</tr>
+
+
 <tr>
         <td class="colFirst">
             <a href="http://masteringpostgresql.com/"><img

Вложения

Re: new book to add to the books page

От
Tatsuo Ishii
Дата:
Hi Luca,

Conguraturations!

Regarding advertising on -announce, I think it's ok.

https://wiki.postgresql.org/wiki/NewsEventsApproval#Proprietary_.26_External_OSS_Project_News
:
:
>   Newly released books about PostgreSQL or with substantial (20% or more) PostgreSQL content.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

From: Luca Ferrari <fluca1978@gmail.com>
Subject: new book to add to the books page
Date: Fri, 30 Nov 2018 08:48:41 +0100
Message-ID: <CAKoxK+5uo3MZCD2PqZ6x-gRKLBwhK0fggqPhrpXoaPiGa-oQuQ@mail.gmail.com>

> Hi folks,
> I would like to add my fresh book to the list of books in the page
> <https://www.postgresql.org/docs/books/>.
> The following is the diff generated by git, and I'm attaching also the
> image to be placed into /media/img/docs/books/pg11ssp_packt.png
> Since this is the first time I ask for a book to be added, please
> provide me information if this is not the right way of doing it. Also,
> I would ask if it is possible to advertise on -announce.
> 
> Thanks,
> Luca
> 
> % git diff 04debdf5ed542a69947f53ed3c28bcf3d314ae8e
> diff --git a/media/img/docs/books/pg11ssp_packt.png
> b/media/img/docs/books/pg11ssp_packt.png
> new file mode 100644
> index 0000000..825ce90
> Binary files /dev/null and b/media/img/docs/books/pg11ssp_packt.png differ
> diff --git a/templates/pages/docs/books.html b/templates/pages/docs/books.html
> index 9ac7e44..6da6d83 100644
> --- a/templates/pages/docs/books.html
> +++ b/templates/pages/docs/books.html
> @@ -10,6 +10,24 @@
>          <th class="colLast">Information</th>
>  </tr>
> 
> +
> +<tr>
> +    <td class="colFirst">
> +        <a
href="https://www.packtpub.com/big-data-and-business-intelligence/postgresql-11-server-side-programming-quick-start-guide">
> +            <img src="/media/img/docs/books/pg11ssp_packt.png"
> +                     alt="PostgreSQL 11 Server Side Programming Quick
> Start Guide" /></a>
> +    </td>
> +    <td class="colLast">
> +        <b>Title</b>: PostgreSQL 11 Server Side Programming Quick
> Start Guide<br />
> +        <b>Author</b>: Luca Ferrari<br />
> +        <b>Language</b>: English<br />
> +        <b>Current version at publication</b>: 11.0<br />
> +        <b>Format</b>: Paperback, eBook<br />
> +        <b>Published</b>: November 2018<br />
> +    </td>
> +</tr>
> +
> +
>  <tr>
>          <td class="colFirst">
>              <a href="http://masteringpostgresql.com/"><img


Re: new book to add to the books page

От
Dave Page
Дата:
Hi
On Fri, Nov 30, 2018 at 7:49 AM Luca Ferrari <fluca1978@gmail.com> wrote:
>
> Hi folks,
> I would like to add my fresh book to the list of books in the page
> <https://www.postgresql.org/docs/books/>.
> The following is the diff generated by git, and I'm attaching also the
> image to be placed into /media/img/docs/books/pg11ssp_packt.png
> Since this is the first time I ask for a book to be added, please
> provide me information if this is not the right way of doing it. Also,
>

As it's a Packt book, they'll send us the appropriate URL to use as we
have an agreement with them (so they can track sales from us). I'll
add the book when I receive that.

Thanks!

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


Re: new book to add to the books page

От
Dave Page
Дата:
On Fri, Nov 30, 2018 at 8:56 AM Dave Page <dpage@pgadmin.org> wrote:
>
> Hi
> On Fri, Nov 30, 2018 at 7:49 AM Luca Ferrari <fluca1978@gmail.com> wrote:
> >
> > Hi folks,
> > I would like to add my fresh book to the list of books in the page
> > <https://www.postgresql.org/docs/books/>.
> > The following is the diff generated by git, and I'm attaching also the
> > image to be placed into /media/img/docs/books/pg11ssp_packt.png
> > Since this is the first time I ask for a book to be added, please
> > provide me information if this is not the right way of doing it. Also,
> >
>
> As it's a Packt book, they'll send us the appropriate URL to use as we
> have an agreement with them (so they can track sales from us). I'll
> add the book when I receive that.
>
> Thanks!

Appropriate URL received, book added :-)

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company