Skip to content

Commit 4d8f36e

Browse files
Merge pull request #280 from geoblacklight/minor-formatting
Fix typos in GBL website
2 parents 7edd17c + 5bcef8c commit 4d8f36e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/blog/posts/2015-02-09-a-hands-on-introduction-to-geoblacklight.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ The fixtures directory is useful for quickly indexing a small number documents i
444444
Now you should see <a href="http://127.0.0.1:3000">facets listed</a> on the lower left hand part of the page. Try a search! You can <a href="http://127.0.0.1:3000/?q=*">search for *</a> to search for everything.
445445
446446
447-
Want to index some more documents? Check out [this tutorial](2015-02-05-using-geocombine-to-harvest-and-index-opengeometadata.md) on how to easily index metadata from OpenGeoMetadata.
447+
Want to index some more documents? Check out [this tutorial](2015-02-05-using-geocombine-to-harvest-and-index-opengeometadata.markdown) on how to easily index metadata from OpenGeoMetadata.
448448
449449
There are many ways to customize your GeoBlacklight application, and unfortunately we can't cover them all with this tutorial. GeoBlacklight tries to stick to similar patterns as Blacklight, so most of the Blacklight customization techniques should hold true.
450450

docs/docs/metadata-functions.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Label</br>Field URI,Required - will cause app to error if missing,Default facet,Search results display,Item show default display,Relation widget,Notes
22
**ID**</br>id,==yes==,no,no,no,no,Functions as the slug (end part) of the item's URL
3-
**Access Rights**</br>dct_accessRights_s,==yes==,no,icon,no,no,"If set to ""Restricted"", a closed padlock icon appears next to the title. Downloads and web service previews will be hidden unless a user logs in using an authentication process. If set to ""Public"", an open padlock icon appears next to the title. Downloads and web services are accessible."
3+
**Access Rights**</br>dct_accessRights_s,==yes==,==yes==,icon,no,no,"If set to ""Restricted"", a closed padlock icon appears next to the title. Downloads and web service previews will be hidden unless a user logs in using an authentication process. If set to ""Public"", an open padlock icon appears next to the title. Downloads and web services are accessible."
44
**Format**</br>dct_format_s,{++conditional++},==yes==,no,==yes==,no,Required if a Download link is included. This value displays on the item show in the button under the download widget.
55
**Title**</br>dct_title_s,no (see notes),no,Clickable text,==yes==,no,"If a title is missing, GeoBlacklight will display the ID as the title."
66
**Alternative Title**</br>dct_alternative_sm,no,no,no,==yes==,no,-
@@ -39,5 +39,5 @@ Label</br>Field URI,Required - will cause app to error if missing,Default facet,
3939
**Suppressed**</br>gbl_suppressed_b,no,no,no,no,no,Hides items from search results. Items are only visible as child or related records in the Relations widgets.
4040
**Temporal Coverage**</br>dct_temporal_sm,no,no,no,==yes==,no,-
4141
**Theme**</br>dcat_theme_sm,no,==yes==,no,==yes==,no,-
42-
**WxS Identifier**</br>gbl_wxsIdentifier_s,no,no,no,no,no,Required if a OCG web service is included
42+
**WxS Identifier**</br>gbl_wxsIdentifier_s,{++conditional++},no,no,no,no,Required if a OCG web service is included
4343
**Modified**</br>gbl_mdModified_dt,no,no,no,no,no,-

docs/docs/metadata.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Metadata schema features:
2323

2424
## Metadata functionality in GeoBlacklight 4.x
2525

26-
!!! inline Tip "Hover over the column headers for sorting options."
27-
26+
!!! Tip "Hover over the column headers for sorting options."
2827

2928
{{ read_csv('docs/docs/metadata-functions.csv') }}

0 commit comments

Comments
 (0)