Changeset 773371
- Timestamp:
- 09/16/2013 02:43:34 PM (13 years ago)
- Location:
- leyka
- Files:
-
- 5 added
- 6 edited
-
assets/screenshot-1.png (modified) (previous)
-
trunk/images/logo-l.png (added)
-
trunk/images/logo-m.png (added)
-
trunk/images/logo-sm.png (added)
-
trunk/includes/admin-add-ons-page.php (added)
-
trunk/includes/admin-settings-sections/emails.php (modified) (3 diffs)
-
trunk/languages/leyka-ru_RU.mo (modified) (previous)
-
trunk/languages/leyka-ru_RU.po (modified) (11 diffs)
-
trunk/leyka.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/styles/style-front.css (added)
Legend:
- Unmodified
- Added
- Removed
-
leyka/trunk/includes/admin-settings-sections/emails.php
r703214 r773371 13 13 // Changes in on Settings->Emails admin section: 14 14 function leyka_emails_settings($settings){ 15 16 unset($settings['email_template']); 17 15 18 $settings['from_name']['desc'] = __('The name donations thanking emails are said to come from. This should probably be your site or NGO name.', 'leyka'); 16 19 $from_name = get_bloginfo('name'); … … 27 30 28 31 $settings['purchase_receipt']['name'] = __('Donation thanking email template', 'leyka'); 29 $settings['purchase_receipt']['desc'] = __('Enter the email that is sent to donations managers after completing a purchase. HTML is accepted. Available template tags:', 'leyka').'<br/>'.32 $settings['purchase_receipt']['desc'] = __('Enter the text of email that will be sent to donor (if he opted to receive such email). HTML is accepted. Available template tags:', 'leyka').'<br/>'. 30 33 '{download_list} - '.__('A list of donates given', 'leyka').'<br/>'. 31 34 '{name} - '.__('The donor\'s name', 'leyka').'<br/>'. … … 43 46 $settings['disable_admin_notices']['desc'] = __('Check if you do not want to receive emails when no donations are made.', 'leyka'); 44 47 45 array_push( 46 $settings, 47 array( 48 'id' => 'admin_notifications_subject', 49 'name' => __("Donations manager's notification subject", 'leyka'), 50 'desc' => __("Enter the donations manager's notification email subject", 'leyka'), 51 'type' => 'text', 52 'std' => __('New donation came', 'leyka') 53 ), 54 array( 55 'id' => 'admin_donates_email_text', 56 'name' => __("Donations manager's notification template", 'leyka'), 57 'desc' => __('Enter the email that is sent to donations managers after completing a purchase. HTML is accepted. Available template tags:', 'leyka').'<br/>'. 58 '{download_list} - '.__('A list of donates given', 'leyka').'<br/>'. 59 '{date} - '.__('The date of the donation', 'leyka').'<br/>'. 60 '{price} - '.__('The total amount of the donation', 'leyka').'<br/>'. 61 '{receipt_id} - '.__('The unique ID number for this donation', 'leyka').'<br/>'. 62 '{donate_id} - '.__("The ID number for donation's purpose item", 'leyka').'<br/>'. 63 '{edit_url} - '.__("The URL of the admin page where donation status can be changed", 'leyka').'<br/>'. 64 '{payment_method} - '.__('The method of payment used for this donation', 'leyka').'<br/>'. 65 '{sitename} - '.__('Your site name', 'edd'), 66 'type' => 'rich_editor', 67 'std' => __('Hello!<br /><br />Recently, there has been a new donation on a {sitename}:<br />{download_list}<br />which totally cost {price}, by the {payment_method} gateway.<br /><br />Donate ID: {donate_id}, donation hashcode: {receipt_id} | {edit_url}<br /><br />{sitename}, {date}', 'leyka'), 68 ) 69 ); 48 $settings['sale_notification_header']['name'] = '<strong>' . __("Manager's notification", 'leyka'); 49 50 $settings['sale_notification_subject']['name'] = __("Donations manager's notification subject", 'leyka'); 51 $settings['sale_notification_subject']['desc'] = __("Enter the donations manager's notification email subject", 'leyka'); 52 $settings['sale_notification_subject']['std'] = __("New donation came", 'leyka'); 53 54 $settings['sale_notification']['name'] = __("Donations manager's notification template", 'leyka'); 55 $settings['sale_notification']['desc'] = __('Enter the text of email that will be sent to donations managers on donation request. HTML is accepted. Available template tags:', 'leyka').'<br/>'. 56 '{download_list} - '.__('A list of donates given', 'leyka').'<br/>'. 57 '{name} - '.__('The donor\'s name', 'leyka').'<br/>'. 58 '{date} - '.__('The date of the donation', 'leyka').'<br/>'. 59 '{price} - '.__('The total amount of the donation', 'leyka').'<br/>'. 60 '{receipt_id} - '.__('The unique ID number for this donation', 'leyka').'<br/>'. 61 '{payment_method} - '.__('The method of payment used for this donation', 'leyka').'<br/>'. 62 '{sitename} - '.__('Your site name', 'edd'); 63 $settings['sale_notification']['std'] = __('Hello!<br /><br />Recently, there has been a new donation on a {sitename}:<br />{download_list}<br />which totally cost {price}, by the {payment_method} gateway.<br /><br />Donate ID: {donate_id}, donation hashcode: {receipt_id} | {edit_url}<br /><br />{sitename}, {date}', 'leyka'); 64 $settings['admin_notice_emails']['desc'] = __("Email addresses of donation managers. One email per line.", 'leyka'); 65 70 66 return $settings; 71 67 } -
leyka/trunk/languages/leyka-ru_RU.po
r757063 r773371 1 1 msgid "" 2 2 msgstr "" 3 "Project-Id-Version: Leyka v1. 1\n"3 "Project-Id-Version: Leyka v1.2\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: \n" 6 "PO-Revision-Date: 2013-0 7-24 14:02:20+0000\n"6 "PO-Revision-Date: 2013-09-15 23:12:55+0000\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: \n" … … 170 170 msgstr "Опубликовать" 171 171 172 #: includes/admin-settings-sections/emails.php:1 5172 #: includes/admin-settings-sections/emails.php:18 173 173 #@ leyka 174 174 msgid "The name donations thanking emails are said to come from. This should probably be your site or NGO name." 175 175 msgstr "Значение поля «от кого» в письмах благодарности при пожертвованиях. Обычно содержит ваше имя, или название вашего блога, или название вашей организации." 176 176 177 #: includes/admin-settings-sections/emails.php:2 1177 #: includes/admin-settings-sections/emails.php:24 178 178 #@ leyka 179 179 msgid "Email to send donations thanking emails from. This will act as the \"from\" and \"reply-to\" address." 180 180 msgstr "Email, от имени которого будут рассылаться благодарственные письма при пожертвованиях. Указанный email будет стоять в полях «from» и «reply-to»." 181 181 182 #: includes/admin-settings-sections/emails.php:2 4182 #: includes/admin-settings-sections/emails.php:27 183 183 #@ leyka 184 184 msgid "Donations thanking email subject" 185 185 msgstr "Заголовок благодарственного письма за пожертвование" 186 186 187 #: includes/admin-settings-sections/emails.php:2 5187 #: includes/admin-settings-sections/emails.php:28 188 188 #@ leyka 189 189 msgid "Enter the subject line for the donations thanking email" 190 190 msgstr "Введите заголовок благодарственного письма за пожертвование" 191 191 192 #: includes/admin-settings-sections/emails.php: 28192 #: includes/admin-settings-sections/emails.php:31 193 193 #@ leyka 194 194 msgid "Donation thanking email template" 195 195 msgstr "Шаблон благодарственного письма за пожертвование" 196 196 197 #: includes/admin-settings-sections/emails.php:29 198 #: includes/admin-settings-sections/emails.php:57 199 #@ leyka 200 msgid "Enter the email that is sent to donations managers after completing a purchase. HTML is accepted. Available template tags:" 201 msgstr "Шаблон почтового сообщения, которое будет отправляться менеджерам пожертвований при каждом их совершении. Возможные тэги шаблона:" 202 203 #: includes/admin-settings-sections/emails.php:30 204 #: includes/admin-settings-sections/emails.php:58 197 #: includes/admin-settings-sections/emails.php:33 198 #: includes/admin-settings-sections/emails.php:56 205 199 #@ leyka 206 200 msgid "A list of donates given" 207 201 msgstr "Список сделанных пожертвований" 208 202 209 #: includes/admin-settings-sections/emails.php:31 203 #: includes/admin-settings-sections/emails.php:34 204 #: includes/admin-settings-sections/emails.php:57 210 205 #@ leyka 211 206 msgid "The donor's name" 212 207 msgstr "Имя донора" 213 208 214 #: includes/admin-settings-sections/emails.php:3 2215 #: includes/admin-settings-sections/emails.php:5 9209 #: includes/admin-settings-sections/emails.php:35 210 #: includes/admin-settings-sections/emails.php:58 216 211 #@ leyka 217 212 msgid "The date of the donation" 218 213 msgstr "Дата пожертвования" 219 214 220 #: includes/admin-settings-sections/emails.php:3 3221 #: includes/admin-settings-sections/emails.php: 60215 #: includes/admin-settings-sections/emails.php:36 216 #: includes/admin-settings-sections/emails.php:59 222 217 #@ leyka 223 218 msgid "The total amount of the donation" 224 219 msgstr "Общее количество пожертвований" 225 220 226 #: includes/admin-settings-sections/emails.php:3 4227 #: includes/admin-settings-sections/emails.php:6 1221 #: includes/admin-settings-sections/emails.php:37 222 #: includes/admin-settings-sections/emails.php:60 228 223 #@ leyka 229 224 msgid "The unique ID number for this donation" 230 225 msgstr "Уникальный номер (ID) пожертвования" 231 226 232 #: includes/admin-settings-sections/emails.php:3 5233 #: includes/admin-settings-sections/emails.php:6 4227 #: includes/admin-settings-sections/emails.php:38 228 #: includes/admin-settings-sections/emails.php:61 234 229 #@ leyka 235 230 msgid "The method of payment used for this donation" 236 231 msgstr "Платёжная система, использованная при пожертвовании" 237 232 238 #: includes/admin-settings-sections/emails.php:3 6239 #: includes/admin-settings-sections/emails.php:6 5233 #: includes/admin-settings-sections/emails.php:39 234 #: includes/admin-settings-sections/emails.php:62 240 235 #@ edd 241 236 msgid "Your site name" 242 237 msgstr "Название вашего сайта" 243 238 244 #: includes/admin-settings-sections/emails.php: 39239 #: includes/admin-settings-sections/emails.php:42 245 240 #@ leyka 246 241 msgid "Donations manager's emails" 247 242 msgstr "E-mail менеджеров пожертвований" 248 243 249 #: includes/admin-settings-sections/emails.php: 49244 #: includes/admin-settings-sections/emails.php:50 250 245 #@ leyka 251 246 msgid "Donations manager's notification subject" 252 247 msgstr "Тема уведомления для менеджеров пожертвований" 253 248 254 #: includes/admin-settings-sections/emails.php:5 0249 #: includes/admin-settings-sections/emails.php:51 255 250 #@ leyka 256 251 msgid "Enter the donations manager's notification email subject" 257 252 msgstr "Введите тему письма-уведомления о новом пожертвовании для менеджеров пожертвований" 258 253 259 #: includes/admin-settings-sections/emails.php:5 6254 #: includes/admin-settings-sections/emails.php:54 260 255 #@ leyka 261 256 msgid "Donations manager's notification template" 262 257 msgstr "Шаблон письма-уведомления о новом пожертвовании для менеджеров пожертвований" 263 264 #: includes/admin-settings-sections/emails.php:62265 #@ leyka266 msgid "The ID number for donation's purpose item"267 msgstr "Уникальный номер (ID) цели пожертвования."268 269 #: includes/admin-settings-sections/emails.php:63270 #@ leyka271 msgid "The URL of the admin page where donation status can be changed"272 msgstr "URL страницы админ. панели сайта, на которой можно изменить статус пожертвования"273 258 274 259 #: includes/classes/recalls-table.php:90 … … 339 324 msgstr "В доступе отказано!" 340 325 341 #: includes/admin-settings-sections/emails.php:8 8326 #: includes/admin-settings-sections/emails.php:84 342 327 #@ leyka 343 328 msgid "Activate the donation" 344 329 msgstr "Активировать пожертвование" 345 330 346 #: includes/admin-settings-sections/emails.php: 100331 #: includes/admin-settings-sections/emails.php:96 347 332 #@ leyka 348 333 msgid "New donation payment" 349 334 msgstr "Новый платеж по пожертвованию" 350 335 351 #: includes/admin-global.php:21 1336 #: includes/admin-global.php:212 352 337 #@ leyka 353 338 msgid "Error while editing the recall! Please try again later or e-mail the support team to fix it." 354 339 msgstr "Ошибка при редактировании отзыва. Пожалуйста, попробуйте ещё раз. Если ошибка повторится, обратитесь в службу поддержки сайта." 355 340 356 #: includes/admin-global.php:21 2341 #: includes/admin-global.php:213 357 342 #@ leyka 358 343 msgid "PENDING" 359 344 msgstr "В ОЖИДАНИИ" 360 345 361 #: includes/admin-global.php:21 3346 #: includes/admin-global.php:214 362 347 #@ leyka 363 348 msgid "COMPLETE" … … 737 722 #: includes/frontend-single-donations.php:85 738 723 #: leyka.php:0 739 #: leyka.php:1 09724 #: leyka.php:110 740 725 #@ leyka 741 726 msgid "Leyka" … … 1096 1081 msgstr "размер пожертвований равен нулю." 1097 1082 1098 #: includes/admin-global.php:15 81083 #: includes/admin-global.php:159 1099 1084 #@ leyka 1100 1085 msgid "Recall" 1101 1086 msgstr "Отзыв" 1102 1087 1103 #: includes/admin-global.php:1 591088 #: includes/admin-global.php:160 1104 1089 #@ leyka 1105 1090 msgid "recall" … … 1152 1137 msgstr "Добавить в корзину" 1153 1138 1154 #: includes/admin-settings-sections/emails.php:6 71139 #: includes/admin-settings-sections/emails.php:63 1155 1140 #: includes/install.php:59 1156 1141 #@ leyka … … 1205 1190 msgstr "Страница ошибки при пожертвании" 1206 1191 1207 #: includes/admin-settings-sections/emails.php:2 61192 #: includes/admin-settings-sections/emails.php:29 1208 1193 #: includes/install.php:40 1209 1194 #@ leyka … … 1221 1206 msgstr "Пожертвовать" 1222 1207 1223 #: includes/admin-settings-sections/emails.php: 371208 #: includes/admin-settings-sections/emails.php:40 1224 1209 #: includes/install.php:37 1225 1210 #@ leyka … … 1275 1260 msgstr "Пожертвование добавлено в вашу %sкорзину%s." 1276 1261 1277 #: leyka.php:7 81262 #: leyka.php:79 1278 1263 #, php-format 1279 1264 #@ leyka … … 1281 1266 msgstr "<div id=\"message\" class=\"error\"><p><strong>Ошибка:</strong> плагин Easy Digital Downloads не найден. Он необходим для работы модуля пожертвований. Плагин Лейка будет деактивирован.</p><p><a href=\"%s\">Загрузить и инсталлировать Easy Digital Downloads</a></p></div>" 1282 1267 1283 #: leyka.php:8 51268 #: leyka.php:86 1284 1269 #@ leyka 1285 1270 msgid "<div id=\"message\" class=\"error\"><p><strong>Error:</strong> Easy Digital Downloads plugin is missing. It is required for donates module to work. Base donations plugin will be deactivated.</p></div>" 1286 1271 msgstr "<div id=\"message\" class=\"error\"><p><strong>Ошибка:</strong> плагин Easy Digital Downloads не найден. Он необходим для работы модуля пожертвований. Плагин Лейка будет деактивирован.</p></div>" 1287 1272 1288 #: leyka.php:9 51273 #: leyka.php:96 1289 1274 #, php-format 1290 1275 #@ leyka … … 1496 1481 msgstr "#LEGAL_NAME# - официальное название организации,<br />#LEGAL_FACE# - лицо, действующее без доверенности от имени организации (в им. падеже)<br />#LEGAL_FACE_RP# - лицо, действующее без доверенности от имени организации (в род. падеже)<br />#LEGAL_FACE_POSITION# - официальная должность лица, действующего без доверенности от имени организации<br />#LEGAL_STATE_REG_NUMBER# - ОГРН организации<br />#LEGAL_KPP# - КПП организации<br />#LEGAL_ADDRESS# - официальный адрес организации<br />#LEGAL_BANK_ESSENTIALS# - банковские реквизиты организации" 1497 1482 1498 #: includes/admin-settings-sections/emails.php:4 21483 #: includes/admin-settings-sections/emails.php:45 1499 1484 #@ leyka 1500 1485 msgid "Disable donations managers notifications" 1501 1486 msgstr "Не уведомлять менеджеров пожертвований" 1502 1487 1503 #: includes/admin-settings-sections/emails.php:4 31488 #: includes/admin-settings-sections/emails.php:46 1504 1489 #@ leyka 1505 1490 msgid "Check if you do not want to receive emails when no donations are made." 1506 1491 msgstr "Отметьте, если вы не хотите получать уведомления для менеджеров пожертвований." 1507 1492 1493 #: includes/frontend-single-donations.php:80 1494 #@ leyka 1495 msgid "You'll be redirected to the security payment page." 1496 msgstr "Вы будете перенаправлены на защищенную страницу для совершения пожертвования" 1497 1498 #: includes/admin-add-ons-page.php:40 1499 #@ leyka 1500 msgid "Add ons for Leyka" 1501 msgstr "" 1502 1503 #: includes/admin-add-ons-page.php:41 1504 #@ edd 1505 msgid "Browse All Extensions" 1506 msgstr "" 1507 1508 #: includes/admin-add-ons-page.php:43 1509 #@ leyka 1510 msgid "These add-ons extend and customize the functionality of Leyka." 1511 msgstr "" 1512 1513 #: includes/admin-add-ons-page.php:68 1514 #@ edd 1515 msgid "There was an error retrieving the extensions list from the server. Please try again later." 1516 msgstr "" 1517 1518 #: includes/frontend-single-donations.php:86 1519 #, php-format 1520 #@ leyka 1521 msgid "Proudly powered by %s" 1522 msgstr "Работает с помощью плагина %s" 1523 1524 #: includes/frontend.php:310 1525 #@ leyka 1526 msgid "Specify amount of your donation" 1527 msgstr "Укажите сумму пожертвования" 1528 1529 #: includes/admin-global.php:137 1530 #, php-format 1531 #@ leyka 1532 msgid "Congratulations! You have almost completelely installed Leyka plugin on your website. Please, visit <a href=\"%s\">settings</a> to do the last step and fill some donations settings." 1533 msgstr "<strong>Поздравляем!</strong> Вы почти закончили установку Лейки на ваш сайт. Пожалуйста, не забудьте посетить <a href=\"%s\">страницу настроек</a>, чтобы задать некоторые параметры модуля пожертвований." 1534 1535 #: includes/admin-settings-sections/emails.php:32 1536 #@ leyka 1537 msgid "Enter the text of email that will be sent to donor (if he opted to receive such email). HTML is accepted. Available template tags:" 1538 msgstr "Введите текст сообщения которое будет послано жертвователю (если он разрешил его отправить). HTML разрешен. Доступные тэги:" 1539 1540 #: includes/admin-settings-sections/emails.php:48 1541 #@ leyka 1542 msgid "Manager's notification" 1543 msgstr "Уведомление о пожертвование" 1544 1545 #: includes/admin-settings-sections/emails.php:55 1546 #@ leyka 1547 msgid "Enter the text of email that will be sent to donations managers on donation request. HTML is accepted. Available template tags:" 1548 msgstr "Введите текст сообщения, которое будет отправлено операторам пожертвований после появления нового намерения о пожертвовании от донора. HTML разрешен. Доступные тэги:" 1549 1550 #: includes/admin-settings-sections/emails.php:64 1551 #@ leyka 1552 msgid "Email addresses of donation managers. One email per line." 1553 msgstr "Адрес эл. почты операторов пожертвований. Один адрес на строку." 1554 1508 1555 #. translators: plugin header field 'Version' 1509 1556 #: leyka.php:0 1510 1557 #@ leyka 1511 msgid "1.1" 1512 msgstr "" 1513 1514 #: includes/frontend-single-donations.php:80 1515 #@ leyka 1516 msgid "You'll be redirected to the security payment page." 1517 msgstr "Вы будете перенаправлены на защищенную страницу для совершения пожертвования" 1518 1519 #: includes/admin-add-ons-page.php:40 1520 #@ leyka 1521 msgid "Add ons for Leyka" 1522 msgstr "" 1523 1524 #: includes/admin-add-ons-page.php:41 1525 #@ edd 1526 msgid "Browse All Extensions" 1527 msgstr "" 1528 1529 #: includes/admin-add-ons-page.php:43 1530 #@ leyka 1531 msgid "These add-ons extend and customize the functionality of Leyka." 1532 msgstr "" 1533 1534 #: includes/admin-add-ons-page.php:68 1535 #@ edd 1536 msgid "There was an error retrieving the extensions list from the server. Please try again later." 1537 msgstr "" 1538 1539 #: includes/frontend-single-donations.php:86 1540 #, php-format 1541 #@ leyka 1542 msgid "Proudly powered by %s" 1543 msgstr "Работает с помощью плагина %s" 1544 1545 #: includes/frontend.php:310 1546 #@ leyka 1547 msgid "Specify amount of your donation" 1548 msgstr "Укажите сумму пожертвования" 1549 1550 #: includes/admin-global.php:137 1551 #, php-format 1552 #@ leyka 1553 msgid "Congratulations! You have almost completelely installed Leyka plugin on your website. Please, visit <a href=\"%s\">settings</a> to do the last step and fill some donations settings." 1554 msgstr "<strong>Поздравляем!</strong> Вы почти закончили установку Лейки на ваш сайт. Пожалуйста, не забудьте посетить <a href=\"%s\">страницу настроек</a>, чтобы задать некоторые параметры модуля пожертвований." 1555 1558 msgid "1.2" 1559 msgstr "" 1560 -
leyka/trunk/leyka.php
r757063 r773371 4 4 Plugin URI: http://leyka.te-st.ru/ 5 5 Description: This plugin creates a donations management system on your WP site. This plugin is based on Easy Digital Downloads plugin (by Pippin Williamson). 6 Version: 1.2 6 Version: 1.2.1 7 7 Author: Lev Zvyagincev aka Ahaenor 8 8 Author URI: ahaenor@gmail.com 9 9 Contributors: 10 10 Denis Kulandin aka VaultDweller <kulandin_ET_SIGN_te-st.ru> 11 Anna Ladoshkina <webdev_ET_SIGN_foralien.com> 11 12 Text Domain: leyka 12 13 Domain Path: languages … … 36 37 // Leyka plugin version 37 38 if( !defined('LEYKA_VERSION') ) { 38 define('LEYKA_VERSION', ' 0.1');39 define('LEYKA_VERSION', '1.2.1'); 39 40 } 40 41 // Latest EDD version supported by Leyka 41 42 if( !defined('LATEST_SUPPORTED_EDD_VERSION') ) { 42 define('LATEST_SUPPORTED_EDD_VERSION', '1. 5.2');43 define('LATEST_SUPPORTED_EDD_VERSION', '1.7.2'); 43 44 } 44 45 // Plugin URL -
leyka/trunk/readme.txt
r757063 r773371 5 5 Tags: e-donate, donates, e-downloads, charity, wp-ecommerce, wp-donates, crowdfunding, leyka 6 6 Requires at least: 3.3 7 Tested up to: 3.6 8 Stable tag: 1.2 7 Tested up to: 3.6.1 8 Stable tag: 1.2.1 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 == Description == 15 15 16 Leyka plugin been translated into the following languages: 16 Leyka the donations management system. 17 18 **Follow this plugin on [GitHub](https://github.com/Teplitsa/Leyka)** 19 20 More information at [leyka.te-st.ru](http://leyka.te-st.ru/). 21 22 Plugin been translated into the following languages: 17 23 18 24 1. Russian 19 25 2. English 20 26 27 **По русски** 28 29 Плагин «Онлайн-Лейка» – это плагин для системы управления содержанием WordPress, позволяющий собирать пожертвования для вашей организации или инициативы. 30 31 **Следите за разработкой на [GitHub](https://github.com/Teplitsa/Leyka)** 32 33 Зная механизмы платежных систем (Яндекс.Деньги, Paypal и других), подготовив типовой текст договора оферты на пожертвование, мы создали инструмент для того, чтобы максимально сократить время подключения системы сбора пожертвований. 34 35 Для установки Лейки не требуется вносить изменения в код сайта, так как все можно сделать из административной консоли WordPress. Для того, чтобы запустить механизм сбора денег на общественные цели достаточно установить один из плагинов платежного шлюза, ввести свои реквизиты и оформить страницу цели пожертвования. 36 37 Основная аудитория – сотрудники НКО и общественные инициативы. 38 39 **Основные функции** 40 41 * Создавайте различные виды пожертвований для различных целей и проектов 42 * Отслеживайте приток пожертвований при помощи извещений на эл. почту 43 * Храните и отображайте на сайте короткие сообщения от доноров 44 * Следите за статистикой пожертвований 45 * Собирайте платежи через разных платежных операторов 46 * Сами настройте текст вашей благодарности жертвующим 47 * Редактируйте текст оферты 48 21 49 == Installation == 22 50 23 1. Install and activate the plugin. 24 2. Go to Donates -> Settings and configure settings. 25 3. If no donate page exists create new Donate from Donates -> Add New page. 26 4. Install and activate needed Leyka gateways. 27 5. Activate and configure gateways on Donates -> Settings page. 28 6. For detailed setup instructions, visit the official [Documentation](http://leyka.te-st.ru) page. 51 **In English** 52 53 1. Install and activate Easy Digital Download (Leyka base plugin). 54 2. Install and activate Leyka plugin. 55 3. Install needed payment gateways for Leyka. 56 4. Configure Leyka. 57 5. Configure payment gateways. 58 6. Create donation page. 59 60 For detailed setup instructions, visit the official [Documentation](http://leyka.te-st.ru/docs/install/) page. 61 62 **По русски** 63 64 1. Установить Easy Digital Downloads (база для работы Лейки). 65 2. Установить Лейку (база для работы Лейки). 66 3. Установить необходимые плагины платежных систем для Лейки. 67 4. Настроить Лейку. 68 5. Настроить плагины систем пожертвования. 69 6. Создать страницу пожертвования. 70 71 Для более подробной информации посетите страницу [документации](http://leyka.te-st.ru/docs/install/). 29 72 30 73 == Frequently Asked Questions == … … 39 82 40 83 == Changelog == 84 85 = 1.2.1 = 86 * New: Updated Leyka to support EDD 1.7.2 87 * Fix: Donation panel was not working with some themes 88 * Tweak: Email settings section in admin panel was slightly updated 41 89 42 90 = 1.2 =
Note: See TracChangeset
for help on using the changeset viewer.