Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
44dd17a0ee5a
Commit
ea9df6a1
authored
Nov 01, 2018
by
Laurent Wouters
Browse files
[fix] Uses CubicWeb Linked Data Browser naming
parent
1e564b1fd8fc
Changes
8
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTORS.md
View file @
44dd17a0
# Contributors to Linked Data Browser
# Contributors to
CubicWeb
Linked Data Browser
*
Nicolas Chauvat,
[
Logilab
](
https://www.logilab.fr/
)
*
Laurent Wouters,
[
Cénotélie
](
https://cenotelie.fr/
)
...
...
README.md
View file @
44dd17a0
# Linked Data Browser
#
CubicWeb
Linked Data Browser
The toolkit for the production of a browser of the web of data.
...
...
extension/README.md
View file @
44dd17a0
# Linked Data Browser
#
CubicWeb
Linked Data Browser
A web extension for the browsing the web of data.
...
...
extension/src/common/config/index.html
View file @
44dd17a0
...
...
@@ -8,7 +8,7 @@
<link
rel=
"stylesheet"
href=
"bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"main.css"
>
<title>
Linked Data Browser
CubicWeb
Linked Data Browser
</title>
</head>
...
...
extension/src/ldbrowser/index.html
View file @
44dd17a0
...
...
@@ -6,7 +6,7 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Linked Data Browser
CubicWeb
Linked Data Browser
</title>
</head>
...
...
extension/src/ldviews/index.html
View file @
44dd17a0
...
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"bootstrap.min.css"
>
<title>
Linked Data Browser
CubicWeb
Linked Data Browser
</title>
</head>
...
...
extension/src/manifest.json
View file @
44dd17a0
{
"manifest_version"
:
2
,
"name"
:
"Linked Data Browser"
,
"name"
:
"
CubicWeb
Linked Data Browser"
,
"version"
:
"0.3.2"
,
"description"
:
"A browser for the web of data."
,
"icons"
:
{
...
...
@@ -17,7 +17,7 @@
"page_action"
:
{
"browser_style"
:
true
,
"default_icon"
:
"icons/app.png"
,
"default_title"
:
"Linked Data Browser"
"default_title"
:
"
CubicWeb
Linked Data Browser"
},
"content_scripts"
:
[
{
...
...
@@ -33,7 +33,7 @@
"browser_style"
:
true
},
"sidebar_action"
:
{
"default_title"
:
"Linked Data Browser"
,
"default_title"
:
"
CubicWeb
Linked Data Browser"
,
"default_panel"
:
"sidebar/index.html"
,
"default_icon"
:
"icons/app.png"
},
...
...
extension/src/sidebar/main.tsx
View file @
44dd17a0
...
...
@@ -126,7 +126,7 @@ class Sidebar extends React.Component<{}, State> {
}
}
>
<
div
className
=
"alert alert-info"
role
=
"alert"
>
This tab is not using an active Linked Data browser.
This tab is not using an active
CubicWeb
Linked Data browser.
</
div
>
</
div
>
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment