Skip to content

Commit 5bc23e5

Browse files
committed
Initial commit
Modified from original [Tailwind UI](https://tailwindui.com) template to support the following: * Auto-generated episode numbers - used for URL generation * Guid episode ids (fixed by upgrading `rss-to-json` package) * The episode `description` is built from a snippet of the show notes in the `contents`
0 parents  commit 5bc23e5

31 files changed

+12106
-0
lines changed

.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

.gitignore

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
15+
# production
16+
/build
17+
18+
# misc
19+
.DS_Store
20+
*.pem
21+
22+
# debug
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
.pnpm-debug.log*
27+
28+
# local env files
29+
.env*.local
30+
31+
# vercel
32+
.vercel

LICENSE-TailwindUI.md

+129
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
# Tailwind UI License
2+
3+
## Personal License
4+
5+
Tailwind Labs Inc. grants you an on-going, non-exclusive license to use the Components and Templates.
6+
7+
The license grants permission to **one individual** (the Licensee) to access and use the Components and Templates.
8+
9+
You **can**:
10+
11+
- Use the Components and Templates to create unlimited End Products.
12+
- Modify the Components and Templates to create derivative components and templates. Those components and templates are subject to this license.
13+
- Use the Components and Templates to create unlimited End Products for unlimited Clients.
14+
- Use the Components and Templates to create End Products where the End Product is sold to End Users.
15+
- Use the Components and Templates to create End Products that are open source and freely available to End Users.
16+
17+
You **cannot**:
18+
19+
- Use the Components and Templates to create End Products that are designed to allow an End User to build their own End Products using the Components and Templates or derivatives of the Components and Templates.
20+
- Re-distribute the Components and Templates or derivatives of the Components and Templates separately from an End Product, neither in code or as design assets.
21+
- Share your access to the Components and Templates with any other individuals.
22+
- Use the Components and Templates to produce anything that may be deemed by Tailwind Labs Inc, in their sole and absolute discretion, to be competitive or in conflict with the business of Tailwind Labs Inc.
23+
24+
### Example usage
25+
26+
Examples of usage **allowed** by the license:
27+
28+
- Creating a personal website by yourself.
29+
- Creating a website or web application for a client that will be owned by that client.
30+
- Creating a commercial SaaS application (like an invoicing app for example) where end users have to pay a fee to use the application.
31+
- Creating a commercial self-hosted web application that is sold to end users for a one-time fee.
32+
- Creating a web application where the primary purpose is clearly not to simply re-distribute the components (like a conference organization app that uses the components for its UI for example) that is free and open source, where the source code is publicly available.
33+
34+
Examples of usage **not allowed** by the license:
35+
36+
- Creating a repository of your favorite Tailwind UI components or templates (or derivatives based on Tailwind UI components or templates) and publishing it publicly.
37+
- Creating a React or Vue version of Tailwind UI and making it available either for sale or for free.
38+
- Create a Figma or Sketch UI kit based on the Tailwind UI component designs.
39+
- Creating a "website builder" project where end users can build their own websites using components or templates included with or derived from Tailwind UI.
40+
- Creating a theme, template, or project starter kit using the components or templates and making it available either for sale or for free.
41+
- Creating an admin panel tool (like [Laravel Nova](https://nova.laravel.com/) or [ActiveAdmin](https://activeadmin.info/)) that is made available either for sale or for free.
42+
43+
In simple terms, use Tailwind UI for anything you like as long as it doesn't compete with Tailwind UI.
44+
45+
### Personal License Definitions
46+
47+
Licensee is the individual who has purchased a Personal License.
48+
49+
Components and Templates are the source code and design assets made available to the Licensee after purchasing a Tailwind UI license.
50+
51+
End Product is any artifact produced that incorporates the Components or Templates or derivatives of the Components or Templates.
52+
53+
End User is a user of an End Product.
54+
55+
Client is an individual or entity receiving custom professional services directly from the Licensee, produced specifically for that individual or entity. Customers of software-as-a-service products are not considered clients for the purpose of this document.
56+
57+
## Team License
58+
59+
Tailwind Labs Inc. grants you an on-going, non-exclusive license to use the Components and Templates.
60+
61+
The license grants permission for **up to 25 Employees and Contractors of the Licensee** to access and use the Components and Templates.
62+
63+
You **can**:
64+
65+
- Use the Components and Templates to create unlimited End Products.
66+
- Modify the Components and Templates to create derivative components and templates. Those components and templates are subject to this license.
67+
- Use the Components and Templates to create unlimited End Products for unlimited Clients.
68+
- Use the Components and Templates to create End Products where the End Product is sold to End Users.
69+
- Use the Components and Templates to create End Products that are open source and freely available to End Users.
70+
71+
You **cannot**:
72+
73+
- Use the Components or Templates to create End Products that are designed to allow an End User to build their own End Products using the Components or Templates or derivatives of the Components or Templates.
74+
- Re-distribute the Components or Templates or derivatives of the Components or Templates separately from an End Product.
75+
- Use the Components or Templates to create End Products that are the property of any individual or entity other than the Licensee or Clients of the Licensee.
76+
- Use the Components or Templates to produce anything that may be deemed by Tailwind Labs Inc, in their sole and absolute discretion, to be competitive or in conflict with the business of Tailwind Labs Inc.
77+
78+
### Example usage
79+
80+
Examples of usage **allowed** by the license:
81+
82+
- Creating a website for your company.
83+
- Creating a website or web application for a client that will be owned by that client.
84+
- Creating a commercial SaaS application (like an invoicing app for example) where end users have to pay a fee to use the application.
85+
- Creating a commercial self-hosted web application that is sold to end users for a one-time fee.
86+
- Creating a web application where the primary purpose is clearly not to simply re-distribute the components or templates (like a conference organization app that uses the components or a template for its UI for example) that is free and open source, where the source code is publicly available.
87+
88+
Examples of use **not allowed** by the license:
89+
90+
- Creating a repository of your favorite Tailwind UI components or template (or derivatives based on Tailwind UI components or templates) and publishing it publicly.
91+
- Creating a React or Vue version of Tailwind UI and making it available either for sale or for free.
92+
- Creating a "website builder" project where end users can build their own websites using components or templates included with or derived from Tailwind UI.
93+
- Creating a theme or template using the components or templates and making it available either for sale or for free.
94+
- Creating an admin panel tool (like [Laravel Nova](https://nova.laravel.com/) or [ActiveAdmin](https://activeadmin.info/)) that is made available either for sale or for free.
95+
- Creating any End Product that is not the sole property of either your company or a client of your company. For example your employees/contractors can't use your company Tailwind UI license to build their own websites or side projects.
96+
97+
### Team License Definitions
98+
99+
Licensee is the business entity who has purchased a Team License.
100+
101+
Components and Templates are the source code and design assets made available to the Licensee after purchasing a Tailwind UI license.
102+
103+
End Product is any artifact produced that incorporates the Components or Templates or derivatives of the Components or Templates.
104+
105+
End User is a user of an End Product.
106+
107+
Employee is a full-time or part-time employee of the Licensee.
108+
109+
Contractor is an individual or business entity contracted to perform services for the Licensee.
110+
111+
Client is an individual or entity receiving custom professional services directly from the Licensee, produced specifically for that individual or entity. Customers of software-as-a-service products are not considered clients for the purpose of this document.
112+
113+
## Enforcement
114+
115+
If you are found to be in violation of the license, access to your Tailwind UI account will be terminated, and a refund may be issued at our discretion. When license violation is blatant and malicious (such as intentionally redistributing the Components or Templates through private warez channels), no refund will be issued.
116+
117+
The copyright of the Components and Templates is owned by Tailwind Labs Inc. You are granted only the permissions described in this license; all other rights are reserved. Tailwind Labs Inc. reserves the right to pursue legal remedies for any unauthorized use of the Components or Templates outside the scope of this license.
118+
119+
## Liability
120+
121+
Tailwind Labs Inc.’s liability to you for costs, damages, or other losses arising from your use of the Components or Templates — including third-party claims against you — is limited to a refund of your license fee. Tailwind Labs Inc. may not be held liable for any consequential damages related to your use of the Components or Templates.
122+
123+
This Agreement is governed by the laws of the Province of Ontario and the applicable laws of Canada. Legal proceedings related to this Agreement may only be brought in the courts of Ontario. You agree to service of process at the e-mail address on your original order.
124+
125+
## Questions?
126+
127+
Unsure which license you need, or unsure if your use case is covered by our licenses?
128+
129+
Email us at [[email protected]](mailto:[email protected]) with your questions.

LICENSE.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2023 Corgibytes, LLC
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

README.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Legacy Code Rocks Website
2+
3+
This is the website for the Legacy Code Rocks community and podcast.
4+
5+
It started out as an implementation of the [Transmit](https://tailwindui.com/templates/transmit) is a [Tailwind UI](https://tailwindui.com) site template built using [Tailwind CSS](https://tailwindcss.com) and [Next.js](https://nextjs.org). It has been modified from it's original version.
6+
7+
## Getting started
8+
9+
To get started with this template, first install the npm dependencies:
10+
11+
```bash
12+
npm install
13+
```
14+
15+
Next, run the development server:
16+
17+
```bash
18+
npm run dev
19+
```
20+
21+
Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.
22+
23+
## License
24+
25+
This site is based on the [Transmit](https://tailwindui.com/templates/transmit) template from [Tailwind UI](https://tailwindui.com). Code from the template is published with this repository per the terms of the [Tailwind UI license](LICENSE-TailwindUI.md). Specifically this clause:
26+
27+
> You can:
28+
> ...
29+
> * Use the Components and Templates to create End Products that are open source and freely available to End Users.
30+
31+
With the above notice, the code in this repository is published under the MIT license.
32+
33+
## Learn more
34+
35+
To learn more about the technologies used in this site template, see the following resources:
36+
37+
- [Tailwind CSS](https://tailwindcss.com/docs) - the official Tailwind CSS documentation
38+
- [Next.js](https://nextjs.org/docs) - the official Next.js documentation

jsconfig.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"baseUrl": ".",
4+
"paths": {
5+
"@/*": ["src/*"]
6+
}
7+
}
8+
}

next.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/** @type {import('next').NextConfig} */
2+
const nextConfig = {
3+
reactStrictMode: true,
4+
experimental: {
5+
scrollRestoration: true,
6+
},
7+
}
8+
9+
module.exports = nextConfig

0 commit comments

Comments
 (0)