Skip to content

Commit 1dd6f8b

Browse files
DoktorShiftdni
andauthored
docs: changes to more pages (#42)
* Changes to more pages * Update description.md --------- Co-authored-by: dni ⚡ <office@dnilabs.com>
1 parent 42de6d4 commit 1dd6f8b

File tree

3 files changed

+35
-6
lines changed

3 files changed

+35
-6
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
<a href="https://lnbits.com" target="_blank" rel="noopener noreferrer">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/QE6SIrs.png">
4+
<img src="https://i.imgur.com/fyKPgVT.png" alt="LNbits" style="width:280px">
5+
</picture>
6+
</a>
7+
8+
[![License: MIT](https://img.shields.io/badge/License-MIT-success?logo=open-source-initiative&logoColor=white)](./LICENSE)
9+
[![Built for LNbits](https://img.shields.io/badge/Built%20for-LNbits-4D4DFF?logo=lightning&logoColor=white)](https://github.com/lnbits/lnbits)
10+
111
# Events - <small>[LNbits](https://github.com/lnbits/lnbits) extension</small>
212

313
<small>For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions)</small>
414

515
## Sell tickets for events and use the built-in scanner for registering attendees
616

7-
Events alows you to make tickets for an event. Each ticket is in the form of a unique QR code. After registering, and paying for ticket, the user gets a QR code to present at registration/entrance.
17+
Events allows you to create tickets for an event. Each ticket is in the form of a unique QR code. After registering and paying, the user gets a QR code to present at registration/entrance.
818

919
Events includes a shareable ticket scanner, which can be used to register attendees.
1020

@@ -33,3 +43,10 @@ Events includes a shareable ticket scanner, which can be used to register attend
3343

3444
4. Use the built-in ticket scanner to validate registered, and paid, attendees\
3545
![ticket scanner](https://i.imgur.com/zrm9202.jpg)
46+
47+
## Powered by LNbits
48+
49+
[LNbits](https://lnbits.com) is a free and open-source lightning accounts system.
50+
51+
[![Visit LNbits Shop](https://img.shields.io/badge/Visit-LNbits%20Shop-7C3AED?logo=shopping-cart&logoColor=white&labelColor=5B21B6)](https://shop.lnbits.com/)
52+
[![Try myLNbits SaaS](https://img.shields.io/badge/Try-myLNbits%20SaaS-2563EB?logo=lightning&logoColor=white&labelColor=1E40AF)](https://my.lnbits.com/login)

config.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2+
"id": "events",
3+
"version": "1.1.0",
24
"name": "Events",
5+
"repo": "https://github.com/lnbits/events",
36
"short_description": "Sell and register event tickets",
7+
"description": "",
48
"tile": "/events/static/image/events.png",
5-
"lnbits": "1.1.0",
69
"min_lnbits_version": "1.3.0",
710
"contributors": [
811
{
@@ -51,5 +54,9 @@
5154
],
5255
"description_md": "https://raw.githubusercontent.com/lnbits/events/main/description.md",
5356
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/events/main/toc.md",
54-
"license": "MIT"
57+
"license": "MIT",
58+
"paid_features": "",
59+
"tags": ["Fun & Social", "Ticketing"],
60+
"donate": "",
61+
"hidden": false
5562
}

description.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
Sell tickets for events and use the built-in scanner for registering attendants
1+
Sell tickets for events and manage attendee registration with a built-in QR scanner.
22

3-
Events alows you to make tickets for an event. Each ticket is in the form of a uniqque QR code. After registering, and paying for ticket, the user gets a QR code to present at registration/entrance.
3+
Its features include:
44

5-
Events includes a shareable ticket scanner, which can be used to register attendees.
5+
- Creating events with ticket pricing
6+
- Generating unique QR code tickets after payment
7+
- Providing a shareable ticket scanner for check-in
8+
- Tracking registered and checked-in attendees
9+
10+
A complete ticketing solution for event organizers, meetup hosts, and conference planners who want to sell tickets and manage attendance with Bitcoin.

0 commit comments

Comments
 (0)