-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (53 loc) · 1.97 KB
/
Copy pathindex.html
File metadata and controls
63 lines (53 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>AishikBot - Wikipedia Bot</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #337ab7;
}
p {
margin-bottom: 10px;
}
ul {
list-style-type: square;
margin-left: 20px;
}
li {
margin-bottom: 5px;
}
</style>
</head>
<body>
<h1>AishikBot - Wikipedia Bot</h1>
<p>Welcome to AishikBot, a companion for automating tasks on Wikipedia and Wikimedia projects!</p>
<h2>Features</h2>
<ul>
<li>Automated bulk editing of articles</li>
<li>Categorization and template updates</li>
<li>Integration with AWB and PWB frameworks</li>
<li>Streamlined management of content on Wikimedia projects</li>
<li>Time and effort-saving tool for repetitive tasks</li>
</ul>
<h2>Usage</h2>
<p>AishikBot can be utilized by experienced editors and bot operators for various tasks such as:</p>
<ul>
<li>Mass editing articles</li>
<li>Updating and maintaining templates</li>
<li>Managing categories and files</li>
<li>Automated quality control checks</li>
<li>And more!</li>
</ul>
<h2>Get Started</h2>
<p>To make the most of AishikBot, ensure that you have the necessary permissions and follow the guidelines provided by Wikipedia and the respective Wikimedia projects. Be mindful of the impact of automated edits and ensure they align with the community standards.</p>
<p>For detailed instructions and documentation, visit the official AishikBot GitHub repository or refer to the user manual for AWB and PWB frameworks.</p>
<h2>Contribute</h2>
<p>AishikBot is an open-source project, and contributions are welcome! If you have ideas for improvements, bug fixes, or new features, feel free to contribute to the GitHub repository.</p>
<p>Join the community of bot operators and Wikipedia editors to collaborate and enhance the capabilities of AishikBot.</p>
<p>Happy editing with AishikBot!</p>
</body>
</html>