Re: [PR] [draft] Jena Ontology API [jena-site]

2024-05-18 Thread via GitHub
sszuev commented on code in PR #187: URL: https://github.com/apache/jena-site/pull/187#discussion_r1605881472 ## source/documentation/ontology/__index.md: ## @@ -205,18 +204,40 @@ doesn't require a number to be the subject of an RDF statement. In OWL, this distinction is

Re: [PR] [draft] Jena Ontology API [jena-site]

2024-05-12 Thread via GitHub
kinow commented on code in PR #187: URL: https://github.com/apache/jena-site/pull/187#discussion_r1597565011 ## source/documentation/ontology/__index.md: ## @@ -10,6 +10,9 @@ won't go into all of the many details of the API here: you should expect to refer to the

[PR] [draft] Jena Ontology API [jena-site]

2024-05-11 Thread via GitHub
sszuev opened a new pull request, #187: URL: https://github.com/apache/jena-site/pull/187 This PR is not ready to merge. Work in progress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Requirement: Java 17 or later [jena-site]

2024-04-24 Thread via GitHub
afs merged PR #186: URL: https://github.com/apache/jena-site/pull/186 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Requirement: Java 17 or later [jena-site]

2024-04-24 Thread via GitHub
afs opened a new pull request, #186: URL: https://github.com/apache/jena-site/pull/186 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Format more code blocks, fix some typos [jena-site]

2024-03-29 Thread via GitHub
kinow merged PR #185: URL: https://github.com/apache/jena-site/pull/185 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Format more code blocks, fix some typos [jena-site]

2024-03-28 Thread via GitHub
kinow opened a new pull request, #185: URL: https://github.com/apache/jena-site/pull/185 Couldn't finish all the source files, but I think after this we must have about 40% done (next vacation will send another batch :laughing: ) Cheers -- This is an automated message from the

Re: [PR] Fix two typos: update -> upload [jena-site]

2024-03-25 Thread via GitHub
kinow merged PR #184: URL: https://github.com/apache/jena-site/pull/184 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Fix two typos: update -> upload [jena-site]

2024-03-25 Thread via GitHub
jmkeil opened a new pull request, #184: URL: https://github.com/apache/jena-site/pull/184 This PR fix two typos in an example: `fuseki:update` is for SPARQL 1.1 Update; `fuseki:upload` is for HTML form file upload, see

Re: [PR] Updated service enhancer documentation [jena-site]

2024-03-21 Thread via GitHub
rvesse merged PR #182: URL: https://github.com/apache/jena-site/pull/182 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Escape pipe character in regex; it is not a column delimiter [jena-site]

2024-03-21 Thread via GitHub
rvesse merged PR #183: URL: https://github.com/apache/jena-site/pull/183 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Escape pipe character in regex; it is not a column delimiter [jena-site]

2024-03-20 Thread via GitHub
rybesh opened a new pull request, #183: URL: https://github.com/apache/jena-site/pull/183 The pipe character in the regular expression was being interpreted by GitHub Markdown as a table column delimiter. -- This is an automated message from the Apache Git Service. To respond to the

[PR] Updated service enhancer documentation [jena-site]

2024-03-20 Thread via GitHub
Aklakan opened a new pull request, #182: URL: https://github.com/apache/jena-site/pull/182 Updated documentation based on the following reported issues: - https://github.com/apache/jena/issues/2288 - https://github.com/apache/jena/issues/2161 Concretely: - Added

Re: [PR] Updates for Jena5. [jena-site]

2024-03-20 Thread via GitHub
afs commented on code in PR #181: URL: https://github.com/apache/jena-site/pull/181#discussion_r1531668360 ## source/documentation/rdf/datasets.md: ## @@ -57,8 +57,8 @@ with data read from URLs (files or from any other URL). The examples use the following prefixes: -

Re: [PR] Updates for Jena5. [jena-site]

2024-03-20 Thread via GitHub
afs merged PR #181: URL: https://github.com/apache/jena-site/pull/181 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

Re: [PR] Updates for Jena5. [jena-site]

2024-03-17 Thread via GitHub
afs commented on PR #181: URL: https://github.com/apache/jena-site/pull/181#issuecomment-2002608164 Thanks for catching that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Updates for Jena5. [jena-site]

2024-03-17 Thread via GitHub
kinow commented on code in PR #181: URL: https://github.com/apache/jena-site/pull/181#discussion_r1527604076 ## source/documentation/rdf/datasets.md: ## @@ -57,8 +57,8 @@ with data read from URLs (files or from any other URL). The examples use the following prefixes: -

[PR] Updates for Jena5. [jena-site]

2024-03-17 Thread via GitHub
afs opened a new pull request, #181: URL: https://github.com/apache/jena-site/pull/181 - Tidy javadoc.md list - Release updates: downloads - Default RDF/XML parser is now RRX; ARP will be removed - Default Turtle uses PREFIX (RDF 1.1 style); `@prefix` available but not the default

Re: [PR] Remove references to JIRA [jena-site]

2024-03-02 Thread via GitHub
afs merged PR #180: URL: https://github.com/apache/jena-site/pull/180 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

Re: [PR] JENA-2357 Added Collections documentation and updated textual example… [jena-site]

2024-03-01 Thread via GitHub
afs merged PR #172: URL: https://github.com/apache/jena-site/pull/172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Remove references to JIRA [jena-site]

2024-03-01 Thread via GitHub
afs opened a new pull request, #180: URL: https://github.com/apache/jena-site/pull/180 Remove text directing users to JIRA. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Restyle the security advisories page to make the structure clearer [jena-site]

2024-02-28 Thread via GitHub
afs merged PR #179: URL: https://github.com/apache/jena-site/pull/179 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Restyle the security advisories page to make the structure clearer [jena-site]

2024-02-28 Thread via GitHub
afs opened a new pull request, #179: URL: https://github.com/apache/jena-site/pull/179 The security advisory page has lots of HTML section headings and I find it hard to read at a glance. This PR is a suggestion that restyles the page. Using smaller header tags didn't improve

Re: [PR] Label the binary distribution 'Commands' [jena-site]

2024-02-18 Thread via GitHub
afs merged PR #177: URL: https://github.com/apache/jena-site/pull/177 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

Re: [PR] Link to TDB2 javadoc [jena-site]

2024-02-18 Thread via GitHub
afs merged PR #178: URL: https://github.com/apache/jena-site/pull/178 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Link to TDB2 javadoc [jena-site]

2024-02-18 Thread via GitHub
afs opened a new pull request, #178: URL: https://github.com/apache/jena-site/pull/178 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Label the binary distribution 'Commands' [jena-site]

2024-02-18 Thread via GitHub
afs opened a new pull request, #177: URL: https://github.com/apache/jena-site/pull/177 Label the binaries zip file "Commands" for clarity. "Apache Jena libraries" => "Apache Jena Commands" -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Fix rdf-thrift URL [jena-site]

2024-01-18 Thread via GitHub
kinow merged PR #176: URL: https://github.com/apache/jena-site/pull/176 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Fix rdf-thrift URL [jena-site]

2024-01-18 Thread via GitHub
joshmoore opened a new pull request, #176: URL: https://github.com/apache/jena-site/pull/176 The previous rdf-thrift URL (https://afs.github.io/rdf-thrift) does not render in Chrome/OSX, assumedly due to a missing redirect. ``` $ curl -IL https://afs.github.io/rdf-thrift HTTP/2

Re: [PR] Remove `` tag from java code [jena-site]

2024-01-17 Thread via GitHub
kinow commented on PR #175: URL: https://github.com/apache/jena-site/pull/175#issuecomment-1897163900 Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [PR] Remove `` tag from java code [jena-site]

2024-01-17 Thread via GitHub
kinow merged PR #175: URL: https://github.com/apache/jena-site/pull/175 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Remove `` tag from java code [jena-site]

2024-01-17 Thread via GitHub
lolgab opened a new pull request, #175: URL: https://github.com/apache/jena-site/pull/175 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Fixed tdb transaction documentation link on architecture page [jena-site]

2023-12-03 Thread via GitHub
kinow merged PR #174: URL: https://github.com/apache/jena-site/pull/174 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Fixed tdb transaction documentation link on architecture page [jena-site]

2023-12-03 Thread via GitHub
robbe-haesendonck opened a new pull request, #174: URL: https://github.com/apache/jena-site/pull/174 Fixed the link to the TDB transaction documentation linked to on the architecture page. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Markmail has been decommissioned. Replacing/removing links. [jena-site]

2023-11-23 Thread via GitHub
kinow merged PR #173: URL: https://github.com/apache/jena-site/pull/173 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Markmail has been decommissioned. Replacing/removing links. [jena-site]

2023-11-22 Thread via GitHub
kinow opened a new pull request, #173: URL: https://github.com/apache/jena-site/pull/173 Thanks to Laura Morales for noticing and reporting it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: [PR] JENA-2357 Added Collections documentation and updated textual example… [jena-site]

2023-11-20 Thread via GitHub
afs commented on PR #172: URL: https://github.com/apache/jena-site/pull/172#issuecomment-1819119365 Just to note we don't merge document changes for new features into main until the release. -- This is an automated message from the Apache Git Service. To respond to the message, please

[PR] JENA-2357 Added Collections documentation and updated textual example… [jena-site]

2023-11-20 Thread via GitHub
Claudenw opened a new pull request, #172: URL: https://github.com/apache/jena-site/pull/172 Documentation update for JENA-2357 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [PR] Note jena-jdbc will be retired. [jena-site]

2023-11-01 Thread via GitHub
afs merged PR #171: URL: https://github.com/apache/jena-site/pull/171 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

Re: [PR] Fix links from documentation to javadoc [jena-site]

2023-10-30 Thread via GitHub
afs merged PR #170: URL: https://github.com/apache/jena-site/pull/170 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

Re: [PR] Note jena-jdbc will be retired. [jena-site]

2023-10-30 Thread via GitHub
afs commented on code in PR #171: URL: https://github.com/apache/jena-site/pull/171#discussion_r1376269815 ## layouts/_default/baseof.html: ## @@ -62,22 +62,20 @@ References Overview ARQ (SPARQL) +

Re: [PR] Note jena-jdbc will be retired. [jena-site]

2023-10-30 Thread via GitHub
afs commented on code in PR #171: URL: https://github.com/apache/jena-site/pull/171#discussion_r1376269815 ## layouts/_default/baseof.html: ## @@ -62,22 +62,20 @@ References Overview ARQ (SPARQL) +

Re: [PR] Note jena-jdbc will be retired. [jena-site]

2023-10-30 Thread via GitHub
OyvindLGjesdal commented on code in PR #171: URL: https://github.com/apache/jena-site/pull/171#discussion_r1376262285 ## layouts/_default/baseof.html: ## @@ -62,22 +62,20 @@ References Overview ARQ

[PR] Note jena-jdbc will be retired. [jena-site]

2023-10-30 Thread via GitHub
afs opened a new pull request, #171: URL: https://github.com/apache/jena-site/pull/171 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Copyedit cmds.md [jena-site]

2023-10-30 Thread via GitHub
afs merged PR #165: URL: https://github.com/apache/jena-site/pull/165 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

Re: [PR] Deploy website from branch 'publish' [jena-site]

2023-10-30 Thread via GitHub
afs closed pull request #119: Deploy website from branch 'publish' URL: https://github.com/apache/jena-site/pull/119 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[PR] Fix links from documentation to javadoc [jena-site]

2023-10-30 Thread via GitHub
afs opened a new pull request, #170: URL: https://github.com/apache/jena-site/pull/170 Links to javadoc were broken because the links do not include the module name. Rather than change the javadoc production, which is automnated on a release, this PR change the website

Re: [PR] Fix minor docs typo [jena-site]

2023-10-20 Thread via GitHub
kinow merged PR #169: URL: https://github.com/apache/jena-site/pull/169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[PR] Fix minor docs typo [jena-site]

2023-10-20 Thread via GitHub
acoburn opened a new pull request, #169: URL: https://github.com/apache/jena-site/pull/169 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

Re: [PR] Fix typo in RDF API tutorial [jena-site]

2023-10-19 Thread via GitHub
rvesse merged PR #168: URL: https://github.com/apache/jena-site/pull/168 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[PR] Fix typo in RDF API tutorial [jena-site]

2023-10-19 Thread via GitHub
dfsp-spirit opened a new pull request, #168: URL: https://github.com/apache/jena-site/pull/168 Very minor, just fixes a typo. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [jena-site] kinow merged pull request #167: Update example link __index.md

2023-10-01 Thread via GitHub
kinow merged PR #167: URL: https://github.com/apache/jena-site/pull/167 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] micahcochran opened a new pull request, #167: Update example link __index.md

2023-10-01 Thread via GitHub
micahcochran opened a new pull request, #167: URL: https://github.com/apache/jena-site/pull/167 The examples moved two years ago. This updates the link to that content. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [jena-site] afs merged pull request #166: Legacy notes: Framing support is for JSON-LD 1.0. Reification API.

2023-08-15 Thread via GitHub
afs merged PR #166: URL: https://github.com/apache/jena-site/pull/166 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] afs commented on a diff in pull request #166: Legacy notes: Framing support is for JSON-LD 1.0. Reification API.

2023-08-15 Thread via GitHub
afs commented on code in PR #166: URL: https://github.com/apache/jena-site/pull/166#discussion_r1294369497 ## source/documentation/notes/reification.md: ## @@ -2,6 +2,8 @@ title: Reification HowTo Review Comment: Done. "notes/reification.md" is still where it always

[GitHub] [jena-site] kinow commented on a diff in pull request #166: Legacy notes: Framing support is for JSON-LD 1.0. Reification API.

2023-08-15 Thread via GitHub
kinow commented on code in PR #166: URL: https://github.com/apache/jena-site/pull/166#discussion_r1294310943 ## source/documentation/notes/reification.md: ## @@ -2,6 +2,8 @@ title: Reification HowTo Review Comment: Maybe we could add an alias too, so if anyone opens the

[GitHub] [jena-site] afs opened a new pull request, #166: Insert note that framing support is for JSON-LD 1.0.

2023-08-15 Thread via GitHub
afs opened a new pull request, #166: URL: https://github.com/apache/jena-site/pull/166 Contributions welcome. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [jena-site] afs merged pull request #164: Record CVE-2023-32200

2023-07-11 Thread via GitHub
afs merged PR #164: URL: https://github.com/apache/jena-site/pull/164 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] afs opened a new pull request, #164: Record CVE-2023-32200

2023-07-11 Thread via GitHub
afs opened a new pull request, #164: URL: https://github.com/apache/jena-site/pull/164 and formatting to make sections clearer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [jena-site] afs merged pull request #163: Download links for 4.9.0

2023-07-08 Thread via GitHub
afs merged PR #163: URL: https://github.com/apache/jena-site/pull/163 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] afs opened a new pull request, #163: Download links for 4.9.0

2023-07-08 Thread via GitHub
afs opened a new pull request, #163: URL: https://github.com/apache/jena-site/pull/163 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jena-site] afs merged pull request #159: Update Fuseki Module documentation

2023-07-08 Thread via GitHub
afs merged PR #159: URL: https://github.com/apache/jena-site/pull/159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] afs merged pull request #160: Document script allow list

2023-07-08 Thread via GitHub
afs merged PR #160: URL: https://github.com/apache/jena-site/pull/160 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] afs merged pull request #161: GH-1924: Document "long" Turtle/TriG format variant

2023-07-08 Thread via GitHub
afs merged PR #161: URL: https://github.com/apache/jena-site/pull/161 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] afs merged pull request #162: Update Fuseki example for text database

2023-07-06 Thread via GitHub
afs merged PR #162: URL: https://github.com/apache/jena-site/pull/162 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] afs opened a new pull request, #162: Update Fuseki example for text database

2023-07-04 Thread via GitHub
afs opened a new pull request, #162: URL: https://github.com/apache/jena-site/pull/162 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jena-site] rybesh commented on a diff in pull request #161: GH-1924: Document "long" Turtle/TriG format variant

2023-06-26 Thread via GitHub
rybesh commented on code in PR #161: URL: https://github.com/apache/jena-site/pull/161#discussion_r1242655709 ## source/documentation/io/rdf-output.md: ## @@ -275,6 +281,19 @@ and in code: .lang(Lang.TTL) .output(System.out); ``` + +# _Setting indent style_

[GitHub] [jena-site] afs commented on pull request #161: GH-1924: Document "long" Turtle/TriG format variant

2023-06-26 Thread via GitHub
afs commented on PR #161: URL: https://github.com/apache/jena-site/pull/161#issuecomment-1608088691 Thanks! For features that only apply after a release, we leave the PR open/approved and merge when the version with the feature in it is released. -- This is an automated

[GitHub] [jena-site] afs commented on a diff in pull request #161: GH-1924: Document "long" Turtle/TriG format variant

2023-06-26 Thread via GitHub
afs commented on code in PR #161: URL: https://github.com/apache/jena-site/pull/161#discussion_r1242649614 ## source/documentation/io/rdf-output.md: ## @@ -275,6 +281,19 @@ and in code: .lang(Lang.TTL) .output(System.out); ``` + +# _Setting indent style_ +``` +

[GitHub] [jena-site] rybesh opened a new pull request, #161: GH-1924: Document "long" Turtle/TriG format variant

2023-06-26 Thread via GitHub
rybesh opened a new pull request, #161: URL: https://github.com/apache/jena-site/pull/161 See https://github.com/apache/jena/pull/1925 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [jena-site] afs commented on pull request #160: Document script allow list

2023-06-17 Thread via GitHub
afs commented on PR #160: URL: https://github.com/apache/jena-site/pull/160#issuecomment-1595776449 This will be merged on release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [jena-site] afs opened a new pull request, #160: Document script allow list

2023-06-14 Thread via GitHub
afs opened a new pull request, #160: URL: https://github.com/apache/jena-site/pull/160 For apache/jena#1908 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [jena-site] afs commented on a diff in pull request #159: Update Fuseki Module documentation

2023-06-12 Thread via GitHub
afs commented on code in PR #159: URL: https://github.com/apache/jena-site/pull/159#discussion_r1227000330 ## source/documentation/fuseki2/fuseki-modules.md: ## @@ -4,64 +4,107 @@ title: Fuseki Modules Fuseki modules are a mechanism to include extension code into a Fuseki

[GitHub] [jena-site] rvesse commented on a diff in pull request #159: Update Fuseki Module documentation

2023-06-12 Thread via GitHub
rvesse commented on code in PR #159: URL: https://github.com/apache/jena-site/pull/159#discussion_r1226261227 ## source/documentation/fuseki2/fuseki-modules.md: ## @@ -4,64 +4,107 @@ title: Fuseki Modules Fuseki modules are a mechanism to include extension code into a Fuseki

[GitHub] [jena-site] afs commented on pull request #159: Update Fuseki Module documentation

2023-06-08 Thread via GitHub
afs commented on PR #159: URL: https://github.com/apache/jena-site/pull/159#issuecomment-1582177096 Thank you both. Changes made. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [jena-site] OyvindLGjesdal commented on a diff in pull request #159: Update Fuseki Module documentation

2023-06-07 Thread via GitHub
OyvindLGjesdal commented on code in PR #159: URL: https://github.com/apache/jena-site/pull/159#discussion_r101864 ## source/documentation/fuseki2/fuseki-modules.md: ## @@ -4,53 +4,80 @@ title: Fuseki Modules Fuseki modules are a mechanism to include extension code into a

[GitHub] [jena-site] kinow commented on a diff in pull request #159: Update Fuseki Module documentation

2023-06-07 Thread via GitHub
kinow commented on code in PR #159: URL: https://github.com/apache/jena-site/pull/159#discussion_r1222020527 ## source/documentation/fuseki2/fuseki-modules.md: ## @@ -4,53 +4,80 @@ title: Fuseki Modules Fuseki modules are a mechanism to include extension code into a Fuseki

[GitHub] [jena-site] afs opened a new pull request, #159: Update Fuseki Module documentation

2023-06-07 Thread via GitHub
afs opened a new pull request, #159: URL: https://github.com/apache/jena-site/pull/159 See issue https://github.com/apache/jena/issues/1897 and pull request https://github.com/apache/jena/pull/1898 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [jena-site] kinow merged pull request #158: Fix formatting for event handler page

2023-06-07 Thread via GitHub
kinow merged PR #158: URL: https://github.com/apache/jena-site/pull/158 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] kinow opened a new pull request, #158: Fix formatting for event handler page

2023-06-06 Thread via GitHub
kinow opened a new pull request, #158: URL: https://github.com/apache/jena-site/pull/158 Saw that [the event handler doc page](https://jena.apache.org/documentation/notes/event-handler-howto.html) is not formatted with the code syntax highlighter and has some extra spaces in one code

[GitHub] [jena-site] rvesse merged pull request #157: Advisory and doc updates for CVE-2023-22665

2023-04-27 Thread via GitHub
rvesse merged PR #157: URL: https://github.com/apache/jena-site/pull/157 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [jena-site] rvesse commented on a diff in pull request #157: Advisory and doc updates for CVE-2023-22665

2023-04-26 Thread via GitHub
rvesse commented on code in PR #157: URL: https://github.com/apache/jena-site/pull/157#discussion_r1177684511 ## source/about_jena/security-advisories.md: ## @@ -50,9 +50,23 @@ policy above we advise users to always utilise the latest Jena release available Please refer to

[GitHub] [jena-site] rvesse commented on a diff in pull request #157: Advisory and doc updates for CVE-2023-22665

2023-04-26 Thread via GitHub
rvesse commented on code in PR #157: URL: https://github.com/apache/jena-site/pull/157#discussion_r1177674985 ## source/about_jena/security-advisories.md: ## @@ -50,9 +50,23 @@ policy above we advise users to always utilise the latest Jena release available Please refer to

[GitHub] [jena-site] rvesse commented on a diff in pull request #157: Advisory and doc updates for CVE-2023-22665

2023-04-26 Thread via GitHub
rvesse commented on code in PR #157: URL: https://github.com/apache/jena-site/pull/157#discussion_r1177674985 ## source/about_jena/security-advisories.md: ## @@ -50,9 +50,23 @@ policy above we advise users to always utilise the latest Jena release available Please refer to

[GitHub] [jena-site] rvesse opened a new pull request, #157: Advisory and doc updates for CVE-2023-22665

2023-04-26 Thread via GitHub
rvesse opened a new pull request, #157: URL: https://github.com/apache/jena-site/pull/157 Adds CVE-2023-22665 to our Security Advisories page. Also adds an explicit warning to the documentation of the relevant feature about the risks of enabling it, especially for publicly accessible

[GitHub] [jena-site] afs closed pull request #152: Documentation update for RDF/XML in Jena 4.8.0

2023-04-24 Thread via GitHub
afs closed pull request #152: Documentation update for RDF/XML in Jena 4.8.0 URL: https://github.com/apache/jena-site/pull/152 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [jena-site] afs commented on pull request #152: Documentation update for RDF/XML in Jena 4.8.0

2023-04-24 Thread via GitHub
afs commented on PR #152: URL: https://github.com/apache/jena-site/pull/152#issuecomment-1520720653 This got merged at 4.8.0 during preparing the website but the commits were rehashed so it isn't shown here. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [jena-site] afs merged pull request #147: Setup documentation for script functions

2023-04-23 Thread via GitHub
afs merged PR #147: URL: https://github.com/apache/jena-site/pull/147 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] kinow merged pull request #155: Layout and formatting improvements

2023-04-11 Thread via GitHub
kinow merged PR #155: URL: https://github.com/apache/jena-site/pull/155 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] kinow commented on pull request #155: Layout and formatting improvements

2023-04-10 Thread via GitHub
kinow commented on PR #155: URL: https://github.com/apache/jena-site/pull/155#issuecomment-1501674351 Saw a discussion today about federated queries and had a look at our docs for that. Noticed that some links were not displayed correctly on the ARQ queries page so fixed that

[GitHub] [jena-site] afs merged pull request #156: Refer to both github and JIRA

2023-04-10 Thread via GitHub
afs merged PR #156: URL: https://github.com/apache/jena-site/pull/156 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org

[GitHub] [jena-site] kinow commented on pull request #155: Layout and formatting improvements

2023-04-09 Thread via GitHub
kinow commented on PR #155: URL: https://github.com/apache/jena-site/pull/155#issuecomment-1501208355 >GPLv3 is probably not possible because it's be a dependency on jena-site like a GPL dependency on code would be. Makes sense, better to write our own little addon (shouldn't be too

[GitHub] [jena-site] kinow commented on a diff in pull request #155: Layout and formatting improvements

2023-04-09 Thread via GitHub
kinow commented on code in PR #155: URL: https://github.com/apache/jena-site/pull/155#discussion_r1161337609 ## source/documentation/rdfs/__index.md: ## @@ -137,7 +139,7 @@ curl --data @query.rq \ will return: -``` +```sparql Review Comment: I removed the sparql syntax

[GitHub] [jena-site] kinow commented on a diff in pull request #155: Layout and formatting improvements

2023-04-09 Thread via GitHub
kinow commented on code in PR #155: URL: https://github.com/apache/jena-site/pull/155#discussion_r1161337311 ## source/documentation/shex/__index.md: ## @@ -6,11 +6,8 @@ slug: index `jena-shex` is an implementation of the [ShEx (Shape Expressions)](https://shex.io) language.

[GitHub] [jena-site] afs commented on pull request #155: Layout and formatting improvements

2023-04-09 Thread via GitHub
afs commented on PR #155: URL: https://github.com/apache/jena-site/pull/155#issuecomment-1501196740 GPLv3 is probably not possible because it's be a dependency on `jena-site` like a GPL dependency on code would be. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [jena-site] afs commented on a diff in pull request #155: Layout and formatting improvements

2023-04-09 Thread via GitHub
afs commented on code in PR #155: URL: https://github.com/apache/jena-site/pull/155#discussion_r1161329933 ## source/documentation/shex/__index.md: ## @@ -6,11 +6,8 @@ slug: index `jena-shex` is an implementation of the [ShEx (Shape Expressions)](https://shex.io) language.

[GitHub] [jena-site] kinow commented on pull request #155: Layout and formatting improvements

2023-04-09 Thread via GitHub
kinow commented on PR #155: URL: https://github.com/apache/jena-site/pull/155#issuecomment-1501132952 Oh, almost forgot. I added some `blockquote` style, so that we can use the Markdown `>` to add an admonition (those alert boxes, like NOTE, WARNING, TIP), but without handling different

[GitHub] [jena-site] kinow opened a new pull request, #155: Layout and formatting improvements

2023-04-09 Thread via GitHub
kinow opened a new pull request, #155: URL: https://github.com/apache/jena-site/pull/155 I am reading about SHACL and ShEx, and noticed that these pages were not displaying code using Hugo's code highlighter. (before & after screenshots) Applied the three-backticks to format code to

[GitHub] [jena-site] kinow commented on pull request #146: Add basic search with Fuse.js (search engine), Mark.js (word highlighter) and Hugo (search index)

2023-04-07 Thread via GitHub
kinow commented on PR #146: URL: https://github.com/apache/jena-site/pull/146#issuecomment-1500692221 That fixed it, @afs. Thanks!!! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [jena-site] afs commented on pull request #146: Add basic search with Fuse.js (search engine), Mark.js (word highlighter) and Hugo (search index)

2023-04-07 Thread via GitHub
afs commented on PR #146: URL: https://github.com/apache/jena-site/pull/146#issuecomment-1500679225 Hugo isn't installed on the Jenkins nodes - it's pulled each time. This is controlled by [jena-site/Jenkinsfile](https://github.com/apache/jena-site/blob/main/Jenkinsfile). The

  1   2   >