Skip to content

Commit 618776e

Browse files
authored
Typos and fixes to the links in the README (GeoNode#11411)
1 parent 54d85b0 commit 618776e

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

+16-18
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Try out GeoNode
4141
---------------
4242

4343
If you just want to try out GeoNode visit our official Demo online at:
44-
[http://development.demo.geonode.org[(http://development.demo.geonode.org). After your registration you will be able
44+
[https://development.demo.geonode.org](https://development.demo.geonode.org). After your registration, you will be able
4545
to test all basic functionalities like uploading layers, creation of
46-
maps, editing metadata, styles and much more. To get an overview what
47-
GeoNode can do we recommend to have a look at the [Users
46+
maps, editing metadata, styles, and much more. To get an overview what
47+
GeoNode can do we recommend having a look at the [Users
4848
Workshop](https://docs.geonode.org/en/master/usage/index.html).
4949

5050
Quick Docker Start
@@ -60,8 +60,8 @@ Quick Docker Start
6060
- When set to `prod` `DEBUG` is disabled and the creation of a valid `SSL` is requested to Letsencrypt's ACME server
6161
- When set to `test` `DEBUG` is disabled and a test `SSL` certificate is generated for local testing
6262
- When set to `dev` `DEBUG` is enabled and no `SSL` certificate is generated
63-
- `--hostname`: The URL that whill serve GeoNode (`localhost` by default)
64-
- `--email`: The administrator's email. Notice that a real email and a valid SMPT configurations are required if `--env_type` is seto to `prod`. Letsencrypt uses to email for issuing the SSL certificate
63+
- `--hostname`: The URL that will serve GeoNode (`localhost` by default)
64+
- `--email`: The administrator's email. Notice that a real email and valid SMPT configurations are required if `--env_type` is set to `prod`. Letsencrypt uses email for issuing the SSL certificate
6565
- `--geonodepwd`: GeoNode's administrator password. A random value is set if left empty
6666
- `--geoserverpwd`: GeoNode's administrator password. A random value is set if left empty
6767
- `--pgpwd`: PostgreSQL's administrator password. A random value is set if left empty
@@ -89,24 +89,22 @@ and configuration settings.
8989
Development
9090
-----------
9191

92-
GeoNode is a web based GIS tool, and as such, in order to do development
92+
GeoNode is a web-based GIS tool, and as such, in order to do development
9393
on GeoNode itself or to integrate it into your own application, you
9494
should be familiar with basic web development concepts as well as with
9595
general GIS concepts.
9696

97-
For development GeoNode can be run in a 'development environment'. In
97+
For development, GeoNode can be run in a 'development environment'. In
9898
contrast to a 'production environment' development differs as it uses
9999
lightweight components to speed up things.
100100

101-
To get you started have a look at the [Install
102-
instructions](#install) which cover all what is needed to run GeoNode
103-
for development. Further visit the the [Developer
101+
To get started visit the [Developer
104102
workshop](https://docs.geonode.org/en/master/devel/index.html)
105103
for a basic overview.
106104

107-
If you're planning of customizing your GeoNode instance, or to extend
108-
it's functionalities it's not advisable to change core files in any
109-
case. In this case it's common to use setup a [GeoNode Project
105+
If you're planning to customize your GeoNode instance or to extend
106+
its functionalities it's not advisable to change core files in any
107+
case. In this case, it's common to setup a [GeoNode Project
110108
Template](https://github.com/GeoNode/geonode-project).
111109

112110
Contributing
@@ -123,9 +121,9 @@ Roadmap
123121
GeoNode's development roadmap is documented in a series of GeoNode
124122
Improvement Projects (GNIPS). They are documented at [GeoNode Wiki](https://github.com/GeoNode/geonode/wiki/GeoNode-Improvement-Proposals).
125123

126-
GNIPS are considered to be large undertakings which will add a large
127-
amount of features to the project. As such they are the topic of
128-
community dicussion and guidance. The community discusses these on the
124+
GNIPS are considered to be large undertakings that will add a large
125+
number of features to the project. As such they are the topic of
126+
community discussion and guidance. The community discusses these on the
129127
developer mailing list: http://lists.osgeo.org/pipermail/geonode-devel/
130128

131129
Showcase
@@ -147,12 +145,12 @@ Most useful links
147145

148146
- Project homepage: https://geonode.org
149147
- Repository: https://github.com/GeoNode/geonode
150-
- Offical Demo: http://master.demo.geonode.org
148+
- Official Demos: https://demo.geonode.org
151149
- GeoNode Wiki: https://github.com/GeoNode/geonode/wiki
152150
- Issue tracker: https://github.com/GeoNode/geonode-project/issues
153151

154152
In case of sensitive bugs like security vulnerabilities, please
155-
contact a GeoNode Core Developer directly instead of using issue
153+
contact a GeoNode Core Developer directly instead of using an issue
156154
tracker. We value your effort to improve the security and privacy of
157155
this project!
158156

0 commit comments

Comments
 (0)