new file: CLAUDE.md
modified: index.html
This commit is contained in:
parent
60918eedba
commit
523919dd65
2 changed files with 70 additions and 4 deletions
13
CLAUDE.md
Normal file
13
CLAUDE.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Claude Code Guidelines
|
||||
|
||||
## Git Commit Messages
|
||||
|
||||
When creating git commits, it is inappropriate to claim credit or co-authorship for work that was requested by the user. The user is the author of their own code changes.
|
||||
|
||||
Do not add attribution lines like "Generated with Claude Code" or "Co-Authored-By: Claude" to commit messages unless explicitly requested by the user.
|
||||
|
||||
## General Guidelines
|
||||
|
||||
- Focus on implementing the requested changes accurately
|
||||
- Keep commit messages concise and descriptive of the actual changes made
|
||||
- Respect that the user owns their codebase and all modifications to it
|
||||
61
index.html
61
index.html
|
|
@ -290,6 +290,24 @@ Sell digital downloads or physical products — commission free!
|
|||
</span>
|
||||
</li>
|
||||
|
||||
<li><b style="color: #678731;"> ✔ Watch Mode</b>
|
||||
<span style="color: #515151;">
|
||||
— <span class="avoid-wrap">Continuous playback with DJ crossfade</span>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<li><b style="color: #678731;"> ✔ Subscriptions & Feeds</b>
|
||||
<span style="color: #515151;">
|
||||
— <span class="avoid-wrap">Email digests, RSS, Atom, sitemap</span>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<li><b style="color: #678731;"> ✔ Five Payment Options</b>
|
||||
<span style="color: #515151;">
|
||||
— <span class="avoid-wrap">Stripe, PayPal, Adyen, Monero, Dogecoin</span>
|
||||
</span>
|
||||
</li>
|
||||
|
||||
<br/>
|
||||
Simply click the <b>New Shop</b> button, follow the prompts, and post some products today — no credit card required!
|
||||
|
||||
|
|
@ -301,12 +319,47 @@ Sell digital downloads or physical products — commission free!
|
|||
<br/>
|
||||
|
||||
<section class="one-column">
|
||||
<span class="big-bold-dark">Now Accepting Cryptocurrency - Monero (XMR) & Dogecoin (DOGE)!</span>
|
||||
<span class="big-bold-dark">Watch Mode & Media Player</span>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
Shop owners can now offer crypto payments through Monero and Dogecoin in addition to or instead of traditional credit card processing via Stripe.
|
||||
Turn your shop into a media channel. Watch mode provides continuous playback with DJ-style crossfade transitions between videos and audio tracks.
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<b>Highlights:</b>
|
||||
<ul>
|
||||
<li>Discovery ring — deterministic content traversal across your whole catalog</li>
|
||||
<li>DJ crossfade — audio and visual fade between tracks, no gaps</li>
|
||||
<li>Queue management — visitors can build a personal playlist</li>
|
||||
<li>Pop-out player with keyboard shortcuts, plus <b>/random</b> and <b>/tv</b> endpoints</li>
|
||||
<li>Works with video, audio, images, and PDFs</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<br/>
|
||||
|
||||
<section class="one-column">
|
||||
<span class="big-bold-dark">Email Subscriptions & Feeds</span>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
Let your audience subscribe to your shop. Digest emails deliver new posts on their schedule—immediately, daily, or weekly. Every shop also gets RSS, Atom, and sitemap endpoints automatically.
|
||||
|
||||
</section>
|
||||
|
||||
<br/>
|
||||
|
||||
<section class="one-column">
|
||||
<span class="big-bold-dark">Now Accepting Cryptocurrency — Monero (XMR) & Dogecoin (DOGE)!</span>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
Shop owners can now offer crypto payments through Monero and Dogecoin in addition to or instead of traditional credit card processing via Stripe and PayPal.
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
|
@ -314,9 +367,9 @@ Sell digital downloads or physical products — commission free!
|
|||
<b>Key features:</b>
|
||||
<ul>
|
||||
<li>Automatic crypto cash register that processes quotes for shopping carts</li>
|
||||
<li>No humans in the loop - fully automated</li>
|
||||
<li>No humans in the loop — fully automated</li>
|
||||
<li>Built-in refund system</li>
|
||||
<li>Optional - use alongside or instead of credit card payments</li>
|
||||
<li>Optional — use alongside or instead of credit card payments</li>
|
||||
</ul>
|
||||
|
||||
Give your customers more payment options while maintaining full control over your shop!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue