solid-panes 3.7.3-cc40de56 → 3.7.3-f251a0e3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/RDFXMLPane.js +58 -0
- package/dist/RDFXMLPane.js.map +1 -0
- package/{lib → dist}/argument/argumentPane.js +14 -15
- package/dist/argument/argumentPane.js.map +1 -0
- package/{lib → dist}/attach/attachPane.js +83 -93
- package/dist/attach/attachPane.js.map +1 -0
- package/{lib → dist}/audio/audioPane.js +49 -50
- package/dist/audio/audioPane.js.map +1 -0
- package/{lib → dist}/classInstancePane.js +23 -24
- package/dist/classInstancePane.js.map +1 -0
- package/dist/dashboard/basicPreferences.js +155 -0
- package/dist/dashboard/basicPreferences.js.map +1 -0
- package/dist/dashboard/dashboardPane.js +63 -0
- package/dist/dashboard/dashboardPane.js.map +1 -0
- package/dist/dashboard/homepage.js +63 -0
- package/dist/dashboard/homepage.js.map +1 -0
- package/{lib → dist}/dataContentPane.js +63 -63
- package/dist/dataContentPane.js.map +1 -0
- package/{lib → dist}/defaultPane.js +14 -15
- package/dist/defaultPane.js.map +1 -0
- package/{lib → dist}/dokieli/dokieliPane.js +49 -53
- package/dist/dokieli/dokieliPane.js.map +1 -0
- package/{src → dist}/dokieli/new.js +9 -3
- package/dist/dokieli/new.js.map +1 -0
- package/{lib → dist}/form/pane.js +44 -45
- package/dist/form/pane.js.map +1 -0
- package/dist/home/homePane.js +68 -0
- package/dist/home/homePane.js.map +1 -0
- package/dist/humanReadablePane.js +135 -0
- package/dist/humanReadablePane.js.map +1 -0
- package/dist/imagePane.js +70 -0
- package/dist/imagePane.js.map +1 -0
- package/dist/index.js +48 -0
- package/dist/index.js.map +1 -0
- package/dist/internal/internalPane.js +195 -0
- package/dist/internal/internalPane.js.map +1 -0
- package/dist/mainPage/footer.js +16 -0
- package/dist/mainPage/footer.js.map +1 -0
- package/dist/mainPage/header.js +84 -0
- package/dist/mainPage/header.js.map +1 -0
- package/{lib → dist}/mainPage/index.d.ts.map +1 -1
- package/dist/mainPage/index.js +30 -0
- package/dist/mainPage/index.js.map +1 -0
- package/{lib → dist}/microblogPane/microblogPane.js +261 -262
- package/dist/microblogPane/microblogPane.js.map +1 -0
- package/dist/n3Pane.js +56 -0
- package/dist/n3Pane.js.map +1 -0
- package/dist/outline/context.js +13 -0
- package/dist/outline/context.js.map +1 -0
- package/dist/outline/manager.js +1997 -0
- package/dist/outline/manager.js.map +1 -0
- package/{lib → dist}/outline/outlineIcons.js +2 -3
- package/dist/outline/outlineIcons.js.map +1 -0
- package/dist/outline/propertyViews.js +33 -0
- package/dist/outline/propertyViews.js.map +1 -0
- package/{lib → dist}/outline/queryByExample.js +30 -31
- package/dist/outline/queryByExample.js.map +1 -0
- package/{lib → dist}/outline/userInput.js +262 -260
- package/dist/outline/userInput.js.map +1 -0
- package/dist/outline/viewAsImage.js +7 -0
- package/dist/outline/viewAsImage.js.map +1 -0
- package/{lib → dist}/outline/viewAsMbox.js +4 -14
- package/dist/outline/viewAsMbox.js.map +1 -0
- package/dist/pad/padPane.js +420 -0
- package/dist/pad/padPane.js.map +1 -0
- package/{lib → dist}/playlist/playlistPane.js +36 -37
- package/dist/playlist/playlistPane.js.map +1 -0
- package/{lib → dist}/registerPanes.js +29 -29
- package/dist/registerPanes.js.map +1 -0
- package/{src → dist}/schedule/formsForSchedule.js +9 -2
- package/dist/schedule/formsForSchedule.js.map +1 -0
- package/{lib → dist}/schedule/schedulePane.js +171 -177
- package/dist/schedule/schedulePane.js.map +1 -0
- package/dist/sharing/sharingPane.js +45 -0
- package/dist/sharing/sharingPane.js.map +1 -0
- package/dist/slideshow/slideshowPane.js +80 -0
- package/dist/slideshow/slideshowPane.js.map +1 -0
- package/{lib → dist}/socialPane.js +141 -142
- package/dist/socialPane.js.map +1 -0
- package/dist/tabbed/tabbedPane.js +55 -0
- package/dist/tabbed/tabbedPane.js.map +1 -0
- package/{lib → dist}/tableViewPane.js +8 -9
- package/dist/tableViewPane.js.map +1 -0
- package/{lib → dist}/transaction/pane.js +117 -118
- package/dist/transaction/pane.js.map +1 -0
- package/{lib → dist}/transaction/period.js +82 -83
- package/dist/transaction/period.js.map +1 -0
- package/{lib → dist}/trip/tripPane.js +47 -48
- package/dist/trip/tripPane.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.dom.js +158 -0
- package/dist/trustedApplications/trustedApplications.dom.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.utils.js +24 -0
- package/dist/trustedApplications/trustedApplications.utils.js.map +1 -0
- package/dist/trustedApplications/trustedApplications.view.js +62 -0
- package/dist/trustedApplications/trustedApplications.view.js.map +1 -0
- package/dist/types.js +2 -0
- package/dist/types.js.map +1 -0
- package/{lib → dist}/ui/pane.js +30 -31
- package/dist/ui/pane.js.map +1 -0
- package/dist/versionInfo.js +31 -0
- package/dist/versionInfo.js.map +1 -0
- package/dist/video/videoPane.js +43 -0
- package/dist/video/videoPane.js.map +1 -0
- package/package.json +26 -13
- package/Documentation/VisualLanguage.html +0 -538
- package/Documentation/conventions.md +0 -333
- package/coverage/clover.xml +0 -152
- package/coverage/coverage-final.json +0 -6
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +0 -131
- package/coverage/lcov-report/outline/index.html +0 -161
- package/coverage/lcov-report/outline/outlineIcons.js.html +0 -565
- package/coverage/lcov-report/outline/propertyViews.ts.html +0 -196
- package/coverage/lcov-report/outline/viewAsImage.ts.html +0 -121
- package/coverage/lcov-report/outline/viewAsMbox.ts.html +0 -127
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -210
- package/coverage/lcov-report/trustedApplications/index.html +0 -116
- package/coverage/lcov-report/trustedApplications/trustedApplications.utils.ts.html +0 -238
- package/coverage/lcov.info +0 -204
- package/dev/index.html +0 -28
- package/dev/loader.ts +0 -91
- package/dev/pane/index.ts +0 -10
- package/doc/images/panes-for-classes.epgz +0 -0
- package/doc/images/panes-for-classes.svg +0 -609
- package/eslint.config.mjs +0 -34
- package/jest.config.js +0 -27
- package/jest.setup.ts +0 -4
- package/lib/RDFXMLPane.js +0 -59
- package/lib/RDFXMLPane.js.map +0 -1
- package/lib/argument/argumentPane.js.map +0 -1
- package/lib/attach/attachPane.js.map +0 -1
- package/lib/audio/audioPane.js.map +0 -1
- package/lib/classInstancePane.js.map +0 -1
- package/lib/dashboard/basicPreferences.js +0 -229
- package/lib/dashboard/basicPreferences.js.map +0 -1
- package/lib/dashboard/dashboardPane.js +0 -73
- package/lib/dashboard/dashboardPane.js.map +0 -1
- package/lib/dashboard/homepage.js +0 -86
- package/lib/dashboard/homepage.js.map +0 -1
- package/lib/dataContentPane.js.map +0 -1
- package/lib/defaultPane.js.map +0 -1
- package/lib/dokieli/dokieliPane.js.map +0 -1
- package/lib/dokieli/new.js +0 -9
- package/lib/dokieli/new.js.map +0 -1
- package/lib/form/pane.js.map +0 -1
- package/lib/global.d.js +0 -2
- package/lib/global.d.js.map +0 -1
- package/lib/home/homePane.js +0 -91
- package/lib/home/homePane.js.map +0 -1
- package/lib/humanReadablePane.js +0 -138
- package/lib/humanReadablePane.js.map +0 -1
- package/lib/imagePane.js +0 -71
- package/lib/imagePane.js.map +0 -1
- package/lib/index.js +0 -112
- package/lib/index.js.map +0 -1
- package/lib/internal/internalPane.js +0 -184
- package/lib/internal/internalPane.js.map +0 -1
- package/lib/mainPage/footer.js +0 -22
- package/lib/mainPage/footer.js.map +0 -1
- package/lib/mainPage/header.js +0 -152
- package/lib/mainPage/header.js.map +0 -1
- package/lib/mainPage/index.js +0 -42
- package/lib/mainPage/index.js.map +0 -1
- package/lib/microblogPane/microblogPane.js.map +0 -1
- package/lib/n3Pane.js +0 -57
- package/lib/n3Pane.js.map +0 -1
- package/lib/outline/context.js +0 -19
- package/lib/outline/context.js.map +0 -1
- package/lib/outline/manager.js +0 -2264
- package/lib/outline/manager.js.map +0 -1
- package/lib/outline/manager.test.d.ts +0 -2
- package/lib/outline/manager.test.d.ts.map +0 -1
- package/lib/outline/manager.test.js +0 -210
- package/lib/outline/manager.test.js.map +0 -1
- package/lib/outline/outlineIcons.js.map +0 -1
- package/lib/outline/propertyViews.js +0 -44
- package/lib/outline/propertyViews.js.map +0 -1
- package/lib/outline/propertyViews.test.d.ts +0 -2
- package/lib/outline/propertyViews.test.d.ts.map +0 -1
- package/lib/outline/propertyViews.test.js +0 -27
- package/lib/outline/propertyViews.test.js.map +0 -1
- package/lib/outline/queryByExample.js.map +0 -1
- package/lib/outline/userInput.js.map +0 -1
- package/lib/outline/viewAsImage.js +0 -17
- package/lib/outline/viewAsImage.js.map +0 -1
- package/lib/outline/viewAsMbox.js.map +0 -1
- package/lib/pad/padPane.js +0 -417
- package/lib/pad/padPane.js.map +0 -1
- package/lib/playlist/playlistPane.js.map +0 -1
- package/lib/registerPanes.js.map +0 -1
- package/lib/schedule/formsForSchedule.js +0 -4
- package/lib/schedule/formsForSchedule.js.map +0 -1
- package/lib/schedule/schedulePane.js.map +0 -1
- package/lib/sharing/sharingPane.js +0 -49
- package/lib/sharing/sharingPane.js.map +0 -1
- package/lib/slideshow/slideshowPane.js +0 -84
- package/lib/slideshow/slideshowPane.js.map +0 -1
- package/lib/socialPane.js.map +0 -1
- package/lib/tabbed/tabbedPane.js +0 -72
- package/lib/tabbed/tabbedPane.js.map +0 -1
- package/lib/tableViewPane.js.map +0 -1
- package/lib/test-import-export/common.js +0 -12
- package/lib/test-import-export/common.js.map +0 -1
- package/lib/test-import-export/edit-importer.js +0 -25
- package/lib/test-import-export/edit-importer.js.map +0 -1
- package/lib/test-import-export/testImportExport.js +0 -2
- package/lib/test-import-export/testImportExport.js.map +0 -1
- package/lib/transaction/pane.js.map +0 -1
- package/lib/transaction/period.js.map +0 -1
- package/lib/trip/tripPane.js.map +0 -1
- package/lib/trustedApplications/trustedApplications.dom.js +0 -177
- package/lib/trustedApplications/trustedApplications.dom.js.map +0 -1
- package/lib/trustedApplications/trustedApplications.test.d.ts +0 -2
- package/lib/trustedApplications/trustedApplications.test.d.ts.map +0 -1
- package/lib/trustedApplications/trustedApplications.test.js +0 -64
- package/lib/trustedApplications/trustedApplications.test.js.map +0 -1
- package/lib/trustedApplications/trustedApplications.utils.js +0 -34
- package/lib/trustedApplications/trustedApplications.utils.js.map +0 -1
- package/lib/trustedApplications/trustedApplications.view.js +0 -87
- package/lib/trustedApplications/trustedApplications.view.js.map +0 -1
- package/lib/types.js +0 -6
- package/lib/types.js.map +0 -1
- package/lib/ui/pane.js.map +0 -1
- package/lib/versionInfo.d.ts +0 -32
- package/lib/versionInfo.d.ts.map +0 -1
- package/lib/versionInfo.js +0 -37
- package/lib/versionInfo.js.map +0 -1
- package/lib/video/videoPane.js +0 -44
- package/lib/video/videoPane.js.map +0 -1
- package/src/RDFXMLPane.js +0 -60
- package/src/argument/argumentPane.js +0 -65
- package/src/argument/argument_icon_v04.jpg +0 -0
- package/src/argument/icon_argument.png +0 -0
- package/src/argument/transparentyingyang.png +0 -0
- package/src/attach/attachPane.js +0 -508
- package/src/attach/tbl-paperclip-128.png +0 -0
- package/src/attach/tbl-paperclip-22.png +0 -0
- package/src/attach/tbl-paperclip-22a.png +0 -0
- package/src/audio/audioPane.js +0 -197
- package/src/chatPreferencesForm.ttl +0 -12
- package/src/classInstancePane.js +0 -110
- package/src/dashboard/basicPreferences.ts +0 -201
- package/src/dashboard/dashboardPane.ts +0 -83
- package/src/dashboard/homepage.ts +0 -72
- package/src/dashboard/languages/codes.html +0 -8611
- package/src/dashboard/languages/codes.xml +0 -3563
- package/src/dashboard/languages/codes2.txt +0 -170
- package/src/dashboard/languages/foo +0 -70
- package/src/dashboard/languages/foo.ttl +0 -0
- package/src/dashboard/languages/get-language-names.sh +0 -12
- package/src/dashboard/ontologyData.ttl +0 -35
- package/src/dashboard/preferencesFormText.ttl +0 -18
- package/src/dataContentPane.js +0 -290
- package/src/defaultPane.js +0 -102
- package/src/dokieli/Makefile +0 -6
- package/src/dokieli/dokieliPane.js +0 -190
- package/src/dokieli/new.html +0 -30
- package/src/form/form-22.png +0 -0
- package/src/form/form-b-22.png +0 -0
- package/src/form/form.graffle +0 -0
- package/src/form/form.png +0 -0
- package/src/form/pane.js +0 -217
- package/src/form/psuedocode-notes.txt +0 -57
- package/src/global.d.ts +0 -4
- package/src/home/homePane.ts +0 -72
- package/src/humanReadablePane.js +0 -150
- package/src/imagePane.js +0 -75
- package/src/index.ts +0 -71
- package/src/internal/internalPane.ts +0 -263
- package/src/mainPage/footer.ts +0 -19
- package/src/mainPage/header.ts +0 -79
- package/src/mainPage/index.ts +0 -20
- package/src/meeting/Makefile +0 -3
- package/src/meeting/test/meeting1/Actions/actions.ttl +0 -14
- package/src/meeting/test/meeting1/Actions/config.ttl +0 -16
- package/src/meeting/test/meeting1/Actions/state.ttl +0 -30
- package/src/meeting/test/meeting1/Schedule/details.ttl +0 -34
- package/src/meeting/test/meeting1/Schedule/details.ttl.acl +0 -20
- package/src/meeting/test/meeting1/Schedule/forms.ttl +0 -75
- package/src/meeting/test/meeting1/Schedule/forms.ttl.acl +0 -20
- package/src/meeting/test/meeting1/Schedule/index.html +0 -72
- package/src/meeting/test/meeting1/Schedule/index.html.acl +0 -20
- package/src/meeting/test/meeting1/Schedule/results.ttl +0 -15
- package/src/meeting/test/meeting1/Schedule/results.ttl.acl +0 -20
- package/src/meeting/test/meeting1/SharedNotes/pad.ttl +0 -23
- package/src/meeting/test/meeting1/chat/chat.ttl +0 -1
- package/src/meeting/test/meeting1/details.ttl +0 -35
- package/src/meeting/test/meeting1/pad/pad.ttl +0 -16
- package/src/microblogPane/mbStyle.css +0 -267
- package/src/microblogPane/microblogPane.js +0 -1412
- package/src/n3Pane.js +0 -56
- package/src/outline/context.ts +0 -21
- package/src/outline/manager.js +0 -2384
- package/src/outline/manager.test.ts +0 -189
- package/src/outline/outlineIcons.js +0 -160
- package/src/outline/propertyViews.test.ts +0 -36
- package/src/outline/propertyViews.ts +0 -37
- package/src/outline/queryByExample.js +0 -296
- package/src/outline/userInput.js +0 -2373
- package/src/outline/viewAsImage.ts +0 -12
- package/src/outline/viewAsMbox.ts +0 -14
- package/src/pad/images/ColourOff.ai +2 -872
- package/src/pad/images/ColourOff.png +0 -0
- package/src/pad/images/ColourOn.ai +1 -935
- package/src/pad/images/ColourOn.png +0 -0
- package/src/pad/padPane.ts +0 -559
- package/src/playlist/playlistPane.js +0 -161
- package/src/registerPanes.js +0 -147
- package/src/schedule/Makefile +0 -6
- package/src/schedule/formsForSchedule.ttl +0 -115
- package/src/schedule/schedulePane.js +0 -1201
- package/src/sharing/sharingPane.ts +0 -49
- package/src/slideshow/slideshowPane.js +0 -80
- package/src/socialPane.js +0 -523
- package/src/style/tabbedtab.css +0 -1347
- package/src/tabbed/tabbedPane.ts +0 -60
- package/src/tableViewPane.js +0 -51
- package/src/test-import-export/common.js +0 -6
- package/src/test-import-export/edit-importer.js +0 -20
- package/src/test-import-export/testImportExport.js +0 -0
- package/src/transaction/068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
- package/src/transaction/075988-3d-transparent-glass-icon-business-currency-british-pound-sc35.png +0 -0
- package/src/transaction/22-pixel-068010-3d-transparent-glass-icon-alphanumeric-dollar-sign.png +0 -0
- package/src/transaction/pane.js +0 -629
- package/src/transaction/period.js +0 -374
- package/src/transaction/thumbs_075987-3d-transparent-glass-icon-business-creditcard2.png +0 -0
- package/src/transaction/thumbs_075989-3d-transparent-glass-icon-business-currency-cent-sc35.png +0 -0
- package/src/trip/tripPane.js +0 -176
- package/src/trustedApplications/__snapshots__/trustedApplications.test.ts.snap +0 -176
- package/src/trustedApplications/trustedApplications.dom.ts +0 -276
- package/src/trustedApplications/trustedApplications.test.ts +0 -82
- package/src/trustedApplications/trustedApplications.utils.ts +0 -51
- package/src/trustedApplications/trustedApplications.view.ts +0 -80
- package/src/types.ts +0 -34
- package/src/ui/22-builder.png +0 -0
- package/src/ui/builder.graffle +0 -0
- package/src/ui/builder.png +0 -0
- package/src/ui/builder2.png +0 -0
- package/src/ui/pane.js +0 -226
- package/src/versionInfo.ts +0 -30
- package/src/video/videoPane.js +0 -44
- package/timestamp.sh +0 -13
- package/travis/bumpversion.js +0 -29
- package/tsconfig.json +0 -78
- package/typings/raw-loader.d.ts +0 -4
- package/typings/solid-namespace/index.d.ts +0 -9
- package/webpack.config.js +0 -41
- /package/{lib → dist}/dashboard/basicPreferences.d.ts +0 -0
- /package/{lib → dist}/dashboard/basicPreferences.d.ts.map +0 -0
- /package/{lib → dist}/dashboard/dashboardPane.d.ts +0 -0
- /package/{lib → dist}/dashboard/dashboardPane.d.ts.map +0 -0
- /package/{lib → dist}/dashboard/homepage.d.ts +0 -0
- /package/{lib → dist}/dashboard/homepage.d.ts.map +0 -0
- /package/{lib → dist}/home/homePane.d.ts +0 -0
- /package/{lib → dist}/home/homePane.d.ts.map +0 -0
- /package/{lib → dist}/index.d.ts +0 -0
- /package/{lib → dist}/index.d.ts.map +0 -0
- /package/{lib → dist}/internal/internalPane.d.ts +0 -0
- /package/{lib → dist}/internal/internalPane.d.ts.map +0 -0
- /package/{lib → dist}/mainPage/footer.d.ts +0 -0
- /package/{lib → dist}/mainPage/footer.d.ts.map +0 -0
- /package/{lib → dist}/mainPage/header.d.ts +0 -0
- /package/{lib → dist}/mainPage/header.d.ts.map +0 -0
- /package/{lib → dist}/mainPage/index.d.ts +0 -0
- /package/{lib → dist}/outline/context.d.ts +0 -0
- /package/{lib → dist}/outline/context.d.ts.map +0 -0
- /package/{lib → dist}/outline/propertyViews.d.ts +0 -0
- /package/{lib → dist}/outline/propertyViews.d.ts.map +0 -0
- /package/{lib → dist}/outline/viewAsImage.d.ts +0 -0
- /package/{lib → dist}/outline/viewAsImage.d.ts.map +0 -0
- /package/{lib → dist}/outline/viewAsMbox.d.ts +0 -0
- /package/{lib → dist}/outline/viewAsMbox.d.ts.map +0 -0
- /package/{lib → dist}/pad/padPane.d.ts +0 -0
- /package/{lib → dist}/pad/padPane.d.ts.map +0 -0
- /package/{lib → dist}/sharing/sharingPane.d.ts +0 -0
- /package/{lib → dist}/sharing/sharingPane.d.ts.map +0 -0
- /package/{lib → dist}/tabbed/tabbedPane.d.ts +0 -0
- /package/{lib → dist}/tabbed/tabbedPane.d.ts.map +0 -0
- /package/{lib → dist}/trustedApplications/trustedApplications.dom.d.ts +0 -0
- /package/{lib → dist}/trustedApplications/trustedApplications.dom.d.ts.map +0 -0
- /package/{lib → dist}/trustedApplications/trustedApplications.utils.d.ts +0 -0
- /package/{lib → dist}/trustedApplications/trustedApplications.utils.d.ts.map +0 -0
- /package/{lib → dist}/trustedApplications/trustedApplications.view.d.ts +0 -0
- /package/{lib → dist}/trustedApplications/trustedApplications.view.d.ts.map +0 -0
- /package/{lib → dist}/types.d.ts +0 -0
- /package/{lib → dist}/types.d.ts.map +0 -0
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
<td lang="ab">аҧсуа бызшәа, аҧсшәа</td>
|
|
2
|
-
<td lang="aa">Afaraf</td>
|
|
3
|
-
<td lang="af">Afrikaans</td>
|
|
4
|
-
<td lang="ak">Akan</td>
|
|
5
|
-
<td lang="sq">Shqip</td>
|
|
6
|
-
<td lang="am">አማርኛ</td>
|
|
7
|
-
<td lang="ar" dir="rtl"><div style="float: left;">العربية</div></td>
|
|
8
|
-
<td lang="an">aragonés</td>
|
|
9
|
-
<td lang="hy">Հայերեն</td>
|
|
10
|
-
<td lang="as">অসমীয়া</td>
|
|
11
|
-
<td lang="av">авар мацӀ, магӀарул мацӀ</td>
|
|
12
|
-
<td lang="ae">avesta</td>
|
|
13
|
-
<td lang="ay">aymar aru</td>
|
|
14
|
-
<td lang="az">azərbaycan dili</td>
|
|
15
|
-
<td lang="bm">bamanankan</td>
|
|
16
|
-
<td lang="ba">башҡорт теле</td>
|
|
17
|
-
<td lang="eu">euskara, euskera</td>
|
|
18
|
-
<td lang="be">беларуская мова</td>
|
|
19
|
-
<td lang="bn">বাংলা</td>
|
|
20
|
-
<td lang="bh">भोजपुरी</td>
|
|
21
|
-
<td lang="bi">Bislama</td>
|
|
22
|
-
<td lang="bs">bosanski jezik</td>
|
|
23
|
-
<td lang="br">brezhoneg</td>
|
|
24
|
-
<td lang="bg">български език</td>
|
|
25
|
-
<td lang="my">ဗမာစာ</td>
|
|
26
|
-
<td lang="ca">català, valencià</td>
|
|
27
|
-
<td lang="ch">Chamoru</td>
|
|
28
|
-
<td lang="ce">нохчийн мотт</td>
|
|
29
|
-
<td lang="ny">chiCheŵa, chinyanja</td>
|
|
30
|
-
<td lang="cv">чӑваш чӗлхи</td>
|
|
31
|
-
<td lang="kw">Kernewek</td>
|
|
32
|
-
<td lang="co">corsu, lingua corsa</td>
|
|
33
|
-
<td lang="cr">ᓀᐦᐃᔭᐍᐏᐣ</td>
|
|
34
|
-
<td lang="hr">hrvatski jezik</td>
|
|
35
|
-
<td lang="cs">čeština, český jazyk</td>
|
|
36
|
-
<td lang="da">dansk</td>
|
|
37
|
-
<td lang="dv" dir="rtl"><div style="float: left;">ދިވެހި</div></td>
|
|
38
|
-
<td lang="nl">Nederlands, Vlaams</td>
|
|
39
|
-
<td lang="dz">རྫོང་ཁ</td>
|
|
40
|
-
<td lang="en">English</td>
|
|
41
|
-
<td lang="eo">Esperanto</td>
|
|
42
|
-
<td lang="et">eesti, eesti keel</td>
|
|
43
|
-
<td lang="ee">Eʋegbe</td>
|
|
44
|
-
<td lang="fo">føroyskt</td>
|
|
45
|
-
<td lang="fj">vosa Vakaviti</td>
|
|
46
|
-
<td lang="fi">suomi, suomen kieli</td>
|
|
47
|
-
<td lang="fr">français, langue française</td>
|
|
48
|
-
<td lang="ff">Fulfulde, Pulaar, Pular</td>
|
|
49
|
-
<td lang="gl">Galego</td>
|
|
50
|
-
<td lang="ka">ქართული</td>
|
|
51
|
-
<td lang="de">Deutsch</td>
|
|
52
|
-
<td lang="el">ελληνικά</td>
|
|
53
|
-
<td lang="gn">Avañe'ẽ</td>
|
|
54
|
-
<td lang="gu">ગુજરાતી</td>
|
|
55
|
-
<td lang="ht">Kreyòl ayisyen</td>
|
|
56
|
-
<td lang="ha" dir="rtl"><div style="float: left;">(Hausa) هَوُسَ</div></td>
|
|
57
|
-
<td lang="he" dir="rtl"><div style="float: left;">עברית</div></td>
|
|
58
|
-
<td lang="hz">Otjiherero</td>
|
|
59
|
-
<td lang="hi">हिन्दी, हिंदी</td>
|
|
60
|
-
<td lang="ho">Hiri Motu</td>
|
|
61
|
-
<td lang="hu">magyar</td>
|
|
62
|
-
<td lang="ia">Interlingua</td>
|
|
63
|
-
<td lang="id">Bahasa Indonesia</td>
|
|
64
|
-
<td lang="ga">Gaeilge</td>
|
|
65
|
-
<td lang="ig">Asụsụ Igbo</td>
|
|
66
|
-
<td lang="ik">Iñupiaq, Iñupiatun</td>
|
|
67
|
-
<td lang="io">Ido</td>
|
|
68
|
-
<td lang="is">Íslenska</td>
|
|
69
|
-
<td lang="it">Italiano</td>
|
|
70
|
-
<td lang="iu">ᐃᓄᒃᑎᑐᑦ</td>
|
|
71
|
-
<td lang="jv">ꦧꦱꦗꦮ, Basa Jawa</td>
|
|
72
|
-
<td lang="kl">kalaallisut, kalaallit oqaasii</td>
|
|
73
|
-
<td lang="kn">ಕನ್ನಡ</td>
|
|
74
|
-
<td lang="kr">Kanuri</td>
|
|
75
|
-
<td lang="kk">қазақ тілі</td>
|
|
76
|
-
<td lang="km">ខ្មែរ, ខេមរភាសា, ភាសាខ្មែរ</td>
|
|
77
|
-
<td lang="ki">Gĩkũyũ</td>
|
|
78
|
-
<td lang="rw">Ikinyarwanda</td>
|
|
79
|
-
<td lang="ky">Кыргызча, Кыргыз тили</td>
|
|
80
|
-
<td lang="kv">коми кыв</td>
|
|
81
|
-
<td lang="kg">Kikongo</td>
|
|
82
|
-
<td lang="kj">Kuanyama</td>
|
|
83
|
-
<td lang="la">latine, lingua latina</td>
|
|
84
|
-
<td lang="lb">Lëtzebuergesch</td>
|
|
85
|
-
<td lang="lg">Luganda</td>
|
|
86
|
-
<td lang="li">Limburgs</td>
|
|
87
|
-
<td lang="ln">Lingála</td>
|
|
88
|
-
<td lang="lo">ພາສາລາວ</td>
|
|
89
|
-
<td lang="lt">lietuvių kalba</td>
|
|
90
|
-
<td lang="lv">latviešu valoda</td>
|
|
91
|
-
<td lang="gv">Gaelg, Gailck</td>
|
|
92
|
-
<td lang="mk">македонски јазик</td>
|
|
93
|
-
<td lang="mg">fiteny malagasy</td>
|
|
94
|
-
<td lang="ml">മലയാളം</td>
|
|
95
|
-
<td lang="mt">Malti</td>
|
|
96
|
-
<td lang="mi">te reo Māori</td>
|
|
97
|
-
<td lang="mr">मराठी</td>
|
|
98
|
-
<td lang="mh">Kajin M̧ajeļ</td>
|
|
99
|
-
<td lang="mn">Монгол хэл</td>
|
|
100
|
-
<td lang="na">Dorerin Naoero</td>
|
|
101
|
-
<td lang="nv">Diné bizaad</td>
|
|
102
|
-
<td lang="nd">isiNdebele</td>
|
|
103
|
-
<td lang="ne">नेपाली</td>
|
|
104
|
-
<td lang="ng">Owambo</td>
|
|
105
|
-
<td lang="nb">Norsk Bokmål</td>
|
|
106
|
-
<td lang="nn">Norsk Nynorsk</td>
|
|
107
|
-
<td lang="no">Norsk</td>
|
|
108
|
-
<td lang="ii">ꆈꌠ꒿ Nuosuhxop</td>
|
|
109
|
-
<td lang="nr">isiNdebele</td>
|
|
110
|
-
<td lang="oc">occitan, lenga d'òc</td>
|
|
111
|
-
<td lang="oj">ᐊᓂᔑᓈᐯᒧᐎᓐ</td>
|
|
112
|
-
<td lang="cu">ѩзыкъ словѣньскъ</td>
|
|
113
|
-
<td lang="om">Afaan Oromoo</td>
|
|
114
|
-
<td lang="or">ଓଡ଼ିଆ</td>
|
|
115
|
-
<td lang="os">ирон æвзаг</td>
|
|
116
|
-
<td lang="pi">पालि, पाळि</td>
|
|
117
|
-
<td lang="fa" dir="rtl"><div style="float: left;">فارسی</div></td>
|
|
118
|
-
<td lang="pl">język polski, polszczyzna</td>
|
|
119
|
-
<td lang="ps" dir="rtl"><div style="float: left;">پښتو</div></td>
|
|
120
|
-
<td lang="pt">Português</td>
|
|
121
|
-
<td lang="qu">Runa Simi, Kichwa</td>
|
|
122
|
-
<td lang="rm">Rumantsch Grischun</td>
|
|
123
|
-
<td lang="rn">Ikirundi</td>
|
|
124
|
-
<td lang="ro">Română</td>
|
|
125
|
-
<td lang="ru">русский</td>
|
|
126
|
-
<td lang="sa">संस्कृतम्</td>
|
|
127
|
-
<td lang="sc">sardu</td>
|
|
128
|
-
<td lang="se">Davvisámegiella</td>
|
|
129
|
-
<td lang="sm">gagana fa'a Samoa</td>
|
|
130
|
-
<td lang="sg">yângâ tî sängö</td>
|
|
131
|
-
<td lang="sr">српски језик</td>
|
|
132
|
-
<td lang="gd">Gàidhlig</td>
|
|
133
|
-
<td lang="sn">chiShona</td>
|
|
134
|
-
<td lang="si">සිංහල</td>
|
|
135
|
-
<td lang="sk">Slovenčina, Slovenský Jazyk</td>
|
|
136
|
-
<td lang="sl">Slovenski Jezik, Slovenščina</td>
|
|
137
|
-
<td lang="so">Soomaaliga, af Soomaali</td>
|
|
138
|
-
<td lang="st">Sesotho</td>
|
|
139
|
-
<td lang="es">Español</td>
|
|
140
|
-
<td lang="su">Basa Sunda</td>
|
|
141
|
-
<td lang="sw">Kiswahili</td>
|
|
142
|
-
<td lang="ss">SiSwati</td>
|
|
143
|
-
<td lang="sv">Svenska</td>
|
|
144
|
-
<td lang="ta">தமிழ்</td>
|
|
145
|
-
<td lang="te">తెలుగు</td>
|
|
146
|
-
<td lang="th">ไทย</td>
|
|
147
|
-
<td lang="ti">ትግርኛ</td>
|
|
148
|
-
<td lang="bo">བོད་ཡིག</td>
|
|
149
|
-
<td lang="tk">Türkmen, Түркмен</td>
|
|
150
|
-
<td lang="tl">Wikang Tagalog</td>
|
|
151
|
-
<td lang="tn">Setswana</td>
|
|
152
|
-
<td lang="to">Faka Tonga</td>
|
|
153
|
-
<td lang="tr">Türkçe</td>
|
|
154
|
-
<td lang="ts">Xitsonga</td>
|
|
155
|
-
<td lang="tw">Twi</td>
|
|
156
|
-
<td lang="ty">Reo Tahiti</td>
|
|
157
|
-
<td lang="uk">Українська</td>
|
|
158
|
-
<td lang="ur" dir="rtl"><div style="float: left;">اردو</div></td>
|
|
159
|
-
<td lang="ve">Tshivenḓa</td>
|
|
160
|
-
<td lang="vi">Tiếng Việt</td>
|
|
161
|
-
<td lang="vo">Volapük</td>
|
|
162
|
-
<td lang="wa">Walon</td>
|
|
163
|
-
<td lang="cy">Cymraeg</td>
|
|
164
|
-
<td lang="wo">Wollof</td>
|
|
165
|
-
<td lang="fy">Frysk</td>
|
|
166
|
-
<td lang="xh">isiXhosa</td>
|
|
167
|
-
<td lang="yi" dir="rtl"><div style="float: left;">ייִדיש</div></td>
|
|
168
|
-
<td lang="yo">Yorùbá</td>
|
|
169
|
-
<td lang="za">Saɯ cueŋƅ, Saw cuengh</td>
|
|
170
|
-
<td lang="zu">isiZulu</td>
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
Pokestring at -1,-1
|
|
2
|
-
|
|
3
|
-
Pokestring at -1,-1
|
|
4
|
-
|
|
5
|
-
Pokestring at -1,-1 List of ISO 639-1 codes - Wikipedia
|
|
6
|
-
Pokestring at -1,-1
|
|
7
|
-
//
|
|
8
|
-
document.documentElement.className=document.documentElement.className.replace(/(^|\s)client-nojs(\s|$)/,"$1client-js$2");RLCONF={"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"List_of_ISO_639-1_codes","wgTitle":"List of ISO 639-1 codes","wgCurRevisionId":908451105,"wgRevisionId":908451105,"wgArticleId":5611796,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Articles with short description","Articles needing additional references from April 2011","All articles needing additional references","Articles containing Chinese-language text","Articles containing Interlingue-language text","Articles containing Japanese-language text","Articles containing Kashmiri-language text","Articles containing Korean-language text","Articles containing Kurdish-language text","Articles containing Malay-language text","Articles containing Punjabi-language text",
|
|
9
|
-
"Articles containing Sindhi-language text","Articles containing Tajik-language text","Articles containing Tatar-language text","Articles containing Uighur-language text","Articles containing Uzbek-language text","ISO 639","Identifiers","Unique identifiers"],"wgBreakFrames":!1,"wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgMonthNamesShort":["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"wgRelevantPageName":"List_of_ISO_639-1_codes","wgRelevantArticleId":5611796,"wgRequestId":"XT9ULQpAAEIAAE@B4LIAAADW","wgCSPNonce":!1,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,
|
|
10
|
-
"wgPopupsReferencePreviews":!1,"wgPopupsConflictsWithNavPopupGadget":!1,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgPoweredByHHVM":!0,"wgULSCurrentAutonym":"English","wgNoticeProject":"wikipedia","wgWikibaseItemId":"Q917906","wgCentralAuthMobileDomain":!1,"wgEditSubmitButtonLabelPublish":!0};RLSTATE={"ext.gadget.charinsert-styles":"ready","ext.globalCssJs.user.styles":"ready","ext.globalCssJs.site.styles":"ready","site.styles":"ready","noscript":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","ext.globalCssJs.site":"ready","user":"ready","user.options":"ready","user.tokens":"loading","ext.cite.styles":"ready","mediawiki.legacy.shared":"ready","mediawiki.legacy.commonPrint":"ready","jquery.tablesorter.styles":"ready","wikibase.client.init":"ready",
|
|
11
|
-
"ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","ext.3d.styles":"ready","mediawiki.skinning.interface":"ready","skins.vector.styles":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","site","mediawiki.page.startup","mediawiki.page.ready","jquery.tablesorter","mediawiki.searchSuggest","ext.gadget.teahouse","ext.gadget.ReferenceTooltips","ext.gadget.watchlist-notice","ext.gadget.DRN-wizard","ext.gadget.charinsert","ext.gadget.refToolbar","ext.gadget.extra-toolbar-buttons","ext.gadget.switcher","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp","skins.vector.js"];
|
|
12
|
-
//
|
|
13
|
-
|
|
14
|
-
Pokestring at -1,-1
|
|
15
|
-
//
|
|
16
|
-
(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.tokens@0tffind",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"editToken":"+\\","patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
|
|
17
|
-
});});
|
|
18
|
-
//
|
|
19
|
-
|
|
20
|
-
Pokestring at -1,-1
|
|
21
|
-
|
|
22
|
-
Pokestring at -1,-1
|
|
23
|
-
/**/
|
|
24
|
-
.mw-parser-output cite.citation{font-style:inherit}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/12px-Wikisource-logo.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-maint{display:none;color:#33aa33;margin-left:0.3em}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}
|
|
25
|
-
/**/
|
|
26
|
-
|
|
27
|
-
Pokestring at -1,-1
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
Pokestring at -1,-1
|
|
31
|
-
|
|
32
|
-
Pokestring at -1,-1 List of ISO
|
|
33
|
-
639-1 codes
|
|
34
|
-
Pokestring at -1,-1
|
|
35
|
-
|
|
36
|
-
Pokestring at -1,-1 From Wikipedia, the free
|
|
37
|
-
encyclopedia
|
|
38
|
-
Pokestring at -1,-1 Jump to navigation
|
|
39
|
-
Pokestring at -1,-1 Jump to search
|
|
40
|
-
Pokestring at -1,-1
|
|
41
|
-
|
|
42
|
-
Pokestring at -1,-1
|
|
43
|
-
|
|
44
|
-
Pokestring at -1,-1 Wikimedia list article
|
|
45
|
-
Pokestring at -2,-1
|
|
46
|
-
|
|
47
|
-
Pokestring at -2,-1
|
|
48
|
-
|
|
49
|
-
Pokestring at -1,-1
|
|
50
|
-
|
|
51
|
-
column 0
|
|
52
|
-
Pokestring at -1,0
|
|
53
|
-
|
|
54
|
-
column 1
|
|
55
|
-
Pokestring at -1,1
|
|
56
|
-
|
|
57
|
-
Pokestring at -1,1 This article
|
|
58
|
-
Pokestring at -1,1 needs additional
|
|
59
|
-
citations for
|
|
60
|
-
Pokestring at -1,1 verification
|
|
61
|
-
Pokestring at -1,1 Please help
|
|
62
|
-
Pokestring at -1,1
|
|
63
|
-
improve this article
|
|
64
|
-
Pokestring at -1,1 adding
|
|
65
|
-
citations to reliable sources
|
|
66
|
-
Pokestring at -1,1 Find sources:
|
|
67
|
-
Pokestring at -1,1 "List
|
|
68
|
-
of ISO 639-1 codes"
|
|
69
|
-
Pokestring at -1,1 news
|
|
70
|
-
Pokestring at -1,1
|
|
File without changes
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# Language names from ... https://www.omniglot.com/language/names.htm ??
|
|
3
|
-
# https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
|
4
|
-
# https://lov.linkeddata.es/dataset/lov/terms?q=Language%20Code
|
|
5
|
-
# http://dbpedia.org/ontology/Language
|
|
6
|
-
# https://schema.org/knowsLanguage -> Language
|
|
7
|
-
|
|
8
|
-
curl https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes > codes.html
|
|
9
|
-
tidy -m -asxml codes.html
|
|
10
|
-
# sed -e 's/ //g' < codes.html > codes.xml
|
|
11
|
-
# python /devel/github.com/linkeddata/swap/tab2n3.py -xhtml < codes.xml > languageCodes.ttl
|
|
12
|
-
grep "<td lang" codes.html > codes2.txt
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
|
|
2
|
-
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
|
|
3
|
-
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
|
|
4
|
-
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
|
|
5
|
-
@prefix schema: <http:/schema.org/>.
|
|
6
|
-
@prefix ui: <http://www.w3.org/ns/ui#>.
|
|
7
|
-
@prefix vcard: <http://www.w3.org/2006/vcard/ns#>.
|
|
8
|
-
@prefix : <#>.
|
|
9
|
-
|
|
10
|
-
solid:User a rdfs:Class;
|
|
11
|
-
rdfs:label "user"@en, "utilisateur"@fr;
|
|
12
|
-
rdfs:comment """Any person who might use a Solid-based system""";
|
|
13
|
-
rdfs:subClassOf foaf:Person, schema:Person, vcard:Individual.
|
|
14
|
-
|
|
15
|
-
# Since these options are opt-in, it is a bit strange to have new users opt in
|
|
16
|
-
# That they are new users - also we do not use this class for anything specific
|
|
17
|
-
# yet
|
|
18
|
-
# solid:NewUser a rdfs:Class;
|
|
19
|
-
# rdfs:label "new user"@en;
|
|
20
|
-
# rdfs:comment """A person who might use a Solid-based system who has a low
|
|
21
|
-
# level of familiarity with technical details.""";
|
|
22
|
-
# rdfs:subClassOf solid:User.
|
|
23
|
-
|
|
24
|
-
solid:PowerUser a rdfs:Class;
|
|
25
|
-
rdfs:label "power user"@en;
|
|
26
|
-
rdfs:comment """A person who might use a Solid-based system
|
|
27
|
-
who is prepared to be given a more complex interface in order
|
|
28
|
-
to be provided with more pwerful features.""";
|
|
29
|
-
rdfs:subClassOf solid:User.
|
|
30
|
-
|
|
31
|
-
solid:Developer a rdfs:Class;
|
|
32
|
-
rdfs:label "Developer";
|
|
33
|
-
rdfs:comment """Any person who might use a Solid-based system,
|
|
34
|
-
who has software development skills.""";
|
|
35
|
-
rdfs:subClassOf solid:User.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
|
|
2
|
-
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
|
|
3
|
-
@prefix ui: <http://www.w3.org/ns/ui#>.
|
|
4
|
-
@prefix : <#>.
|
|
5
|
-
|
|
6
|
-
:this <http://purl.org/dc/elements/1.1/title> "Basic preferences" ;
|
|
7
|
-
a ui:Form ;
|
|
8
|
-
ui:part :categorizeUser, :privateComment, :personalInformationHeading;
|
|
9
|
-
ui:parts ( :personalInformationHeading :privateComment :categorizeUser ).
|
|
10
|
-
|
|
11
|
-
:personalInformationHeading a ui:Heading;
|
|
12
|
-
ui:contents "Personal information".
|
|
13
|
-
|
|
14
|
-
:privateComment a ui:Comment;
|
|
15
|
-
ui:contents "This information is private.".
|
|
16
|
-
|
|
17
|
-
:categorizeUser a ui:Classifier;
|
|
18
|
-
ui:label "Level of user"; ui:property rdf:type ; ui:category solid:User.
|
package/src/dataContentPane.js
DELETED
|
@@ -1,290 +0,0 @@
|
|
|
1
|
-
/* Data content Pane
|
|
2
|
-
**
|
|
3
|
-
** This pane shows the content of a particular RDF resource
|
|
4
|
-
** or at least the RDF semantics we attribute to that resource.
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
// To do: - Only take data from one graph
|
|
8
|
-
// - Only do forwards not backward?
|
|
9
|
-
// - Expand automatically all the way down
|
|
10
|
-
// - original source view? Use ffox view source
|
|
11
|
-
|
|
12
|
-
import * as UI from 'solid-ui'
|
|
13
|
-
const ns = UI.ns
|
|
14
|
-
|
|
15
|
-
export const dataContentPane = {
|
|
16
|
-
icon: UI.icons.originalIconBase + 'rdf_flyer.24.gif',
|
|
17
|
-
|
|
18
|
-
name: 'dataContents',
|
|
19
|
-
|
|
20
|
-
audience: [ns.solid('Developer')],
|
|
21
|
-
|
|
22
|
-
label: function (subject, context) {
|
|
23
|
-
if (
|
|
24
|
-
'http://www.w3.org/2007/ont/link#ProtocolEvent' in
|
|
25
|
-
context.session.store.findTypeURIs(subject)
|
|
26
|
-
) {
|
|
27
|
-
return null
|
|
28
|
-
}
|
|
29
|
-
const n = context.session.store.statementsMatching(
|
|
30
|
-
undefined,
|
|
31
|
-
undefined,
|
|
32
|
-
undefined,
|
|
33
|
-
subject
|
|
34
|
-
).length
|
|
35
|
-
if (n === 0) return null
|
|
36
|
-
return 'Data (' + n + ')'
|
|
37
|
-
},
|
|
38
|
-
/*
|
|
39
|
-
shouldGetFocus: function(subject) {
|
|
40
|
-
return store.whether(subject, UI.ns.rdf('type'), UI.ns.link('RDFDocument'))
|
|
41
|
-
},
|
|
42
|
-
*/
|
|
43
|
-
statementsAsTables: function statementsAsTables (sts, context, initialRoots) {
|
|
44
|
-
const myDocument = context.dom
|
|
45
|
-
// const outliner = context.getOutliner(myDocument)
|
|
46
|
-
const rep = myDocument.createElement('table')
|
|
47
|
-
const sz = UI.rdf.Serializer(context.session.store)
|
|
48
|
-
const res = sz.rootSubjects(sts)
|
|
49
|
-
let roots = res.roots
|
|
50
|
-
const subjects = res.subjects
|
|
51
|
-
const loopBreakers = res.loopBreakers
|
|
52
|
-
for (const x in loopBreakers) {
|
|
53
|
-
console.log('\tdataContentPane: loopbreaker:' + x)
|
|
54
|
-
}
|
|
55
|
-
const doneBnodes = {} // For preventing looping
|
|
56
|
-
const referencedBnodes = {} // Bnodes which need to be named alas
|
|
57
|
-
|
|
58
|
-
// The property tree for a single subject or anonymous node
|
|
59
|
-
function propertyTree (subject) {
|
|
60
|
-
// print('Proprty tree for '+subject)
|
|
61
|
-
const rep = myDocument.createElement('table')
|
|
62
|
-
let lastPred = null
|
|
63
|
-
const sts = subjects[sz.toStr(subject)] // relevant statements
|
|
64
|
-
if (!sts) {
|
|
65
|
-
// No statements in tree
|
|
66
|
-
rep.appendChild(myDocument.createTextNode('...')) // just empty bnode as object
|
|
67
|
-
return rep
|
|
68
|
-
}
|
|
69
|
-
sts.sort()
|
|
70
|
-
let same = 0
|
|
71
|
-
let predicateTD // The cell which holds the predicate
|
|
72
|
-
for (let i = 0; i < sts.length; i++) {
|
|
73
|
-
const st = sts[i]
|
|
74
|
-
const tr = myDocument.createElement('tr')
|
|
75
|
-
if (st.predicate.uri !== lastPred) {
|
|
76
|
-
if (lastPred && same > 1) {
|
|
77
|
-
predicateTD.setAttribute('rowspan', '' + same)
|
|
78
|
-
}
|
|
79
|
-
predicateTD = myDocument.createElement('td')
|
|
80
|
-
predicateTD.setAttribute('class', 'pred')
|
|
81
|
-
const anchor = myDocument.createElement('a')
|
|
82
|
-
anchor.setAttribute('href', st.predicate.uri)
|
|
83
|
-
anchor.addEventListener(
|
|
84
|
-
'click',
|
|
85
|
-
UI.widgets.openHrefInOutlineMode,
|
|
86
|
-
true
|
|
87
|
-
)
|
|
88
|
-
anchor.appendChild(
|
|
89
|
-
myDocument.createTextNode(
|
|
90
|
-
UI.utils.predicateLabelForXML(st.predicate)
|
|
91
|
-
)
|
|
92
|
-
)
|
|
93
|
-
predicateTD.appendChild(anchor)
|
|
94
|
-
tr.appendChild(predicateTD)
|
|
95
|
-
lastPred = st.predicate.uri
|
|
96
|
-
same = 0
|
|
97
|
-
}
|
|
98
|
-
same++
|
|
99
|
-
const objectTD = myDocument.createElement('td')
|
|
100
|
-
objectTD.appendChild(objectTree(st.object))
|
|
101
|
-
tr.appendChild(objectTD)
|
|
102
|
-
rep.appendChild(tr)
|
|
103
|
-
}
|
|
104
|
-
if (lastPred && same > 1) predicateTD.setAttribute('rowspan', '' + same)
|
|
105
|
-
return rep
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
// Convert a set of statements into a nested tree of tables
|
|
109
|
-
function objectTree (obj) {
|
|
110
|
-
let res, anchor
|
|
111
|
-
switch (obj.termType) {
|
|
112
|
-
case 'NamedNode':
|
|
113
|
-
anchor = myDocument.createElement('a')
|
|
114
|
-
anchor.setAttribute('href', obj.uri)
|
|
115
|
-
anchor.addEventListener(
|
|
116
|
-
'click',
|
|
117
|
-
UI.widgets.openHrefInOutlineMode,
|
|
118
|
-
true
|
|
119
|
-
)
|
|
120
|
-
anchor.appendChild(myDocument.createTextNode(UI.utils.label(obj)))
|
|
121
|
-
return anchor
|
|
122
|
-
|
|
123
|
-
case 'Literal':
|
|
124
|
-
if (!obj.datatype || !obj.datatype.uri) {
|
|
125
|
-
res = myDocument.createElement('div')
|
|
126
|
-
res.setAttribute('style', 'white-space: pre-wrap;')
|
|
127
|
-
res.textContent = obj.value
|
|
128
|
-
return res
|
|
129
|
-
} else if (
|
|
130
|
-
obj.datatype.uri ===
|
|
131
|
-
'http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral'
|
|
132
|
-
) {
|
|
133
|
-
res = myDocument.createElement('div')
|
|
134
|
-
res.setAttribute('class', 'embeddedXHTML')
|
|
135
|
-
res.innerHTML = obj.value // Try that @@@ beware embedded dangerous code
|
|
136
|
-
return res
|
|
137
|
-
}
|
|
138
|
-
return myDocument.createTextNode(obj.value) // placeholder - could be smarter,
|
|
139
|
-
|
|
140
|
-
case 'BlankNode': {
|
|
141
|
-
if (obj.toNT() in doneBnodes) {
|
|
142
|
-
// Break infinite recursion
|
|
143
|
-
referencedBnodes[obj.toNT()] = true
|
|
144
|
-
const anchor = myDocument.createElement('a')
|
|
145
|
-
anchor.setAttribute('href', '#' + obj.toNT().slice(2))
|
|
146
|
-
anchor.setAttribute('class', 'bnodeRef')
|
|
147
|
-
anchor.textContent = '*' + obj.toNT().slice(3)
|
|
148
|
-
return anchor
|
|
149
|
-
}
|
|
150
|
-
doneBnodes[obj.toNT()] = true // Flag to prevent infinite recursion in propertyTree
|
|
151
|
-
const newTable = propertyTree(obj)
|
|
152
|
-
doneBnodes[obj.toNT()] = newTable // Track where we mentioned it first
|
|
153
|
-
if (
|
|
154
|
-
UI.utils.ancestor(newTable, 'TABLE') &&
|
|
155
|
-
UI.utils.ancestor(newTable, 'TABLE').style.backgroundColor ===
|
|
156
|
-
'white'
|
|
157
|
-
) {
|
|
158
|
-
newTable.style.backgroundColor = '#eee'
|
|
159
|
-
} else {
|
|
160
|
-
newTable.style.backgroundColor = 'white'
|
|
161
|
-
}
|
|
162
|
-
return newTable
|
|
163
|
-
}
|
|
164
|
-
case 'Collection':
|
|
165
|
-
res = myDocument.createElement('table')
|
|
166
|
-
res.setAttribute('class', 'collectionAsTables')
|
|
167
|
-
for (let i = 0; i < obj.elements.length; i++) {
|
|
168
|
-
const tr = myDocument.createElement('tr')
|
|
169
|
-
res.appendChild(tr)
|
|
170
|
-
tr.appendChild(objectTree(obj.elements[i]))
|
|
171
|
-
}
|
|
172
|
-
return res
|
|
173
|
-
case 'Graph':
|
|
174
|
-
res = context.session.paneRegistry
|
|
175
|
-
.byName('dataContents')
|
|
176
|
-
.statementsAsTables(obj.statements, context)
|
|
177
|
-
res.setAttribute('class', 'nestedFormula')
|
|
178
|
-
return res
|
|
179
|
-
case 'Variable':
|
|
180
|
-
res = myDocument.createTextNode('?' + obj.uri)
|
|
181
|
-
return res
|
|
182
|
-
}
|
|
183
|
-
throw new Error('Unhandled node type: ' + obj.termType)
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
// roots.sort()
|
|
187
|
-
|
|
188
|
-
if (initialRoots) {
|
|
189
|
-
roots = initialRoots.concat(
|
|
190
|
-
roots.filter(function (x) {
|
|
191
|
-
for (let i = 0; i < initialRoots.length; i++) {
|
|
192
|
-
// Max 2
|
|
193
|
-
if (x.sameTerm(initialRoots[i])) return false
|
|
194
|
-
}
|
|
195
|
-
return true
|
|
196
|
-
})
|
|
197
|
-
)
|
|
198
|
-
}
|
|
199
|
-
for (let i = 0; i < roots.length; i++) {
|
|
200
|
-
const tr = myDocument.createElement('tr')
|
|
201
|
-
tr.setAttribute('style', `background-color: ${i % 2 === 0 ? '#f0f0f0' : 'white'};`)
|
|
202
|
-
rep.appendChild(tr)
|
|
203
|
-
const subjectTD = myDocument.createElement('td')
|
|
204
|
-
tr.appendChild(subjectTD)
|
|
205
|
-
const TDTree = myDocument.createElement('td')
|
|
206
|
-
tr.appendChild(TDTree)
|
|
207
|
-
const root = roots[i]
|
|
208
|
-
if (root.termType === 'BlankNode') {
|
|
209
|
-
subjectTD.appendChild(myDocument.createTextNode(UI.utils.label(root))) // Don't recurse!
|
|
210
|
-
} else {
|
|
211
|
-
subjectTD.appendChild(objectTree(root)) // won't have tree
|
|
212
|
-
}
|
|
213
|
-
TDTree.appendChild(propertyTree(root))
|
|
214
|
-
}
|
|
215
|
-
for (const bNT in referencedBnodes) {
|
|
216
|
-
// Add number to refer to
|
|
217
|
-
const table = doneBnodes[bNT]
|
|
218
|
-
// let tr = myDocument.createElement('tr')
|
|
219
|
-
const anchor = myDocument.createElement('a')
|
|
220
|
-
anchor.setAttribute('id', bNT.slice(2))
|
|
221
|
-
anchor.setAttribute('class', 'bnodeDef')
|
|
222
|
-
anchor.textContent = bNT.slice(3) + ')'
|
|
223
|
-
table.insertBefore(anchor, table.firstChild)
|
|
224
|
-
}
|
|
225
|
-
return rep
|
|
226
|
-
}, // statementsAsTables
|
|
227
|
-
// View the data in a file in user-friendly way
|
|
228
|
-
render: function (subject, context) {
|
|
229
|
-
const myDocument = context.dom
|
|
230
|
-
|
|
231
|
-
function alternativeRendering () {
|
|
232
|
-
const sz = UI.rdf.Serializer(context.session.store)
|
|
233
|
-
const res = sz.rootSubjects(sts)
|
|
234
|
-
const roots = res.roots
|
|
235
|
-
const p = {}
|
|
236
|
-
p.render = function (s2) {
|
|
237
|
-
const div = myDocument.createElement('div')
|
|
238
|
-
div.setAttribute('class', 'withinDocumentPane')
|
|
239
|
-
const plist = kb.statementsMatching(s2, undefined, undefined, subject)
|
|
240
|
-
outliner.appendPropertyTRs(div, plist, false, function (
|
|
241
|
-
_pred,
|
|
242
|
-
_inverse
|
|
243
|
-
) {
|
|
244
|
-
return true
|
|
245
|
-
})
|
|
246
|
-
return div
|
|
247
|
-
}
|
|
248
|
-
for (let i = 0; i < roots.length; i++) {
|
|
249
|
-
const tr = myDocument.createElement('TR')
|
|
250
|
-
const root = roots[i]
|
|
251
|
-
tr.style.verticalAlign = 'top'
|
|
252
|
-
const td = outliner.outlineObjectTD(root, undefined, tr)
|
|
253
|
-
tr.appendChild(td)
|
|
254
|
-
div.appendChild(tr)
|
|
255
|
-
outliner.outlineExpand(td, root, { pane: p })
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
function mainRendering () {
|
|
260
|
-
const initialRoots = [] // Ordering: start with stuff about this doc
|
|
261
|
-
if (kb.holds(subject, undefined, undefined, subject)) {
|
|
262
|
-
initialRoots.push(subject)
|
|
263
|
-
}
|
|
264
|
-
// Then about the primary topic of the document if any
|
|
265
|
-
const ps = kb.any(subject, UI.ns.foaf('primaryTopic'), undefined, subject)
|
|
266
|
-
if (ps) initialRoots.push(ps)
|
|
267
|
-
div.appendChild(
|
|
268
|
-
context.session.paneRegistry
|
|
269
|
-
.byName('dataContents')
|
|
270
|
-
.statementsAsTables(sts, context, initialRoots)
|
|
271
|
-
)
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
const outliner = context.getOutliner(myDocument)
|
|
275
|
-
const kb = context.session.store
|
|
276
|
-
const div = myDocument.createElement('div')
|
|
277
|
-
div.setAttribute('class', 'dataContentPane')
|
|
278
|
-
// Because of smushing etc, this will not be a copy of the original source
|
|
279
|
-
// We could instead either fetch and re-parse the source,
|
|
280
|
-
// or we could keep all the pre-smushed triples.
|
|
281
|
-
const sts = kb.statementsMatching(undefined, undefined, undefined, subject) // @@ slow with current store!
|
|
282
|
-
|
|
283
|
-
if (false) { // keep code
|
|
284
|
-
alternativeRendering()
|
|
285
|
-
} else {
|
|
286
|
-
mainRendering()
|
|
287
|
-
}
|
|
288
|
-
return div
|
|
289
|
-
}
|
|
290
|
-
}
|