You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update quickstart.md for ojobpub.json instructions
Clarified the explanation of ojobpub.json and its validation process. Added information about the development of an open-source tool for creating ojobpub.json.
Copy file name to clipboardExpand all lines: docs/implementation/quickstart.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,13 @@ You need **your own domain and website**: e.g. www.example.com.
8
8
There you publish your job openings as web page. This can be using a CMS, static site generator or plain HTML, as you like.
9
9
10
10
## 2. Create ojobpub.json
11
-
Create an [ojobpub.json](./ojobpub-format.md) in the path `/.well-known/ojobpub.json` (all lower case!) in a **specific JSON format containing structured meta information** about your job openings and link to the full job description on your website.
11
+
Create an [ojobpub.json](./ojobpub-format.md) in the path `/.well-known/ojobpub.json` (all lower case!) in a **specific JSON format containing structured meta information** about your job openings and link to the full job description on your website.
12
12
13
13
!!! tip "File or Application?"
14
-
While we have used a static ojobpub.json file to demonstrate the simplest way to provide the data, this endpoint is not limited to a static file. It could just as easily be served by a dynamic application or script.
14
+
While we have used a static ojobpub.json file to demonstrate the simplest way to provide the data, this endpoint is not limited to a static file. It could just as easily be served by a dynamic application or script. An open source tool to help creating a ojobpub.json is currently in development.
15
15
16
16
## 3. Validate
17
-
18
-
To validate the JSON data format, we provide a [LetsEmploy's oJobPub JSON schema](https://github.com/letsemploy/schema) and a validator app [validator.letsemploy.org](https://validator.letsemploy.org) to help validate the structure.
17
+
To ensure your ojobpub.json's data is valid, we provide a [oJobPub JSON schema](https://github.com/letsemploy/schema) and a validator app [validator.letsemploy.org](https://validator.letsemploy.org).
19
18
20
19
## 4. Let us know
21
20
@@ -25,7 +24,7 @@ This helps us to see, how things are growing. Once this format is known and etab
25
24
26
25
## 5. Spread the Word
27
26
28
-
Let others know you are publishing job openings using oJobPub by **adding a link** on your job site:
27
+
We would appreciate if you let others know, you publish your job openings using oJobPub by **adding a link** on your job site:
0 commit comments