Корисник:Вики корисник/AutoWikiBrowser

AutoWikiBrowser
AutoWikiBrowser's slogan: The semi-automated Wikipedia editor
Програмер(и) AutoWikiBrowser тим
(погледај испод за AWB девелопере)
Оперативни системMicrosoft Windows
ТипWikipedia editor
ЛиценцаGPL
AWB развијачи

AWB је креирао:

Пошто је превод тренутно у току, можете погледати Гугл превод странице са енглеске википедије.

AutoWikiBrowser, понекад скраћено и AWB, је полу-аутоматски МедијаВики едитор за Microsoft Windows 2000/XP/Vista дизајниран како би решавање заморних задатака било брже и лакше. Претраживач аутомаски отвара страницу онакву каква је последњи пут сачувана.

When set to do so, it suggests some changes (typically formatting) that are generally meant to be incidental to the main change.

At present, AutoWikiBrowser can create a list of pages from single or multiple categories, "what links here", the wiki links on a page, a text file, a Google search, a user's watchlist, or a user's contributions.

AWB also comes with a program to scan the database, and a development version of IRCMonitor, a program that monitors the IRC recent changes channel.

The sources are available under the GPL (see Getting the sources below). It is written in C# using Microsoft Visual C# Express Edition/Visual Studio, available at Microsoft downloads. There is an AWB IRC channel at irc.freenode.net — #AutoWikiBrowser.

Examples of AWB-assisted work are noted on the projects page, which also lists projects that currently need AWB help.

Википедија:AutoWikiBrowser/User count

Правила коришћења уреди

  • Проверите сваку измену пре него што је сачувате. Make sure you understand the text and have NOT changed the meaning.
  • Не правите измене превише брзо; уколико за то имате потребу, покушајте да отворите нови налог за бота.
  • Избегавајте прављење непоребних измена као што су само додавање или уклањање празних карактера, премештање шаблона за клице, конвертовање ХТМЛ-а, уклањање повезница без потребе, или нешто слично а непотребно. Ово је због тога што тиме трошите ресурсе и загушавате нечији списак надгледања.
  • Држите се свих других правила Википедије.
Крешење ових правила може довести до забране употребе програма, или у неким случајевима и до блокирања налога корисника који употребљава програм.

Употреба програма уреди

(1) Преузимање уреди

Преузмите АВБ са сајта SourceForge. Званична страница програма

АВБ је запакован у .зип формату и препоручујемо да га отпакујете у нов директоријум, боље него рецимо да га користите са вашег десктопа. За АВБ није потребна никаква инсталација, само покрените један фајл: AutoWikiBrowser.exe.

За покретање AutoWikiBrowser потребан вам је Microsoft Windows 2000/XP или новији. (Unicode не ради баш најбоље на верзијама Windows 98/Me). Такође захтева верзију 2 .NET framework (корисници оперативних система Windows 2000 и Windows XP морају преузети .NET framework; док је у Windows Vista он већ укључен.)

Уколико програм не ради, вероватно нисте инсталирали добар .NET framework.

(2) Почните са радом уреди

  1. Одаберите „Make from Category“ и унесите име категорије.
  2. Кликните на „Make list“ и сачекајте да се списак учита.
  3. Подесите опције, као што су „пронађи и замени“, опис измена итд.
  4. Кликните на „Start!“, чиме ћете учитати страницу, аутоматски направити измене и онда вам приказати разлику измена.
  5. Промените шта год желите на страници у пољу за измене доле десно, али не викијевом обичном пољу за мењање него прогрмском, након тога кликните на „Save“ или „Ignore“, и следећа страница ће се појавити аутоматски.

Имате проблема? уреди

  • Occasionally it stalls when loading. This might well be because you have navigated to a different window: AWB needs to remain in the foreground while loading up a new page. Just click "start" again to give it a nudge.
  • It uses the Internet Explorer core, so if you have problems, make sure your IE is working. Make sure you have logged into Wikipedia using IE. If you have altered any settings regarding scripts, first use Tools > Internet Options > 'Advanced' tab > Click on 'Restore Defaults' and then try AWB again.
    • If you have made changes to monobook.css (or whatever your theme is) that require CSS 2 or 3, they may not appear properly in IE and thus in AWB.
  • If you are having problems creating a list from "what links here" try clearing your Internet Explorer cache.
  • A buggy monobook.js can often cause IE to display blank pages or crash AWB. This javascript problem can be avoided by disabling Active Scripting in IE INTERNET OPTIONS — SECURITY — CUSTOM LEVEL.
  • "The application failed to initialize properly..." -> get .NET 2.0 (linked above).

Refer to the FAQ for more information, including problems with other software and Wikipedia skins.

Корисничко упутство уреди

Database scanner уреди

AWB includes a database scanner which can be used to create lists of pages to be checked, without causing extra unnecessary load on the WikiMedia Servers.

Database dumps are created from time to time (more info here) and are available for free download. As the page states, the best/most useful dump is the pages-articles.xml.bz2. Visiting the database dump progress site, allows you to view the status of the current dump, and be able to easily browse to the downloads in it.

Upon downloading, the archives need to be uncompressed, this will turn it from a ~4.9GB bz2 archive, into an xml database dump around 21GB.

API уреди

  • AWB ships with WikiFunctions.dll, which can be referenced by other standalone projects. The DLL includes a wiki-ready web browser control, a simple page editor, a listmaker, and other tools and components.
  • Корисник:Kingboyk has made available WikiFunctions2.dll which currently offers wiki-logging features for bots.

Plugins уреди

AWB is able to load and use fully customised plugins. These plugins can process page text and extend the user interface, and are in the form of libraries (.dll files) which can be made in any .NET language such as C# or Visual Basic .NET. When AWB loads, it automatically checks to see if there are any plugins in the folder it was executed from. Any plugins found are loaded and initialised without further intervention by the user.

Tips and tricks уреди

  • To find and replace a word of upper and lower case, do a regular expression find and replace; for example, find: "\b([Tt])hier\b" and replace with: "$1heir". The "[Tt]" matches upper or lower case "t", the "$1" references whatever "[Tt]" matches. The "\b" indicates a word boundary; this prevents words like "clothier" from matching. The "(..)" marks the section or 'clause' that the "$1" is to replace.
  • To speed up a task, if you are correcting the above typo, set it to "Skip if doesn't contain" the typo(s) that is being corrected.
  • See Regular Expressions in .NET for a breakdown of .NET regular expression syntax.
  • Turning off "Show pictures" in Internet Explorer options can speed up page loading times especially when the Wikipedia servers are responding slowly. Also, editors who do not normally use Internet Explorer yet use a custom monobook.js javascript (godmode-light, popups, etc...) for other browsers may see better page load performance by disabling "Active Scripting" in Internet Explorer security settings. NOTE: Those who manually update Windows will need to enable Active Scripting when manually checking for updates. The Windows update page will mention this if it is disabled. You can create a custom security level such that Active Scripting is disabled for Wikipedia, but not for other websites.
  • See Википедија:AutoWikiBrowser/Settings for a list of useful settings you can use with AWB.
  • AWB may have keywords that can be used in the textboxes/find-and-replace dialog. Currently, there is %%title%%, which represents the title of the current page (e.g. "John Smith"), and %%key%%, which will give you the human name category key for the current page (e.g. "Smith, John"). Other keywords can be implemented on request.

Види још уреди

Референце уреди

Спољашње везе уреди