Skip to content

Commit

Permalink
Added link to sponsorship and FOSSGIS project page
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Mar 5, 2021
1 parent a6de2dc commit 5af56fb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ This Website was created for [Jekyll][1] using the [*Feeling Responsive*][2] The
A local development environment can be used by installing Ruby (2.6.x) and running the following in the website directory.

```bash
gem install bundler
gem install jekyll bundler
# inside directory containing the Gemfile
bundler install
```

Jekyll can be executed locally with the following command:

```bash
jekyll serve --incremental --host=0.0.0.0 --config _config.yml,_config_dev.yml
bundle exec jekyll serve --incremental --host=0.0.0.0 --config _config.yml,_config_dev.yml
```

**Note:** It can be useful to clean the `_site` directory before running jekyll to force re-creation of all content (styles etc.).
Expand Down
Binary file added images/paypal_donate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pages/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ For joining TMC meetings or a sessions with a developer please join the IRC chan

### OSGeo project website

Further resources about the OSGeo project deegree can be found at the <a href="https://www.osgeo.org/projects/deegree/">Open Source Geospatial Foundation</a>.
Further resources about the OSGeo project deegree can be found at the <a href="https://www.osgeo.org/projects/deegree/">Open Source Geospatial Foundation</a> and german translation at <a href="https://www.fossgis.de/aktivit%c3%a4ten/langzeitf%c3%b6rderungen/deegree/">FOSSGIS e.V. (Local chapter of OSGeo for D-A-CH)</a>.
13 changes: 10 additions & 3 deletions pages/pages-root-folder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,21 @@ hideposts: true
---
deegree is open source software for spatial data infrastructures and the geospatial web. deegree offers components for geospatial data management, including data access, visualization, discovery and security. Open standards are at the heart of deegree.

[Download](/download)

[Download (stable release 3.4.15)](/download) - [Documentation](/documentation) - [Community Support](/community)

The software is built on the standards of the Open Geospatial Consortium (OGC) and the ISO Technical Committee 211. It includes the OGC Web Map Service (WMS) reference implementation, a fully compliant Web Feature Service (WFS) as well as packages for Catalogue Service (CSW), Web Coverage Service (WCS), Web Processing Service (WPS) and Web Map Tile Service (WMTS). Since 2000 deegree has been developed by lat/lon, with the strong intention to make it a community-driven project. A major step to this effect was the acceptance to be an OSGeo project in 2010. Today, deegree is maintained by several organisations and individuals with a large user base all around the world.

![Figure: One of deegree's demo workspaces: A web mapping setup based on data from the state of Utah.]({{ site.urlimg }}console_workspace_utah2.jpg)
Figure: One of deegree's demo workspaces: A web mapping setup based on data from the state of Utah.

## deegree demos
These are hosted versions of the four official example workspaces for deegree webservices 3.3:
These are hosted versions of the official example workspaces for deegree webservices:

[deegree demos](/demo)

## Sponsorship and donations

Successful open source development requires a sustainable financial story. You can support the deegree project by donations and financial support. Please read further how to [sponsor the OSGeo Foundation and the OSGeo project deegree](https://github.com/deegree/deegree3/wiki/Sponsorship).

[deegree demo's](/demo)
<a href="https://www.paypal.com/donate/?cmd=_s-xclick&hosted_button_id=NWV8QNKA36YGL&source=url" target="_blank" rel="noopener noreferrer"><img src="{{ site.urlimg }}paypal_donate.png" alt="donate via paypal"/></a>

0 comments on commit 5af56fb

Please sign in to comment.