You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2023/04/16 16:22:40 UTC

[jena-site] branch script-setting updated (b04971c98 -> 31a67d671)

This is an automated email from the ASF dual-hosted git repository.

andy pushed a change to branch script-setting
in repository https://gitbox.apache.org/repos/asf/jena-site.git


    omit b04971c98 Update javascript-functions for setup documentation
     add 2ad02a28f Parameters are backwards
     add d937ddc6c Add more Markdown code formatting
     add 981faa332 fix syntax error in xml fragment
     add dab649c1e Update fuseki-server-protocol.md
     add 16a2d2c65 remove newlines to fix broken table
     add cd14cb23a add list search from jena.markmail.org excluding messages from jena-commits
     add 7905e130d Add basic search with Fuse.js (search engine), Mark.js (word highlighter) and Hugo (search index)
     add 4b3a1e52c Filter search results with uniq, add comments to search options, allow pages to be excluded from search
     add dd32b8a44 Display score, tweak search parameters, more comments
     add bf2da0d1d Use Hugo v0.111.3
     add f5a070191 Refer to both github and JIRA
     add ebad816d7 Add syntax highlighting to ShEx, SHACL, RDFS, and RDF Connection pages
     add 1311938f3 Handle layout with search menu in different window sizes
     add d9796e1d0 Use important to override Bootstrap z-index setting
     add 1cfa31306 Typo and add style for notes/blockquote/admonition
     add fc74c64da Fix formatting of the ARQ - Query page, and add syntax highlight for ARQ federated docs
     add 99529be08 CSS for tables (100% and add some padding to titles)
     add 31a67d671 Update javascript-functions for setup documentation

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b04971c98)
            \
             N -- N -- N   refs/heads/script-setting (31a67d671)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |   2 +-
 README.md                                          |   2 +-
 assets/sass/jena.scss                              |  22 ++-
 config.toml                                        |   3 +
 layouts/_default/baseof.html                       |  18 +-
 layouts/_default/index.json                        |   7 +
 layouts/_default/search.html                       | 200 +++++++++++++++++++++
 layouts/_default/single.html                       |   2 +-
 source/about_jena/contributions.md                 |   2 +-
 source/about_jena/roadmap.md                       |   7 +-
 .../fuseki2/fuseki-server-protocol.md              |  38 ++--
 source/documentation/geosparql/__index.md          |   4 +-
 source/documentation/io/streaming-io.md            |   2 +-
 source/documentation/query/__index.md              |   4 +-
 source/documentation/query/explain.md              |  36 ++--
 source/documentation/query/function_forms.md       |  14 +-
 source/documentation/query/java-uri.md             |  12 +-
 source/documentation/query/javascript-functions.md |   4 +-
 source/documentation/query/lateral-join.md         |  97 +++++-----
 source/documentation/query/service.md              |  44 ++---
 source/documentation/rdf/datasets.md               |   4 -
 source/documentation/rdfconnection/__index.md      | 186 ++++++++++---------
 source/documentation/rdfs/__index.md               |  58 +++---
 source/documentation/shacl/__index.md              | 152 +++++++++-------
 source/documentation/shex/__index.md               |  60 +++----
 source/documentation/tdb2/tdb2_migration.md        |  26 +--
 source/getting_involved/__index.md                 |   3 +-
 source/help_and_support/__index.md                 |   2 +-
 source/search/__index.md                           |   8 +
 static/js/fuse.min.js                              |   9 +
 static/js/mark.min.js                              |   7 +
 31 files changed, 691 insertions(+), 344 deletions(-)
 create mode 100644 layouts/_default/index.json
 create mode 100644 layouts/_default/search.html
 create mode 100644 source/search/__index.md
 create mode 100644 static/js/fuse.min.js
 create mode 100644 static/js/mark.min.js