Removing large files; adding hook to watch for them

This commit is contained in:
DarkFeather 2022-12-18 22:14:25 -06:00
parent a34c96df6b
commit 0626c66413
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
29 changed files with 19 additions and 1740 deletions

View File

@ -17,10 +17,11 @@ function findBadTerm() {
# param term: the term to search for duplicates
file="$1"
term="$2"
results="$(grep "$term:" "$file" | sed 's/\s\+'"$term"':\s*//' | sort)"
results="$(grep -i "$term:" "$file" | tr '[[:upper:]]' '[[:lower:]]' | sed 's/\s+'"$term"':\s*//' | sort | uniq -c | grep -vE '^\s+1\s+' )"
if ! diff <(echo "$results") <(echo "$results" | uniq); then
echo "Some ${term^^} entries are duplicated. Search for the above terms in your inventory and deduplicate."
if [ -n "$results" ]; then
echo "Some ${term} entries are duplicated. Search for the above terms in your inventory and deduplicate."
echo "$results"
exit 2
fi
}

View File

@ -0,0 +1,9 @@
#!/bin/bash
result="$(find roles/*/{files,templates} -type f -exec file {} \; | grep -Ev ASCII\ text\|empty\|Unicode\ text)"
if [ -n "$result" ]; then
echo "These files need to be evaluated -- generally, don't commit data files to Git."
echo "$result"
exit 1
fi
exit 0

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Limit files in git to 1M.
find . -type f -exec du -k {} \; | egrep -v '^[[:digit:]]?[[:digit:]]?[[:digit:]][[:space:]]|\s./.git/'
find . -type f -exec du -k {} \; | egrep -v '^[[:digit:]]?[[:digit:]]?[[:digit:]][[:space:]]|venv|\s./.git/'
if [ $? -ne 1 ]; then
echo

View File

@ -1,11 +1,9 @@
#!/bin/bash
# Ignore Ansibilized templates.
saferegex='\s+}}"?\s*$'
saferegex='\{\{.+\}\}'
# Ignore comments
saferegex="$saferegex"'|^[a-z,A-Z,0-9,_,-,/,.]+:\s*;|^[a-z,A-Z,0-9,_,-,/,.]+:\s*#|^[a-z,A-Z,0-9,_,-,/,.]+:\s*//'
# Ignore binary file matches.
saferegex="$saferegex"'|binary\ file\ matches'
saferegex="$saferegex"'|^[a-z,A-Z,0-9,_,-,/,.]+:\s*;|^[a-z,A-Z,0-9,_,-,/,.]+:\s*#|^[a-z,A-Z,0-9,_,-,/,.]+:\s*//|\s+[/]?[*][/]?\s+'
# AniNIX Constructs
saferegex="$saferegex"'|password.aninix.net|aur.list'
# Web constructs
@ -18,8 +16,10 @@ saferegex="$saferegex"'|haveibeenpwned'
saferegex="$saferegex"'|\s+=\s*$|\s+yes$|\s+no$'
# Ignore LDAP attributes
saferegex="$saferegex"'|pwpolicies|pwdLastSuccess|pwdAttribute|pwdMaxAge|pwdExpireWarning|pwdInHistory|pwdCheckQuality|pwdMaxFailure|pwdLockout|pwdLockoutDuration|pwdGraceAuthNLimit|pwdFailureCountInterval|pwdMustChange|pwdMinLength|pwdAllowUserChange|pwdSafeModify|pwdChangedTime|pwdPolicy|last changed their password on|/root/.ldappass'
# Ignore IRC Modules
saferegex="$saferegex"'|m_password_hash.so|/quote ns identify|SELECT|password_attribute|SET PASS|SASET PASS'
egrep -ir 'secret|password|pw|passphrase' roles/*/{files,templates} 2>&1 | egrep -v "$saferegex"
grep -iEr 'secret|password|pw|passphrase|pass=' roles/*/{files,templates} 2>&1 | egrep -v "$saferegex"
if [ $? -ne 1 ]; then
echo
echo If these are false positives, you need to add the signature to the whitelist in $0.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,13 +0,0 @@
// Thanks to https://stackoverflow.com/questions/31060722/cordova-refuse-to-execute-inline-event-handler-because-it-violates-the-followi
document.addEventListener('DOMContentLoaded', function () {
document.querySelector('img').addEventListener('click', clickHandler);
main();
});
function clickHandler(element) {
document.getElementById("adhan").play();
}
function main() {
}

View File

@ -1,28 +0,0 @@
<html>
<head>
<title>AniNIX::Adhan \\ Call to prayer</title>
<link rel="icon" type="image/png" href="/adhan/AdhanIcon.png">
<link rel='apple-touch-icon' sizes='180x180' href='/adhan/AdhanIcon.png' />
<script src="/adhan/adhan.js" type="text/javascript"></script>
<meta name='apple-mobile-web-app-capable' content='yes' />
</head>
<body bgcolor="#000">
<center>
<p style="color: #AAA;">Click to play</p>
<!--image-->
<img src="./subhanallah.jpg" style="width:auto; height:100%" id="adhanimg" />
<!-- HTML5/back compatibility for desktops -->
<audio id=adhan>
<source src="./adhan.mp3" type="audio/mpeg">
<object>
<param name="autostart" value="false">
<param name="src" value="./adhan.mp3">
<param name="autoplay" value="false">
<param name="controller" value="false">
<embed src="./adhan.mp3" controller="false" autoplay="false" autostart="false" type="audio/mpeg"></embed>
</object>
</audio>
</center>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

View File

@ -1,558 +0,0 @@
<!DOCTYPE html>
<html lang="en-US" class="theme-">
<head data-suburl="">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> AniNIX </title>
<link rel="manifest" href="data:application/json;base64,eyJuYW1lIjoiQW5pTklYIiwic2hvcnRfbmFtZSI6IkFuaU5JWCIsInN0YXJ0X3VybCI6Imh0dHBzOi8vZm91bmRhdGlvbi5hbmluaXgubmV0LyIsImljb25zIjpbeyJzcmMiOiJodHRwczovL2ZvdW5kYXRpb24uYW5pbml4Lm5ldC9hc3NldHMvaW1nL2xvZ28ucG5nIiwidHlwZSI6ImltYWdlL3BuZyIsInNpemVzIjoiNTEyeDUxMiJ9LHsic3JjIjoiaHR0cHM6Ly9mb3VuZGF0aW9uLmFuaW5peC5uZXQvYXNzZXRzL2ltZy9sb2dvLnN2ZyIsInR5cGUiOiJpbWFnZS9zdmcreG1sIiwic2l6ZXMiOiI1MTJ4NTEyIn1dfQ=="/>
<meta name="theme-color" content="#ff0000">
<meta name="default-theme" content="aninix" />
<meta name="author" content="AniNIX::Foundation" />
<meta name="description" content="AniNIX::Foundation \\ Code, documentation, and information sharing powered by Gitea (git with a cup of tea)" />
<meta name="keywords" content="go,git,self-hosted,gitea,aninix,aninix::foundation">
<meta name="referrer" content="no-referrer" />
<meta name="_csrf" content="Zy1wOJHiu0JeIfnxtOvKihasTFw6MTYzODQ5MTU0MzAzMzAwMTg1NA" />
<script>
window.config = {
AppVer: '1.15.6',
AppSubUrl: '',
AssetUrlPrefix: '\/assets',
CustomEmojis: {"codeberg":":codeberg:","git":":git:","gitea":":gitea:","github":":github:","gitlab":":gitlab:","gogs":":gogs:"},
UseServiceWorker: true ,
csrf: 'Zy1wOJHiu0JeIfnxtOvKihasTFw6MTYzODQ5MTU0MzAzMzAwMTg1NA',
HighlightJS: false,
SimpleMDE: false,
Tribute: false,
NotificationSettings: {
MinTimeout: 10000 ,
TimeoutStep: 10000 ,
MaxTimeout: 60000 ,
EventSourceUpdateTime: 10000 ,
},
EnableTimetracking: true,
PageIsProjects: false,
};
</script>
<link rel="icon" href="/assets/img/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css?v=a4b678d242d5a62868dcb904e8959b4e">
<noscript>
<style>
.dropdown:hover > .menu { display: block; }
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
</style>
</noscript>
<style class="list-search-style"></style>
<meta property="og:title" content="AniNIX">
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/img/logo.png" />
<meta property="og:url" content="https://foundation.aninix.net/" />
<meta property="og:description" content="AniNIX::Foundation \\ Code, documentation, and information sharing powered by Gitea (git with a cup of tea)">
<meta property="og:site_name" content="AniNIX" />
<link rel="stylesheet" href="/assets/css/theme-aninix.css?v=a4b678d242d5a62868dcb904e8959b4e">
<link rel="icon" type="image/png" href="/img/AniNIX.png" />
<link rel="alternate" type="application/rss+xml" title="AniNIX::RSS" href="/aninix.xml" />
<link rel='apple-touch-icon' sizes='180x180' href='/img/AniNIX.png' />
<meta name='apple-mobile-web-app-capable' content='yes' />
</head>
<body>
<div class="full height">
<noscript>This website works better with JavaScript.</noscript>
<div class="ui top secondary stackable main menu following bar light">
<div class="ui container" id="navbar">
<div class="item brand" style="justify-content: space-between;">
<a href="/">
<img class="ui mini image" width="30" height="30" src="/assets/img/logo.svg">
</a>
<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">
<i class="sidebar icon"></i>
</div>
</div>
<a class="item active" href="/">Home</a>
<a class="item " href="/explore/repos">Explore</a>
<a class="item" target="_blank" id="chat" href="https://irc.aninix.net/">Chat</a>
<a class="item" target="_blank" id="pwdchange" href="https://password.aninix.net/">Change Password</a>
<a class="item" id="martialarts" href="/martialarts/">Martial Arts</a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">Help</a>
<div class="right stackable menu">
<a class="item" href="/user/sign_up">
<svg viewBox="0 0 16 16" class="svg octicon-person" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10.5 5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm.061 3.073a4 4 0 1 0-5.123 0 6.004 6.004 0 0 0-3.431 5.142.75.75 0 0 0 1.498.07 4.5 4.5 0 0 1 8.99 0 .75.75 0 1 0 1.498-.07 6.005 6.005 0 0 0-3.432-5.142z"/></svg> Register
</a>
<a class="item" rel="nofollow" href="/user/login?redirect_to=%2f">
<svg viewBox="0 0 16 16" class="svg octicon-sign-in" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 2 13.25V2.75zm6.56 4.5 1.97-1.97a.75.75 0 1 0-1.06-1.06L6.22 7.47a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 1 0 1.06-1.06L8.56 8.75h5.69a.75.75 0 0 0 0-1.5H8.56z"/></svg> Sign In
</a>
</div>
</div>
</div>
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div class="ui negative message"><p>We are open despite COVID-19 -- those attending in person will need to sign a waiver of health and follow all state requirements, including wearing a mask.</p></div>
<div>
<img class="logo" src="/assets/img/icons/MartialArtsIcon.png" />
</div>
<div class="hero">
<h1 class="ui icon header title">
AniNIX Martial Arts
</h1>
<h2>Open-source, research-driven self-defense and personal health</h2>
<p>AniNIX Martial Arts is a small martial arts collective focusing on research-driven martial arts. Our core style is USHF HapKiDo, but we are influenced by HEMA, Razmafzar, Kali, Shaolin, Silat, JKD, BJJ, and many other systems. We are a research-driven group -- we encourage cross-training with other systems and will bring in new concepts regularly. The class is open to all experience levels, gender identity, gender expression, sexual orientation, religious or cultural identity, socioecomic status, or age (above 14), in Southcentral Wisconsin -- we will fit your training to your needs and goals.</p><p>Drop-ins are welcome, and registration is cheap. We hope you'll give us a chance to show you what we can do.</p>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
<img width=20px height=20px src='/assets/img/icons/FoundationIcon.png'/>
<a href="/user/login?redirect_to=%2fAniNIX_Martial_Arts">Open-source</a>
</h1>
<p class="large">
We want your training with our system to become a part of your life. This means that we provide access to a revision-controlled copy of our notes that all our students can download, keep, and contribute to. We're tired of the old era where how the system works is kept hidden from students and piecemealed out as a marketing ploy -- we want to be as trasparent as possible in how our program and our martial art function. Transparency keeps our instructors honest and our students engaged -- this means a better martial arts experience for everyone.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<img width=20px height=20px src='/assets/img/ushf.jpg'/>
<a href='https://ushapkidofederation.wordpress.com/'>Research-driven</a>
</h1>
<p class="large">
Our system is always growing. We are a United States HapKiDo Federation (USHF) school, and that gives us access to high-quality instructors and seminar material each year from across the US. We also maintain good relationships with other schools in our area -- we want our students to examine what they're learing and make sure that it works, and that means looking at different perspectives.
</p> </div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">
<h1 class="hero ui icon header">
<img width=20px height=20px src="/assets/img/icons/MartialArtsIcon.png"/>
<a href="/martialarts/index.html#storefront">Low-cost</a>
</h1>
<p class="large">We are non-profit group -- we train because we feel like it makes life better, not to make money. As such, our costs are publicly documented and our rates match the same. Classes will be informed of potential changes to costs well in advance, and we use recurring payments. We want you thinking about your training, not how you're going to pay for it.</p>
<p class="large">
<ul style="text-align: left;">
<li><b>Cost:</b> $10 per month in-person; $5 per month livestream -- pay below.</li>
<li><b>Lessons:</b>Mondays and Thursdays 7-8:30 p.m.</li>
<li><b>Sparring:</b> Mondays and Thursdays 6-7 p.m.</li>
<li><b>Shaolin Workouts:</b> Saturday mornings at 8 a.m. by livestream only</li>
<li><b>Location:</b> <a href="https://g.page/aninix-martial-arts?share">225 Blaser Drive, Belleville, WI</a></li>
<li><b>What to bring:</b> Exercise clothes and water</li>
</ul></p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<img width=20px height=20x src="/assets/img/icons/IRCIcon.png"/>
<a href="/martialarts/index.html#social">Real-life First</a>
</h1>
<p class="large">
Everyone is welcome! Class attendance is not mandated and belt-testing is not required to train. As a courtesy, please inform the class of your absence or intended late arrival -- real-life comes first, and we're happy to work with your needs. As long as one person shows, we'll have class -- the smaller the class, the more tailored it is, but the bigger classes mean more partners and body types.</p>
<p class="large">
Our focus is also on what you will actually use. While we appreciate traditional and esoteric training for self-development, our weekly classes are focused on modern techniques and training methods so that you get the most out of your time. Our goal is to help create a community of prepared and healthy citizens, and we believe martial arts helps build that in a way no other activity can.
</p>
</div>
</div>
<hr style="margin-top: 50px;" />
<div class="ui stackable middle very relaxed page grid" id="social">
<div class="sixteen wide center aligned centered column">
<div class="hero">
<h2 id=social>Follow us on social media</h2>
<p class=large>We want to stay in touch with you, so we are present on the social media platforms we find applicable.<br/> Have one you want us on? Contact us and let us know!</p>
</div>
<div class="ui stackable middle very relaxed page grid" id="social">
<div class="two wide center column"><p>&nbsp;</p></div>
<div class="two wide center column"><a title=RSS href="/martialarts/maqotw.xml"><img style="width: 50px; height:auto; margin: 0; padding: 0 auto;" alt=RSS src="/assets/img/social/rss.png" /></a></div>
<div class="two wide center column"><a title=Discord href="https://discord.gg/2bmggfR"><img alt=Discord style="width: 50px; height:auto; margin: 0; padding: 0 auto;" src="/assets/img/social/discord.ico" /></a></div>
<div class="two wide center column"><a title=NextDoor href="https://nextdoor.com/news_feed/?post=112835813"><img alt=NextDoor src="/assets/img/social/nextdoor.png" style="width: 50px; height:auto; margin: 0; padding: 0 auto;" /></a></div>
<div class="two wide center column"><a title=YouTube href="https://www.youtube.com/channel/UCVAkee-WaInnZbPn16bqzrw/about?view_as=subscriber"><img src="/assets/img/social/youtube.png" style="width: 50px; height:auto; margin: 0; padding: 0 auto;" /></a></div>
<div class="two wide center column"><a title=Gitea href="/AniNIX_Martial_Arts"><img style="width: 50px; height:auto; margin: 0; padding: 0 auto;" src="/assets/img/gitea-lg.png" /></a></div>
<div class="two wide center column"><a title=Facebook href="https://www.facebook.com/groups/aninixmartialarts/"><img style="width: 50px; height:auto; margin: 0; padding: 0 auto;" src="/assets/img/social/facebook.png" /></a></div>
<div class="two wide center column"><p>&nbsp;</p></div>
</div>
</div>
</div>
<hr style="margin-top: 50px;" />
<div class="ui stackable middle very relaxed page grid">
<script src="https://js.stripe.com/v3"></script>
<div class="sixteen wide center aligned centered column">
<div class="hero">
<h2 id="storefront">Our storefront</h2>
<p>AniNIX Martial Arts has to charge some fees in order to operate. We hope you find these reasonable -- we do our best to keep costs as low as possible and <a href="https://aninix.net/mawiki/Wiki/src/branch/main/Budget.md">our budget is public</a>. Please reach out on Discord or IRC if you have questions or concerns.</p>
<p>We really don't like talking about money -- we're here to help people learn, not make a buck. So, all of our class signups are recurring charges each month -- that way, we don't have to pester you. You're welcome to cancel at any time. To cancel, just contact us on <a href="/martialarts/index.html#social">any platform</a> and an admin will take care of it for you.</p>
<p><b>Current students:</b> Because our space is currently limited, please make sure to note which days and times you're coming on-site at the <a href="https://aninix.net/user/login?redirect_to=%2fmawiki%2fHapKiDo%2fsrc%2fbranch%2fmain%2fSignup.md">sign-up page</a>.</p>
<p>&nbsp;<br/></p>
</div>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column" style="border: 1px solid #FFF;">
<h1 class="hero ui icon header">
<img width=20px height=20px src='/assets/img/icons/MartialArtsIcon.png'/>
On-site classes
</h1>
<p class="large">On-site classes are $10 a month, plus the minimal transaction fee -- you'll be charged automatically each month so you don't have to worry about it. These funds go to pay for insurance, HVAC, mats, cleaning supplies, etc. This subscription covers on-site training on any of our listed times and access to our livestream and media library.</p>
<p class="large">Your first class with us is <b>free</b> -- please come try us out before you put any money down.</p>
<p class="large">
<!-- START STRIPE CODE -->
<button
style="background-color:#6772E5;color:#FFF;padding:8px 12px;border:0;border-radius:4px;font-size:1em"
id="checkout-button-price_1HTuhvI49P1uFPoXXoSjPm2w"
role="link"
type="button"
>
Checkout
</button>
<div id="error-message"></div>
<script>
(function() {
var stripe = Stripe('pk_live_51HThYnI49P1uFPoX5ARnHSpT9D08Gbfux6O25waFLpPBsnZoLDuqopFAZeLfu0CbbICxEnPZOOLkDLTlcNjkazs100ElKcF2QX');
var checkoutButton = document.getElementById('checkout-button-price_1HTuhvI49P1uFPoXXoSjPm2w');
checkoutButton.addEventListener('click', function () {
// When the customer clicks on the button, redirect
// them to Checkout.
stripe.redirectToCheckout({
lineItems: [{price: 'price_1HTuhvI49P1uFPoXXoSjPm2w', quantity: 1}],
mode: 'subscription',
// Do not rely on the redirect to the successUrl for fulfilling
// purchases, customers may not always reach the success_url after
// a successful payment.
// Instead use one of the strategies described in
// https://stripe.com/docs/payments/checkout/fulfill-orders
successUrl: window.location.protocol + '//aninix.net/pay/thank-you.html',
cancelUrl: window.location.protocol + '//aninix.net/martialarts/index.html',
})
.then(function (result) {
if (result.error) {
// If `redirectToCheckout` fails due to a browser or network
// error, display the localized error message to your customer.
var displayError = document.getElementById('error-message');
displayError.textContent = result.error.message;
}
});
});
})();
</script>
<! -- END STRIPE CODE -->
</p>
</div>
<div class="eight wide center column" style="border: 1px solid #FFF;">
<h1 class="hero ui icon header">
<img width=20px height=20px src='/assets/img/icons/MartialArtsIcon.png'/>
Remote classes
</h1>
<p class="large">Remote-only classes are available at $5/month for prior students. This gets you access to our livestream classes and our media library of prior classes. This helps offset the upkeep costs for our web hosting and offers some parity with our on-site students.</p>
<p class="large">These are intended as a continuing-education option for students with background in martial arts who aren't able to attend classes in-person due to distance or schedule -- they are <b>not</b> a substitute for in-person training.</p>
<p class="large">
<!-- START STRIPE CODE -->
<button
style="background-color:#6772E5;color:#FFF;padding:8px 12px;border:0;border-radius:4px;font-size:1em"
id="checkout-button-price_1HThmcI49P1uFPoXMDCRVXTl"
role="link"
type="button"
>
Checkout
</button>
<div id="error-message"></div>
<script>
(function() {
var stripe = Stripe('pk_live_51HThYnI49P1uFPoX5ARnHSpT9D08Gbfux6O25waFLpPBsnZoLDuqopFAZeLfu0CbbICxEnPZOOLkDLTlcNjkazs100ElKcF2QX');
var checkoutButton = document.getElementById('checkout-button-price_1HThmcI49P1uFPoXMDCRVXTl');
checkoutButton.addEventListener('click', function () {
// When the customer clicks on the button, redirect
// them to Checkout.
stripe.redirectToCheckout({
lineItems: [{price: 'price_1HThmcI49P1uFPoXMDCRVXTl', quantity: 1}],
mode: 'subscription',
// Do not rely on the redirect to the successUrl for fulfilling
// purchases, customers may not always reach the success_url after
// a successful payment.
// Instead use one of the strategies described in
// https://stripe.com/docs/payments/checkout/fulfill-orders
successUrl: window.location.protocol + '//aninix.net/pay/thank-you.html',
cancelUrl: window.location.protocol + '//aninix.net/martialarts/index.html',
})
.then(function (result) {
if (result.error) {
// If `redirectToCheckout` fails due to a browser or network
// error, display the localized error message to your customer.
var displayError = document.getElementById('error-message');
displayError.textContent = result.error.message;
}
});
});
})();
</script>
<! -- END STRIPE CODE -->
</p> </div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column" style="border: 1px solid #FFF;">
<h1 class="hero ui icon header">
<img width=20px height=20px src="/assets/img/icons/MartialArtsIcon.png"/>
T-Shirt
</h1>
<p class="large">T-shirts are $25 each -- they're made of a light, breathable black fabric with our logo across the back. Please contact an administrator on <a href="/#social">Discord or Facebook</a> with your size.</p>
<p class="large">T-Shirts are limited quantity -- we currently have 2 Medium and 1 Small in stock. T-shirt runs are only done on class request for cost reasons.</p>
<p class="large">
<!-- START STRIPE CODE -->
<!-- Create a button that your customers click to complete their purchase. Customize the styling to suit your branding. -->
<button
style="background-color:#6772E5;color:#FFF;padding:8px 12px;border:0;border-radius:4px;font-size:1em"
id="checkout-button-price_1HTucZI49P1uFPoXshtbIl8W"
role="link"
type="button"
>
Checkout
</button>
<div id="error-message"></div>
<script>
(function() {
var stripe = Stripe('pk_live_51HThYnI49P1uFPoX5ARnHSpT9D08Gbfux6O25waFLpPBsnZoLDuqopFAZeLfu0CbbICxEnPZOOLkDLTlcNjkazs100ElKcF2QX');
var checkoutButton = document.getElementById('checkout-button-price_1HTucZI49P1uFPoXshtbIl8W');
checkoutButton.addEventListener('click', function () {
// When the customer clicks on the button, redirect
// them to Checkout.
stripe.redirectToCheckout({
lineItems: [{price: 'price_1HTucZI49P1uFPoXshtbIl8W', quantity: 1}],
mode: 'payment',
// Do not rely on the redirect to the successUrl for fulfilling
// purchases, customers may not always reach the success_url after
// a successful payment.
// Instead use one of the strategies described in
// https://stripe.com/docs/payments/checkout/fulfill-orders
successUrl: window.location.protocol + '//aninix.net/pay/thank-you.html',
cancelUrl: window.location.protocol + '//aninix.net/martialarts/index.html',
})
.then(function (result) {
if (result.error) {
// If `redirectToCheckout` fails due to a browser or network
// error, display the localized error message to your customer.
var displayError = document.getElementById('error-message');
displayError.textContent = result.error.message;
}
});
});
})();
</script>
<! -- END STRIPE CODE -->
</p>
</div>
<div class="eight wide center column" style="border: 1px solid #FFF;">
<h1 class="hero ui icon header">
<img width=20px height=20x src="/assets/img/icons/MartialArtsIcon.png"/>
Patch
</h1>
<p class="large">Patches are $5 -- they're meant to be sewn or ironed onto gis, gear bags, backpacks, etc. They're a great way to show off your loyalty to the group and pride in your hard work!</p>
<p class="large">
<form action="./index.html" id="patches">
<label for="patchcount">Number:</label>
<select name="patchcount" id="patchescount">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
</select>
<br/>
</form>
</p>
<p class="large">
<!-- START STRIPE CODE -->
<button
style="background-color:#6772E5;color:#FFF;padding:8px 12px;border:0;border-radius:4px;font-size:1em"
id="checkout-button-price_1HTuYII49P1uFPoXaIk9puyu"
role="link"
type="button"
>
Checkout
</button>
<div id="error-message"></div>
<script>
(function() {
var stripe = Stripe('pk_live_51HThYnI49P1uFPoX5ARnHSpT9D08Gbfux6O25waFLpPBsnZoLDuqopFAZeLfu0CbbICxEnPZOOLkDLTlcNjkazs100ElKcF2QX');
var checkoutButton = document.getElementById('checkout-button-price_1HTuYII49P1uFPoXaIk9puyu');
checkoutButton.addEventListener('click', function () {
// When the customer clicks on the button, redirect
// them to Checkout.
stripe.redirectToCheckout({
lineItems: [{price: 'price_1HTuYII49P1uFPoXaIk9puyu', quantity: parseInt(document.getElementById('patchescount').value) }],
mode: 'payment',
// Do not rely on the redirect to the successUrl for fulfilling
// purchases, customers may not always reach the success_url after
// a successful payment.
// Instead use one of the strategies described in
// https://stripe.com/docs/payments/checkout/fulfill-orders
successUrl: window.location.protocol + '//aninix.net/pay/thank-you.html',
cancelUrl: window.location.protocol + '//aninix.net/martialarts/index.html',
})
.then(function (result) {
if (result.error) {
// If `redirectToCheckout` fails due to a browser or network
// error, display the localized error message to your customer.
var displayError = document.getElementById('error-message');
displayError.textContent = result.error.message;
}
});
});
})();
</script>
<! -- END STRIPE CODE -->
</div>
</div>
<hr style="margin-top: 50px;" />
</div>
<footer>
<div class="ui container">
<div class="ui left">
Powered by Gitea Page: <strong>0ms</strong> Template: <strong>0ms</strong>
</div>
<div class="ui right links">
<div class="ui language bottom floating slide up dropdown link item">
<svg viewBox="0 0 16 16" class="svg octicon-globe" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.543 7.25h2.733c.144-2.074.866-3.756 1.58-4.948.12-.197.237-.381.353-.552a6.506 6.506 0 0 0-4.666 5.5zm2.733 1.5H1.543a6.506 6.506 0 0 0 4.666 5.5 11.13 11.13 0 0 1-.352-.552c-.715-1.192-1.437-2.874-1.581-4.948zm1.504 0h4.44a9.637 9.637 0 0 1-1.363 4.177c-.306.51-.612.919-.857 1.215a9.978 9.978 0 0 1-.857-1.215A9.637 9.637 0 0 1 5.78 8.75zm4.44-1.5H5.78a9.637 9.637 0 0 1 1.363-4.177c.306-.51.612-.919.857-1.215.245.296.55.705.857 1.215A9.638 9.638 0 0 1 10.22 7.25zm1.504 1.5c-.144 2.074-.866 3.756-1.58 4.948-.12.197-.237.381-.353.552a6.506 6.506 0 0 0 4.666-5.5h-2.733zm2.733-1.5h-2.733c-.144-2.074-.866-3.756-1.58-4.948a11.738 11.738 0 0 0-.353-.552 6.506 6.506 0 0 1 4.666 5.5zM8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z"/></svg>
<div class="text">English</div>
<div class="menu language-menu">
<a lang="en-US" data-url="/?lang=en-US" class="item active selected">English</a>
<a lang="zh-CN" data-url="/?lang=zh-CN" class="item ">简体中文</a>
<a lang="zh-HK" data-url="/?lang=zh-HK" class="item ">繁體中文(香港)</a>
<a lang="zh-TW" data-url="/?lang=zh-TW" class="item ">繁體中文(台灣)</a>
<a lang="de-DE" data-url="/?lang=de-DE" class="item ">Deutsch</a>
<a lang="fr-FR" data-url="/?lang=fr-FR" class="item ">français</a>
<a lang="nl-NL" data-url="/?lang=nl-NL" class="item ">Nederlands</a>
<a lang="lv-LV" data-url="/?lang=lv-LV" class="item ">latviešu</a>
<a lang="ru-RU" data-url="/?lang=ru-RU" class="item ">русский</a>
<a lang="uk-UA" data-url="/?lang=uk-UA" class="item ">Українська</a>
<a lang="ja-JP" data-url="/?lang=ja-JP" class="item ">日本語</a>
<a lang="es-ES" data-url="/?lang=es-ES" class="item ">español</a>
<a lang="pt-BR" data-url="/?lang=pt-BR" class="item ">português do Brasil</a>
<a lang="pl-PL" data-url="/?lang=pl-PL" class="item ">polski</a>
<a lang="bg-BG" data-url="/?lang=bg-BG" class="item ">български</a>
<a lang="it-IT" data-url="/?lang=it-IT" class="item ">italiano</a>
<a lang="fi-FI" data-url="/?lang=fi-FI" class="item ">suomi</a>
<a lang="tr-TR" data-url="/?lang=tr-TR" class="item ">Türkçe</a>
<a lang="cs-CZ" data-url="/?lang=cs-CZ" class="item ">čeština</a>
<a lang="sr-SP" data-url="/?lang=sr-SP" class="item ">српски</a>
<a lang="sv-SE" data-url="/?lang=sv-SE" class="item ">svenska</a>
<a lang="ko-KR" data-url="/?lang=ko-KR" class="item ">한국어</a>
</div>
</div>
<a href="/assets/js/licenses.txt">Licenses</a>
<a href="/api/swagger">API</a>
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">Website</a>
</div>
</div>
</footer>
<script src="/assets/js/index.js?v=a4b678d242d5a62868dcb904e8959b4e"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18148792-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
document.getElementsByClassName('brand')[0].children[0].children[0].src="/img/AniNIX.png";
$('meta[property=og\\:image]').attr('content', '/img/AniNIX.png');
$('link[rel="mask-icon"]').attr('href', '/img/AniNIX.png');
$('link[rel="mask-icon"]').attr('color', '#000000');
document.getElementById("pwdchange").setAttribute("target","_blank");
document.getElementById("chat").setAttribute("target","_blank");
</script>
</body>
</html>

View File

@ -1,581 +0,0 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<title>AniNIX::WebServer\\ Martial Arts Quote of the Week</title>
<icon>https://aninix.net/mediawiki/images/9/9b/MartialArtsIcon.png</icon>
<logo>https://aninix.net/mediawiki/images/9/9b/MartialArtsIcon.png</logo>
<link rel="self" href="https://aninix.net/martialarts/maqotw.xml" />
<link href="https://aninix.net/martialarts/info.php" />
<updated>2013-12-31T12:00:02Z</updated>
<author>
<name>Connor Ford</name>
</author>
<id>https://aninix.net/martialarts/maqotw.xml</id>
<entry>
<id>https://aninix.net/martialarts/classes2019p2</id>
<link href="https://aninix.net/martialarts/"></link>
<author>
<name>Connor Ford</name>
</author>
<title>Registration Open for 2019 Session 2</title>
<updated>2019-02-26T00:00:00Z</updated>
<content type="text">2019 Session 2 links are now available on the homepage. Please register to keep the cost low and ensure we keep the space!</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/classes</id>
<link href="https://aninix.net/martialarts/"></link>
<author>
<name>Connor Ford</name>
</author>
<title>Classes Resume 9/17/2018</title>
<updated>2018-08-15T00:00:00Z</updated>
<content type="text">AniNIX Martial Arts is now open for business again. We are accepting registration through our wonderful hosts Belleville Community Education. Cost is $45 for adults ($35 ages 14-18) per session of 7 or 8 weeks. That's $4 per hour of training for a great program in a great space. We need YOU, though: 10 adults to hold our times. Register today -- links on our homepage! https://aninix.net/martialarts/</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/cardillo</id>
<link href="https://aninix.net/martialarts/"></link>
<author>
<name>Connor Ford</name>
</author>
<title>Joseph Cardillo Quote</title>
<updated>2018-01-09T00:00:00Z</updated>
<content type="text">One of the greatest gifts of the martial arts is that they ultimately guide us to new levels of spirituality. -- Joseph Cardillo</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/hiatus</id>
<link href="https://aninix.net/irc/"></link>
<author>
<name>Connor Ford</name>
</author>
<title>AniNIX Martial Arts on Hiatus</title>
<updated>2017-11-27T10:44:00</updated>
<content type="text">We are on hiatus for the winter -- we didn't have enough support to hold our space at VACT. We're in talks with Iron Pagoda and may have options in Belleville. Keep in touch -- we'll post any seminars we'll be attending. If anyone is looking for an immediate martial arts home, please join #martialarts on IRC, and I'll help you find a place.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/paulatted</id>
<link href="https://aninix.net/wiki/Martial_Arts_Lectures"></link>
<author>
<name>Paul McCarthy at TED</name>
</author>
<title>Paul McCarthy at TED</title>
<updated>2016-09-07T06:00:00Z</updated>
<content type="text">I just came across a TED talk from a martial arts instructor Ive had the privilege of training with a couple times, the last time in a seminar of mental plasticity and martial arts. In this talk, Mr. McCarthy posits that martial arts (or dance or music or any other art that encourages movement and creativity) is a key part of your health and that it has a place in the healthcare industry. As we also work in the healthcare industry, I thought folks might find this interesting. Enjoy!
</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/may16sem</id>
<link href="https://aninix.net/martialarts/seminar.php" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>May Seminar Details Up!</title>
<updated>2016-04-19T06:00:00Z</updated>
<content type="text">New seminar details have been posted to the seminar page. We have a HapKiDo/Silat seminar available May 7th.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/s16sem</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Spring Seminar Details Up!</title>
<updated>2016-03-02T06:00:00Z</updated>
<content type="text">New seminar details have been posted to the seminar page. We have Arnis and HapKiDo seminars available April 9th.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/irc</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>IRC Channel now available!</title>
<updated>2014-11-02T06:00:00Z</updated>
<content type="text">We now have an IRC channel, #martialarts, on irc.aninix.net for anyone who'd like to come by.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/pacq</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Manny Pacquiao</title>
<updated>2014-11-02T06:00:00Z</updated>
<content type="text">In honor of Manny's recent bout, I offer a quote from him. "Life is meant to be a challenge, because challenges are what make you grow."</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/napoleon</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>From Napoleon</title>
<updated>2014-04-06T06:00:00Z</updated>
<content type="text">Napoleon: "Never interrupt your enemy when he is making a mistake."</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/twowolves</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Two Wolves</title>
<updated>2014-04-06T06:00:00Z</updated>
<content type="text">ONE EVENING, AN ELDERLY
CHEROKEE BRAVE TOLD HIS
GRANDSON ABOUT A BATTLE THAT
GOES ON INSIDE PEOPLE.
HE SAID "MY SON, THE BATTLE IS
BETWEEN TWO 'WOLVES' INSIDE US ALL.
ONE IS EVIL. IT IS ANGER,
ENVY, JEALOUSY, SORROW,
REGRET, GREED, ARROGANCE,
SELF-PITY, GUILT, RESENTMENT,
INFERIORITY, LIES, FALSE PRIDE,
SUPERIORITY, AND EGO.
THE OTHER IS GOOD.
IT IS JOY, PEACE LOVE, HOPE SERENITY,
HUMILITY, KINDNESS, BENEVOLENCE,
EMPATHY, GENEROSITY,
TRUTH, COMPASSION AND FAITH."
THE GRANDSON THOUGH ABOUT
IT FOR A MINUTE AND THEN ASKED
HIS GRANDFATHER:
"WHICH WOLF WINS?..."
THE OLD CHEROKEE SIMPLY REPLIED,
"THE ONE THAT YOU FEED"</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/roosevelt</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>From Roosevelt</title>
<updated>2014-04-06T06:00:00Z</updated>
<content type="text">Theodore Roosevelt: "Don't hit at all if it is honorably possible to avoid hitting; but never hit softly."</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Ip Man and Inner Demons</title>
<updated>2014-04-06T06:00:00Z</updated>
<content type="text">Ip Man: "We all have inner demons to fight. We call these demons 'fear', and 'hatred', and 'anger'. If you don't conquer them, then a life of a hundred years is a tragedy. If you do, a life of a single day can be a triumph."</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/anger</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Anger and Water</title>
<updated>2014-11-02T06:00:00Z</updated>
<content type="text">Koichi Tohei in "Ki in Daily Life": "Pour some water into a tub and stir it up. Now try as hard as you can to calm the water with your hands; you will succeed in agitating it further. Let it stand undisturbed a while, and it will calm down by itself. The human brain works much the same way."</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/gandhi</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Gandi on Violence</title>
<updated>2014-09-07T06:00:00Z</updated>
<content type="text">"I do believe that, where there is only a choice between cowardice and violence, I would advise violence... I would rather have India resort to arms in order to defend her honour than that she should, in a cowardly manner, become or remain a helpless witness to her own dishonor. But I believe that nonviolence is infinitely superior to violence, forgiveness is more manly than punishment. Forgiveness adorns a soldier...But abstinence is forgiveness only when there is the power to punish; it is meaningless when it pretends to proceed from a helpless creature." ~Gandhi
</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/canvswill</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Can vs. Will</title>
<updated>2014-08-31T06:00:00Z</updated>
<content type="text">"It's not that I can and other's can't; it's that I will and others won't." What makes an exceptional martial artist is not his innate talents. It's his or her constant drive to improve, to never settle for what is.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/weakestofall</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Weakest of All</title>
<updated>2014-08-24T06:00:00Z</updated>
<content type="text">Mark Twain: "The weakest of all weak things is a virtue that has not been tested in the fire." Motions in space do not improve our knowledge of martial arts, if they are not also tested with people you can trust and train with. This working with people is the best way to increase our understanding of the form, function, and interactions.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/persistence</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Persistence</title>
<updated>2014-08-17T06:00:00Z</updated>
<content type="text">Calvin Coolidge: "Nothing in this world can take the place of persistence. Talent will not: nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proverb. Education will not: the world is full of educated derelicts. Persistence and determination alone are omnipotent." Something to ponder.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/helpingweakness</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Helping Weakness</title>
<updated>2014-08-10T06:00:00Z</updated>
<content type="text">Jackie Chan: "We learn martial arts as helping weakness. You never fight for people to get hurt. You're always helping people." This must be the foundation of our martial arts; even the most destructive martial technique must be based in the desire to improve the lives of others, or we become no more than brigands.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/nations</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Nations</title>
<updated>2014-08-03T06:00:00Z</updated>
<content type="text">William Francis Butler: "The nation that will insist upon drawing a broad line of demarcation between the fighting man and the thinking man is liable to find its fighting done by fools and its thinking by cowards."</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/learningandpain</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Learning and Pain</title>
<updated>2014-07-27T06:00:00Z</updated>
<content type="text">Anonymous: "Learning is a gift, even when pain is your teacher."</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/sphereofstrength</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Sphere of Strength</title>
<updated>2014-07-20T06:00:00Z</updated>
<content type="text">Morihei Ueshiba in "The Art of Peace": "Even the most powerful human being has a limited sphere of strength. Draw him outside of that sphere and into your own, and his strength will dissipate."</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/whatsuseful</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>What's Useful</title>
<updated>2014-05-11T06:00:00Z</updated>
<content type="text">Bruce Lee - "Absorb what is useful, discard what is not, and add what is uniquely your own." This should be everyone's approach to our practices. The techniques that work for me may not work for you, so you will always need to adapt your martial arts to fit what is useful for you. This is why none of our sessions are required - I want you to train what will help you grow, not what I might think will be helpful for you.
</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/cliff</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Never-ending Cliff</title>
<updated>2014-05-04T06:00:00Z</updated>
<content type="text">"To follow the path of Martial Arts is like climbing on a cliff that never ends. It demads absolute devotion for the task to be executed." -- Masutatsu Oyama, founder of Kyokushin Karate. As we've learned with groundwork, martial arts is a never-ending process of learning, self-dedication, and refinement. Let's not forget to maintain our drive for perfection, whether we have three weeks or thirty years experience.
</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/ueshiba</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>O-Sensei Ueshiba</title>
<updated>2014-04-13T06:00:00Z</updated>
<content type="text">"Those who are skilled in combat do not become angered, and those who are skilled at winning do not become afraid. Thus the wise win before the fight, while the ignorant fight to win." -- O Sensei Ueshiba, founder of Aikido. This one is a thinker, and I'll let you come to your own conclusions. Hint: calm beats rage.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/swingsword</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Swing of the Sword</title>
<updated>2014-04-06T06:00:00Z</updated>
<content type="text">"It is easy to kill someone with a slash of a sword. It is hard to be impossible for others to cut down" - Yagyu Munenori. In the same vein as the pacifist quote last week, we want to remember that our goal is not to be as destructive as possible; the goal is to be as indesctructible as possible. We want ourselves and our loved ones to be safe; the reason we call our fighting stance our "fence" is because that is limit in which I care what other people are doing. Inside my fence, I have myself and my loved ones as my priority. So long as what happens outside my fence does not affect what is inside, I need not use martial technique.
</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/pacifism</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Pacifism</title>
<updated>2014-03-30T06:00:00Z</updated>
<content type="text">Another informal tag line in some martial arts is "only a warrior can choose pacifism." There is much debate among different martial arts about this, but to my mind a warrior is the only person who can choose not to fight. They have the option of using combative technique, and that alone is often enough of a deterrent to combat to allow a warrior to never need to fight. That being said, someone untrained in combat will always be at the mercy of those who are trained, simply because they have no leverage against such foes. Something to consider.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/blackandwhite</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Black and White</title>
<updated>2014-03-23T06:00:00Z</updated>
<content type="text">There's an informal tag line that's occasionally thrown around martial arts: a black belt is a white belt who never quit. Everyone who's ever earned a black belt started as a white belt, and they decided that any weakness in their technique, conditioning, or personality wasn't going to keep them from reaching the level of a black belt. Make sure you do the same -- the journey begins!</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/seals</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Motto of the SEALS</title>
<updated>2014-03-16T06:00:00Z</updated>
<content type="text">The US Navy SEALS have a motto: The more you sweat in training, the less you bleed in battle. The Israelis take a similar approach with Krav Maga, and I am a firm believer in it. Regardless of one's experience level, the harder you train and the more you prepare for what the fight will actually be, the easier the fight will end up being. True, there will be always be someone better, but this is your best way to minimize that gap.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/discipline</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Fruit of Discipline</title>
<updated>2014-03-10T06:00:00Z</updated>
<content type="text">"Self-respect is the fruit of discipline." - Abraham J. Heschel. I know we do a lot of push-ups, crunches, cardio, etc. And we spend a lot of time doing reps on a given technique, almost to the point of boredom. We come out every week and grind away on these techniques. The primary reason for wanting to do this is the technique's becoming ingrained in muscle memory. However, the discipline required of this pursuit is valuable.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/lion</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Lion or Elephant</title>
<updated>2014-03-02T06:00:00Z</updated>
<content type="text">Anderson Silva raises a valid point about the application of strength in martial arts. "I don't think strength plays that big of a difference. If it's that big of a difference, then the elephant would be king of the jungle, not the lion," he says. The value of this is that in martial arts, it's the proper application of a technique that contains our opponent, not the raw application of force.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/walk</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Walk in Peace</title>
<updated>2014-02-23T06:00:00Z</updated>
<content type="text">Rickson Gracie of the Gracie brothers is one of the founding figures in modern Brazilian jiu-jitsu. I admire one of his quotes, because it should apply to all martial arts, regardless of creed. "The biggest gift I received as a martial artist is without a question the capacity to be in peace," he said. This is something we should all take to heart.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/krav+founder</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Founder of Krav Maga</title>
<updated>2014-02-23T05:00:00Z</updated>
<content type="text">Imi Lichtenfeld founded Krav Maga. Growing up in Germany in the 30's, he was in danger of attacks by the Nazis. He said, "I began fighting anti-Semitism in the '30s. When the Hitler youth gangs used to single out Jewish young men on the streets, it was either hit or run. I found the hitting more satisfying." This philosophy became Imi's focus when he began training the Israeli military, and now it is the foundation of Israel's hand-to-hand combat system.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/combat+and+art</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>In combat, it's no longer art</title>
<updated>2014-02-16T06:00:00Z</updated>
<content type="text">This week's quote is from the Night Angel trilogy by Brent Weeks. One of the martial masters in that book said, "[Hit] a man twenty times ... and let him collapse. Then finish him. We're making [defeated enemies], not art." While I would not want this to be a primary philosophy of martial concepts for our group, it speaks to a very real martial truth: that on the combat field, once engaged, we have to be first and foremost taking care of ourselves. This means taking the safe strikes, rather than going for the one-thrust finish. If you can hit without being hit, you will win.</content></entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/ali</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>The Great Ali</title>
<updated>2014-02-09T06:00:00Z</updated>
<content type="text">This week's quote is from the great boxer, Muhammad Ali. "Float like a butterfly; sting like a bee." This applies to all martial arts -- fluidity and relaxed muscle groups respond faster both to throwing strikes and grabs and to allowing the feet to move to fit the situation. The sting is from explosiveness -- good technique launches from good footing and quick reflexes to land where it needs to. Try thinking about that when you're working on your fence -- relax the shoulders, and get that back heel off the ground.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/safe</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Safe... Or is it?</title>
<updated>2014-02-02T06:00:00Z</updated>
<content type="text">This week's quote builds on the last: "No place is more dangerous than a place of safety." We tend to go into "White" mode when we think we're safe, and this can make us complacent. Complacency is not our friend. This quote comes from Robert Ferrigno's "Prayers for the Assassin", found on Amazon at http://www.amazon.com/Prayers-Assassin-Novel-Robert-Ferrigno/dp/141650768X/ref=pd_bxgy_b_img_z</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/awareness</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Awareness</title>
<updated>2014-01-26T06:00:00Z</updated>
<content type="text">In all CCW classes, we are taught the Cooper Code, pioneered by Jeff Cooper. "White" is no awareness of one's surroundings at all. "Yellow" is casual alertness -- one is neither actively looking for a threat nor easily blindsided by one. "Orange" is being aware of a specific threat and analyzing ways to avoid or defeat it. "Red" is engaged in fight. Code "Yellow" is where we want to stay: unthreatened but alert. Since martial artists have the training to deal with threats on some level, there is no reason for us to ever be caught at "White", nor should we be finding ourselves in "Red" too often. Something to ponder.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/learning</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Learning</title>
<updated>2014-01-12T06:00:00Z</updated>
<content type="text"> Today's quote is about the value of learning. In Book 2 Chapter 11 of the Analects, Confucius says that "if a man keeps cherishing his old knowledge so as continually to be acquiring new, he may be a teacher of others." This is a reminder that we are never perfect and must always seek out new knowledge. Every art has some lesson to teach and some concept we can integrate into our own knowledge.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/feints</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Feints</title>
<updated>2014-01-05T06:40:31Z</updated>
<content type="text">This week's quote is a little more literal than those previous. In all his travels and with all the martial arts he studied, Bruce Lee came to a simple conclusion: "Between two evenly-matched fighters, the one is the master of the feint will be the winner." Feints are a use of one of the most basic tactical concepts: action beats reaction. So, if you can make your opponent believe something and then hit him before he realizes his error, the victory is yours!</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/humility</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Humility in Competition</title>
<updated>2013-12-30T06:40:31Z</updated>
<content type="text">This week's quote comes from Confucius's "Analects". In Book 3 Chapter 7, it is written, "The Master said, `The student of virtue has no contentions. If it be said he cannot avoid them, shall this be in archery? But he bows complaisantly to his competitors; thus he ascends the hall, descends, and exacts the forfeit of drinking. In his contention, he is still the Chun-tsze.'" The term Chun-tsze is used to the Confucian concept of the master-scholar, which also applies to martial arts. In our martial arts, when we are training, we should give it our all, but when we run into a constraint, we should understand this is to improve our character and help our growth.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/vessels</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Emptiness and Form</title>
<updated>2013-12-18T12:00:02Z</updated>
<content type="text">Our quote of the week comes from the "Tao Te Ching": "vessels are fashioned from empty clay; it is on their hollowness that their use depends." Just a small reminder that going into a fight with a specific plan usually starts more problems than it solves. Being fluid, flexible, and responsive is your greatest asset.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/final+goal</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>The Final Goal</title>
<updated>2013-12-10T12:00:02Z</updated>
<content type="text"> The quote this week comes from the 17th-century Japanese text, the "Shoninki", by Natori Masazumi. It states that "destroying a man takes us away from the goal we seek to achieve". This statement is deceptively simple but very nuanced in its context; it is not saying that one shouldn't cause damage in the pursuit of self defense. What it is saying is that we should only supply enough force to stop the threat to our person. Once that threat is eliminated, we should make sure to supply aid and rehabilitation where the situation allows. Not only does this help to reduce future attacks, it will help you if you have to appear in court ((read this as "when you appear in court")). Something to think about.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/water</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Water</title>
<updated>2013-12-04T12:00:02Z</updated>
<content type="text">Yes, yes, this is the generic Bruce Lee water quote. "Be like water, my friends." Despite how oft-used this quote is, the beautiful simplicity masks a martial arts truth -- relaxed and fluid beats stiff and strong in every engagment. That same fluidity applied mentally will give you an edge in learning and retaining new techniques.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/protracted</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Protracted Conflict</title>
<updated>2013-11-25T12:00:02Z</updated>
<content type="text">The quote this week is again from Sun Tzu in the "Art of War": There "has never been a protracted war from which a country has benefited." This reminds us to neither start a conflict nor protract it when we should be able to leave.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/martial+scholar</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Public Duty</title>
<updated>2013-11-19T12:00:02Z</updated>
<content type="text">Confucius leaves us this in his "Analects": "The scholar, trained for public duty, seeing threatening danger, is prepared to sacrifice his life. When the opportunity of gain is presented to him, he thinks of righteousness. In sacrificing, his thoughts are reverential. In mourning, his thoughts are about the grief which he should feel. Such a man commands our approbation indeed." Confucius wrote of the merits of the education, discipline, and wisdom; these are needed even in martial arts.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/armed+and+unarmed</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Armed or Unarmed</title>
<updated>2013-11-12T12:00:02Z</updated>
<content type="text">This week's quote is from Machiavelli's "The Prince", Chapter 14. "It is not reasonable to suppose that one who is armed will obey willingly one who is unarmed, or that any unarmed man will remain safe among armed servants." In the case of a martial artist, the weapons is the martial artist himself or herself. Training hones that weapon to efficiency. On the other hand, this should remind us that we should not rely exclusively on others for our safety, which is yet another reason we train.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/brandishing</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Bushido</title>
<updated>2013-10-21T12:00:02Z</updated>
<content type="text">The martial arts quote of the week is by Inazo Nitobe, who wrote the book "Bushido". "A dastard or a braggart was he who brandished his weapon on undeserved occasions." I've given you gys some small tricks to talk about martial arts with friends and such, but the main point of our discussion was that we shouldn't train martial arts looking to start fights, end fights, go out to bars and join fights, etc. Martial arts are comprised of many devastating techniques, and so we must be careful of when we use it. Moreover, from a tactical perspective, using martial arts publicly too often, without cause, or any combination thereof can cause the martial artist to become a target for challengers. We should train hard and often but fight rarely and only in the required defense of ourselves and those we care about. Just my two cents.</content>
</entry>
<entry>
<id>https://aninix.net/martialarts/maqotw.xml/i+have+gung+fu</id>
<link href="https://aninix.net/martialarts/maqotw.xml" rel="self"></link>
<author>
<name>Epic Martial Arts Group</name>
</author>
<title>Gungfu</title>
<updated>2013-10-14T12:00:02Z</updated>
<content type="text">The quote for this week is from Bruce Lee: "The baker has gungfu; the butcher has gungfu. Everyone has gungfu." As a commentary, remember that gungfu means mastery; the challenge for this week is to search for the mastery in others this week.</content>
</entry>
</feed>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -1,317 +0,0 @@
<!DOCTYPE html>
<html lang="en-US" class="theme-">
<head data-suburl="">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> AniNIX </title>
<link rel="manifest" href="data:application/json;base64,eyJuYW1lIjoiQW5pTklYIiwic2hvcnRfbmFtZSI6IkFuaU5JWCIsInN0YXJ0X3VybCI6Imh0dHBzOi8vZm91bmRhdGlvbi5hbmluaXgubmV0LyIsImljb25zIjpbeyJzcmMiOiJodHRwczovL2ZvdW5kYXRpb24uYW5pbml4Lm5ldC9hc3NldHMvaW1nL2xvZ28ucG5nIiwidHlwZSI6ImltYWdlL3BuZyIsInNpemVzIjoiNTEyeDUxMiJ9LHsic3JjIjoiaHR0cHM6Ly9mb3VuZGF0aW9uLmFuaW5peC5uZXQvYXNzZXRzL2ltZy9sb2dvLnN2ZyIsInR5cGUiOiJpbWFnZS9zdmcreG1sIiwic2l6ZXMiOiI1MTJ4NTEyIn1dfQ=="/>
<meta name="theme-color" content="#ff0000">
<meta name="default-theme" content="aninix" />
<meta name="author" content="AniNIX::Foundation" />
<meta name="description" content="AniNIX::Foundation \\ Code, documentation, and information sharing powered by Gitea (git with a cup of tea)" />
<meta name="keywords" content="go,git,self-hosted,gitea,aninix,aninix::foundation">
<meta name="referrer" content="no-referrer" />
<meta name="_csrf" content="Zy1wOJHiu0JeIfnxtOvKihasTFw6MTYzODQ5MTU0MzAzMzAwMTg1NA" />
<script>
window.config = {
AppVer: '1.15.6',
AppSubUrl: '',
AssetUrlPrefix: '\/assets',
CustomEmojis: {"codeberg":":codeberg:","git":":git:","gitea":":gitea:","github":":github:","gitlab":":gitlab:","gogs":":gogs:"},
UseServiceWorker: true ,
csrf: 'Zy1wOJHiu0JeIfnxtOvKihasTFw6MTYzODQ5MTU0MzAzMzAwMTg1NA',
HighlightJS: false,
SimpleMDE: false,
Tribute: false,
NotificationSettings: {
MinTimeout: 10000 ,
TimeoutStep: 10000 ,
MaxTimeout: 60000 ,
EventSourceUpdateTime: 10000 ,
},
EnableTimetracking: true,
PageIsProjects: false,
};
</script>
<link rel="icon" href="/assets/img/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css?v=a4b678d242d5a62868dcb904e8959b4e">
<noscript>
<style>
.dropdown:hover > .menu { display: block; }
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
</style>
</noscript>
<style class="list-search-style"></style>
<meta property="og:title" content="AniNIX">
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/img/logo.png" />
<meta property="og:url" content="https://foundation.aninix.net/" />
<meta property="og:description" content="AniNIX::Foundation \\ Code, documentation, and information sharing powered by Gitea (git with a cup of tea)">
<meta property="og:site_name" content="AniNIX" />
<link rel="stylesheet" href="/assets/css/theme-aninix.css?v=a4b678d242d5a62868dcb904e8959b4e">
<link rel="icon" type="image/png" href="/img/AniNIX.png" />
<link rel="alternate" type="application/rss+xml" title="AniNIX::RSS" href="/aninix.xml" />
<link rel='apple-touch-icon' sizes='180x180' href='/img/AniNIX.png' />
<meta name='apple-mobile-web-app-capable' content='yes' />
</head>
<body>
<div class="full height">
<noscript>This website works better with JavaScript.</noscript>
<div class="ui top secondary stackable main menu following bar light">
<div class="ui container" id="navbar">
<div class="item brand" style="justify-content: space-between;">
<a href="/">
<img class="ui mini image" width="30" height="30" src="/assets/img/logo.svg">
</a>
<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">
<i class="sidebar icon"></i>
</div>
</div>
<a class="item active" href="/">Home</a>
<a class="item " href="/explore/repos">Explore</a>
<a class="item" target="_blank" id="chat" href="https://irc.aninix.net/">Chat</a>
<a class="item" target="_blank" id="pwdchange" href="https://password.aninix.net/">Change Password</a>
<a class="item" id="martialarts" href="/martialarts/">Martial Arts</a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">Help</a>
<div class="right stackable menu">
<a class="item" href="/user/sign_up">
<svg viewBox="0 0 16 16" class="svg octicon-person" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10.5 5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm.061 3.073a4 4 0 1 0-5.123 0 6.004 6.004 0 0 0-3.431 5.142.75.75 0 0 0 1.498.07 4.5 4.5 0 0 1 8.99 0 .75.75 0 1 0 1.498-.07 6.005 6.005 0 0 0-3.432-5.142z"/></svg> Register
</a>
<a class="item" rel="nofollow" href="/user/login?redirect_to=%2f">
<svg viewBox="0 0 16 16" class="svg octicon-sign-in" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 2 13.25V2.75zm6.56 4.5 1.97-1.97a.75.75 0 1 0-1.06-1.06L6.22 7.47a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 1 0 1.06-1.06L8.56 8.75h5.69a.75.75 0 0 0 0-1.5H8.56z"/></svg> Sign In
</a>
</div>
</div>
</div>
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<script src="https://js.stripe.com/v3"></script>
<div class="sixteen wide center aligned centered column">
<h1 class="ui icon header title">
AniNIX
</h1>
<h2>Our Storefront</h2>
<p>We have limited service offerings available. Please contact an admin on IRC first to arrange the contract, then use the item below to pay the invoice.</p>
</div>
</div>
</div>
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center column" >
<h1 class="hero ui icon header">
<img width=20px height=20px src='/img/icons/CoreIcon.png'/>
Cybersecurity Consulting
</h1>
<p class="large">The AniNIX offers cybersecurity consulting and advice services on a limited basis. We bill at $20 an hour -- please select your need below after negotiating with an admin.</p>
<p class="large">
<form action="./storefront.html" id="hours">
<label for="hourcount">Hours required</label>
<select name="hourcount" id="hourscount">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
</select>
<br/>
</form>
<!-- START STRIPE CODE -->
<!-- Create a button that your customers click to complete their purchase. Customize the styling to suit your branding. -->
<button
style="background-color:#6772E5;color:#FFF;padding:8px 12px;border:0;border-radius:4px;font-size:1em"
id="checkout-button-price_1HTuehI49P1uFPoXCW9pJg5E"
role="link"
type="button"
>
Checkout
</button>
<div id="error-message"></div>
<script>
(function() {
var stripe = Stripe('pk_live_51HThYnI49P1uFPoX5ARnHSpT9D08Gbfux6O25waFLpPBsnZoLDuqopFAZeLfu0CbbICxEnPZOOLkDLTlcNjkazs100ElKcF2QX');
var checkoutButton = document.getElementById('checkout-button-price_1HTuehI49P1uFPoXCW9pJg5E');
checkoutButton.addEventListener('click', function () {
// When the customer clicks on the button, redirect
// them to Checkout.
stripe.redirectToCheckout({
lineItems: [{price: 'price_1HTuehI49P1uFPoXCW9pJg5E', quantity: parseInt(document.getElementById('hourscount').value)}],
mode: 'payment',
// Do not rely on the redirect to the successUrl for fulfilling
// purchases, customers may not always reach the success_url after
// a successful payment.
// Instead use one of the strategies described in
// https://stripe.com/docs/payments/checkout/fulfill-orders
successUrl: window.location.protocol + '//aninix.net/pay/thank-you.html',
cancelUrl: window.location.protocol + '//aninix.net/pay/storefront.html',
})
.then(function (result) {
if (result.error) {
// If `redirectToCheckout` fails due to a browser or network
// error, display the localized error message to your customer.
var displayError = document.getElementById('error-message');
displayError.textContent = result.error.message;
}
});
});
})();
</script>
<! -- END STRIPE CODE -->
</p>
</div>
<hr style="margin-top: 50px;" />
</div>
<footer>
<div class="ui container">
<div class="ui left">
Powered by Gitea Page: <strong>0ms</strong> Template: <strong>0ms</strong>
</div>
<div class="ui right links">
<div class="ui language bottom floating slide up dropdown link item">
<svg viewBox="0 0 16 16" class="svg octicon-globe" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.543 7.25h2.733c.144-2.074.866-3.756 1.58-4.948.12-.197.237-.381.353-.552a6.506 6.506 0 0 0-4.666 5.5zm2.733 1.5H1.543a6.506 6.506 0 0 0 4.666 5.5 11.13 11.13 0 0 1-.352-.552c-.715-1.192-1.437-2.874-1.581-4.948zm1.504 0h4.44a9.637 9.637 0 0 1-1.363 4.177c-.306.51-.612.919-.857 1.215a9.978 9.978 0 0 1-.857-1.215A9.637 9.637 0 0 1 5.78 8.75zm4.44-1.5H5.78a9.637 9.637 0 0 1 1.363-4.177c.306-.51.612-.919.857-1.215.245.296.55.705.857 1.215A9.638 9.638 0 0 1 10.22 7.25zm1.504 1.5c-.144 2.074-.866 3.756-1.58 4.948-.12.197-.237.381-.353.552a6.506 6.506 0 0 0 4.666-5.5h-2.733zm2.733-1.5h-2.733c-.144-2.074-.866-3.756-1.58-4.948a11.738 11.738 0 0 0-.353-.552 6.506 6.506 0 0 1 4.666 5.5zM8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z"/></svg>
<div class="text">English</div>
<div class="menu language-menu">
<a lang="en-US" data-url="/?lang=en-US" class="item active selected">English</a>
<a lang="zh-CN" data-url="/?lang=zh-CN" class="item ">简体中文</a>
<a lang="zh-HK" data-url="/?lang=zh-HK" class="item ">繁體中文(香港)</a>
<a lang="zh-TW" data-url="/?lang=zh-TW" class="item ">繁體中文(台灣)</a>
<a lang="de-DE" data-url="/?lang=de-DE" class="item ">Deutsch</a>
<a lang="fr-FR" data-url="/?lang=fr-FR" class="item ">français</a>
<a lang="nl-NL" data-url="/?lang=nl-NL" class="item ">Nederlands</a>
<a lang="lv-LV" data-url="/?lang=lv-LV" class="item ">latviešu</a>
<a lang="ru-RU" data-url="/?lang=ru-RU" class="item ">русский</a>
<a lang="uk-UA" data-url="/?lang=uk-UA" class="item ">Українська</a>
<a lang="ja-JP" data-url="/?lang=ja-JP" class="item ">日本語</a>
<a lang="es-ES" data-url="/?lang=es-ES" class="item ">español</a>
<a lang="pt-BR" data-url="/?lang=pt-BR" class="item ">português do Brasil</a>
<a lang="pl-PL" data-url="/?lang=pl-PL" class="item ">polski</a>
<a lang="bg-BG" data-url="/?lang=bg-BG" class="item ">български</a>
<a lang="it-IT" data-url="/?lang=it-IT" class="item ">italiano</a>
<a lang="fi-FI" data-url="/?lang=fi-FI" class="item ">suomi</a>
<a lang="tr-TR" data-url="/?lang=tr-TR" class="item ">Türkçe</a>
<a lang="cs-CZ" data-url="/?lang=cs-CZ" class="item ">čeština</a>
<a lang="sr-SP" data-url="/?lang=sr-SP" class="item ">српски</a>
<a lang="sv-SE" data-url="/?lang=sv-SE" class="item ">svenska</a>
<a lang="ko-KR" data-url="/?lang=ko-KR" class="item ">한국어</a>
</div>
</div>
<a href="/assets/js/licenses.txt">Licenses</a>
<a href="/api/swagger">API</a>
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">Website</a>
</div>
</div>
</footer>
<script src="/assets/js/index.js?v=a4b678d242d5a62868dcb904e8959b4e"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18148792-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
document.getElementsByClassName('brand')[0].children[0].children[0].src="/img/AniNIX.png";
$('meta[property=og\\:image]').attr('content', '/img/AniNIX.png');
$('link[rel="mask-icon"]').attr('href', '/img/AniNIX.png');
$('link[rel="mask-icon"]').attr('color', '#000000');
document.getElementById("pwdchange").setAttribute("target","_blank");
document.getElementById("chat").setAttribute("target","_blank");
</script>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,234 +0,0 @@
<!DOCTYPE html>
<html lang="en-US" class="theme-">
<head data-suburl="">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> AniNIX </title>
<link rel="manifest" href="data:application/json;base64,eyJuYW1lIjoiQW5pTklYIiwic2hvcnRfbmFtZSI6IkFuaU5JWCIsInN0YXJ0X3VybCI6Imh0dHBzOi8vZm91bmRhdGlvbi5hbmluaXgubmV0LyIsImljb25zIjpbeyJzcmMiOiJodHRwczovL2ZvdW5kYXRpb24uYW5pbml4Lm5ldC9hc3NldHMvaW1nL2xvZ28ucG5nIiwidHlwZSI6ImltYWdlL3BuZyIsInNpemVzIjoiNTEyeDUxMiJ9LHsic3JjIjoiaHR0cHM6Ly9mb3VuZGF0aW9uLmFuaW5peC5uZXQvYXNzZXRzL2ltZy9sb2dvLnN2ZyIsInR5cGUiOiJpbWFnZS9zdmcreG1sIiwic2l6ZXMiOiI1MTJ4NTEyIn1dfQ=="/>
<meta name="theme-color" content="#ff0000">
<meta name="default-theme" content="aninix" />
<meta name="author" content="AniNIX::Foundation" />
<meta name="description" content="AniNIX::Foundation \\ Code, documentation, and information sharing powered by Gitea (git with a cup of tea)" />
<meta name="keywords" content="go,git,self-hosted,gitea,aninix,aninix::foundation">
<meta name="referrer" content="no-referrer" />
<meta name="_csrf" content="Zy1wOJHiu0JeIfnxtOvKihasTFw6MTYzODQ5MTU0MzAzMzAwMTg1NA" />
<script>
window.config = {
AppVer: '1.15.6',
AppSubUrl: '',
AssetUrlPrefix: '\/assets',
CustomEmojis: {"codeberg":":codeberg:","git":":git:","gitea":":gitea:","github":":github:","gitlab":":gitlab:","gogs":":gogs:"},
UseServiceWorker: true ,
csrf: 'Zy1wOJHiu0JeIfnxtOvKihasTFw6MTYzODQ5MTU0MzAzMzAwMTg1NA',
HighlightJS: false,
SimpleMDE: false,
Tribute: false,
NotificationSettings: {
MinTimeout: 10000 ,
TimeoutStep: 10000 ,
MaxTimeout: 60000 ,
EventSourceUpdateTime: 10000 ,
},
EnableTimetracking: true,
PageIsProjects: false,
};
</script>
<link rel="icon" href="/assets/img/logo.svg" type="image/svg+xml">
<link rel="alternate icon" href="/assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="/assets/css/index.css?v=a4b678d242d5a62868dcb904e8959b4e">
<noscript>
<style>
.dropdown:hover > .menu { display: block; }
.ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
</style>
</noscript>
<style class="list-search-style"></style>
<meta property="og:title" content="AniNIX">
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/img/logo.png" />
<meta property="og:url" content="https://foundation.aninix.net/" />
<meta property="og:description" content="AniNIX::Foundation \\ Code, documentation, and information sharing powered by Gitea (git with a cup of tea)">
<meta property="og:site_name" content="AniNIX" />
<link rel="stylesheet" href="/assets/css/theme-aninix.css?v=a4b678d242d5a62868dcb904e8959b4e">
<link rel="icon" type="image/png" href="/img/AniNIX.png" />
<link rel="alternate" type="application/rss+xml" title="AniNIX::RSS" href="/aninix.xml" />
<link rel='apple-touch-icon' sizes='180x180' href='/img/AniNIX.png' />
<meta name='apple-mobile-web-app-capable' content='yes' />
</head>
<body>
<div class="full height">
<noscript>This website works better with JavaScript.</noscript>
<div class="ui top secondary stackable main menu following bar light">
<div class="ui container" id="navbar">
<div class="item brand" style="justify-content: space-between;">
<a href="/">
<img class="ui mini image" width="30" height="30" src="/assets/img/logo.svg">
</a>
<div class="ui basic icon button mobile-only" id="navbar-expand-toggle">
<i class="sidebar icon"></i>
</div>
</div>
<a class="item active" href="/">Home</a>
<a class="item " href="/explore/repos">Explore</a>
<a class="item" target="_blank" id="chat" href="https://irc.aninix.net/">Chat</a>
<a class="item" target="_blank" id="pwdchange" href="https://password.aninix.net/">Change Password</a>
<a class="item" id="martialarts" href="/martialarts/">Martial Arts</a>
<a class="item" target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io">Help</a>
<div class="right stackable menu">
<a class="item" href="/user/sign_up">
<svg viewBox="0 0 16 16" class="svg octicon-person" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10.5 5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm.061 3.073a4 4 0 1 0-5.123 0 6.004 6.004 0 0 0-3.431 5.142.75.75 0 0 0 1.498.07 4.5 4.5 0 0 1 8.99 0 .75.75 0 1 0 1.498-.07 6.005 6.005 0 0 0-3.432-5.142z"/></svg> Register
</a>
<a class="item" rel="nofollow" href="/user/login?redirect_to=%2f">
<svg viewBox="0 0 16 16" class="svg octicon-sign-in" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 2 13.25V2.75zm6.56 4.5 1.97-1.97a.75.75 0 1 0-1.06-1.06L6.22 7.47a.75.75 0 0 0 0 1.06l3.25 3.25a.75.75 0 1 0 1.06-1.06L8.56 8.75h5.69a.75.75 0 0 0 0-1.5H8.56z"/></svg> Sign In
</a>
</div>
</div>
</div>
<div class="home">
<div class="ui stackable middle very relaxed page grid">
<div class="sixteen wide center aligned centered column">
<div>
<img class="logo" src="/img/icons/CoreIcon.png" />
</div>
<div class="hero">
<h2 class="ui icon header title">
Thank you for your purchase!
</h2>
</div>
</div>
</div>
<footer>
<div class="ui container">
<div class="ui left">
Powered by Gitea Page: <strong>0ms</strong> Template: <strong>0ms</strong>
</div>
<div class="ui right links">
<div class="ui language bottom floating slide up dropdown link item">
<svg viewBox="0 0 16 16" class="svg octicon-globe" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M1.543 7.25h2.733c.144-2.074.866-3.756 1.58-4.948.12-.197.237-.381.353-.552a6.506 6.506 0 0 0-4.666 5.5zm2.733 1.5H1.543a6.506 6.506 0 0 0 4.666 5.5 11.13 11.13 0 0 1-.352-.552c-.715-1.192-1.437-2.874-1.581-4.948zm1.504 0h4.44a9.637 9.637 0 0 1-1.363 4.177c-.306.51-.612.919-.857 1.215a9.978 9.978 0 0 1-.857-1.215A9.637 9.637 0 0 1 5.78 8.75zm4.44-1.5H5.78a9.637 9.637 0 0 1 1.363-4.177c.306-.51.612-.919.857-1.215.245.296.55.705.857 1.215A9.638 9.638 0 0 1 10.22 7.25zm1.504 1.5c-.144 2.074-.866 3.756-1.58 4.948-.12.197-.237.381-.353.552a6.506 6.506 0 0 0 4.666-5.5h-2.733zm2.733-1.5h-2.733c-.144-2.074-.866-3.756-1.58-4.948a11.738 11.738 0 0 0-.353-.552 6.506 6.506 0 0 1 4.666 5.5zM8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z"/></svg>
<div class="text">English</div>
<div class="menu language-menu">
<a lang="en-US" data-url="/?lang=en-US" class="item active selected">English</a>
<a lang="zh-CN" data-url="/?lang=zh-CN" class="item ">简体中文</a>
<a lang="zh-HK" data-url="/?lang=zh-HK" class="item ">繁體中文(香港)</a>
<a lang="zh-TW" data-url="/?lang=zh-TW" class="item ">繁體中文(台灣)</a>
<a lang="de-DE" data-url="/?lang=de-DE" class="item ">Deutsch</a>
<a lang="fr-FR" data-url="/?lang=fr-FR" class="item ">français</a>
<a lang="nl-NL" data-url="/?lang=nl-NL" class="item ">Nederlands</a>
<a lang="lv-LV" data-url="/?lang=lv-LV" class="item ">latviešu</a>
<a lang="ru-RU" data-url="/?lang=ru-RU" class="item ">русский</a>
<a lang="uk-UA" data-url="/?lang=uk-UA" class="item ">Українська</a>
<a lang="ja-JP" data-url="/?lang=ja-JP" class="item ">日本語</a>
<a lang="es-ES" data-url="/?lang=es-ES" class="item ">español</a>
<a lang="pt-BR" data-url="/?lang=pt-BR" class="item ">português do Brasil</a>
<a lang="pl-PL" data-url="/?lang=pl-PL" class="item ">polski</a>
<a lang="bg-BG" data-url="/?lang=bg-BG" class="item ">български</a>
<a lang="it-IT" data-url="/?lang=it-IT" class="item ">italiano</a>
<a lang="fi-FI" data-url="/?lang=fi-FI" class="item ">suomi</a>
<a lang="tr-TR" data-url="/?lang=tr-TR" class="item ">Türkçe</a>
<a lang="cs-CZ" data-url="/?lang=cs-CZ" class="item ">čeština</a>
<a lang="sr-SP" data-url="/?lang=sr-SP" class="item ">српски</a>
<a lang="sv-SE" data-url="/?lang=sv-SE" class="item ">svenska</a>
<a lang="ko-KR" data-url="/?lang=ko-KR" class="item ">한국어</a>
</div>
</div>
<a href="/assets/js/licenses.txt">Licenses</a>
<a href="/api/swagger">API</a>
<a target="_blank" rel="noopener noreferrer" href="https://gitea.io">Website</a>
</div>
</div>
</footer>
<script src="/assets/js/index.js?v=a4b678d242d5a62868dcb904e8959b4e"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18148792-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript">
document.getElementsByClassName('brand')[0].children[0].children[0].src="/img/AniNIX.png";
$('meta[property=og\\:image]').attr('content', '/img/AniNIX.png');
$('link[rel="mask-icon"]').attr('href', '/img/AniNIX.png');
$('link[rel="mask-icon"]').attr('color', '#000000');
document.getElementById("pwdchange").setAttribute("target","_blank");
document.getElementById("chat").setAttribute("target","_blank");
</script>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB