Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nos Hs2023
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Språksamlingane
stadnamn
Nos Hs2023
Commits
a30f3c42
Commit
a30f3c42
authored
4 years ago
by
esikkala
Browse files
Options
Downloads
Patches
Plain Diff
Update folder structure instructions
parent
c3025d5e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-11
8 additions, 11 deletions
README.md
with
8 additions
and
11 deletions
README.md
+
8
−
11
View file @
a30f3c42
...
@@ -84,7 +84,6 @@ src
...
@@ -84,7 +84,6 @@ src
┃ ┃ ┃ ┗ YOUR_PORTAL
┃ ┃ ┃ ┗ YOUR_PORTAL
┃ ┃ ┃ ┃ ┣ FacetedSearchPerspective.js <-- combine your perspective components here
┃ ┃ ┃ ┃ ┣ FacetedSearchPerspective.js <-- combine your perspective components here
┃ ┃ ┃ ┃ ┣ Perspective1.js
┃ ┃ ┃ ┃ ┣ Perspective1.js
┃ ┃ ┃ ┃ ┣ Perspective2.js
┃ ┃ ┃ ┃ ┣ ...
┃ ┃ ┃ ┃ ┣ ...
┃ ┣ configs
┃ ┣ configs
┃ ┃ ┗ YOUR_PORTAL
┃ ┃ ┗ YOUR_PORTAL
...
@@ -96,23 +95,21 @@ src
...
@@ -96,23 +95,21 @@ src
┃ ┃ ┃ ┣ fullTextSearch.js
┃ ┃ ┃ ┣ fullTextSearch.js
┃ ┃ ┃ ┣ perspective1.js
┃ ┃ ┃ ┣ perspective1.js
┃ ┃ ┃ ┣ perspective1Facets.js
┃ ┃ ┃ ┣ perspective1Facets.js
┃ ┃ ┃ ┣ perspective2.js
┃ ┃ ┃ ┣ perspective2Facets.js
┃ ┃ ┃ ┣ ...
┃ ┃ ┃ ┣ ...
┃ ┃ ┣ index.js <-- combine your reducers here
┃ ┃ ┣ index.js <-- combine your reducers here
┃ ┣ translations
┃ ┣ translations
┃ ┃ ┗ YOUR_PORTAL
┃ ┃ ┗ YOUR_PORTAL
┃ ┃ ┃ ┣ localeEN.js
┃ ┃ ┃ ┣ localeEN.js
┃ ┃ ┃ ┣ ...
┃ ┃ ┃ ┣ ...
┣
server
┗
server
┃ ┣ sparql
┃ ┣ sparql
┃ ┃
┗
YOUR_PORTAL
┃ ┃
┣
YOUR_PORTAL
┃ ┃ ┃ ┣
FacetConfigs.js <-- url of the SPARQL endpoint and property paths for facet
s
┃ ┃ ┃ ┣
perspective_config
s
┃ ┃ ┃
┣ SparqlQueriesFullText.js <-- add result set properties for full text s
ea
r
ch
h
er
e
┃ ┃ ┃
┃ ┗ ... <-- endpoint and facet configs for
each
p
er
spective
┃ ┃ ┃ ┣
S
parql
QueriesPerspective1.js <-- SPARQL queries related to a specific perspective
┃ ┃ ┃ ┣
s
parql
_queries
┃ ┃ ┃
┣ SparqlQueriesPerspective2.j
s
┃ ┃ ┃
┃ ┗ ... <-- SPARQL querie
s
┃ ┃ ┃
┣ ...
┃ ┃ ┃
┗ BackendSearchConfig.js <-- combine your backend config into this file
┃ ┃
┃ ┗
SparqlQueriesPrefixes
.js
<--
prefixes for all SPARQL queries
┃ ┗
index
.js <--
import the backend config file here
```
```
## Documentation
## Documentation
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment