diff --git a/docs/index.html b/docs/index.html index dc772b6..35f9f4a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -108,8 +108,61 @@

Docs

-
-

Simplify searching & downloading

+

SoftwareManager is a desktop app to search, browse, and download software & games from multiple sources in one place.

+
+

Features

+
+

• Searching & Downloading Software from various pages

+

• Network Interface Binding

+

• Simple UI, Speed Limiting etc.

+

• No Logins required

+
+
+ +
+

General Information

+
+

• Rutracker is the default source since it is the largest index overall.

+

• Use m0nkrus if you want Adobe software, it directly gets the posts from his Telegram channel.

+

• Torrents start seeding after completion and start seeding on application start.

+

• MacOS Builds haven't been properly tested - We're thankful to receive feedback.

+

• If you want to host your own server, clone our server repository, enter your cookie for rutracker.org and run server.py. Detailed Instructions on how to get your rutracker cookie are in the README of the server repo.

+

• SoftwareManager is still in development and most likely contains issues. Please report any bugs you find via GitHub. Contributions are also greatly appreciated.

+
+
+ +
+

Sources

+
+

Use the dropdown menu in the top right to select your source.

+
+
+

Source

+

Category

+

Notes

+
+
+

RuTracker

+

Software & games

+

Has an extremely large amount of Software. Relies on an API for searching.

+
+
+

UzTracker

+

Software & games

+

Similar to RuTracker, smaller. Use this as fallback if RuTracker is down or there's API issues.

+
+
+

m0nkrus

+

Adobe Software

+

Lots of curated releases. Focused on mainly professional Software.

+
+
+

SteamRip

+

Games

+

Currently very experimental due to download link retrieveal. May not always work as expected.

+
+
+
diff --git a/docs/main.css b/docs/main.css index 2d9dc78..f2b88a7 100644 --- a/docs/main.css +++ b/docs/main.css @@ -299,6 +299,38 @@ pre.api-response { .json-boolean { color: #ffab4a; } .json-integer { color: #66ff80; } +.sources-text { + color: #ffffff; + font-size: 1rem; +} + +.docs-grid .endpoint-parameters-header, +.docs-grid .endpoint-parameters-content { + grid-template-columns: 10rem 14rem 1fr; +} + +.docs-grid .endpoint-parameters-header p { + color: #8f8d8d; +} + +.docs-grid .endpoint-parameters-content { + padding: 0.5rem 0; + border-top: 1px solid #ffffff0a; +} + +.docs-grid .endpoint-parameters-content:first-of-type { + border-top: none; +} + +.docs-tips .sources-text { + padding: 0.25rem 0; +} + + +.base-information-frame h2 { + color: #db65d5; +} + .notfound-frame { display: flex; flex-direction: column;