[Geoserver-users] User Manual

hi all,

earlier releases of GeoServer included a PDF version of the User
Manual. however, after 2.4.6 this doesn't seem to be the case any
more.

is there an easy way to generate such a document?

--
cheers;
rsn

They are still available. See (for example):
http://ares.boundlessgeo.com/geoserver/release/2.9.0/

Brad

On Fri, 1 Jul 2016 10:08:04 +1000, Brad Hards wrote:

They are still available. See (for example):
http://ares.boundlessgeo.com/geoserver/release/2.9.0/

thanks Brad. unless i missed the obvious, it may be useful to link to
it from the the <http://geoserver.org/release/maintain/&gt; page.

--
cheers;
rsn

thanks Brad. unless i missed the obvious, it may be useful to link to
it from the the <http://geoserver.org/release/maintain/&gt; page.

docs.geoserver.org is usually a good option - better handled by search
engines than PDF, and available as a HTML zipfile if needed.

Brad

I see Brad has already responded, I am curious as to the continued value of the PDF manual? What do you like about it or find it useful for?

Personally I find that some of the wider code examples can get cut-off in the PDF output.

···

On 30 June 2016 at 16:37, Raif S. Naffah <raif@anonymised.com> wrote:

hi all,

earlier releases of GeoServer included a PDF version of the User
Manual. however, after 2.4.6 this doesn’t seem to be the case any
more.

is there an easy way to generate such a document?


cheers;
rsn


Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Jody Garnett

hi Jody,

On Mon, 4 Jul 2016 23:52:39 -0700, Jody Garnett wrote:

I see Brad has already responded, I am curious as to the continued
value of the PDF manual? What do you like about it or find it useful
for?

it's useful for inclusion in the documentation of a distribution
that contains a GeoServer.

Personally I find that some of the wider code examples can get
cut-off in the PDF output.

--
Jody Garnett

On 30 June 2016 at 16:37, Raif S. Naffah <raif@anonymised.com> wrote:

> hi all,
>
> earlier releases of GeoServer included a PDF version of the User
> Manual. however, after 2.4.6 this doesn't seem to be the case any
> more.
>
> is there an easy way to generate such a document?

--
cheers;
rsn

On Tue, Jul 5, 2016 at 8:52 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

I see Brad has already responded, I am curious as to the continued value
of the PDF manual? What do you like about it or find it useful for?

Hi Jody,
looks like you removed the PDF link one year ago from all release
templates, e.g.:

https://github.com/geoserver/geoserver.github.io/blame/master/_layouts/release_24.html#L110

Back then the PDF was systematically failing to generate, that's why I
guess it was removed.
A couple of months later during the 2.8 beta release process I fixed PDF
generation:
https://github.com/geoserver/geoserver.github.io/blame/master/_layouts/release_24.html#L110

Looking at history the build fixes seems to have been applied 2.8.x
onwards, checked on re-enabling
the links, but the PDF is not being copied to SF ... it seems the release
script just never copied
it over, it was probably a manual step we did not automate?

I've created a ticket, while a blind change could be made, only someone
running a release can actually
test it:
https://osgeo-org.atlassian.net/browse/GEOS-7622

Of course that would only fix new releases, for those that are already out
we'd have to manually copy stuff...
maybe we'll find volounteers with admin access to SF willing to do that,
but I would not hold my breath on it.

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

On 05/07/16 20:02, Andrea Aime wrote:

On Tue, Jul 5, 2016 at 8:52 AM, Jody Garnett <jody.garnett@anonymised.com> wrote:

I see Brad has already responded, I am curious as to the continued value
of the PDF manual? What do you like about it or find it useful for?

Hi Jody,
looks like you removed the PDF link one year ago from all release
templates, e.g.:
https://github.com/geoserver/geoserver.github.io/blame/master/_layouts/release_24.html#L110
Back then the PDF was systematically failing to generate, that's why I
guess it was removed.
A couple of months later during the 2.8 beta release process I fixed PDF
generation:
https://github.com/geoserver/geoserver.github.io/blame/master/_layouts/release_24.html#L110
Looking at history the build fixes seems to have been applied 2.8.x
onwards, checked on re-enabling
the links, but the PDF is not being copied to SF ... it seems the release
script just never copied
it over, it was probably a manual step we did not automate?
I've created a ticket, while a blind change could be made, only someone
running a release can actually
test it:
https://osgeo-org.atlassian.net/browse/GEOS-7622
Of course that would only fix new releases, for those that are already out
we'd have to manually copy stuff...
maybe we'll find volounteers with admin access to SF willing to do that,
but I would not hold my breath on it.

The PDF manual was created in both 2.9.1 and 2.8.5 releases, but copied to SourceForge in neither.

Kind regards,

--
Ben Caradoc-Davies <ben@anonymised.com>
Director
Transient Software Limited <http://transient.nz/&gt;
New Zealand