Extension:Acrolinx/bn

This page is a translated version of the page Extension:Acrolinx and the translation is 77% complete.
মিডিয়াউইকি এক্সটেনশন ম্যানুয়াল
Acrolinx
মুক্তির অবস্থা: স্থিতিশীল
বাস্তবায়ন হুক
বিবরণ Provides integration for the Acrolinx writing-assistance service
লেখক(গণ)
সর্বশেষ সংস্করণ 0.2 (ফেব্রুয়ারি, ২০২১)
সমর্থন নীতি Master maintains backward compatibility.
MediaWiki 1.27+
লাইসেন্স গ্নু জেনারেল পাবলিক লাইসেন্স ৩.০
ডাউনলোড
Version history
  • $wgAcrolinxNamespaces
Quarterly downloads 4 (Ranked 136th)
Translate the Acrolinx extension if it is available at translatewiki.net

The Acrolinx MediaWiki extension provides integration with Acrolinx, a (paid, proprietary) service that provides spell- and grammar-checking for text. This extension supplies a side window - which can be minimized - in edit pages, which in turn calls Acrolinx to check the text currently being edited.

The Acrolinx extension can be used when a page is being edited with VisualEditor - though, to have it actually make the changes that it suggests, you will need to apply a small patch to the VisualEditor code; this patch is included in the Acrolinx extension code. This extension can also be used for text and textarea inputs in forms defined by the Page Forms extension. It can also work on VisualEditor-based textareas within such forms (which additionally require the VEForAll extension).

ডাউনলোড

আপনি Acrolinx কোড ডাউনলোড করতে পারেন, .zip ফরম্যাটে: https://github.com/wikimedia/mediawiki-extensions-Acrolinx/archive/0.2.zip

আপনি মিডিয়াউইকি সোর্স কোড রিপোজিটরি থেকে সরাসরি Git-এর মাধ্যমে কোডটি ডাউনলোড করতে পারেন। এক্সটেনশন ডিরেক্টরিতে একটি কমান্ড লাইন থেকে, নিম্নলিখিত চালান:

git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Acrolinx

প্রতিটি ফাইলের সংস্করণ ইতিহাস সহ অনলাইন কোড দেখতে, এখানে যান: view Acrolinx code

ইনস্টল করা

To install the extension, place the entire 'Acrolinx' directory within your MediaWiki 'extensions' directory, then add the following line to your 'LocalSettings.php' file:

wfLoadExtension( 'Acrolinx' );

You will then need to set the values of at least two other variables in LocalSettings.php:

  • $wgAcrolinxServerAddress - Acrolinx সার্ভারের URL অ্যাক্সেস করা হচ্ছে।
  • $wgAcrolinxClientSignature - the client signature to use for authentication - should be a long alphanumeric string.

আপনি অতিরিক্তভাবে নিম্নলিখিত ভেরিয়েবলগুলি সেট বা সংশোধন করতে পারেন:

  • AcrolinxNamespaces - an array that holds the namespaces whose pages, when edited, should bring up the Acrolinx interface; by default, this holds only NS_MAIN.
  • AcrolinxPageLocationID - an ID for a div within the HTML into which the Acrolinx bar should be inserted.

সংস্করণ ইতিহাস

  • 0.1 - April 4, 2018 - Initial version
  • 0.2 - February 18, 2021 - Added support for VisualEditor/VEForall; added $wgAcrolinxNamespaces global variable; extension officially released

লেখক এবং ক্রেডিট

The Acrolinx extension was created by Yaron Koren, and was improved significantly by Vedmaka.

This extension includes JavaScript code developed by both Acrolinx and Google, as well as CSS code developed by Acrolinx, all available under the Apache 2.0 license, which is compatible with the GPLv3 license under which this extension is released.