Skip to content

Commit

Permalink
metion this service is not affiliated with CurseForge on pages
Browse files Browse the repository at this point in the history
  • Loading branch information
way2muchnoise committed Jan 30, 2022
1 parent a55c05f commit e260631
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CFReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def new_api_call():
opener = urllib.request.build_opener()
opener.addheaders = [
('user-agent', 'CFBadge'),
('user-agent', 'way2muchnoise'),
('x-api-key', API_KEY),
('Accept', 'application/json')
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CurseForgeBadge (Unofficial)
A little badge/shield for minecraft mods/packs/... on CurseForge. This service is not affliated with CurseForge.
A little badge/shield for minecraft mods/packs/... on CurseForge. This service is not affiliated with CurseForge.

## Usage
The base url is [https://cf.way2muchnoise.eu](https://cf.way2muchnoise.eu). Both http and https are available.
Expand Down
8 changes: 4 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>CurseForge Badge</title>
<title>CurseForge Badge - Unofficial</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

Expand All @@ -22,15 +22,15 @@

<div class="header-container">
<header class="wrapper clearfix">
<h1 class="title">CurseForge Badges - The ugly API documentation page</h1>
<h1 class="title">CurseForge Badges (Unofficial - The ugly API documentation page</h1>
</header>
</div>

<div class="main-container">
<div class="main wrapper clearfix">
<header>
<h1>Usage</h1>
<p>The base url is <a href="https://cf.way2muchnoise.eu">https://cf.way2muchnoise.eu</a>. This url can be appended by following patterns. Use of https is available, but GitHub doesn't seem to like that. The examples below are but a subset of all possibilities go <a href="https://github.com/way2muchnoise/CurseForgeBadge/blob/master/CurseForgeBadge.py">check out the code on Github</a> for all possible options</p>
<p>The base url is <a href="https://cf.way2muchnoise.eu">https://cf.way2muchnoise.eu</a>. This url can be appended by following patterns. Use of https is available, but GitHub doesn't seem to like that. The examples below are but a subset of all possibilities go <a href="https://github.com/way2muchnoise/CurseForgeBadge/blob/master/CurseForgeBadge.py">check out the code on Github</a> for all possible options. This service is not affiliated with CurseForge.</p>
</header>
<section>
<h2>/&lt;project&gt;.svg</h2>
Expand Down Expand Up @@ -159,7 +159,7 @@ <h2>Different badge styles</h2>
<div class="footer-container" style="">
<footer class="wrapper">
<h3>Made by <a href="https://twitter.com/way2muchnoise">@way2muchnoise</a>, using the <a href="http://www.initializr.com/">Initializr boilerplate</a>, source available on
<a href="https://github.com/way2muchnoise/CurseForgeBadge">Github</a></h3>
<a href="https://github.com/way2muchnoise/CurseForgeBadge-Unofficial">Github</a>, Service not affiliated with CurseForge</h3>
</footer>
</div>

Expand Down

0 comments on commit e260631

Please sign in to comment.