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

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

new book to add to the website

От
Luca Ferrari
Дата:
Dear www team,
the following  us a patch to add a new book I've co-authored with
Enrico, hope it is fine for the addition on PostgreSQL web site.

Regards,
Luca



modified   templates/pages/docs/books.html
@@ -10,7 +10,23 @@
       <th>Information</th>
     </tr>
   </thead>
-    <tbody>
+  <tbody>
+      <tr>
+          <td>
+              <a
href="https://www.packtpub.com/product/learn-postgresql-12/9781838985288">
+                  <img
src="https://static.packt-cdn.com/products/9781838985288/cover/smaller"
+                        alt="Learn PostgreSQL" />
+              </a>
+          </td>
+          <td>
+              <strong>Title</strong>: Learn PostgreSQL<br/>
+              <strong>Authors</strong>: Luca Ferrari, Enrico Pirozzi)<br/>
+              <strong>Language</strong>: English<br/>
+              <strong>Current version at publication</strong>: 13<br/>
+              <strong>Format</strong>: Paperback, eBook<br/>
+              <strong>Published</strong>: October 2020
+          </td>
+      </tr>
       <tr>
         <td>
           <a href="https://postgrespro.com/education/books/introbook"><img



Re: new book to add to the website

От
"Jonathan S. Katz"
Дата:
On 10/19/20 10:50 AM, Luca Ferrari wrote:
> Dear www team,
> the following  us a patch to add a new book I've co-authored with
> Enrico, hope it is fine for the addition on PostgreSQL web site.

Pushed, with a modification to have the book cover locally hosted (and
sized to match the 160px max height).

Congrats on the publication.

Thanks,

Jonathan


Вложения

Re: new book to add to the website

От
Luca Ferrari
Дата:
Dear Jonathan,
sorry to bother you and the web team, but the editor asked us to
change the link in the descriptiojn of our latest book as per the diff
tat follows.
Of course, it is not urgent.

Thanks,
Luca



1 file changed, 1 insertion(+), 16 deletions(-)
templates/pages/docs/books.html | 17 +----------------

modified   templates/pages/docs/books.html
@@ -13,7 +13,7 @@
   <tbody>
       <tr>
           <td>
-              <a
href="https://www.packtpub.com/product/learn-postgresql-12/9781838985288">
+              <a href="https://packt.live/3gRYUTU">
                   <img
src="https://static.packt-cdn.com/products/9781838985288/cover/smaller"
                         alt="Learn PostgreSQL" />
               </a>

On Mon, Oct 19, 2020 at 4:57 PM Jonathan S. Katz <jkatz@postgresql.org> wrote:
>
> On 10/19/20 10:50 AM, Luca Ferrari wrote:
> > Dear www team,
> > the following  us a patch to add a new book I've co-authored with
> > Enrico, hope it is fine for the addition on PostgreSQL web site.
>
> Pushed, with a modification to have the book cover locally hosted (and
> sized to match the 160px max height).
>
> Congrats on the publication.
>
> Thanks,
>
> Jonathan
>