-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add dai-specific and external plugins to .submodules
- Loading branch information
1 parent
0ae9f63
commit 2beae2a
Showing
6 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
@@ -1,55 +1,100 @@ | ||
# pkp plugins: | ||
|
||
[submodule "lib/pkp"] | ||
path = lib/pkp | ||
url = https://github.com/pkp/pkp-lib.git | ||
|
||
[submodule "plugins/generic/customBlockManager"] | ||
path = plugins/generic/customBlockManager | ||
url = https://github.com/pkp/customBlockManager.git | ||
|
||
[submodule "plugins/generic/staticPages"] | ||
path = plugins/generic/staticPages | ||
url = https://github.com/pkp/staticPages.git | ||
|
||
[submodule "plugins/generic/tinymce"] | ||
path = plugins/generic/tinymce | ||
url = https://github.com/pkp/tinymce.git | ||
|
||
[submodule "plugins/generic/pdfJsViewer"] | ||
path = plugins/generic/pdfJsViewer | ||
url = https://github.com/pkp/pdfJsViewer.git | ||
|
||
[submodule "docs/manual"] | ||
path = docs/manual | ||
url = https://github.com/pkp/ojs-user-guide | ||
[submodule "plugins/generic/lensGalley"] | ||
path = plugins/generic/lensGalley | ||
url = https://github.com/asmecher/lensGalley | ||
branch = i1472-fix | ||
|
||
[submodule "plugins/generic/googleAnalytics"] | ||
path = plugins/generic/googleAnalytics | ||
url = https://github.com/pkp/googleAnalytics.git | ||
|
||
[submodule "plugins/generic/orcidProfile"] | ||
path = plugins/generic/orcidProfile | ||
url = https://github.com/pkp/orcidProfile.git | ||
|
||
[submodule "plugins/blocks/makeSubmission"] | ||
path = plugins/blocks/makeSubmission | ||
url = https://github.com/pkp/makeSubmission.git | ||
|
||
[submodule "plugins/reports/reviewReport"] | ||
path = plugins/reports/reviewReport | ||
url = https://github.com/pkp/reviewReport | ||
|
||
[submodule "lib/ui-library"] | ||
path = lib/ui-library | ||
url = https://github.com/pkp/ui-library | ||
|
||
[submodule "plugins/generic/citationStyleLanguage"] | ||
path = plugins/generic/citationStyleLanguage | ||
url = https://github.com/pkp/citationStyleLanguage.git | ||
|
||
[submodule "plugins/reports/counter/classes/COUNTER"] | ||
path = plugins/reports/counter/classes/COUNTER | ||
url = https://github.com/pkp/COUNTER.git | ||
|
||
[submodule "plugins/blocks/browse"] | ||
path = plugins/blocks/browse | ||
url = https://github.com/pkp/browse | ||
|
||
[submodule "plugins/generic/googleScholar"] | ||
path = plugins/generic/googleScholar | ||
url = https://github.com/pkp/googleScholar | ||
|
||
[submodule "plugins/generic/crossref"] | ||
path = plugins/generic/crossref | ||
url = https://github.com/pkp/crossref-ojs | ||
[submodule "plugins/generic/acron"] | ||
path = plugins/generic/acron | ||
url = https://github.com/pkp/acron | ||
|
||
[submodule "plugins/generic/webFeed"] | ||
path = plugins/generic/webFeed | ||
url = https://github.com/pkp/webFeed.git | ||
|
||
[submodule "plugins/generic/acron"] | ||
path = plugins/generic/acron | ||
url = https://github.com/pkp/acron | ||
|
||
# external plugins: | ||
|
||
[submodule "plugins/importexport/dnb"] | ||
path = plugins/importexport/dnb | ||
url = https://github.com/ojsde/dnb.git | ||
branch = ojs-stable-3_4_0 | ||
|
||
# dai-plugins | ||
|
||
[submodule "plugins/themes/publicationstheme"] | ||
path = plugins/themes/publicationstheme | ||
url = https://github.com/dainst/publicationstheme.git | ||
branch = update-to-3-4 | ||
|
||
[submodule "plugins/pubIds/publications-zenon-plugin"] | ||
path = plugins/pubIds/publications-zenon-plugin | ||
url = https://github.com/dainst/publications-zenon-plugin | ||
|
||
[submodule "plugins/generic/cilantro"] | ||
path = plugins/generic/cilantro | ||
url = https://github.com/dainst/ojs-cilantro-plugin | ||
branch = ojs3 | ||
|
||
[submodule "plugins/pubIds/zenon"] | ||
path = plugins/pubIds/zenon | ||
url = https://github.com/dainst/publications-zenon-plugin.git |
Submodule lensGalley
updated
from 25cd72 to ec8920
Submodule tinymce
updated
39 files
Submodule reviewReport
updated
41 files