Skip to content

Commit e6e8553

Browse files
Add index.html for PyFetch v1.1 website
This HTML file serves as the main page for the PyFetch website, detailing version 1.1 features and updates.
1 parent 551ea17 commit e6e8553

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

latestpyfetch/index.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="icon" href="favicon.ico" type="image/x-icon" />
7+
<title>PyFetch v1.1 - The PyFetch Website</title>
8+
<link rel="stylesheet" href="index.css" />
9+
</head>
10+
<body>
11+
<header>
12+
<h1>PyFetch</h1>
13+
<nav>
14+
<a href="https://linuxaddict124.github.io/pyfetch-web#about">About</a>
15+
<a href="https://linuxaddict124.github.io/pyfetch-web#features">Features</a>
16+
<a href="https://linuxaddict124.github.io/pyfetch-web#install">Install</a>
17+
<a href="https://linuxaddict124.github.io/pyfetch-web#usage">Usage</a>
18+
<a href="https://linuxaddict124.github.io/pyfetch-web#github">GitHub</a>
19+
<a href="https://linuxaddict124.github.io/pyfetch-web#discord">Discord</a>
20+
<a href="https://linuxaddict124.github.io/pyfetch-web#preview">Preview</a>
21+
</nav>
22+
</header>
23+
24+
<main>
25+
<header>
26+
<h2>PyFetch v1.1</h2>
27+
<h1>Basic to Ultimate</h1>
28+
</header>
29+
<p>As always, every new version of PyFetch will need to be better than its previous version. So, this update will bring one of the most important features ever.<p>
30+
31+
<h2>New flags feature</h2>
32+
<p>So, this feature never actually been added before v1.0. Why you may ask? Because I did not have the idea to add the feature when I was creating it. Not even in v1.0.2! If you want to see the flags, run <code>pyfetch --help</code> or <code>pyfetch --h</code>.</p>
33+
<h3>List of flags</h3>
34+
<ul>
35+
<li>-h, --help - Show a help message for the list of PyFetch flags</li>
36+
<li>--minimal - Show minimal output</li>
37+
<li>--banner - Show banner ONLY</li>
38+
<li>--version - Version of PyFetch</li>
39+
<li>--shell - View your bash version</li>
40+
<li>--skipconfig - Skip pyfetch.conf</li>
41+
<li>--noplugins - Exclude Plugins</li>
42+
<li>--list-plugins - List all available plugins</li>
43+
</ul>
44+
45+
<h2>New PyFetch Plugins feature</h2>
46+
<p>Hate how limited Vanilla PyFetch is? Well now you have plugins! Plugins are packages that modifies how the software works. You can use Plugins to expand the software as long as it supports it. PyFetch is already customizable like having a config file, but why not add something as simple as a plugin feature?</p>
47+
<h3>Other features for PyFetch Plugins added on PyFetch</h3>
48+
<ul>
49+
<li>Traceback imported</li>
50+
<li>Plugin Guard created to make sure PyFetch Plugins doesn't brick anything</li>
51+
<li>Permission Roles for plugins</li>
52+
</ul>
53+
<h3>If your a developer and interested in making a PyFetch Plugin?</h3>
54+
<p>Download the plugin template <a href="https://github.com/linuxaddict124/pyfetch/releases/download/v1.1.0/example_plugin.zip" target="_blank">here.</a></p>
55+
</main>
56+
57+
<footer>
58+
<p>Created by LinuxAddict124 | MIT License</p>
59+
</footer>
60+
</body>
61+
</html>

0 commit comments

Comments
 (0)