aboutsummaryrefslogtreecommitdiff
path: root/docs/source/community
AgeCommit message (Collapse)Author
2019-11-19Doc: update status of RFC-2 [skip appveyor]Even Rouault
2019-10-25Add code of conductKristian Evers
2019-09-25Upgrade testing from trusty to xenial, and also:Mike Taves
* From openjdk-7 via apt to openjdk-11 via Travis CI xenial's $JAVA_HOME * From mingw 4.8 -> 5.3, as supported by xenial * clang+llvm for csa kept at version 6.0.0, but for ubuntu-16.04 * Furthermore xenial implicitly has many upgrades, specifically: - gcc 4.8.4 -> 5.4.0 - clang 4.0.0 -> 5.0.0 - cmake 3.9.2 -> 3.12.4 - python 3.4.3 -> 3.5.2 * cppcheck version kept at 1.61 (for trusty) due to many false positives with version 1.72 (for xenial) * Community code contribution documentation simplified to remove version of cppcheck, as this may outdated with updates to scripts
2019-09-25Rearrange Travis CI scripts to be more modularMike Taves
* Split global before_install for apt and pip * Use -qq option for apt-get, which implies -y * Use list of targets with apt-get rather than one-per-line * Use local variables for mingw32/install.sh * Show version info for cppcheck, pip and python * Simplify clang+llvm-6 path
2019-06-05Update GitHub references: proj.4 -> PROJMike Taves
2019-06-01Update website: proj4.org -> proj.orgMike Taves
2019-03-17Remove outdated questions from FAQKristian Evers
More or less all old questions from the FAQ has been removed and replaced by new questions that align better with the current state of the project.
2019-01-16[MOTIONED] RFC3: Dependency management (#1168)Kristian Evers
RFC3: Dependency management
2019-01-02Typo fixesEven Rouault
2018-12-06Update URL to mailing listKristian Evers
2018-10-31RFC 2: update adoption statusEven Rouault
2018-10-26RFC2: take into account @schwehr reviewEven Rouault
2018-10-26Update RFC 2 with latest developmentsEven Rouault
2018-10-11RFC2: rework adoption status to indicate that a vote will hopefully occurEven Rouault
2018-10-11RFC2: fix typosEven Rouault
2018-10-11RFC2: mention Breathe integrationEven Rouault
2018-10-10Doc: add RFC2 initial versionEven Rouault
2018-06-18Add Gitter room to communication channels doc pageKristian Evers
2018-06-08docs: make sure rfc are indexedEven Rouault
2018-06-08update RFC 1 with modifications suggested by Frank, declare RFC 1 passedHoward Butler
2018-06-03add RFC 1 -- initial creation of the PROJ Project Steering Committee (#1028)Howard Butler
* add RFC 1 -- initial creation of the PROJ Project Steering Committee * fix up copypasta items from MapServer RFC
2018-06-02Upgrade http:// to https:// where feasibleMike Toews
2018-05-19Add documentation for Include What You Use (IWYU) (#1006)Kurt Schwehr
Docs requested in discussion of #1000
2018-05-12Improve PDF generation of docsKristian Evers
Removed content sections from a bunch of pages since they clutter up the PDF output and the same info is available in the sidebar of the webpage. A few sections has been turned of for the PDF output, most notable the front page of the webpage. It doesn't really fit in the PDF.
2018-05-12Create "Community" section at top level of docsKristian Evers
Mailing list section from frontpage moved to the new section. So is the contributing and for_proj_contributors pages.