[Qgis-developer] (no subject)

2012-10-11 Thread SIVA RAMA KRISHNA
Hello all,

   I am new to QGIS
  please can anyone suggest  me way to install  python-sip-dev
for fedora(16) linux


 Thanking You
With Regards
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGis 1.9 gdal.h not found

2012-10-11 Thread Paolo Cavallini
Il 11/10/2012 17:03, Etienne Tourigny ha scritto:
> Hi, that tutorial is quite old, and qgis has changed quite a bit since
> then...
>
Please who can mark it as obsolete.
Thanks.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Fwd: [GSoC Mentors] [Announce] Call for Proposals for Doc Sprint Summit v2.0

2012-10-11 Thread maaza mekuria
I am interested in getting documentation for QGIS improved. I am one of those 
who yells at the top of my voice and I seem to get no response. I am willing to 
put some time in to this project. 

I think a comprehensive documentation at least for the development side would 
be an excellent addition to QGIS. 

Please check out the research document produced, largely from QGIS built plugin 
toolset at the following link http://transweb.sjsu.edu/project/1005.html . 
Download the PDF document and you can see the modeling done using QGIS, you may 
even enjoy the bikie map of San Jose at http://www.axumcorp.com/sjbikemap.htm .

I live not very far from the Google's office and if my current availability 
continues I may be able to devote at least three days to the project. Is there 
any other person interested in pursuing this?

Maaza 

--- On Wed, 10/10/12, Marco Bernasocchi  wrote:

From: Marco Bernasocchi 
Subject: [Qgis-developer] Fwd: [GSoC Mentors] [Announce] Call for Proposals for 
Doc Sprint Summit v2.0
To: "qgis-developer" , "Werner Macho" 
, "Tim Sutton" 
Date: Wednesday, October 10, 2012, 8:35 PM

fyi
Marco Bernasocchi (mobile)

http://opengis.ch
-- Forwarded message --
From: "Carol Smith" <>
Date: Oct 11, 2012 1:45 AM
Subject: [GSoC Mentors] [Announce] Call for Proposals for Doc Sprint Summit v2.0

To: "Google Summer of Code Mentors List" 

Cc:  <>


Dear GSoC mentors and org admins, 

Google Summer of Code in collaboration with Aspiration and FLOSS Manuals is 
hosting a "Doc Sprint Camp" at Google's Mountain View headquarters (California) 
Dec 3 - 7, 2012.






The 2012 Doc Camp will feature:


1) An unconference on free software documentation topics - facilitated by 
Aspiration

2) 2-5 Book Sprints to produce books on free softwares - facilitated by FLOSS 
Manuals

Building on the success of the 2011 GSoC Doc Camp we are proud to bring you the 
2012 GSoC Doc Camp. Like the previous event the 2012 GSoC Doc Camp is a place 
for free software communities to meet, create a book for their project, attract 
new people to their efforts, and share their documentation experiences. The 
camp aims to improve free documentation materials and skills in free software 
projects and individuals and help form the identity of the emergent free 
documentation sector.







Individuals and projects can apply. Food and accommodation for all individuals 
will be provided and travel support (full or partial) can also be applied for.

Be a part of this exciting event – propose a Book Sprint on your favorite free 
software or come and help others write a book on their favorite project. 
Guaranteed to be a lot of fun, productive, and a fantastic place to advance 
your documentation efforts and experiences.







For more information or to register to take part, please 
see https://sites.google.com/site/docsprintsummitv2/. 
Please note proposals are due by October 26, so get yours in ASAP!







Cheers,
Carol Smith, Allen Gunn, Adam Hyde



-- 

You received this message because you are subscribed to the Google Groups 
"Google Summer of Code Mentors List" group.

To post to this group, send email to 
google-summer-of-code-mentors-l...@googlegroups.com.

To unsubscribe from this group, send email to 
google-summer-of-code-mentors-list+unsubscr...@googlegroups.com.


For more options, visit this group at 
http://groups.google.com/group/google-summer-of-code-mentors-list?hl=en.





-Inline Attachment Follows-

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGis 1.9 gdal.h not found

2012-10-11 Thread Etienne Tourigny
Hi, that tutorial is quite old, and qgis has changed quite a bit since
then...

most probably your gdal.h is not in the include search path.

Did you instal libgdal-dev with your package manager?

If not you need to set CPLUS_INCLUDE_PATH and possibly C_INCLUDE_PATH to
the include dir where you installed gdal.

cheers
Etienne

On Thu, Oct 11, 2012 at 1:19 AM, Justin Hubbard  wrote:

> Hi
>
> I am running Ubuntu 12.04, and as mentioned I was able to build Qgis
> successfully.
> It is when I attempt to use the Qgis libraries in a custom application
> built in Qt Creator, that I get the error.
> My first thought was that I need to include the gdal library in my
> application as well, but that doesn't seem to work.
>
> Any help would be appreciated
>
> Thanks
>
>
> On Wed, Oct 10, 2012 at 7:55 PM, Alex Mandel 
> wrote:
>
>> On 10/10/2012 06:42 AM, Justin Hubbard wrote:
>> > Hi
>> >
>> > I am brand new to the QGIS and Linux developer world.
>> > I have built QGIS from source and all has gone well.
>> >
>> > I have also been following Tim Sutton's tutorials on this development,
>> and
>> > while attempting to add a raster layer (tutorial
>> > 4)
>> > but am getting a strange error when compiling.
>> > The qgsRasterLayer class
>> > #include "gdal.h" which now gives me a file not found error.
>> >
>> > I am sure that I am doing something wrong as I know that I have gdal
>> 1.9.0
>> > installed in the default path, and that the QGIS build found it without
>> > problems.
>> > Could someone please point me in the right direction.
>>
>>
>> What version of linux are you on?
>>
>> In order to compile you need to have the -dev version of various
>> packages (aka the source code of those packages). So you're probably
>> missing libgdal-dev
>>
>> On Debian/Ubuntu the following will auto install what's needed for you:
>> sudo apt-get build-dep qgis
>>
>> Though I thought the build would fail if you were missing those.
>>
>> Enjoy,
>> Alex
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
>
>
>
> --
>
> Warm regards
> *Justin Hubbard*
>
> *--*
>
>
>
>
>
> *Justin Hubbard*
>
> Software Engineer and Support
>
>
>
>   Mobile:
>
>   +27 (0)79 827 1657
>
>
>
>   Fax:
>
>   +27 (0)86 540 6016
>
>
>
>   Email:
>
>   jus...@pyrotechsoftware.com 
>
>
>
>   Web Site:
>
>   www.pyrotechsoftware.co m
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Marco Bernasocchi
godaddy supported sopa... then they realised that people were going away
and "changed mind"... I wouldent go there.

Marco Bernasocchi (mobile)
http://opengis.ch
On Oct 11, 2012 6:34 PM, "Andreas Neumann"  wrote:

> I also found out that at godaddy you can get free ssl certificates for
> open source projects (not wildcard certificates - but for single servers).
>
> This is offered by:
>
> * certum.eu
> * thawte
> * startssl
> * godaddy
>
> If you google for free ssl certificates for open source projects you
> will find some links.
>
> Andreas
>
> Am 11.10.2012 12:45, schrieb Marco Bernasocchi:
> > no you got it right, I guess paolo's reasonement was that if you want
> https
> > is because you have an account so you should be interested in trusting
> us.
> > but i dont agree too much. we should aim for the lowest entry barrier as
> > possible.
> > ciao
> >
> > Marco Bernasocchi (mobile)
> > http://opengis.ch
> > On Oct 11, 2012 5:19 PM, "Matthias Kuhn"  wrote:
> >
> >> As far as I can see, key signing parties are to build a web of trust and
> >> people outside this network will still see a warning in their browser.
> >> Or did I get something wrong here?
> >>
> >> Regards
> >>
> >>> well, that's what keysinging parties are for.
> >>> I think we (at least the PSC) mutually singed our signatures.
> >>> Otherwise, we can confirm them with other methods, it should be easy
> >>> these days.
> >>> All the best.
> >>
> >>
> >> ___
> >> Qgis-developer mailing list
> >> Qgis-developer@lists.osgeo.org
> >> http://lists.osgeo.org/mailman/listinfo/qgis-developer
> >>
> >
> >
> >
> > ___
> > Qgis-developer mailing list
> > Qgis-developer@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/qgis-developer
> >
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] (no subject)

2012-10-11 Thread Etienne Tourigny
a 1-minute google search with keywords "fedora building qgis" leads to
this howto

http://www.surfaces.co.il/?p=340

Although it is slightly outdated, it suggests you install the
sip-devel package, which you probably have not installed yet.

Please try searching before posting multiple emails to lists.

Etienne

On Thu, Oct 11, 2012 at 5:40 AM, SIVA RAMA KRISHNA
 wrote:
> Hello all,
>
>Is it possible to configure qgis(1.8.0) on fedora17 on linux
>  can You please help me
>   Thanking You
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Andreas Neumann
I also found out that at godaddy you can get free ssl certificates for
open source projects (not wildcard certificates - but for single servers).

This is offered by:

* certum.eu
* thawte
* startssl
* godaddy

If you google for free ssl certificates for open source projects you
will find some links.

Andreas

Am 11.10.2012 12:45, schrieb Marco Bernasocchi:
> no you got it right, I guess paolo's reasonement was that if you want https
> is because you have an account so you should be interested in trusting us.
> but i dont agree too much. we should aim for the lowest entry barrier as
> possible.
> ciao
> 
> Marco Bernasocchi (mobile)
> http://opengis.ch
> On Oct 11, 2012 5:19 PM, "Matthias Kuhn"  wrote:
> 
>> As far as I can see, key signing parties are to build a web of trust and
>> people outside this network will still see a warning in their browser.
>> Or did I get something wrong here?
>>
>> Regards
>>
>>> well, that's what keysinging parties are for.
>>> I think we (at least the PSC) mutually singed our signatures.
>>> Otherwise, we can confirm them with other methods, it should be easy
>>> these days.
>>> All the best.
>>
>>
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
> 
> 
> 
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
> 

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Matthias Kuhn
Thank you for clearing Marco,

I think it might be a good idea to contact Thawte and ask, if they would
help us with signing.

Quote:
"Thawte is proud of its open source lineage. Providing free certificates
to community projects is just a small way of not only supporting the
community but returning the favor. Please spread the word." 
--  From http://www.kernel.org/

On Thu, 2012-10-11 at 12:45 +0200, Marco Bernasocchi wrote:
> no you got it right, I guess paolo's reasonement was that if you want
> https is because you have an account so you should be interested in
> trusting us. but i dont agree too much. we should aim for the lowest
> entry barrier as possible.
> ciao
> 
> Marco Bernasocchi (mobile)
> http://opengis.ch
> 
> On Oct 11, 2012 5:19 PM, "Matthias Kuhn"  wrote:
> As far as I can see, key signing parties are to build a web of
> trust and
> people outside this network will still see a warning in their
> browser.
> Or did I get something wrong here?
> 
> Regards
> 
> > well, that's what keysinging parties are for.
> > I think we (at least the PSC) mutually singed our
> signatures.
> > Otherwise, we can confirm them with other methods, it should
> be easy
> > these days.
> > All the best.
> 
> 
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Paolo Cavallini
Il 11/10/2012 13:25, Andreas Neumann ha scritto:
> In my opinion we should either buy a real certificate (e.g. from
> startssl.com) - we have some money in the QGIS account for such
> expenses. It will save us (and especially our users) a lot of headache
> if we use certificates that are accepted by all browsers. And it doesn't
> cost a fortune nowadays.
>
> We should probably opt for a wildcard certificate, allowing the use with
> mutiple servers under the qgis.org domain, e.g. plugins.qgis.org,
> www.qgis.org, planet.qgis.org, hub.qgis.org, etc.
+1
thanks.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] (no subject)

2012-10-11 Thread Volker Fröhlich
On Thu, 2012-10-11 at 15:42 +0530, SIVA RAMA KRISHNA wrote:
> hello all,
>   I am new to Qgis
> 
>   cant we build qgis on qt(4.8.1) in linux  fedora 17
>   i am getting error in qmake sip
> do python doesnt configure for qt(4.8.1)
> any help will be greatly appreciated
> 
> 
>  Thanking You
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer

I'm repeating myself: Install from packages!

yum install qgis

Volker

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Andreas Neumann
Hi,

In my opinion we should either buy a real certificate (e.g. from
startssl.com) - we have some money in the QGIS account for such
expenses. It will save us (and especially our users) a lot of headache
if we use certificates that are accepted by all browsers. And it doesn't
cost a fortune nowadays.

We should probably opt for a wildcard certificate, allowing the use with
mutiple servers under the qgis.org domain, e.g. plugins.qgis.org,
www.qgis.org, planet.qgis.org, hub.qgis.org, etc.

A two year wildcard domain certificate costs 60 US$ at startssl.com: see
https://www.startssl.com/?app=39

I purchased certificates from StartSSL and it works fine. On initial
registration you have to file copy of your passport and they give you a
phone call to ensure that you exist at the address you registered. After
that you can issue one or more certificates.

Andreas

Am 11.10.2012 12:45, schrieb Marco Bernasocchi:
> no you got it right, I guess paolo's reasonement was that if you want https
> is because you have an account so you should be interested in trusting us.
> but i dont agree too much. we should aim for the lowest entry barrier as
> possible.
> ciao
> 
> Marco Bernasocchi (mobile)
> http://opengis.ch
> On Oct 11, 2012 5:19 PM, "Matthias Kuhn"  wrote:
> 
>> As far as I can see, key signing parties are to build a web of trust and
>> people outside this network will still see a warning in their browser.
>> Or did I get something wrong here?
>>
>> Regards
>>
>>> well, that's what keysinging parties are for.
>>> I think we (at least the PSC) mutually singed our signatures.
>>> Otherwise, we can confirm them with other methods, it should be easy
>>> these days.
>>> All the best.
>>
>>
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>>
> 
> 
> 
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
> 

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Marco Bernasocchi
no you got it right, I guess paolo's reasonement was that if you want https
is because you have an account so you should be interested in trusting us.
but i dont agree too much. we should aim for the lowest entry barrier as
possible.
ciao

Marco Bernasocchi (mobile)
http://opengis.ch
On Oct 11, 2012 5:19 PM, "Matthias Kuhn"  wrote:

> As far as I can see, key signing parties are to build a web of trust and
> people outside this network will still see a warning in their browser.
> Or did I get something wrong here?
>
> Regards
>
> > well, that's what keysinging parties are for.
> > I think we (at least the PSC) mutually singed our signatures.
> > Otherwise, we can confirm them with other methods, it should be easy
> > these days.
> > All the best.
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Matthias Kuhn
As far as I can see, key signing parties are to build a web of trust and
people outside this network will still see a warning in their browser.
Or did I get something wrong here?

Regards

> well, that's what keysinging parties are for.
> I think we (at least the PSC) mutually singed our signatures.
> Otherwise, we can confirm them with other methods, it should be easy
> these days.
> All the best.


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] (no subject)

2012-10-11 Thread SIVA RAMA KRISHNA
hello all,
  I am new to Qgis

  cant we build qgis on qt(4.8.1) in linux  fedora 17
  i am getting error in qmake sip
do python doesnt configure for qt(4.8.1)
any help will be greatly appreciated


 Thanking You
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Paolo Cavallini
Il 11/10/2012 11:51, Matthias Kuhn ha scritto:
> Hi Paolo,
>
> Yes, self-signing would be a possibility as well.
> The Problem with this approach is, that anybody would have to accept
> this certificate to be trusted and people who don't know Gary would
> probably be scared away by their browser showing warnings all over the
> place and offering a "get me out of here" button.
>
well, that's what keysinging parties are for.
I think we (at least the PSC) mutually singed our signatures.
Otherwise, we can confirm them with other methods, it should be easy
these days.
All the best.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Matthias Kuhn
Hi Paolo,

Yes, self-signing would be a possibility as well.
The Problem with this approach is, that anybody would have to accept
this certificate to be trusted and people who don't know Gary would
probably be scared away by their browser showing warnings all over the
place and offering a "get me out of here" button.

Cheers

On Thu, 2012-10-11 at 11:34 +0200, Paolo Cavallini wrote:
> Il 10/10/2012 19:58, Alex Mandel ha scritto:
> > I'm a little confused, both Gary and Tim are well aware of this issue (I
> > brought it up more than a year ago, and have asked them several times
> > about it). I've been asking them to get a free cert from StartSSL, once
> > done I can easily put it in place on the server.
> >
> > I would have done it myself but I don't have official keys to the
> > qgis.org domain, someone who has those has to make the cert request.
> >
> Hi all.
> The security issue can be solved quickly also with a self-signed
> certificate, right? I trust Gary more than Verisign ;)
> All the best.
> 


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Werner Macho
*lol*

Time for a HF in Alaska ;)

On Thu, Oct 11, 2012 at 11:48 AM, G. Allegri  wrote:
>> The security issue can be solved quickly also with a self-signed
>> certificate, right? I trust Gary more than Verisign ;)
>
> But who trust that Gary's sign is really Gary? :-)
>
> giovanni
>
>> All the best.
>>
>> --
>> Paolo Cavallini - Faunalia
>> www.faunalia.eu
>> Full contact details at www.faunalia.eu/pc
>> Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
>>
>> ___
>> Qgis-developer mailing list
>> Qgis-developer@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread G. Allegri
> The security issue can be solved quickly also with a self-signed
> certificate, right? I trust Gary more than Verisign ;)

But who trust that Gary's sign is really Gary? :-)

giovanni

> All the best.
>
> --
> Paolo Cavallini - Faunalia
> www.faunalia.eu
> Full contact details at www.faunalia.eu/pc
> Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] secure qgis.org - SSL certificate

2012-10-11 Thread Paolo Cavallini
Il 10/10/2012 19:58, Alex Mandel ha scritto:
> I'm a little confused, both Gary and Tim are well aware of this issue (I
> brought it up more than a year ago, and have asked them several times
> about it). I've been asking them to get a free cert from StartSSL, once
> done I can easily put it in place on the server.
>
> I would have done it myself but I don't have official keys to the
> qgis.org domain, someone who has those has to make the cert request.
>
Hi all.
The security issue can be solved quickly also with a self-signed
certificate, right? I trust Gary more than Verisign ;)
All the best.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Fwd: [GSoC Mentors] [Announce] Call for Proposals for Doc Sprint Summit v2.0

2012-10-11 Thread Paolo Cavallini
Il 11/10/2012 02:35, Marco Bernasocchi ha scritto:
>
> fyi
>
> Marco Bernasocchi (mobile)
> http://opengis.ch
>
> -- Forwarded message --
> From: "Carol Smith" mailto:car...@google.com>>
> Date: Oct 11, 2012 1:45 AM
> Subject: [GSoC Mentors] [Announce] Call for Proposals for Doc Sprint
> Summit v2.0
> To: "Google Summer of Code Mentors List"
>  >
> Cc: mailto:a...@flossmanuals.net>>
>
> Dear GSoC mentors and org admins, 
>
> Google Summer of Code in collaboration with Aspiration and FLOSS
> Manuals is hosting a "Doc Sprint Camp" at Google's Mountain View
> headquarters (California) Dec 3 - 7, 2012.
>
> The 2012 Doc Camp will feature:
>
> 1) An unconference on free software documentation topics - facilitated
> by Aspiration
>
> 2) 2-5 Book Sprints to produce books on free softwares - facilitated
> by FLOSS Manuals
>
Hi all.
I think our manual is already in good shape, but if Otto thinks QGIS
will profit from his participation to the Doc Sprint, I'd be glad, and
we can cover the extra costs.
All the best.

-- 
Paolo Cavallini - Faunalia
www.faunalia.eu
Full contact details at www.faunalia.eu/pc
Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] (no subject)

2012-10-11 Thread SIVA RAMA KRISHNA
Hello all,

   Is it possible to configure qgis(1.8.0) on fedora17 on linux
 can You please help me
  Thanking You
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer