Plugin Directory

Changeset 1492883


Ignore:
Timestamp:
09/08/2016 10:31:47 PM (10 years ago)
Author:
tribalNerd
Message:

Version 1.0.5

Location:
multisite-robotstxt-manager
Files:
11 edited
14 copied

Legend:

Unmodified
Added
Removed
  • multisite-robotstxt-manager/tags/1.0.5/includes/class_admin.php

    r1489846 r1492883  
    116116                // Set Post Action Redirect
    117117                if ( filter_input( INPUT_POST, 'ms_robotstxt_manager' ) ) {
    118                     //add_action( 'wp_loaded', array( &$this, 'pluginRedirect' ) );
     118                    add_action( 'wp_loaded', array( &$this, 'pluginRedirect' ) );
    119119                }
    120120            }
  • multisite-robotstxt-manager/tags/1.0.5/includes/class_helper.php

    r1489846 r1492883  
    203203            switch_to_blog( $blog_id );
    204204
     205            // Get Site URL
     206            $sitemap_url_base = get_option( 'siteurl' ) ? get_option( 'siteurl' ) : MS_ROBOTSTXT_MANAGER_BASE_URL;
     207
    205208            // Base XML File Locations To check
    206             $root_xml_file_location = get_headers( MS_ROBOTSTXT_MANAGER_BASE_URL . '/sitemap.xml' );
    207             $alt_xml_file_location = get_headers( MS_ROBOTSTXT_MANAGER_BASE_URL . '/sitemaps/sitemap.xml' );
     209            $root_xml_file_location = get_headers( $sitemap_url_base . '/sitemap.xml' );
     210            $alt_xml_file_location = get_headers( $sitemap_url_base . '/sitemaps/sitemap.xml' );
    208211
    209212            // Check if xml sitemap exists
    210213            if ( $root_xml_file_location && $root_xml_file_location[0] == 'HTTP/1.1 200 OK' ) {
    211214                // http://domain.com/sitemap.xml
    212                 $url = MS_ROBOTSTXT_MANAGER_BASE_URL . '/sitemap.xml';
     215                $url = $sitemap_url_base . '/sitemap.xml';
    213216
    214217            } elseif ( $alt_xml_file_location && $alt_xml_file_location[0] == 'HTTP/1.1 200 OK' ) {
    215218                // http://domain.com/sitemaps/sitemap.xml
    216                 $url = MS_ROBOTSTXT_MANAGER_BASE_URL . '/sitemaps/sitemap.xml';
     219                $url = $sitemap_url_base . '/sitemaps/sitemap.xml';
    217220 
    218221            } else {
  • multisite-robotstxt-manager/tags/1.0.5/includes/class_presets.php

    r1489846 r1492883  
    4545         * @return string
    4646         */
    47     public function defaultAltRobotstxt()
     47    final public function defaultAltRobotstxt()
    4848        {
    4949            $txt = "# robots.txt\n";
     
    8282         * @return string
    8383         */
    84     public function wordpressRobotstxt()
     84    final public function wordpressRobotstxt()
    8585        {
    8686            $txt = "# robots.txt\n";
     
    100100         * @return string
    101101         */
    102     public function openRobotstxt()
     102    final public function openRobotstxt()
    103103        {
    104104            $txt = "# robots.txt\n";
     
    115115         * @return string
    116116         */
    117     public function bloggerRobotstxt()
     117    final public function bloggerRobotstxt()
    118118        {
    119119            $txt = "# robots.txt\n";
     
    163163         * @return string
    164164         */
    165     public function blockedRobotstxt()
     165    final public function blockedRobotstxt()
    166166        {
    167167            $txt = "# robots.txt\n";
     
    178178         * @return string
    179179         */
    180     public function googleRobotstxt()
     180    final public function googleRobotstxt()
    181181        {
    182182            $txt = "# robots.txt\n";
  • multisite-robotstxt-manager/tags/1.0.5/languages/multisite-robotstxt-manager-en_US.po

    r1486759 r1492883  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Multisite Robots.txt Manager | MS Robots.txt 1.0.3\n"
     5"Project-Id-Version: Multisite Robots.txt Manager | MS Robots.txt 1.0.4\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/multisite-robotstxt-manager\n"
    7 "POT-Creation-Date: 2016-08-30 22:26:54+00:00\n"
    8 "PO-Revision-Date: 2016-08-30 22:26:54+00:00\n"
     7"POT-Creation-Date: 2016-09-06 09:51:57+00:00\n"
     8"PO-Revision-Date: 2016-09-06 09:51:57+00:00\n"
    99"Last-Translator: Automatically generated\n"
    1010"Language-Team: none\n"
     
    1515"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1616
    17 #: includes/class_admin.php:356
     17#: includes/class_admin.php:424
    1818msgid "<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this websites customized robots.txt file."
    1919msgstr "<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this websites customized robots.txt file."
    2020
    21 #: includes/class_admin.php:361
     21#: includes/class_admin.php:429
    2222msgid "<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this websites default Wordpress robots.txt file."
    2323msgstr "<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this websites default Wordpress robots.txt file."
    2424
    25 #: includes/class_admin.php:257
     25#: includes/class_admin.php:169
     26msgid "<u>All Network Websites Have Been Updated</u>: The saved network robots.txt file has been published to all websites."
     27msgstr "<u>All Network Websites Have Been Updated</u>: The saved network robots.txt file has been published to all websites."
     28
     29#: includes/class_admin.php:166
     30msgid "<u>Blogs You Are Member Of Have Been Updated</u>: The saved network robots.txt file has been published to allowed websites."
     31msgstr "<u>Blogs You Are Member Of Have Been Updated</u>: The saved network robots.txt file has been published to allowed websites."
     32
     33#: includes/class_disabler.php:31
     34msgid "<u>Network Disabled</u>: The Multisite Robots.txt Manager Plugin is no longer managing robots.txt files across network websites. Click the \"update network\" button to reenable the plugin."
     35msgstr "<u>Network Disabled</u>: The Multisite Robots.txt Manager Plugin is no longer managing robots.txt files across network websites. Click the \"update network\" button to reenable the plugin."
     36
     37#: includes/class_admin.php:160
     38msgid "<u>Preset Option Updated</u>: The preset has been saved as the network robots.txt file. Click the \"update network\" button to publish the robots.txt file across the network."
     39msgstr "<u>Preset Option Updated</u>: The preset has been saved as the network robots.txt file. Click the \"update network\" button to publish the robots.txt file across the network."
     40
     41#: includes/class_disabler.php:34
     42msgid "<u>Settings Deleted</u>: All Multisite Robots.txt Manager Plugin settings have been removed across the network. To re-enable: Save a preset robots.txt file or create your own robots.txt file, then click the \"update network\" button to update ."
     43msgstr "<u>Settings Deleted</u>: All Multisite Robots.txt Manager Plugin settings have been removed across the network. To re-enable: Save a preset robots.txt file or create your own robots.txt file, then click the \"update network\" button to update ."
     44
     45#: includes/class_disabler.php:28
     46msgid "<u>Website Disabled</u>: The Multisite Robots.txt Manager Plugin is no longer managing the robots.txt file on this website. Click the \"update update\" button to reenable the website."
     47msgstr "<u>Website Disabled</u>: The Multisite Robots.txt Manager Plugin is no longer managing the robots.txt file on this website. Click the \"update update\" button to reenable the website."
     48
     49#: includes/class_admin.php:163
     50msgid "<u>Website Settings Updated</u>: "
     51msgstr "<u>Website Settings Updated</u>: "
     52
     53#: includes/class_admin.php:326
    2654msgid "A Bloggers Robots.txt File: Optimized for blog focused Wordpress websites."
    2755msgstr "A Bloggers Robots.txt File: Optimized for blog focused Wordpress websites."
     
    3563msgstr "A Multisite Robots.txt Manager Plugin For Wordpress."
    3664
    37 #: includes/class_core.php:89
    38 msgid "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be activated on Network Enabled Wordpress installs. Download and install the plugin, \"Robots.txt Manager\" for standalone Wordpress installs."
    39 msgstr "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be activated on Network Enabled Wordpress installs. Download and install the plugin, \"Robots.txt Manager\" for standalone Wordpress installs."
    40 
    41 #: includes/class_core.php:94
    42 msgid "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be activated within the Network Admin."
    43 msgstr "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be activated within the Network Admin."
    44 
    45 #: templates/home.php:67
     65#: templates/home.php:76
    4666msgid "Add Sitemap URL"
    4767msgstr "Add Sitemap URL"
    4868
    49 #: includes/class_admin.php:351
     69#: includes/class_admin.php:419
    5070msgid "All network websites are currently displaying the default Wordpress robots.txt file. To enable, click the 'update network' button below."
    5171msgstr "All network websites are currently displaying the default Wordpress robots.txt file. To enable, click the 'update network' button below."
    5272
    53 #: templates/home.php:60
     73#: templates/home.php:69
    5474msgid "Allow Theme Path"
    5575msgstr "Allow Theme Path"
    5676
    57 #: templates/home.php:53
     77#: templates/home.php:62
    5878msgid "Allow Upload Path"
    5979msgstr "Allow Upload Path"
    6080
    61 #: includes/class_admin.php:254
     81#: includes/class_admin.php:323
    6282msgid "Alternative Robots.txt File: Simular to the plugins default robots.txt file, with more disallows."
    6383msgstr "Alternative Robots.txt File: Simular to the plugins default robots.txt file, with more disallows."
    6484
    65 #: includes/class_admin.php:301 includes/class_admin.php:312
     85#: includes/class_admin.php:370 includes/class_admin.php:381
    6686msgid "Are You Sure You Want To Submit This?"
    6787msgstr "Are You Sure You Want To Submit This?"
     
    7191msgstr "AskAapche Robots.txt Example"
    7292
    73 #: includes/class_upgrade.php:544
    74 msgid "Bad Robots.txt Rewrite Rule Found"
    75 msgstr "Bad Robots.txt Rewrite Rule Found"
    76 
    77 #: includes/class_upgrade.php:154
     93#: includes/class_upgrade.php:163
    7894msgid "Click the button to automatically copy old settings over, and then purge the old settings from the database"
    7995msgstr "Click the button to automatically copy old settings over, and then purge the old settings from the database"
    8096
    81 #: includes/class_upgrade.php:544
    82 msgid "Click the button to automatically correct the bad robots.txt rewrite rule."
    83 msgstr "Click the button to automatically correct the bad robots.txt rewrite rule."
    84 
    85 #: includes/class_upgrade.php:434
     97#: includes/class_upgrade.php:554
     98msgid "Click the button to automatically correct the missing robots.txt rewrite rule."
     99msgstr "Click the button to automatically correct the missing robots.txt rewrite rule."
     100
     101#: includes/class_upgrade.php:444
    86102msgid "Click the button to automatically remove robots.txt files left by other plugins."
    87103msgstr "Click the button to automatically remove robots.txt files left by other plugins."
     
    95111msgstr "Created by"
    96112
    97 #: includes/class_admin.php:253
     113#: includes/class_admin.php:322
    98114msgid "Default Robots.txt File: The plugins default installed robots.txt file."
    99115msgstr "Default Robots.txt File: The plugins default installed robots.txt file."
    100116
    101 #: includes/class_admin.php:306
     117#: includes/class_admin.php:375
    102118msgid "Disable saved robots.txt files across all network websites, restoring the default Wordpress robots.txt file."
    103119msgstr "Disable saved robots.txt files across all network websites, restoring the default Wordpress robots.txt file."
    104120
    105 #: includes/class_admin.php:300
     121#: includes/class_admin.php:369
    106122msgid "Disable the saved robots.txt file on this website, restoring the default Wordpress robots.txt file."
    107123msgstr "Disable the saved robots.txt file on this website, restoring the default Wordpress robots.txt file."
    108124
    109 #: includes/class_core.php:120
     125#: multisite-robotstxt-manager.php:173
    110126msgid "Donations"
    111127msgstr "Donations"
    112128
    113 #: includes/class_core.php:117
     129#: multisite-robotstxt-manager.php:170
    114130msgid "F.A.Q."
    115131msgstr "F.A.Q."
    116132
    117 #: includes/class_core.php:119
     133#: multisite-robotstxt-manager.php:172
    118134msgid "Feedback"
    119135msgstr "Feedback"
     136
     137#: templates/home.php:25
     138msgid "Full Network Update - All Network Websites"
     139msgstr "Full Network Update - All Network Websites"
    120140
    121141#: templates/sidebar.php:16
     
    127147msgstr "Google Robots.txt F.A.Q."
    128148
    129 #: includes/class_admin.php:258
     149#: includes/class_admin.php:327
    130150msgid "Google Robots.txt File: A Google friendly robots.txt file."
    131151msgstr "Google Robots.txt File: A Google friendly robots.txt file."
     
    135155msgstr "It only takes a few seconds to <a href=\"http://wordpress.org/extend/plugins/multisite-robotstxt-manager/\" target=\"_blank\">rate this plugin</a>! Your rating helps create motivation for future developments"
    136156
    137 #: includes/class_upgrade.php:434
     157#: includes/class_upgrade.php:444
    138158msgid "Left Over Robots.txt Files Found"
    139159msgstr "Left Over Robots.txt Files Found"
    140160
    141 #: includes/class_admin.php:259
     161#: includes/class_admin.php:328
    142162msgid "Lockdown Robots.txt File: Disallow everything, prevent spiders from indexing the website."
    143163msgstr "Lockdown Robots.txt File: Disallow everything, prevent spiders from indexing the website."
     
    147167msgstr "MS Robots.txt"
    148168
    149 #: includes/class_core.php:149
     169#: includes/class_upgrade.php:633
    150170msgid "MSRTM PRO failed to automatically upgrade - a new version is ready! Please contact us for download instructions."
    151171msgstr "MSRTM PRO failed to automatically upgrade - a new version is ready! Please contact us for download instructions."
     172
     173#: includes/class_upgrade.php:554
     174msgid "Missing Robots.txt Rewrite Rule"
     175msgstr "Missing Robots.txt Rewrite Rule"
    152176
    153177#: templates/sidebar.php:35
     
    163187msgstr "Multisite Robots.txt Manager for Wordpress"
    164188
    165 #: includes/class_admin.php:346 includes/class_admin.php:356
     189#: includes/class_admin.php:414 includes/class_admin.php:424
    166190msgid "Multisite Robots.txt Manager is Active"
    167191msgstr "Multisite Robots.txt Manager is Active"
    168192
    169 #: includes/class_admin.php:351 includes/class_admin.php:361
     193#: includes/class_admin.php:419 includes/class_admin.php:429
    170194msgid "Multisite Robots.txt Manager is Disabled"
    171195msgstr "Multisite Robots.txt Manager is Disabled"
     
    175199msgstr "Multisite Robots.txt Manager | MS Robots.txt"
    176200
    177 #: templates/home.php:91
     201#: templates/home.php:97
    178202msgid "Network Locked Robots.txt File"
    179203msgstr "Network Locked Robots.txt File"
    180204
    181 #: includes/class_core.php:113
     205#: multisite-robotstxt-manager.php:166
    182206msgid "Network Settings"
    183207msgstr "Network Settings"
    184208
    185 #: includes/class_upgrade.php:154
     209#: includes/class_upgrade.php:163
    186210msgid "Old Plugin Data Found"
    187211msgstr "Old Plugin Data Found"
    188212
    189 #: includes/class_admin.php:256
     213#: templates/home.php:26
     214msgid "Only Websites You Are A Member Of: Default"
     215msgstr "Only Websites You Are A Member Of: Default"
     216
     217#: includes/class_admin.php:325
    190218msgid "Open Robots.txt File: Fully open robots.txt file, no disallows."
    191219msgstr "Open Robots.txt File: Fully open robots.txt file, no disallows."
    192220
    193 #: includes/class_core.php:121
     221#: multisite-robotstxt-manager.php:174
    194222msgid "PRO Details"
    195223msgstr "PRO Details"
     
    219247msgstr "Robots.txt Documentation"
    220248
    221 #: includes/class_admin.php:263
     249#: includes/class_admin.php:332
    222250msgid "Robots.txt File Presets"
    223251msgstr "Robots.txt File Presets"
     
    231259msgstr "Robots.txt Specifications"
    232260
    233 #: templates/home.php:48
     261#: templates/home.php:57
    234262msgid "Rule Suggestions"
    235263msgstr "Rule Suggestions"
    236264
    237 #: templates/home.php:81
     265#: templates/home.php:87
    238266msgid "Saved Robots.txt File"
    239267msgstr "Saved Robots.txt File"
    240268
    241 #: includes/class_admin.php:272
     269#: includes/class_admin.php:341
    242270msgid "Showing!"
    243271msgstr "Showing!"
     
    247275msgstr "Submit Feedback"
    248276
    249 #: includes/class_core.php:118
     277#: multisite-robotstxt-manager.php:171
    250278msgid "Support"
    251279msgstr "Support"
    252280
    253 #: templates/home.php:81
     281#: templates/home.php:87
    254282msgid "The live robots.txt file for this website."
    255283msgstr "The live robots.txt file for this website."
    256284
    257 #: includes/class_admin.php:346
     285#: includes/class_admin.php:414
    258286msgid "The robots.txt file template below is currently being used across all active network websites. The saved robots.txt file rules for each website will replace the {APPEND_WEBSITE_ROBOTSTXT} marker."
    259287msgstr "The robots.txt file template below is currently being used across all active network websites. The saved robots.txt file rules for each website will replace the {APPEND_WEBSITE_ROBOTSTXT} marker."
     
    263291msgstr "Unauthorized Access."
    264292
    265 #: includes/class_core.php:149
     293#: includes/class_upgrade.php:633
    266294msgid "Upgrade Notice"
    267295msgstr "Upgrade Notice"
    268296
    269 #: includes/class_admin.php:311
     297#: includes/class_admin.php:380
    270298msgid "WARNING: Delete all settings related to the Multisite Robots.txt Manager Plugin across the entire network."
    271299msgstr "WARNING: Delete all settings related to the Multisite Robots.txt Manager Plugin across the entire network."
     
    275303msgstr "Web Robots Database"
    276304
    277 #: includes/class_core.php:115
     305#: multisite-robotstxt-manager.php:168
    278306msgid "Website Settings"
    279307msgstr "Website Settings"
    280308
    281 #: templates/home.php:91
     309#: templates/home.php:97
    282310msgid "Website settings (above) will automatically be appended to the network robots.txt file and saved as the robots.txt for this website."
    283311msgstr "Website settings (above) will automatically be appended to the network robots.txt file and saved as the robots.txt for this website."
    284312
    285 #: includes/class_admin.php:255
     313#: includes/class_admin.php:324
    286314msgid "Wordpress Limited Robots.txt File: Only disallows wp-includes and wp-admin."
    287315msgstr "Wordpress Limited Robots.txt File: Only disallows wp-includes and wp-admin."
    288316
    289 #: includes/class_core.php:67 includes/class_core.php:72
     317#: multisite-robotstxt-manager.php:190 multisite-robotstxt-manager.php:195
    290318msgid "You are not authorized to perform this action."
    291319msgstr "You are not authorized to perform this action."
     
    303331msgstr "http://technerdia.com/msrtm/"
    304332
    305 #: includes/class_upgrade.php:435
     333#: includes/class_upgrade.php:445
    306334msgid "remove old data"
    307335msgstr "remove old data"
     
    315343msgstr "tribalNerd, Chris Winters"
    316344
    317 #: templates/home.php:24
     345#: templates/home.php:30
    318346msgid "update network"
    319347msgstr "update network"
    320348
    321 #: includes/class_upgrade.php:545
     349#: includes/class_upgrade.php:555
    322350msgid "update rewrite rules"
    323351msgstr "update rewrite rules"
    324352
    325 #: templates/home.php:72
     353#: templates/home.php:54
    326354msgid "update website rules"
    327355msgstr "update website rules"
    328356
    329 #: includes/class_upgrade.php:155
     357#: includes/class_upgrade.php:164
    330358msgid "upgrade and purge network"
    331359msgstr "upgrade and purge network"
  • multisite-robotstxt-manager/tags/1.0.5/languages/multisite-robotstxt-manager.pot

    r1486759 r1492883  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Multisite Robots.txt Manager | MS Robots.txt 1.0.3\n"
     5"Project-Id-Version: Multisite Robots.txt Manager | MS Robots.txt 1.0.4\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/multisite-robotstxt-manager\n"
    7 "POT-Creation-Date: 2016-08-30 22:26:54+00:00\n"
     7"POT-Creation-Date: 2016-09-06 09:51:57+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
     
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
    1414
    15 #: includes/class_admin.php:253
     15#: includes/class_admin.php:160
     16msgid ""
     17"<u>Preset Option Updated</u>: The preset has been saved as the network "
     18"robots.txt file. Click the \"update network\" button to publish the robots."
     19"txt file across the network."
     20msgstr ""
     21
     22#: includes/class_admin.php:163
     23msgid "<u>Website Settings Updated</u>: "
     24msgstr ""
     25
     26#: includes/class_admin.php:166
     27msgid ""
     28"<u>Blogs You Are Member Of Have Been Updated</u>: The saved network robots."
     29"txt file has been published to allowed websites."
     30msgstr ""
     31
     32#: includes/class_admin.php:169
     33msgid ""
     34"<u>All Network Websites Have Been Updated</u>: The saved network robots.txt "
     35"file has been published to all websites."
     36msgstr ""
     37
     38#: includes/class_admin.php:322
    1639msgid "Default Robots.txt File: The plugins default installed robots.txt file."
    1740msgstr ""
    1841
    19 #: includes/class_admin.php:254
     42#: includes/class_admin.php:323
    2043msgid ""
    2144"Alternative Robots.txt File: Simular to the plugins default robots.txt file, "
     
    2346msgstr ""
    2447
    25 #: includes/class_admin.php:255
     48#: includes/class_admin.php:324
    2649msgid ""
    2750"Wordpress Limited Robots.txt File: Only disallows wp-includes and wp-admin."
    2851msgstr ""
    2952
    30 #: includes/class_admin.php:256
     53#: includes/class_admin.php:325
    3154msgid "Open Robots.txt File: Fully open robots.txt file, no disallows."
    3255msgstr ""
    3356
    34 #: includes/class_admin.php:257
     57#: includes/class_admin.php:326
    3558msgid ""
    3659"A Bloggers Robots.txt File: Optimized for blog focused Wordpress websites."
    3760msgstr ""
    3861
    39 #: includes/class_admin.php:258
     62#: includes/class_admin.php:327
    4063msgid "Google Robots.txt File: A Google friendly robots.txt file."
    4164msgstr ""
    4265
    43 #: includes/class_admin.php:259
     66#: includes/class_admin.php:328
    4467msgid ""
    4568"Lockdown Robots.txt File: Disallow everything, prevent spiders from indexing "
     
    4770msgstr ""
    4871
    49 #: includes/class_admin.php:263
     72#: includes/class_admin.php:332
    5073msgid "Robots.txt File Presets"
    5174msgstr ""
    5275
    53 #: includes/class_admin.php:272
     76#: includes/class_admin.php:341
    5477msgid "Showing!"
    5578msgstr ""
    5679
    57 #: includes/class_admin.php:300
     80#: includes/class_admin.php:369
    5881msgid ""
    5982"Disable the saved robots.txt file on this website, restoring the default "
     
    6184msgstr ""
    6285
    63 #: includes/class_admin.php:301 includes/class_admin.php:312
     86#: includes/class_admin.php:370 includes/class_admin.php:381
    6487msgid "Are You Sure You Want To Submit This?"
    6588msgstr ""
    6689
    67 #: includes/class_admin.php:306
     90#: includes/class_admin.php:375
    6891msgid ""
    6992"Disable saved robots.txt files across all network websites, restoring the "
     
    7194msgstr ""
    7295
    73 #: includes/class_admin.php:311
     96#: includes/class_admin.php:380
    7497msgid ""
    7598"WARNING: Delete all settings related to the Multisite Robots.txt Manager "
     
    77100msgstr ""
    78101
    79 #: includes/class_admin.php:346 includes/class_admin.php:356
     102#: includes/class_admin.php:414 includes/class_admin.php:424
    80103msgid "Multisite Robots.txt Manager is Active"
    81104msgstr ""
    82105
    83 #: includes/class_admin.php:346
     106#: includes/class_admin.php:414
    84107msgid ""
    85108"The robots.txt file template below is currently being used across all active "
     
    88111msgstr ""
    89112
    90 #: includes/class_admin.php:351 includes/class_admin.php:361
     113#: includes/class_admin.php:419 includes/class_admin.php:429
    91114msgid "Multisite Robots.txt Manager is Disabled"
    92115msgstr ""
    93116
    94 #: includes/class_admin.php:351
     117#: includes/class_admin.php:419
    95118msgid ""
    96119"All network websites are currently displaying the default Wordpress robots."
     
    98121msgstr ""
    99122
    100 #: includes/class_admin.php:356
     123#: includes/class_admin.php:424
    101124msgid ""
    102125"<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this "
     
    104127msgstr ""
    105128
    106 #: includes/class_admin.php:361
     129#: includes/class_admin.php:429
    107130msgid ""
    108131"<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this "
     
    110133msgstr ""
    111134
    112 #: includes/class_core.php:67 includes/class_core.php:72
    113 msgid "You are not authorized to perform this action."
    114 msgstr ""
    115 
    116 #: includes/class_core.php:89
    117 msgid ""
    118 "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be "
    119 "activated on Network Enabled Wordpress installs. Download and install the "
    120 "plugin, \"Robots.txt Manager\" for standalone Wordpress installs."
    121 msgstr ""
    122 
    123 #: includes/class_core.php:94
    124 msgid ""
    125 "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be "
    126 "activated within the Network Admin."
    127 msgstr ""
    128 
    129 #: includes/class_core.php:113
    130 msgid "Network Settings"
    131 msgstr ""
    132 
    133 #: includes/class_core.php:115
    134 msgid "Website Settings"
    135 msgstr ""
    136 
    137 #: includes/class_core.php:117
    138 msgid "F.A.Q."
    139 msgstr ""
    140 
    141 #: includes/class_core.php:118
    142 msgid "Support"
    143 msgstr ""
    144 
    145 #: includes/class_core.php:119
    146 msgid "Feedback"
    147 msgstr ""
    148 
    149 #: includes/class_core.php:120
    150 msgid "Donations"
    151 msgstr ""
    152 
    153 #: includes/class_core.php:121
    154 msgid "PRO Details"
    155 msgstr ""
    156 
    157 #: includes/class_core.php:149
     135#: includes/class_disabler.php:28
     136msgid ""
     137"<u>Website Disabled</u>: The Multisite Robots.txt Manager Plugin is no "
     138"longer managing the robots.txt file on this website. Click the \"update "
     139"update\" button to reenable the website."
     140msgstr ""
     141
     142#: includes/class_disabler.php:31
     143msgid ""
     144"<u>Network Disabled</u>: The Multisite Robots.txt Manager Plugin is no "
     145"longer managing robots.txt files across network websites. Click the \"update "
     146"network\" button to reenable the plugin."
     147msgstr ""
     148
     149#: includes/class_disabler.php:34
     150msgid ""
     151"<u>Settings Deleted</u>: All Multisite Robots.txt Manager Plugin settings "
     152"have been removed across the network. To re-enable: Save a preset robots.txt "
     153"file or create your own robots.txt file, then click the \"update network\" "
     154"button to update ."
     155msgstr ""
     156
     157#: includes/class_upgrade.php:163
     158msgid "Old Plugin Data Found"
     159msgstr ""
     160
     161#: includes/class_upgrade.php:163
     162msgid ""
     163"Click the button to automatically copy old settings over, and then purge the "
     164"old settings from the database"
     165msgstr ""
     166
     167#: includes/class_upgrade.php:164
     168msgid "upgrade and purge network"
     169msgstr ""
     170
     171#: includes/class_upgrade.php:444
     172msgid "Left Over Robots.txt Files Found"
     173msgstr ""
     174
     175#: includes/class_upgrade.php:444
     176msgid ""
     177"Click the button to automatically remove robots.txt files left by other "
     178"plugins."
     179msgstr ""
     180
     181#: includes/class_upgrade.php:445
     182msgid "remove old data"
     183msgstr ""
     184
     185#: includes/class_upgrade.php:554
     186msgid "Missing Robots.txt Rewrite Rule"
     187msgstr ""
     188
     189#: includes/class_upgrade.php:554
     190msgid ""
     191"Click the button to automatically correct the missing robots.txt rewrite "
     192"rule."
     193msgstr ""
     194
     195#: includes/class_upgrade.php:555
     196msgid "update rewrite rules"
     197msgstr ""
     198
     199#: includes/class_upgrade.php:633
    158200msgid "Upgrade Notice"
    159201msgstr ""
    160202
    161 #: includes/class_core.php:149
     203#: includes/class_upgrade.php:633
    162204msgid ""
    163205"MSRTM PRO failed to automatically upgrade - a new version is ready! Please "
     
    165207msgstr ""
    166208
    167 #: includes/class_upgrade.php:154
    168 msgid "Old Plugin Data Found"
    169 msgstr ""
    170 
    171 #: includes/class_upgrade.php:154
    172 msgid ""
    173 "Click the button to automatically copy old settings over, and then purge the "
    174 "old settings from the database"
    175 msgstr ""
    176 
    177 #: includes/class_upgrade.php:155
    178 msgid "upgrade and purge network"
    179 msgstr ""
    180 
    181 #: includes/class_upgrade.php:434
    182 msgid "Left Over Robots.txt Files Found"
    183 msgstr ""
    184 
    185 #: includes/class_upgrade.php:434
    186 msgid ""
    187 "Click the button to automatically remove robots.txt files left by other "
    188 "plugins."
    189 msgstr ""
    190 
    191 #: includes/class_upgrade.php:435
    192 msgid "remove old data"
    193 msgstr ""
    194 
    195 #: includes/class_upgrade.php:544
    196 msgid "Bad Robots.txt Rewrite Rule Found"
    197 msgstr ""
    198 
    199 #: includes/class_upgrade.php:544
    200 msgid ""
    201 "Click the button to automatically correct the bad robots.txt rewrite rule."
    202 msgstr ""
    203 
    204 #: includes/class_upgrade.php:545
    205 msgid "update rewrite rules"
    206 msgstr ""
    207 
    208209#: multisite-robotstxt-manager.php:37
    209210msgid "MS Robots.txt"
     
    218219msgstr ""
    219220
     221#: multisite-robotstxt-manager.php:166
     222msgid "Network Settings"
     223msgstr ""
     224
     225#: multisite-robotstxt-manager.php:168
     226msgid "Website Settings"
     227msgstr ""
     228
     229#: multisite-robotstxt-manager.php:170
     230msgid "F.A.Q."
     231msgstr ""
     232
     233#: multisite-robotstxt-manager.php:171
     234msgid "Support"
     235msgstr ""
     236
     237#: multisite-robotstxt-manager.php:172
     238msgid "Feedback"
     239msgstr ""
     240
     241#: multisite-robotstxt-manager.php:173
     242msgid "Donations"
     243msgstr ""
     244
     245#: multisite-robotstxt-manager.php:174
     246msgid "PRO Details"
     247msgstr ""
     248
     249#: multisite-robotstxt-manager.php:190 multisite-robotstxt-manager.php:195
     250msgid "You are not authorized to perform this action."
     251msgstr ""
     252
    220253#: templates/footer.php:18
    221254msgid "Created by"
    222255msgstr ""
    223256
    224 #: templates/home.php:24
     257#: templates/home.php:25
     258msgid "Full Network Update - All Network Websites"
     259msgstr ""
     260
     261#: templates/home.php:26
     262msgid "Only Websites You Are A Member Of: Default"
     263msgstr ""
     264
     265#: templates/home.php:30
    225266msgid "update network"
    226267msgstr ""
    227268
    228 #: templates/home.php:48
     269#: templates/home.php:54
     270msgid "update website rules"
     271msgstr ""
     272
     273#: templates/home.php:57
    229274msgid "Rule Suggestions"
    230275msgstr ""
    231276
    232 #: templates/home.php:53
     277#: templates/home.php:62
    233278msgid "Allow Upload Path"
    234279msgstr ""
    235280
    236 #: templates/home.php:60
     281#: templates/home.php:69
    237282msgid "Allow Theme Path"
    238283msgstr ""
    239284
    240 #: templates/home.php:67
     285#: templates/home.php:76
    241286msgid "Add Sitemap URL"
    242287msgstr ""
    243288
    244 #: templates/home.php:72
    245 msgid "update website rules"
    246 msgstr ""
    247 
    248 #: templates/home.php:81
     289#: templates/home.php:87
    249290msgid "Saved Robots.txt File"
    250291msgstr ""
    251292
    252 #: templates/home.php:81
     293#: templates/home.php:87
    253294msgid "The live robots.txt file for this website."
    254295msgstr ""
    255296
    256 #: templates/home.php:91
     297#: templates/home.php:97
    257298msgid "Network Locked Robots.txt File"
    258299msgstr ""
    259300
    260 #: templates/home.php:91
     301#: templates/home.php:97
    261302msgid ""
    262303"Website settings (above) will automatically be appended to the network "
  • multisite-robotstxt-manager/tags/1.0.5/multisite-robotstxt-manager.php

    r1489846 r1492883  
    55 * Description: A Multisite Network Robots.txt Manager. Quickly manage your Network Websites robots.txt files from a single administration area.
    66 * Tags: robotstxt, robots.txt, robots, robot, spiders, virtual, search, google, seo, plugin, network, wpmu, multisite, technerdia, tribalnerd
    7  * Version: 1.0.4
     7 * Version: 1.0.5
    88 * License: GPL
    99 * Copyright (c) 2016, techNerdia LLC.
     
    2828    MsRobotstxtManagerConstants( Array(
    2929        'MS_ROBOTSTXT_MANAGER_BASE_URL'         => get_bloginfo( 'url' ),
    30         'MS_ROBOTSTXT_MANAGER_VERSION'          => '1.0.4',
     30        'MS_ROBOTSTXT_MANAGER_VERSION'          => '1.0.5',
    3131        'MS_ROBOTSTXT_MANAGER_WP_MIN_VERSION'   => '3.8',
    3232
  • multisite-robotstxt-manager/tags/1.0.5/readme.txt

    r1489846 r1492883  
    66Requires at least: 3.8
    77Tested up to: 4.6.0
    8 Stable tag: 1.0.4
     8Stable tag: 1.0.5
    99
    1010
     
    1414== Description ==
    1515
    16 ### UPGRADE NOTICE
     16= UPGRADE NOTICE =
    1717
    1818After auto upgrading: return to the network plugin admin, this will deactivate the plugin, then click the Network Activate link to activate the plugin again.
     
    2525
    2626
    27 ### For Support & Bugs
     27= For Support & Bugs =
    2828
    2929Please [contact us directly](http://technerdia.com/help/) if you need assistance or have found a bug.
    3030
    3131
    32 ### View, Report Bugs, Contribute!
     32= View, Report Bugs, Contribute! =
    3333
    3434Visit this [Plugin on Github!](https://github.com/tribalNerd/multisite-robotstxt-manager/) Clone/fork yourself a copy, report a bug or submit a ticket & pull request!
    3535
    3636
    37 ### Features:
     37= Features: =
    3838
    3939* Network wide robots.txt file, shared across all sites.
     
    4949
    5050
    51 ### Quick Info:
     51= Quick Info: =
    5252
    5353* The default "Network Wide" robots.txt file is NOT a live robots.txt file.
     
    6060
    6161
    62 ### Make It Work:
     62= Make It Work: =
    6363
    6464* Network Admin: Modify and save the default robots.txt file, then click the "update network" button to copy the default robots.txt file to all Websites on the Network.
     
    8181
    8282
    83 ### Install through the Wordpress Admin
     83= Install through the Wordpress Admin =
    8484
    8585* It is recommended that you use the built in Wordpress installer to install plugins.
     
    9292
    9393
    94 ### Upload and Install
     94= Upload and Install =
    9595
    9696* If uploading, upload the /ms-robotstxt-manager/ folder to /wp-content/plugins/ folder for your Worpdress install.
     
    108108[Feedback](http://technerdia.com/feedback/)
    109109
    110 ### Frequently Asked Questions:
     110= Frequently Asked Questions: =
    111111
    112112= Q) Can the plugin update all Websites at once? =
     
    236236
    237237
    238 ### Understanding the Default Settings
     238= Understanding the Default Settings =
    239239
    240240When you first enter the plugin admin via the Network Admin, the shown robots.txt file is the default "network only" or "network wide" working copy. Modify the default robots.txt file, when done click the "update network" button to replicate the robots.txt file to all Network Websites.
    241241
    242242
    243 ### The Network Append Marker
     243= The Network Append Marker =
    244244
    245245The marker {APPEND_WEBSITE_ROBOTSTXT} within the Network Robots.txt File is replaced by Website unique robots.txt file rules. Use the marker in your customized Network robots.txt files to automatically append the Website robots.txt file rules when the Network is updated.
    246246
    247247
    248 ### Robots.txt Files within Directories
     248= Robots.txt Files within Directories =
    249249
    250250* This plugin WILL render robots.txt files within directories - however,
     
    255255
    256256
    257 ### Testing Robots.txt Files
     257= Testing Robots.txt Files =
    258258
    259259* Use Google's Webmaster Tools to Validate your Robots.txt Files.... with Google at least.:
     
    269269
    270270
    271 ### New Website Added to Network
     271= New Website Added to Network =
    272272
    273273* If all Websites use the saved Network default robots.txt file, click the "update network" button to copy the default robots.txt file over to any new Websites you have.
     
    275275
    276276
    277 ### Disabling
     277= Disabling =
    278278
    279279* Disable a Website: To disable the Multisite Robots.txt Manager on a Website, select the Website from the dropdown menu, then click the "change sites" button. With the Website's robots.txt file open, click the "disable this website" button. This will clear the robots.txt file and sitemap structure settings for this Website only, making the Wordpress default robots.txt file display.
     
    281281
    282282
    283 ### Resetting
     283= Resetting =
    284284
    285285* Reset Default: Something wrong? No worries! When viewing the Networks robots.txt file, click the "reset to default" button to replace the displayed robots.txt file with the core "coded in" default robots.txt file.
     
    287287
    288288
    289 ### Presets / Examples Tab
     289= Presets / Examples Tab =
    290290
    291291* This feature allows you to quickly duplicate premade robots.txt files and a sitemap structure url, to either the default network wide robots.txt file or a selected Websites robots.txt file.
     
    295295
    296296
    297 ### Recommended Sitemap Plugins
     297= Recommended Sitemap Plugins =
    298298
    299299* Google XML Sitemaps: http://wordpress.org/extend/plugins/google-sitemap-generator/
     
    305305
    306306== Changelog ==
     307
     308= 1.0.5 =
     309* Modified class_helper->getSitemapUrl(): added get_option( 'siteurl' ) check for sitemap url
     310* Corrected commented out redirect action
     311* Corrected marketup in robots.txt file, again.
     312* Added final public to class_presets methods
    307313
    308314= 1.0.4 =
     
    426432
    427433
    428 :: Screenshots
    429 --------
     434== Screenshots ==
    430435
    431436- More Screenshots --> http://technerdia.com/msrtm/screenshots/
  • multisite-robotstxt-manager/trunk/includes/class_admin.php

    r1489846 r1492883  
    116116                // Set Post Action Redirect
    117117                if ( filter_input( INPUT_POST, 'ms_robotstxt_manager' ) ) {
    118                     //add_action( 'wp_loaded', array( &$this, 'pluginRedirect' ) );
     118                    add_action( 'wp_loaded', array( &$this, 'pluginRedirect' ) );
    119119                }
    120120            }
  • multisite-robotstxt-manager/trunk/includes/class_helper.php

    r1489846 r1492883  
    203203            switch_to_blog( $blog_id );
    204204
     205            // Get Site URL
     206            $sitemap_url_base = get_option( 'siteurl' ) ? get_option( 'siteurl' ) : MS_ROBOTSTXT_MANAGER_BASE_URL;
     207
    205208            // Base XML File Locations To check
    206             $root_xml_file_location = get_headers( MS_ROBOTSTXT_MANAGER_BASE_URL . '/sitemap.xml' );
    207             $alt_xml_file_location = get_headers( MS_ROBOTSTXT_MANAGER_BASE_URL . '/sitemaps/sitemap.xml' );
     209            $root_xml_file_location = get_headers( $sitemap_url_base . '/sitemap.xml' );
     210            $alt_xml_file_location = get_headers( $sitemap_url_base . '/sitemaps/sitemap.xml' );
    208211
    209212            // Check if xml sitemap exists
    210213            if ( $root_xml_file_location && $root_xml_file_location[0] == 'HTTP/1.1 200 OK' ) {
    211214                // http://domain.com/sitemap.xml
    212                 $url = MS_ROBOTSTXT_MANAGER_BASE_URL . '/sitemap.xml';
     215                $url = $sitemap_url_base . '/sitemap.xml';
    213216
    214217            } elseif ( $alt_xml_file_location && $alt_xml_file_location[0] == 'HTTP/1.1 200 OK' ) {
    215218                // http://domain.com/sitemaps/sitemap.xml
    216                 $url = MS_ROBOTSTXT_MANAGER_BASE_URL . '/sitemaps/sitemap.xml';
     219                $url = $sitemap_url_base . '/sitemaps/sitemap.xml';
    217220 
    218221            } else {
  • multisite-robotstxt-manager/trunk/includes/class_presets.php

    r1489846 r1492883  
    4545         * @return string
    4646         */
    47     public function defaultAltRobotstxt()
     47    final public function defaultAltRobotstxt()
    4848        {
    4949            $txt = "# robots.txt\n";
     
    8282         * @return string
    8383         */
    84     public function wordpressRobotstxt()
     84    final public function wordpressRobotstxt()
    8585        {
    8686            $txt = "# robots.txt\n";
     
    100100         * @return string
    101101         */
    102     public function openRobotstxt()
     102    final public function openRobotstxt()
    103103        {
    104104            $txt = "# robots.txt\n";
     
    115115         * @return string
    116116         */
    117     public function bloggerRobotstxt()
     117    final public function bloggerRobotstxt()
    118118        {
    119119            $txt = "# robots.txt\n";
     
    163163         * @return string
    164164         */
    165     public function blockedRobotstxt()
     165    final public function blockedRobotstxt()
    166166        {
    167167            $txt = "# robots.txt\n";
     
    178178         * @return string
    179179         */
    180     public function googleRobotstxt()
     180    final public function googleRobotstxt()
    181181        {
    182182            $txt = "# robots.txt\n";
  • multisite-robotstxt-manager/trunk/languages/multisite-robotstxt-manager-en_US.po

    r1486759 r1492883  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Multisite Robots.txt Manager | MS Robots.txt 1.0.3\n"
     5"Project-Id-Version: Multisite Robots.txt Manager | MS Robots.txt 1.0.4\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/multisite-robotstxt-manager\n"
    7 "POT-Creation-Date: 2016-08-30 22:26:54+00:00\n"
    8 "PO-Revision-Date: 2016-08-30 22:26:54+00:00\n"
     7"POT-Creation-Date: 2016-09-06 09:51:57+00:00\n"
     8"PO-Revision-Date: 2016-09-06 09:51:57+00:00\n"
    99"Last-Translator: Automatically generated\n"
    1010"Language-Team: none\n"
     
    1515"Plural-Forms: nplurals=2; plural=(n != 1);\n"
    1616
    17 #: includes/class_admin.php:356
     17#: includes/class_admin.php:424
    1818msgid "<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this websites customized robots.txt file."
    1919msgstr "<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this websites customized robots.txt file."
    2020
    21 #: includes/class_admin.php:361
     21#: includes/class_admin.php:429
    2222msgid "<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this websites default Wordpress robots.txt file."
    2323msgstr "<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this websites default Wordpress robots.txt file."
    2424
    25 #: includes/class_admin.php:257
     25#: includes/class_admin.php:169
     26msgid "<u>All Network Websites Have Been Updated</u>: The saved network robots.txt file has been published to all websites."
     27msgstr "<u>All Network Websites Have Been Updated</u>: The saved network robots.txt file has been published to all websites."
     28
     29#: includes/class_admin.php:166
     30msgid "<u>Blogs You Are Member Of Have Been Updated</u>: The saved network robots.txt file has been published to allowed websites."
     31msgstr "<u>Blogs You Are Member Of Have Been Updated</u>: The saved network robots.txt file has been published to allowed websites."
     32
     33#: includes/class_disabler.php:31
     34msgid "<u>Network Disabled</u>: The Multisite Robots.txt Manager Plugin is no longer managing robots.txt files across network websites. Click the \"update network\" button to reenable the plugin."
     35msgstr "<u>Network Disabled</u>: The Multisite Robots.txt Manager Plugin is no longer managing robots.txt files across network websites. Click the \"update network\" button to reenable the plugin."
     36
     37#: includes/class_admin.php:160
     38msgid "<u>Preset Option Updated</u>: The preset has been saved as the network robots.txt file. Click the \"update network\" button to publish the robots.txt file across the network."
     39msgstr "<u>Preset Option Updated</u>: The preset has been saved as the network robots.txt file. Click the \"update network\" button to publish the robots.txt file across the network."
     40
     41#: includes/class_disabler.php:34
     42msgid "<u>Settings Deleted</u>: All Multisite Robots.txt Manager Plugin settings have been removed across the network. To re-enable: Save a preset robots.txt file or create your own robots.txt file, then click the \"update network\" button to update ."
     43msgstr "<u>Settings Deleted</u>: All Multisite Robots.txt Manager Plugin settings have been removed across the network. To re-enable: Save a preset robots.txt file or create your own robots.txt file, then click the \"update network\" button to update ."
     44
     45#: includes/class_disabler.php:28
     46msgid "<u>Website Disabled</u>: The Multisite Robots.txt Manager Plugin is no longer managing the robots.txt file on this website. Click the \"update update\" button to reenable the website."
     47msgstr "<u>Website Disabled</u>: The Multisite Robots.txt Manager Plugin is no longer managing the robots.txt file on this website. Click the \"update update\" button to reenable the website."
     48
     49#: includes/class_admin.php:163
     50msgid "<u>Website Settings Updated</u>: "
     51msgstr "<u>Website Settings Updated</u>: "
     52
     53#: includes/class_admin.php:326
    2654msgid "A Bloggers Robots.txt File: Optimized for blog focused Wordpress websites."
    2755msgstr "A Bloggers Robots.txt File: Optimized for blog focused Wordpress websites."
     
    3563msgstr "A Multisite Robots.txt Manager Plugin For Wordpress."
    3664
    37 #: includes/class_core.php:89
    38 msgid "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be activated on Network Enabled Wordpress installs. Download and install the plugin, \"Robots.txt Manager\" for standalone Wordpress installs."
    39 msgstr "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be activated on Network Enabled Wordpress installs. Download and install the plugin, \"Robots.txt Manager\" for standalone Wordpress installs."
    40 
    41 #: includes/class_core.php:94
    42 msgid "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be activated within the Network Admin."
    43 msgstr "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be activated within the Network Admin."
    44 
    45 #: templates/home.php:67
     65#: templates/home.php:76
    4666msgid "Add Sitemap URL"
    4767msgstr "Add Sitemap URL"
    4868
    49 #: includes/class_admin.php:351
     69#: includes/class_admin.php:419
    5070msgid "All network websites are currently displaying the default Wordpress robots.txt file. To enable, click the 'update network' button below."
    5171msgstr "All network websites are currently displaying the default Wordpress robots.txt file. To enable, click the 'update network' button below."
    5272
    53 #: templates/home.php:60
     73#: templates/home.php:69
    5474msgid "Allow Theme Path"
    5575msgstr "Allow Theme Path"
    5676
    57 #: templates/home.php:53
     77#: templates/home.php:62
    5878msgid "Allow Upload Path"
    5979msgstr "Allow Upload Path"
    6080
    61 #: includes/class_admin.php:254
     81#: includes/class_admin.php:323
    6282msgid "Alternative Robots.txt File: Simular to the plugins default robots.txt file, with more disallows."
    6383msgstr "Alternative Robots.txt File: Simular to the plugins default robots.txt file, with more disallows."
    6484
    65 #: includes/class_admin.php:301 includes/class_admin.php:312
     85#: includes/class_admin.php:370 includes/class_admin.php:381
    6686msgid "Are You Sure You Want To Submit This?"
    6787msgstr "Are You Sure You Want To Submit This?"
     
    7191msgstr "AskAapche Robots.txt Example"
    7292
    73 #: includes/class_upgrade.php:544
    74 msgid "Bad Robots.txt Rewrite Rule Found"
    75 msgstr "Bad Robots.txt Rewrite Rule Found"
    76 
    77 #: includes/class_upgrade.php:154
     93#: includes/class_upgrade.php:163
    7894msgid "Click the button to automatically copy old settings over, and then purge the old settings from the database"
    7995msgstr "Click the button to automatically copy old settings over, and then purge the old settings from the database"
    8096
    81 #: includes/class_upgrade.php:544
    82 msgid "Click the button to automatically correct the bad robots.txt rewrite rule."
    83 msgstr "Click the button to automatically correct the bad robots.txt rewrite rule."
    84 
    85 #: includes/class_upgrade.php:434
     97#: includes/class_upgrade.php:554
     98msgid "Click the button to automatically correct the missing robots.txt rewrite rule."
     99msgstr "Click the button to automatically correct the missing robots.txt rewrite rule."
     100
     101#: includes/class_upgrade.php:444
    86102msgid "Click the button to automatically remove robots.txt files left by other plugins."
    87103msgstr "Click the button to automatically remove robots.txt files left by other plugins."
     
    95111msgstr "Created by"
    96112
    97 #: includes/class_admin.php:253
     113#: includes/class_admin.php:322
    98114msgid "Default Robots.txt File: The plugins default installed robots.txt file."
    99115msgstr "Default Robots.txt File: The plugins default installed robots.txt file."
    100116
    101 #: includes/class_admin.php:306
     117#: includes/class_admin.php:375
    102118msgid "Disable saved robots.txt files across all network websites, restoring the default Wordpress robots.txt file."
    103119msgstr "Disable saved robots.txt files across all network websites, restoring the default Wordpress robots.txt file."
    104120
    105 #: includes/class_admin.php:300
     121#: includes/class_admin.php:369
    106122msgid "Disable the saved robots.txt file on this website, restoring the default Wordpress robots.txt file."
    107123msgstr "Disable the saved robots.txt file on this website, restoring the default Wordpress robots.txt file."
    108124
    109 #: includes/class_core.php:120
     125#: multisite-robotstxt-manager.php:173
    110126msgid "Donations"
    111127msgstr "Donations"
    112128
    113 #: includes/class_core.php:117
     129#: multisite-robotstxt-manager.php:170
    114130msgid "F.A.Q."
    115131msgstr "F.A.Q."
    116132
    117 #: includes/class_core.php:119
     133#: multisite-robotstxt-manager.php:172
    118134msgid "Feedback"
    119135msgstr "Feedback"
     136
     137#: templates/home.php:25
     138msgid "Full Network Update - All Network Websites"
     139msgstr "Full Network Update - All Network Websites"
    120140
    121141#: templates/sidebar.php:16
     
    127147msgstr "Google Robots.txt F.A.Q."
    128148
    129 #: includes/class_admin.php:258
     149#: includes/class_admin.php:327
    130150msgid "Google Robots.txt File: A Google friendly robots.txt file."
    131151msgstr "Google Robots.txt File: A Google friendly robots.txt file."
     
    135155msgstr "It only takes a few seconds to <a href=\"http://wordpress.org/extend/plugins/multisite-robotstxt-manager/\" target=\"_blank\">rate this plugin</a>! Your rating helps create motivation for future developments"
    136156
    137 #: includes/class_upgrade.php:434
     157#: includes/class_upgrade.php:444
    138158msgid "Left Over Robots.txt Files Found"
    139159msgstr "Left Over Robots.txt Files Found"
    140160
    141 #: includes/class_admin.php:259
     161#: includes/class_admin.php:328
    142162msgid "Lockdown Robots.txt File: Disallow everything, prevent spiders from indexing the website."
    143163msgstr "Lockdown Robots.txt File: Disallow everything, prevent spiders from indexing the website."
     
    147167msgstr "MS Robots.txt"
    148168
    149 #: includes/class_core.php:149
     169#: includes/class_upgrade.php:633
    150170msgid "MSRTM PRO failed to automatically upgrade - a new version is ready! Please contact us for download instructions."
    151171msgstr "MSRTM PRO failed to automatically upgrade - a new version is ready! Please contact us for download instructions."
     172
     173#: includes/class_upgrade.php:554
     174msgid "Missing Robots.txt Rewrite Rule"
     175msgstr "Missing Robots.txt Rewrite Rule"
    152176
    153177#: templates/sidebar.php:35
     
    163187msgstr "Multisite Robots.txt Manager for Wordpress"
    164188
    165 #: includes/class_admin.php:346 includes/class_admin.php:356
     189#: includes/class_admin.php:414 includes/class_admin.php:424
    166190msgid "Multisite Robots.txt Manager is Active"
    167191msgstr "Multisite Robots.txt Manager is Active"
    168192
    169 #: includes/class_admin.php:351 includes/class_admin.php:361
     193#: includes/class_admin.php:419 includes/class_admin.php:429
    170194msgid "Multisite Robots.txt Manager is Disabled"
    171195msgstr "Multisite Robots.txt Manager is Disabled"
     
    175199msgstr "Multisite Robots.txt Manager | MS Robots.txt"
    176200
    177 #: templates/home.php:91
     201#: templates/home.php:97
    178202msgid "Network Locked Robots.txt File"
    179203msgstr "Network Locked Robots.txt File"
    180204
    181 #: includes/class_core.php:113
     205#: multisite-robotstxt-manager.php:166
    182206msgid "Network Settings"
    183207msgstr "Network Settings"
    184208
    185 #: includes/class_upgrade.php:154
     209#: includes/class_upgrade.php:163
    186210msgid "Old Plugin Data Found"
    187211msgstr "Old Plugin Data Found"
    188212
    189 #: includes/class_admin.php:256
     213#: templates/home.php:26
     214msgid "Only Websites You Are A Member Of: Default"
     215msgstr "Only Websites You Are A Member Of: Default"
     216
     217#: includes/class_admin.php:325
    190218msgid "Open Robots.txt File: Fully open robots.txt file, no disallows."
    191219msgstr "Open Robots.txt File: Fully open robots.txt file, no disallows."
    192220
    193 #: includes/class_core.php:121
     221#: multisite-robotstxt-manager.php:174
    194222msgid "PRO Details"
    195223msgstr "PRO Details"
     
    219247msgstr "Robots.txt Documentation"
    220248
    221 #: includes/class_admin.php:263
     249#: includes/class_admin.php:332
    222250msgid "Robots.txt File Presets"
    223251msgstr "Robots.txt File Presets"
     
    231259msgstr "Robots.txt Specifications"
    232260
    233 #: templates/home.php:48
     261#: templates/home.php:57
    234262msgid "Rule Suggestions"
    235263msgstr "Rule Suggestions"
    236264
    237 #: templates/home.php:81
     265#: templates/home.php:87
    238266msgid "Saved Robots.txt File"
    239267msgstr "Saved Robots.txt File"
    240268
    241 #: includes/class_admin.php:272
     269#: includes/class_admin.php:341
    242270msgid "Showing!"
    243271msgstr "Showing!"
     
    247275msgstr "Submit Feedback"
    248276
    249 #: includes/class_core.php:118
     277#: multisite-robotstxt-manager.php:171
    250278msgid "Support"
    251279msgstr "Support"
    252280
    253 #: templates/home.php:81
     281#: templates/home.php:87
    254282msgid "The live robots.txt file for this website."
    255283msgstr "The live robots.txt file for this website."
    256284
    257 #: includes/class_admin.php:346
     285#: includes/class_admin.php:414
    258286msgid "The robots.txt file template below is currently being used across all active network websites. The saved robots.txt file rules for each website will replace the {APPEND_WEBSITE_ROBOTSTXT} marker."
    259287msgstr "The robots.txt file template below is currently being used across all active network websites. The saved robots.txt file rules for each website will replace the {APPEND_WEBSITE_ROBOTSTXT} marker."
     
    263291msgstr "Unauthorized Access."
    264292
    265 #: includes/class_core.php:149
     293#: includes/class_upgrade.php:633
    266294msgid "Upgrade Notice"
    267295msgstr "Upgrade Notice"
    268296
    269 #: includes/class_admin.php:311
     297#: includes/class_admin.php:380
    270298msgid "WARNING: Delete all settings related to the Multisite Robots.txt Manager Plugin across the entire network."
    271299msgstr "WARNING: Delete all settings related to the Multisite Robots.txt Manager Plugin across the entire network."
     
    275303msgstr "Web Robots Database"
    276304
    277 #: includes/class_core.php:115
     305#: multisite-robotstxt-manager.php:168
    278306msgid "Website Settings"
    279307msgstr "Website Settings"
    280308
    281 #: templates/home.php:91
     309#: templates/home.php:97
    282310msgid "Website settings (above) will automatically be appended to the network robots.txt file and saved as the robots.txt for this website."
    283311msgstr "Website settings (above) will automatically be appended to the network robots.txt file and saved as the robots.txt for this website."
    284312
    285 #: includes/class_admin.php:255
     313#: includes/class_admin.php:324
    286314msgid "Wordpress Limited Robots.txt File: Only disallows wp-includes and wp-admin."
    287315msgstr "Wordpress Limited Robots.txt File: Only disallows wp-includes and wp-admin."
    288316
    289 #: includes/class_core.php:67 includes/class_core.php:72
     317#: multisite-robotstxt-manager.php:190 multisite-robotstxt-manager.php:195
    290318msgid "You are not authorized to perform this action."
    291319msgstr "You are not authorized to perform this action."
     
    303331msgstr "http://technerdia.com/msrtm/"
    304332
    305 #: includes/class_upgrade.php:435
     333#: includes/class_upgrade.php:445
    306334msgid "remove old data"
    307335msgstr "remove old data"
     
    315343msgstr "tribalNerd, Chris Winters"
    316344
    317 #: templates/home.php:24
     345#: templates/home.php:30
    318346msgid "update network"
    319347msgstr "update network"
    320348
    321 #: includes/class_upgrade.php:545
     349#: includes/class_upgrade.php:555
    322350msgid "update rewrite rules"
    323351msgstr "update rewrite rules"
    324352
    325 #: templates/home.php:72
     353#: templates/home.php:54
    326354msgid "update website rules"
    327355msgstr "update website rules"
    328356
    329 #: includes/class_upgrade.php:155
     357#: includes/class_upgrade.php:164
    330358msgid "upgrade and purge network"
    331359msgstr "upgrade and purge network"
  • multisite-robotstxt-manager/trunk/languages/multisite-robotstxt-manager.pot

    r1486759 r1492883  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Multisite Robots.txt Manager | MS Robots.txt 1.0.3\n"
     5"Project-Id-Version: Multisite Robots.txt Manager | MS Robots.txt 1.0.4\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/multisite-robotstxt-manager\n"
    7 "POT-Creation-Date: 2016-08-30 22:26:54+00:00\n"
     7"POT-Creation-Date: 2016-09-06 09:51:57+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
     
    1313"Language-Team: LANGUAGE <LL@li.org>\n"
    1414
    15 #: includes/class_admin.php:253
     15#: includes/class_admin.php:160
     16msgid ""
     17"<u>Preset Option Updated</u>: The preset has been saved as the network "
     18"robots.txt file. Click the \"update network\" button to publish the robots."
     19"txt file across the network."
     20msgstr ""
     21
     22#: includes/class_admin.php:163
     23msgid "<u>Website Settings Updated</u>: "
     24msgstr ""
     25
     26#: includes/class_admin.php:166
     27msgid ""
     28"<u>Blogs You Are Member Of Have Been Updated</u>: The saved network robots."
     29"txt file has been published to allowed websites."
     30msgstr ""
     31
     32#: includes/class_admin.php:169
     33msgid ""
     34"<u>All Network Websites Have Been Updated</u>: The saved network robots.txt "
     35"file has been published to all websites."
     36msgstr ""
     37
     38#: includes/class_admin.php:322
    1639msgid "Default Robots.txt File: The plugins default installed robots.txt file."
    1740msgstr ""
    1841
    19 #: includes/class_admin.php:254
     42#: includes/class_admin.php:323
    2043msgid ""
    2144"Alternative Robots.txt File: Simular to the plugins default robots.txt file, "
     
    2346msgstr ""
    2447
    25 #: includes/class_admin.php:255
     48#: includes/class_admin.php:324
    2649msgid ""
    2750"Wordpress Limited Robots.txt File: Only disallows wp-includes and wp-admin."
    2851msgstr ""
    2952
    30 #: includes/class_admin.php:256
     53#: includes/class_admin.php:325
    3154msgid "Open Robots.txt File: Fully open robots.txt file, no disallows."
    3255msgstr ""
    3356
    34 #: includes/class_admin.php:257
     57#: includes/class_admin.php:326
    3558msgid ""
    3659"A Bloggers Robots.txt File: Optimized for blog focused Wordpress websites."
    3760msgstr ""
    3861
    39 #: includes/class_admin.php:258
     62#: includes/class_admin.php:327
    4063msgid "Google Robots.txt File: A Google friendly robots.txt file."
    4164msgstr ""
    4265
    43 #: includes/class_admin.php:259
     66#: includes/class_admin.php:328
    4467msgid ""
    4568"Lockdown Robots.txt File: Disallow everything, prevent spiders from indexing "
     
    4770msgstr ""
    4871
    49 #: includes/class_admin.php:263
     72#: includes/class_admin.php:332
    5073msgid "Robots.txt File Presets"
    5174msgstr ""
    5275
    53 #: includes/class_admin.php:272
     76#: includes/class_admin.php:341
    5477msgid "Showing!"
    5578msgstr ""
    5679
    57 #: includes/class_admin.php:300
     80#: includes/class_admin.php:369
    5881msgid ""
    5982"Disable the saved robots.txt file on this website, restoring the default "
     
    6184msgstr ""
    6285
    63 #: includes/class_admin.php:301 includes/class_admin.php:312
     86#: includes/class_admin.php:370 includes/class_admin.php:381
    6487msgid "Are You Sure You Want To Submit This?"
    6588msgstr ""
    6689
    67 #: includes/class_admin.php:306
     90#: includes/class_admin.php:375
    6891msgid ""
    6992"Disable saved robots.txt files across all network websites, restoring the "
     
    7194msgstr ""
    7295
    73 #: includes/class_admin.php:311
     96#: includes/class_admin.php:380
    7497msgid ""
    7598"WARNING: Delete all settings related to the Multisite Robots.txt Manager "
     
    77100msgstr ""
    78101
    79 #: includes/class_admin.php:346 includes/class_admin.php:356
     102#: includes/class_admin.php:414 includes/class_admin.php:424
    80103msgid "Multisite Robots.txt Manager is Active"
    81104msgstr ""
    82105
    83 #: includes/class_admin.php:346
     106#: includes/class_admin.php:414
    84107msgid ""
    85108"The robots.txt file template below is currently being used across all active "
     
    88111msgstr ""
    89112
    90 #: includes/class_admin.php:351 includes/class_admin.php:361
     113#: includes/class_admin.php:419 includes/class_admin.php:429
    91114msgid "Multisite Robots.txt Manager is Disabled"
    92115msgstr ""
    93116
    94 #: includes/class_admin.php:351
     117#: includes/class_admin.php:419
    95118msgid ""
    96119"All network websites are currently displaying the default Wordpress robots."
     
    98121msgstr ""
    99122
    100 #: includes/class_admin.php:356
     123#: includes/class_admin.php:424
    101124msgid ""
    102125"<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this "
     
    104127msgstr ""
    105128
    106 #: includes/class_admin.php:361
     129#: includes/class_admin.php:429
    107130msgid ""
    108131"<a href=\"%1$s/robots.txt\" target=\"_blank\">Click here</a> to view this "
     
    110133msgstr ""
    111134
    112 #: includes/class_core.php:67 includes/class_core.php:72
    113 msgid "You are not authorized to perform this action."
    114 msgstr ""
    115 
    116 #: includes/class_core.php:89
    117 msgid ""
    118 "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be "
    119 "activated on Network Enabled Wordpress installs. Download and install the "
    120 "plugin, \"Robots.txt Manager\" for standalone Wordpress installs."
    121 msgstr ""
    122 
    123 #: includes/class_core.php:94
    124 msgid ""
    125 "Activation Failed: The \"Multisite Robots.txt Manager\" Plugin can only be "
    126 "activated within the Network Admin."
    127 msgstr ""
    128 
    129 #: includes/class_core.php:113
    130 msgid "Network Settings"
    131 msgstr ""
    132 
    133 #: includes/class_core.php:115
    134 msgid "Website Settings"
    135 msgstr ""
    136 
    137 #: includes/class_core.php:117
    138 msgid "F.A.Q."
    139 msgstr ""
    140 
    141 #: includes/class_core.php:118
    142 msgid "Support"
    143 msgstr ""
    144 
    145 #: includes/class_core.php:119
    146 msgid "Feedback"
    147 msgstr ""
    148 
    149 #: includes/class_core.php:120
    150 msgid "Donations"
    151 msgstr ""
    152 
    153 #: includes/class_core.php:121
    154 msgid "PRO Details"
    155 msgstr ""
    156 
    157 #: includes/class_core.php:149
     135#: includes/class_disabler.php:28
     136msgid ""
     137"<u>Website Disabled</u>: The Multisite Robots.txt Manager Plugin is no "
     138"longer managing the robots.txt file on this website. Click the \"update "
     139"update\" button to reenable the website."
     140msgstr ""
     141
     142#: includes/class_disabler.php:31
     143msgid ""
     144"<u>Network Disabled</u>: The Multisite Robots.txt Manager Plugin is no "
     145"longer managing robots.txt files across network websites. Click the \"update "
     146"network\" button to reenable the plugin."
     147msgstr ""
     148
     149#: includes/class_disabler.php:34
     150msgid ""
     151"<u>Settings Deleted</u>: All Multisite Robots.txt Manager Plugin settings "
     152"have been removed across the network. To re-enable: Save a preset robots.txt "
     153"file or create your own robots.txt file, then click the \"update network\" "
     154"button to update ."
     155msgstr ""
     156
     157#: includes/class_upgrade.php:163
     158msgid "Old Plugin Data Found"
     159msgstr ""
     160
     161#: includes/class_upgrade.php:163
     162msgid ""
     163"Click the button to automatically copy old settings over, and then purge the "
     164"old settings from the database"
     165msgstr ""
     166
     167#: includes/class_upgrade.php:164
     168msgid "upgrade and purge network"
     169msgstr ""
     170
     171#: includes/class_upgrade.php:444
     172msgid "Left Over Robots.txt Files Found"
     173msgstr ""
     174
     175#: includes/class_upgrade.php:444
     176msgid ""
     177"Click the button to automatically remove robots.txt files left by other "
     178"plugins."
     179msgstr ""
     180
     181#: includes/class_upgrade.php:445
     182msgid "remove old data"
     183msgstr ""
     184
     185#: includes/class_upgrade.php:554
     186msgid "Missing Robots.txt Rewrite Rule"
     187msgstr ""
     188
     189#: includes/class_upgrade.php:554
     190msgid ""
     191"Click the button to automatically correct the missing robots.txt rewrite "
     192"rule."
     193msgstr ""
     194
     195#: includes/class_upgrade.php:555
     196msgid "update rewrite rules"
     197msgstr ""
     198
     199#: includes/class_upgrade.php:633
    158200msgid "Upgrade Notice"
    159201msgstr ""
    160202
    161 #: includes/class_core.php:149
     203#: includes/class_upgrade.php:633
    162204msgid ""
    163205"MSRTM PRO failed to automatically upgrade - a new version is ready! Please "
     
    165207msgstr ""
    166208
    167 #: includes/class_upgrade.php:154
    168 msgid "Old Plugin Data Found"
    169 msgstr ""
    170 
    171 #: includes/class_upgrade.php:154
    172 msgid ""
    173 "Click the button to automatically copy old settings over, and then purge the "
    174 "old settings from the database"
    175 msgstr ""
    176 
    177 #: includes/class_upgrade.php:155
    178 msgid "upgrade and purge network"
    179 msgstr ""
    180 
    181 #: includes/class_upgrade.php:434
    182 msgid "Left Over Robots.txt Files Found"
    183 msgstr ""
    184 
    185 #: includes/class_upgrade.php:434
    186 msgid ""
    187 "Click the button to automatically remove robots.txt files left by other "
    188 "plugins."
    189 msgstr ""
    190 
    191 #: includes/class_upgrade.php:435
    192 msgid "remove old data"
    193 msgstr ""
    194 
    195 #: includes/class_upgrade.php:544
    196 msgid "Bad Robots.txt Rewrite Rule Found"
    197 msgstr ""
    198 
    199 #: includes/class_upgrade.php:544
    200 msgid ""
    201 "Click the button to automatically correct the bad robots.txt rewrite rule."
    202 msgstr ""
    203 
    204 #: includes/class_upgrade.php:545
    205 msgid "update rewrite rules"
    206 msgstr ""
    207 
    208209#: multisite-robotstxt-manager.php:37
    209210msgid "MS Robots.txt"
     
    218219msgstr ""
    219220
     221#: multisite-robotstxt-manager.php:166
     222msgid "Network Settings"
     223msgstr ""
     224
     225#: multisite-robotstxt-manager.php:168
     226msgid "Website Settings"
     227msgstr ""
     228
     229#: multisite-robotstxt-manager.php:170
     230msgid "F.A.Q."
     231msgstr ""
     232
     233#: multisite-robotstxt-manager.php:171
     234msgid "Support"
     235msgstr ""
     236
     237#: multisite-robotstxt-manager.php:172
     238msgid "Feedback"
     239msgstr ""
     240
     241#: multisite-robotstxt-manager.php:173
     242msgid "Donations"
     243msgstr ""
     244
     245#: multisite-robotstxt-manager.php:174
     246msgid "PRO Details"
     247msgstr ""
     248
     249#: multisite-robotstxt-manager.php:190 multisite-robotstxt-manager.php:195
     250msgid "You are not authorized to perform this action."
     251msgstr ""
     252
    220253#: templates/footer.php:18
    221254msgid "Created by"
    222255msgstr ""
    223256
    224 #: templates/home.php:24
     257#: templates/home.php:25
     258msgid "Full Network Update - All Network Websites"
     259msgstr ""
     260
     261#: templates/home.php:26
     262msgid "Only Websites You Are A Member Of: Default"
     263msgstr ""
     264
     265#: templates/home.php:30
    225266msgid "update network"
    226267msgstr ""
    227268
    228 #: templates/home.php:48
     269#: templates/home.php:54
     270msgid "update website rules"
     271msgstr ""
     272
     273#: templates/home.php:57
    229274msgid "Rule Suggestions"
    230275msgstr ""
    231276
    232 #: templates/home.php:53
     277#: templates/home.php:62
    233278msgid "Allow Upload Path"
    234279msgstr ""
    235280
    236 #: templates/home.php:60
     281#: templates/home.php:69
    237282msgid "Allow Theme Path"
    238283msgstr ""
    239284
    240 #: templates/home.php:67
     285#: templates/home.php:76
    241286msgid "Add Sitemap URL"
    242287msgstr ""
    243288
    244 #: templates/home.php:72
    245 msgid "update website rules"
    246 msgstr ""
    247 
    248 #: templates/home.php:81
     289#: templates/home.php:87
    249290msgid "Saved Robots.txt File"
    250291msgstr ""
    251292
    252 #: templates/home.php:81
     293#: templates/home.php:87
    253294msgid "The live robots.txt file for this website."
    254295msgstr ""
    255296
    256 #: templates/home.php:91
     297#: templates/home.php:97
    257298msgid "Network Locked Robots.txt File"
    258299msgstr ""
    259300
    260 #: templates/home.php:91
     301#: templates/home.php:97
    261302msgid ""
    262303"Website settings (above) will automatically be appended to the network "
  • multisite-robotstxt-manager/trunk/multisite-robotstxt-manager.php

    r1489846 r1492883  
    55 * Description: A Multisite Network Robots.txt Manager. Quickly manage your Network Websites robots.txt files from a single administration area.
    66 * Tags: robotstxt, robots.txt, robots, robot, spiders, virtual, search, google, seo, plugin, network, wpmu, multisite, technerdia, tribalnerd
    7  * Version: 1.0.4
     7 * Version: 1.0.5
    88 * License: GPL
    99 * Copyright (c) 2016, techNerdia LLC.
     
    2828    MsRobotstxtManagerConstants( Array(
    2929        'MS_ROBOTSTXT_MANAGER_BASE_URL'         => get_bloginfo( 'url' ),
    30         'MS_ROBOTSTXT_MANAGER_VERSION'          => '1.0.4',
     30        'MS_ROBOTSTXT_MANAGER_VERSION'          => '1.0.5',
    3131        'MS_ROBOTSTXT_MANAGER_WP_MIN_VERSION'   => '3.8',
    3232
  • multisite-robotstxt-manager/trunk/readme.txt

    r1489846 r1492883  
    66Requires at least: 3.8
    77Tested up to: 4.6.0
    8 Stable tag: 1.0.4
     8Stable tag: 1.0.5
    99
    1010
     
    1414== Description ==
    1515
    16 ### UPGRADE NOTICE
     16= UPGRADE NOTICE =
    1717
    1818After auto upgrading: return to the network plugin admin, this will deactivate the plugin, then click the Network Activate link to activate the plugin again.
     
    2525
    2626
    27 ### For Support & Bugs
     27= For Support & Bugs =
    2828
    2929Please [contact us directly](http://technerdia.com/help/) if you need assistance or have found a bug.
    3030
    3131
    32 ### View, Report Bugs, Contribute!
     32= View, Report Bugs, Contribute! =
    3333
    3434Visit this [Plugin on Github!](https://github.com/tribalNerd/multisite-robotstxt-manager/) Clone/fork yourself a copy, report a bug or submit a ticket & pull request!
    3535
    3636
    37 ### Features:
     37= Features: =
    3838
    3939* Network wide robots.txt file, shared across all sites.
     
    4949
    5050
    51 ### Quick Info:
     51= Quick Info: =
    5252
    5353* The default "Network Wide" robots.txt file is NOT a live robots.txt file.
     
    6060
    6161
    62 ### Make It Work:
     62= Make It Work: =
    6363
    6464* Network Admin: Modify and save the default robots.txt file, then click the "update network" button to copy the default robots.txt file to all Websites on the Network.
     
    8181
    8282
    83 ### Install through the Wordpress Admin
     83= Install through the Wordpress Admin =
    8484
    8585* It is recommended that you use the built in Wordpress installer to install plugins.
     
    9292
    9393
    94 ### Upload and Install
     94= Upload and Install =
    9595
    9696* If uploading, upload the /ms-robotstxt-manager/ folder to /wp-content/plugins/ folder for your Worpdress install.
     
    108108[Feedback](http://technerdia.com/feedback/)
    109109
    110 ### Frequently Asked Questions:
     110= Frequently Asked Questions: =
    111111
    112112= Q) Can the plugin update all Websites at once? =
     
    236236
    237237
    238 ### Understanding the Default Settings
     238= Understanding the Default Settings =
    239239
    240240When you first enter the plugin admin via the Network Admin, the shown robots.txt file is the default "network only" or "network wide" working copy. Modify the default robots.txt file, when done click the "update network" button to replicate the robots.txt file to all Network Websites.
    241241
    242242
    243 ### The Network Append Marker
     243= The Network Append Marker =
    244244
    245245The marker {APPEND_WEBSITE_ROBOTSTXT} within the Network Robots.txt File is replaced by Website unique robots.txt file rules. Use the marker in your customized Network robots.txt files to automatically append the Website robots.txt file rules when the Network is updated.
    246246
    247247
    248 ### Robots.txt Files within Directories
     248= Robots.txt Files within Directories =
    249249
    250250* This plugin WILL render robots.txt files within directories - however,
     
    255255
    256256
    257 ### Testing Robots.txt Files
     257= Testing Robots.txt Files =
    258258
    259259* Use Google's Webmaster Tools to Validate your Robots.txt Files.... with Google at least.:
     
    269269
    270270
    271 ### New Website Added to Network
     271= New Website Added to Network =
    272272
    273273* If all Websites use the saved Network default robots.txt file, click the "update network" button to copy the default robots.txt file over to any new Websites you have.
     
    275275
    276276
    277 ### Disabling
     277= Disabling =
    278278
    279279* Disable a Website: To disable the Multisite Robots.txt Manager on a Website, select the Website from the dropdown menu, then click the "change sites" button. With the Website's robots.txt file open, click the "disable this website" button. This will clear the robots.txt file and sitemap structure settings for this Website only, making the Wordpress default robots.txt file display.
     
    281281
    282282
    283 ### Resetting
     283= Resetting =
    284284
    285285* Reset Default: Something wrong? No worries! When viewing the Networks robots.txt file, click the "reset to default" button to replace the displayed robots.txt file with the core "coded in" default robots.txt file.
     
    287287
    288288
    289 ### Presets / Examples Tab
     289= Presets / Examples Tab =
    290290
    291291* This feature allows you to quickly duplicate premade robots.txt files and a sitemap structure url, to either the default network wide robots.txt file or a selected Websites robots.txt file.
     
    295295
    296296
    297 ### Recommended Sitemap Plugins
     297= Recommended Sitemap Plugins =
    298298
    299299* Google XML Sitemaps: http://wordpress.org/extend/plugins/google-sitemap-generator/
     
    305305
    306306== Changelog ==
     307
     308= 1.0.5 =
     309* Modified class_helper->getSitemapUrl(): added get_option( 'siteurl' ) check for sitemap url
     310* Corrected commented out redirect action
     311* Corrected marketup in robots.txt file, again.
     312* Added final public to class_presets methods
    307313
    308314= 1.0.4 =
     
    426432
    427433
    428 :: Screenshots
    429 --------
     434== Screenshots ==
    430435
    431436- More Screenshots --> http://technerdia.com/msrtm/screenshots/
Note: See TracChangeset for help on using the changeset viewer.