-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcontact.html
71 lines (56 loc) · 2.76 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
layout: default
title: Contact
---
<div class="desc">
<img src="/img/chat-128x128.png" width="64" height="64" alt=""/>
<h1>Contact</h1>
<p>Get help and provide feedback</p>
</div>
<p>The tools on osmcode.org are build by members of the OpenStreetMap and Open
Source communities.</p>
<div class="leftcolumn">
<h2>Getting Help</h2>
<p style="border: 1px solid #f08080; border-radius: 4px; padding: 4px;">When
you ask for help, describe exactly what you did (including what commands,
config files, input data, etc. you used), what you expected what would
happen, and what happened instead (including log files, output files, etc.).
Include the version of the operating system and all relevant software, etc.
in your report.</p>
<p><b>community.openstreetmap.org:</b> You can ask questions on <a
href="https://community.openstreetmap.org/">community.openstreetmap.org</a>.
Please have a look around whether your question was answered already.
Many have been answered at old help site and tagged with
<a href="https://help.openstreetmap.org/tags/osmium/">osmium</a> or
<a href="https://help.openstreetmap.org/tags/pyosmium/">pyosmium</a>.</p>
<p><b>Mailing List:</b> The <a
href="https://lists.openstreetmap.org/listinfo/dev">OSM developer list</a>
is a good place to get into contact with Osmium developers and users. It is
very likely that somebody can help you there.</p>
<p><b>IRC:</b> Sometimes you just have a quick question and need a quick
answer. The IRC chat is perfect for that. Come to the #osm-dev channel on
the OFTC net. (See <a href="https://wiki.openstreetmap.org/wiki/Irc">the
OSM wiki</a> for some more information on how to get there.) The best way
to get an answer is to just ask your question, short and specific is better
than long-winded. If somebody is there who can help, they usually will.</p>
</div>
<div class="rightcolumn">
<h2>Reporting Bugs</h2>
<p>Please report bugs through the Github issue system in the appropriate
repository for the software or project you are using.</p>
<p>This website is maintained in <a
href="https://github.com/osmcode/osmcode.github.io">a git repository</a>,
too. Please report problems with the website there.</p>
<h2>Commercial Support</h2>
<p>The free support through the community works usually very well, but if you
have some special needs, you can get commercial support from the Osmium
maintainer, <a href="https://www.jochentopf.com/">Jochen Topf</a>.</p>
<div class="impressum">
This web site is maintained by:<br/>
Jochen Topf ·
Bayreuther Str. 29 ·
01187 Dresden<br/>
[email protected] ·
+49-351-31778688
</div>
</div>