サードパーティソフトウェアとの統合
← Older revision
Revision as of 02:32, 28 March 2014
(3 intermediate revisions by the same user not shown)
Line 7:
Line 7:
Many academic wikis are using [[Special:MyLanguage/Extension:Semantic MediaWiki|Extension:Semantic MediaWiki]] and leveraging the [[w:Semantic Web|semantic web]] to share data. The [[Special:MyLanguage/API|Mediawiki API]] can also be used to mine data from other sites; combined with an scheduler program like [[w:Cron|Cron]] this can lead to semi-automated data distribution.
Many academic wikis are using [[Special:MyLanguage/Extension:Semantic MediaWiki|Extension:Semantic MediaWiki]] and leveraging the [[w:Semantic Web|semantic web]] to share data. The [[Special:MyLanguage/API|Mediawiki API]] can also be used to mine data from other sites; combined with an scheduler program like [[w:Cron|Cron]] this can lead to semi-automated data distribution.
−
==Access Control==
+
==アクセス制御==
−
=== Account Creation ===
+
=== アカウント作成 ===
==== Vampire Model ====
==== Vampire Model ====
Line 17:
Line 17:
# only registered users may create accounts
# only registered users may create accounts
This method of account-creation removes the burden of making all accounts from single user/admin, this greatly simplifies matters. Because trust of peers is relatively high in an academic setting, a single account can be made for a [[w:Principal_investigator|P.I.]], who then can make accounts for his/her students. Because Mediawiki logs all account activity it is (relatively) easy to track accountability for creation of spam/bot accounts.
This method of account-creation removes the burden of making all accounts from single user/admin, this greatly simplifies matters. Because trust of peers is relatively high in an academic setting, a single account can be made for a [[w:Principal_investigator|P.I.]], who then can make accounts for his/her students. Because Mediawiki logs all account activity it is (relatively) easy to track accountability for creation of spam/bot accounts.
−
=== Authentication ===
+
=== 認証 ===
; [[Special:MyLanguage/Extension:LDAP_Authentication|Extension:LDAP Authentication]]
; [[Special:MyLanguage/Extension:LDAP_Authentication|Extension:LDAP Authentication]]
Line 29:
Line 29:
* [[Special:MyLanguage/Extension:EditSubpages|Extension:EditSubpages]]
* [[Special:MyLanguage/Extension:EditSubpages|Extension:EditSubpages]]
* [[Special:MyLanguage/Security issues with authorization extensions|Security issues with authorization extensions]]
* [[Special:MyLanguage/Security issues with authorization extensions|Security issues with authorization extensions]]
−
==Integration with Third-Party Software==
+
==サードパーティソフトウェアとの統合==
==Document Management==
==Document Management==