-
Notifications
You must be signed in to change notification settings - Fork 4
Added Piwik PRO WEB snippet #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
5fee310
Improve SPARQL minification by removing comments
rousso 9b1db35
Added error checking for SPARQL syntaxt
rousso 16a1c48
Merge pull request #6 from OP-TED/minify-sparql
victoriobentivogli 91f1a89
Added a query library tab
rousso 041a6b8
Refactor script.js to simplify and break into classes.
rousso 7fc0518
Cleaned up CSS stylesheet.
rousso 6120a50
Minor update in the help page.
rousso 945ef99
Merge pull request #8 from OP-TED/query-library
victoriobentivogli f3d073a
Update link to the application
cristianvasquez a53ad42
Merge pull request #12 from OP-TED/cristianvasquez-patch-1
victoriobentivogli 45dccdf
Updated queries endpoint and accordion header color.
victoriobentivogli 662e986
Merge pull request #18 from OP-TED/queries_endpoint_update
NPJ-OP-LUX aa02a04
Minor CSS update.
victoriobentivogli 5e91f84
Merge pull request #19 from OP-TED/queries_endpoint_update
NPJ-OP-LUX 55f79a9
Updated endpoint.
victoriobentivogli 9f1124e
Merge pull request #20 from OP-TED/queries_endpoint_update
NPJ-OP-LUX File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,81 @@ | ||
| queries: | ||
| - category: Category1 | ||
| title: Query1 | ||
| description: Description for Query1 in Category1 | ||
| sparql: query1.sparql | ||
| - category: Category1 | ||
| title: Query2 | ||
| description: Description for Query2 in Category1 | ||
| sparql: query2.sparql | ||
| - category: Category2 | ||
| title: Query3 | ||
| description: Description for Query3 in Category2 | ||
| sparql: query3.sparql | ||
| - category: Category2 | ||
| title: Query4 | ||
| description: Description for Query4 in Category2 | ||
| sparql: query4.sparql | ||
| - category: Category3 | ||
| title: Query5 | ||
| description: Description for Query5 in Category3 | ||
| sparql: query5.sparql | ||
| - category: Category3 | ||
| title: Query6 | ||
| description: Description for Query6 in Category3 | ||
| sparql: query6.sparql | ||
| - category: Category4 | ||
| title: Query7 | ||
| description: Description for Query7 in Category4 | ||
| sparql: query7.sparql | ||
| - category: Category4 | ||
| title: Query8 | ||
| description: Description for Query8 in Category4 | ||
| sparql: query8.sparql | ||
| - category: Category5 | ||
| title: Query9 | ||
| description: Description for Query9 in Category5 | ||
| sparql: query9.sparql | ||
| - category: Category5 | ||
| title: Query10 | ||
| description: Description for Query10 in Category5 | ||
| sparql: query10.sparql | ||
| - category: Category6 | ||
| title: Query11 | ||
| description: Description for Query11 in Category6 | ||
| sparql: query11.sparql | ||
| - category: Category6 | ||
| title: Query12 | ||
| description: Description for Query12 in Category6 | ||
| sparql: query12.sparql | ||
| - category: Category7 | ||
| title: Query13 | ||
| description: Description for Query13 in Category7 | ||
| sparql: query13.sparql | ||
| - category: Category7 | ||
| title: Query14 | ||
| description: Description for Query14 in Category7 | ||
| sparql: query14.sparql | ||
| - category: Category8 | ||
| title: Query15 | ||
| description: Description for Query15 in Category8 | ||
| sparql: query15.sparql | ||
| - category: Category8 | ||
| title: Query16 | ||
| description: Description for Query16 in Category8 | ||
| sparql: query16.sparql | ||
| - category: Category9 | ||
| title: Query17 | ||
| description: Description for Query17 in Category9 | ||
| sparql: query17.sparql | ||
| - category: Category9 | ||
| title: Query18 | ||
| description: Description for Query18 in Category9 | ||
| sparql: query18.sparql | ||
| - category: Category10 | ||
| title: Query19 | ||
| description: Description for Query19 in Category10 | ||
| sparql: query19.sparql | ||
| - category: Category10 | ||
| title: Query20 | ||
| description: Description for Query20 in Category10 | ||
| sparql: query20.sparql |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This dependency is declared as 'file:', is that intended?