-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
IntelliLink.html
81 lines (76 loc) · 7.19 KB
/
IntelliLink.html
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>IntelliLink - Help</title>
<!--meta http-equiv="Refresh" content="5; url=https://www.moga.doctor/intellilink/"-->
<link rel="icon" type="image/png" href="https://www.moga.doctor/romania-flag-square-icon-256.png">
<link rel="apple-touch-icon" href="https://www.moga.doctor/romania-flag-square-icon-256.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="https://www.moga.doctor/intellilink/" target="_blank">IntelliLink</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="https://github.com/mihaimoga/IntelliLink/graphs/contributors" target="_blank">Contributors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/mihaimoga/IntelliLink/issues" target="_blank">Issues</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/mihaimoga/IntelliLink/discussions" target="_blank">Discussions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/mihaimoga/IntelliLink/wiki" target="_blank">Wiki</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row divide-md">
<div class="col-md-12 col-sm-12 divide-md text-justify" style="text-align: justify;">
<h1 class="text-center">IntelliLink</h1>
<p class="text-center"><img class="img-thumbnail" src="IntelliLink.png" alt="IntelliLink"></p>
<h2>Introduction</h2>
<p><em>IntelliLink</em> is a free (as in “free speech” and also as in “free beer”) online link manager. Running in the Microsoft Windows environment, its use is governed by <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GNU General Public License v3.0</a>. <em>IntelliLink</em> is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, <em>IntelliLink</em> is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment. I hope you enjoy <em>IntelliLink</em> as much as I enjoy coding it!</p>
<h2>Getting started</h2>
<h3>Install IntelliLink using the installer</h3>
<ul>
<li>Download the installer</li>
<li>Run the executable binary and follow the installation flow</li>
</ul>
<p>The installer will likely require Administrative privileges in order to install <em>IntelliLink</em> (and later, to update <em>IntelliLink</em> or install or update plugins, or anything else that requires writing to the installation directory). If you do not have Administrative privileges, you either need to tell the installer to use a location where you do have write permission (though that may still ask for Administrator privileges), or you may choose not use the installer and instead run a portable edition from a directory where you have write permission.</p>
<h3>Install IntelliLink from zip</h3>
<p>These instructions will allow you to run a portable or mini-portable (also called “minimalist”), without requiring administrative privileges.</p>
<ul>
<li>Create a new folder somewhere that you have write-permission</li>
<li>Unzip the content into the new folder</li>
<li>Run <em>IntelliLink</em> from the new folder</li>
</ul>
<p>The portable zip edition of <em>IntelliLink</em> can be removed by deleting the directory they came in. If you manually set up file associations or context-menu entries in the OS, it is your responsibility to remove them yourself.</p>
<h2>Application's menu</h2>
<p>The <em>IntelliLink</em> menu features the application's most important functions:</p>
<ul>
<li><strong>Refresh</strong>: Refreshes the status of all hyperlinks.</li>
<li><strong>Add IntelliLink</strong>: Adds a new hyperlink to the list.</li>
<li><strong>Modify IntelliLink</strong>: Modifies the selected hyperlink from the list.</li>
<li><strong>Delete IntelliLink</strong>: Deletes the selected hyperlink from the list.</li>
<li><strong>Website Review</strong>: Opens <a href="https://www.website-review.ro/" target="_blank">https://www.website-review.ro/</a> in your web browser.</li>
<li><strong>Webmaster Tools</strong>: Opens <a href="https://www.webmaster-tools.ro/" target="_blank">https://www.webmaster-tools.ro/</a> in your web browser.</li>
</ul>
<h2>Create and Submit your Pull Request</h2>
<p>As noted in the <a href="https://github.com/mihaimoga/IntelliLink/blob/main/CONTRIBUTING.md" target="_blank">Contributing Rules</a> for <em>IntelliLink</em>, all Pull Requests need to be attached to a issue on GitHub. So the first step is to create an issue which requests that the functionality be improved (if it was already there) or added (if it was not yet there); in your issue, be sure to explain that you have the functionality definition ready, and will be submitting a Pull Request. The second step is to use the GitHub interface to create the Pull Request from your fork into the main repository. The final step is to wait for and respond to feedback from the developers as needed, until such time as your PR is accepted or rejected.</p>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>