內容簡介
WordPress LDP 外掛
此專案的目標是直接從 WordPress 網站的後端管理(創建、列出、顯示) LDP 資源。
我們所應用的 LDP 資源、LDP 容器和 LDP 的定義是基於 2015 年 1 月發佈的W3C 規範。
架構
此外掛定義了一個名為 ldp_resource 的自訂內容類型,讓使用者可以即時創建資源。
它還添加了名為 ldp_container 的自訂分類,其元數據 ldp_model 是一個簡單的基於 JSON 的模型,可根據自己的語義本體論使用。
它在設置選單中添加了一個部分,讓使用者初始化我們的默認 PAIR(項目、參與者、想法、資源)容器,以此格式生成他們的資源。
PAIR 語義本體論的相關文檔可以在 Github 上找到。
原因
WordPress 是廣泛使用的 CMS,特別是在非營利組織界,因為它是免費的、開源的、穩定的,並具有非常豐富的生態系統。
此外掛是 AV 概念驗證發展的一部分,我們將在不久的將來交付。
文檔
有關安裝、使用和即將推出的功能的更多信息,請查看以下位置的 Wiki 或問題列表:
– https://github.com/assemblee-virtuelle/wpldp/wiki 以查看 Wiki
– https://github.com/assemblee-virtuelle/wpldp/issues 以查看問題
外掛標籤
開發者團隊
原文外掛簡介
LDP Plugin for wordpress
The goal of this project is to be able to manage (create, list, display) LDP resources directly from a WordPress site backend.
The definition we apply for LDP resource, LDP containers and LDP are based on the W3C specification released in january 2015.
Architecture
This plugin defines a custom content type called ldp_resource, which allows users to create resources on the fly.
It also adds a custom taxonomy called ldp_container, having a metadata ldp_model being a simple JSON based model to use in accordance with your owns semantic ontologies.
It adds a section in the Settings menu, allowing users to initialize our default PAIR (Projects, Actors, Ideas, Resources) containers to generate their resources in this format.
The documentation regarding the PAIR ontology can be find on Github.
The reason
WordPress is a widely used CMS, especially in the non-profits world because it is free, open-source, solid and coming with a really rich ecosystem.
This plugin is part of the development of the AV Proof of concept we will to deliver in a near future.
Documentation
For more information about installation, use, and features to come, please either see the Wiki or the issues list located:
– https://github.com/assemblee-virtuelle/wpldp/wiki for the wiki
– https://github.com/assemblee-virtuelle/wpldp/issues for the issues
