Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
soderlind committed Jan 12, 2023
2 parents e72db8b + 2d50dea commit f211a1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WordPress Jobbnorge Block
# WP Jobbnorge Block

This is a WordPress plugin that adds a block to the Gutenberg editor that displays a list of jobs from Jobbnorge.

Expand Down Expand Up @@ -28,7 +28,7 @@ You'll find the block in the "widget" category, look for "Jobbnorge".

### 1) Add the Jobbnorge URL.

The URL should be the RSS feed for the job list. The URL should look like this, replace 123456789 with your id value: `https://www.jobbnorge.no/apps/joblist/JobListBuilder.ashx?id=123456789&trid=1`
The URL should be the RSS feed for the job list. The URL should look like this, replace 123456789 with your id: `https://www.jobbnorge.no/apps/joblist/JobListBuilder.ashx?id=123456789&trid=1`

[![Add the Jobbnorge URL.](.wordpress-org/screenshot-1.png)](.wordpress-org/screenshot-1.png)

Expand Down Expand Up @@ -87,10 +87,10 @@ Default styling is provided by the [`style.scss`](src/style.scss) file.

## Copyright and license

WordPress Jobbnorge Block is copyright 2023 Per Søderlind
WP Jobbnorge Block is copyright 2023 Per Søderlind

WordPress Jobbnorge Block is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
WP Jobbnorge Block is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

WordPress Jobbnorge Block is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
WP Jobbnorge Block is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with the Extension. If not, see http://www.gnu.org/licenses/.

0 comments on commit f211a1e

Please sign in to comment.