هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Diaspora Podlist Updater

الوصف

This is an auxiliary utility plugin. It periodically queries Podupti.me, a
public service of Diaspora* community. It retrieves a fresh list of active
Diaspora* servers (so called “pods”). The list is then stored and made
available for other plugins (specifically
Share on Diaspora).

API

To get the podlist from another plugin, use the following reference code:

<?php $podlist = get_option('dpu-podlist'); ?>

The result is an indexed array of Diaspora* server URLs.

التنصيب

  1. Unpack share-on-diaspora.zip and upload its contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy

الأسئلة المتكررّة

Installation Instructions
  1. Unpack share-on-diaspora.zip and upload its contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Enjoy
What is Diaspora*?

About Diaspora*.

What does this plugin do?

It retrieves a list of Diaspora pods from a community server
(http://Podupti.Me). The list is useless for final users, but can be used by
other plugins.

I want to report a bug, request a feature or contribute code. What shall I do?

Bug reports, feature requests and real code are always welcome. Check out
https://github.com/ciubotaru/diaspora-podlist-updater or drop a line to “vitalie at
ciubotaru dot tk”.

I maintain another plugin related to Diaspora social network. How can I use this?

You can get the podlist from you plugin with the following code (example):

<?php $podlist = get_option( 'dpu-podlist' ); ?>
How often does the list of servers update?

Once a day. To force an update, deactivate the plugin and activate it again.

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Diaspora Podlist Updater” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Diaspora Podlist Updater“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

0.0.3

  • Bug-fix: podlist sorting

0.0.2

  • Bug-fix: updated code to fetch podlist from podupti.me.

0.0.1

  • First release