這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Lestvica SNL

外掛說明

So far, without changing any of the plugin code, this will work on all soccer leaguges of NZS(Nogometna zveza Slovenije, official website at http://www.nzs.si).
It retrieves all data(matches played, scoresheet, …), it parses it using “PHP Simple HTML DOM Parser” made by S.C. Chen (me578022@gmail.com), included in the standings table on desired site.

More about parser can be found here : http://simplehtmldom.sourceforge.net/

The widget retrieves last update from WP options system on each visit of the website (or wherever the widget is embedded). Update rate, among other things, of the official standings can be manually set in the settings of the widget.
If more time than specified in the settings has passed, widget uses parser to get information, otherwise it simply takes it from local database (we don’t really want to spam requests on NZS).

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/lestvica directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Appearance->Widgets->Lestvica screen to configure the plugin.
  4. Make sure you click “Save” so the defaults are initialized into instance of the widget.

常見問題集

Will this plugin/widget see any updates?

Yes, it will.

Can I suggest you to add some additionally functionality that I could use?

Sure, feel free to contact me at maki.majmun at gmail.com with suggestions.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Lestvica SNL〉的開發相關工作。

參與者

將〈Lestvica SNL〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • First release !
  • Url, colors, style, update rate can be manually set in widget configuration page.