«Данные» — плагин для «ДокуВики»

DokuWiki.org, “Structured Data — a DokuWiki plugin”, public translation into Russian from English More about this translation.

See also 27 similar translations

Translate into another language.

Participants

alexgearbox537 points
alexgearbox.blogspot.com20 points
Join Translated.by to translate! If you already have a Translated.by account, please sign in.
If you do not want to register an account, you can sign in with OpenID.
Pages: ← previous Ctrl next next untranslated
1 2 3 4 5 6 7 8

Structured Data — a DokuWiki plugin

«Данные» — плагин для «ДокуВики»

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

====== Structured Data Plugin ======

====== Плагин «Данные» (Structured Data) ======

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

---- plugin ----

---- plugin ----

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

description: Add and query structured data in your wiki

description : Даёт возможность использовать базу данных в вики

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

author : Andreas Gohr

author : Андреас Гор

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

email : andi@splitbrain.org

email : andi@splitbrain.org

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

type : syntax, action, helper

type : syntax, action, helper

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

lastupdate : 2010-04-25

lastupdate : 2010-04-25

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

compatible : 2009-12-25+

compatible : 2009-12-25+

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

depends : sqlite

depends : sqlite

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

conflicts :

conflicts :

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

similar : fields, pagemod

similar : fields, pagemod

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

tags : database, sqlite, data, tags, tables, listing

tags : database, sqlite, data, tags, tables, listing

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

downloadurl: http://github.com/splitbrain/dokuwiki-plugin-data/zipball/master

downloadurl : http://github.com/splitbrain/dokuwiki-plugin-data/zipball/master

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

sourcerepo : http://github.com/splitbrain/dokuwiki-plugin-data/

sourcerepo : http://github.com/splitbrain/dokuwiki-plugin-data/

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

bugtracker : http://github.com/splitbrain/dokuwiki-plugin-data/issues

bugtracker : http://github.com/splitbrain/dokuwiki-plugin-data/issues

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

donationurl: http://donate.dokuwiki.org/data

donationurl: http://donate.dokuwiki.org/data

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

----

----

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

This plugin allows you to add structured data to any DokuWiki page. Think about this data as additional named attributes. Those attributes can then be queried and aggregated. The plugin is similar to what was done here for the [[plugin:repository|repository plugin]] but its internals are very different to the [[plugin:repository|repository plugin]].

**This plugin requires the SQLite extension for PHP!** (Should be included with PHP5).

**Для работы плагина нужно расширение SQLite для PHP!** (Должен быть включён в PHP5)

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

===== Download and Installation =====

===== Загрузка и установка =====

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

This plugin can be downloaded manually or through the [[plugin|Plugin Manager]] from the download link given above.

Плагин можно скачать вручную или через «[[ru:plugin:plugin|менеджер плагинов]]» по ссылке, приводимой выше.

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

==== Changes ====

==== Изменения ====

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

{{rss>http://github.com/feeds/splitbrain/commits/dokuwiki-plugin-data/master date}}

{{rss>http://github.com/feeds/splitbrain/commits/dokuwiki-plugin-data/master date}}

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

==== Updating from versions prior to 2010-03-22 ====

==== Обновление с версий до 2010-03-22 ====

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

Since 2010-03-22, the data plugin uses the [[plugin:sqlite|sqlite helper plugin]]. Therefor, the database file location and structure changed. If you want to keep your old database, you have to perform the following steps prior to upgrading the data plugin:

- Install the [[sqlite]] plugin

- установите плагин «[[SQLite]]»;

History of edits (Latest: alexgearbox 4 months, 3 weeks ago) §

- Move the file ''data/cache/dataplugin.sqlite'' to ''data/meta/data.sqlite''

- переместите файл ''data/cache/dataplugin.sqlite'' в ''data/meta/data.sqlite'';

History of edits (Latest: alexgearbox 1 year, 4 months ago) §

- Perform the following SQL statements on the database (for example using the sqlite plugin’s admin page)<code sql>

CREATE TABLE opts (opt,val);

CREATE TABLE opts (opt,val);

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

CREATE UNIQUE INDEX idx_opt ON opts(opt);

CREATE UNIQUE INDEX idx_opt ON opts(opt);

History of edits (Latest: alexgearbox 1 year, 5 months ago) §

INSERT INTO opts VALUES ('dbversion', 1);</code>

INSERT INTO opts VALUES ('dbversion', 1);</code>

History of edits (Latest: alexgearbox 1 year, 5 months ago) §
Pages: ← previous Ctrl next next untranslated
1 2 3 4 5 6 7 8

© Андреас Гор и сообщество «ДокуВики». License: CC Attribution-Noncommercial-Share Alike 3.0 Unported