ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

وضاحت

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

انسٽاليشن

  1. Upload the plugin files to the /wp-content/plugins/wpldp directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings -> WP-LDP Settings screen if you wish to initialize the PAIRs containers as defined above.

FAQ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/wpldp directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings -> WP-LDP Settings screen if you wish to initialize the PAIRs containers as defined above.
Will that plugin be useful to me out of the box ?

Outside of the context of willing to share some resources between different websites, as the LDP goal is, it won’t be useful to you.

جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

تعاون ڪندڙ & ڊولپرز

“WP-LDP” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “WP-LDP” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

2.0.0

  • Full rewrite of the plugin to base it on the WP Rest API
  • Adding autocomplete on resources selection
  • Better handling of multiple values object properties
  • Minimal search API
  • Proper separation of concerns on the JS side

1.0.5

  • Force refreshing the container models when initializing
  • Fix the major bug with the form templating

1.0.4

  • Updating the models to converge with the PAIR ontology
  • Fix a bug with use of empty on a function return value
  • Adding basic WordPress integrated frontend display of the resources and containers, using content negotiation

1.0

  • Publishing the plugin to the wordpress repository