Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# app-linked-data

Application Descriptor Repository for Linked Data application.
Application Descriptor repository for Linked Data application.

## Modules

| Module name |
|:-----------------------|
| `mod-linked-data` |
| `mod-atom-feed-reader` |
| `mod-hub-data-import` |
| `mod-graph-rebuilder` |

## UI Modules

Expand Down
12 changes: 12 additions & 0 deletions app-linked-data.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
{
"name": "mod-linked-data",
"version": "latest"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @PBobylev, As we discussed, there 3 modules are not in scope for Sunflower. So, we do not need it.

{
"name": "mod-atom-feed-reader",
"version": "latest"
},
{
"name": "mod-hub-data-import",
"version": "latest"
},
{
"name": "mod-graph-rebuilder",
"version": "latest"
}
],
"uiModules": [
Expand Down