Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
latenitefilms committed Aug 28, 2023
1 parent b0a495c commit a62c786
Show file tree
Hide file tree
Showing 31 changed files with 256 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: [latenitefilms]
custom: ["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HQK87KLKY8EVN"]
23 changes: 23 additions & 0 deletions .github/workflows/retype-action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Publish Retype powered website to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main

jobs:
publish:
name: Publish to retype branch

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: retypeapp/action-build@latest
with:
license: ${{ secrets.RETYPE_SECRET }}

- uses: retypeapp/action-github-pages@latest
with:
update-branch: true
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 LateNite Films Pty Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# FastCollections
<img src="https://github.com/latenitefilms/FastCollections/raw/main/docs/static/logo.png" align="right" width="15%" height="15%" />

# Fast Collections

Fast Collections is a Final Cut Pro Workflow Extension that allows you to quickly create a Smart Collection from a list of Keywords.
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recalltoolbox.io
11 changes: 11 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Fast Collections

**Fast Collections** is a **Final Cut Pro Workflow Extension** that allows you to quickly create a Smart Collection from a list of Keywords.

When you're working on massive long-form projects, such as documentaries with lots of footage and keywords, the Final Cut Pro interface can grind to a halt when using the Smart Collection panel.

This simple Workflow Extension allows you to create a new Smart Collection, using a list of supplied keywords very quickly.

> [:icon-desktop-download: **Click here to buy on the Mac App Store**](/buy/)
![](/static/frontpage.png)
3 changes: 3 additions & 0 deletions docs/README.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Welcome
icon: home
order: 10000
11 changes: 11 additions & 0 deletions docs/buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Buy on Mac App Store

> [:icon-desktop-download: **Click here to buy on the Mac App Store**](https://apps.apple.com/us/app/fast-collections/id6463602034)
**Fast Collections** is a one-time payment of **39.99**.

This is generally **39.99** in your local currency (i.e. **AUD39.99**, **USD39.99**, **CAD39.99**).

However, if your country doesn't have an equivalent of 39.99 (i.e. Rp499,000 in Indonesia), it will default to a **USD$39.99 equivalent**.

You can find information about Educational Pricing [here](/educational/).
3 changes: 3 additions & 0 deletions docs/buy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Buy on Mac App Store
icon: desktop-download
order: 9000
5 changes: 5 additions & 0 deletions docs/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Credits

Fast Collections has been thrown together by [Chris Hocking](https://github.com/latenitefilms) at [LateNite Films](https://latenitefilms.com) for Mark Dixon.

Chris also created [CommandPost](https://commandpost.io), [Transfer Toolbox](https://transfertoolbox.io), [BRAW Toolbox](https://brawtoolbox.io), [Marker Toolbox](https://markertoolbox.io) and [Gyroflow Toolbox](https://gyroflowtoolbox.io).
3 changes: 3 additions & 0 deletions docs/credits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Credits
icon: people
order: 4000
5 changes: 5 additions & 0 deletions docs/educational.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Educational Pricing

Educational institutions can get a **50% discount** when they purchase 20 or more copies through [Apple School Manager](https://support.apple.com/en-au/guide/apple-school-manager/welcome/web).

Please [contact Apple](https://support.apple.com/contact) if you need help with Educational Pricing.
3 changes: 3 additions & 0 deletions docs/educational.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Educational Pricing
icon: mortar-board
order: 8999
3 changes: 3 additions & 0 deletions docs/how-to-use.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# How To Use

This page will be updated soon.
3 changes: 3 additions & 0 deletions docs/how-to-use.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: How To Use
icon: flame
order: 7900
43 changes: 43 additions & 0 deletions docs/other-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Explore our other Tools

Here's a collection of other tools we make...

---

### CommandPost

**CommandPost** is a free and open source macOS application that dramatically improves Apple's Final Cut Pro.

You can learn more at [commandpost.io](https://commandpost.io)

---

### Transfer Toolbox

**Transfer Toolbox** allows you to convert Final Cut Pro (for Mac) libraries into Final Cut Pro (for iPad) projects.

You can learn more at [transfertoolbox.io](https://transfertoolbox.io)

---

### BRAW Toolbox

**BRAW Toolbox** allows you to import Blackmagic RAW files directly into Final Cut Pro without transcoding.

You can learn more at [brawtoolbox.io](https://brawtoolbox.io)

---

### Gyroflow Toolbox

**Gyroflow Toolbox** allows you to import Gyroflow Projects into Apple's Final Cut Pro.

You can learn more at [gyroflowtoolbox.io](https://gyroflowtoolbox.io)

---

### Marker Toolbox

**Marker Toolbox** allows you to import Vimeo CSV, Dropbox Replay JSON & Email Comments into Apple's Final Cut Pro.

You can learn more at [markertoolbox.io](https://markertoolbox.io)
3 changes: 3 additions & 0 deletions docs/other-tools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Explore Our Other Tools!
icon: zap
order: 1
19 changes: 19 additions & 0 deletions docs/privacy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Privacy Policy

This is the privacy policy for the **Fast Collections**, macOS Application that is available on the macOS App Store and TestFlight.

Fast Collections does not collect any user data. No personal information is transmitted, stored, or used by this application.

Fast Collections does not use any third-party analytics or tracking tools. It does not contain any in-app purchases or advertisements.

Fast Collections does not communicate with any external servers or services, and it does not access any data on your device beyond what is necessary for the application to function properly.

Apple may collect and use certain usage and performance data from the apps that are available on the App Store. This data is used to help improve the App Store and the overall user experience.

This data collection is not specific to any individual user, and it is not possible for app developers to opt out of this data collection by Apple.

You can read Apple's App Store Privacy Policy [here](https://www.apple.com/legal/privacy/data/en/app-store/).

We use this GitHub Repository for documentation hosting and technical support. You can read GitHub's Privacy Policy [here](https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement).

If you have any questions or concerns, you can [submit an issue](https://github.com/latenitefilms/fastcollections/issues), or email us: producers@latenitefilms.com
3 changes: 3 additions & 0 deletions docs/privacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Privacy Policy
icon: info
order: 2
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release Notes

### 1.0.0 (1)

**🎉 Released:**
- COMING SOON!

This is the first release of Fast Collections. Woohoo!
3 changes: 3 additions & 0 deletions docs/release-notes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Release Notes
icon: versions
order: 5000
45 changes: 45 additions & 0 deletions docs/retype.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
input: .
output: .retype

url: recalltoolbox.io # Add your website address here

branding:
title: Fast Collections
#label: Docs
logo: static/logo.png

links:

- text: Buy on Mac App Store
link: /buy/
icon: desktop-download

- text: Issues
link: https://github.com/latenitefilms/fastcollections/issues
icon: issue-opened
target: blank

- text: Discussions
link: https://github.com/latenitefilms/fastcollections/discussions
icon: comment-discussion
target: blank

- text: FCP Cafe
link: https://fcp.cafe
icon: git-branch
target: blank

- text: Chris on Twitter
link: https://twitter.com/chrisatlatenite
icon: people
target: blank

- text: LateNite
link: https://latenitefilms.com
icon: light-bulb
target: blank

footer:
copyright: "&copy; Copyright {{ year }} LateNite Films Pty Ltd. All rights reserved."

poweredByRetype: false
Binary file added docs/static/frontpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Support

If you run into any bugs, crashes, or you have a feature request, you can post an issue [here](https://github.com/latenitefilms/fastcollections/issues).

If you have any general questions or feedback, you can discuss [here](https://github.com/latenitefilms/fastcollections/discussions).

GitHub registration is free, and this GitHub repository is actively monitored by [LateNite Films](https://github.com/latenitefilms).

You can also email us: [support@latenitefilms.com](mailto:support@latenitefilms.com?subject=Fast%20Collections%20Support)

We're based in **Melbourne, Australia** - you can check the timezone [here](https://www.timeanddate.com/worldclock/australia/melbourne).
3 changes: 3 additions & 0 deletions docs/support.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Support
icon: bug
order: 7500
5 changes: 5 additions & 0 deletions docs/system-requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# System Requirements

Recall Toolbox requires **Final Cut Pro 10.6.5** or later.

You can find Final Cut Pro's system requirements [here](https://www.apple.com/au/final-cut-pro/specs/).
3 changes: 3 additions & 0 deletions docs/system-requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: System Requirements
icon: gear
order: 8998
3 changes: 3 additions & 0 deletions docs/uninstall.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Uninstall

To uninstall **Fast Collections**, simply drag the application to the trash/bin.
3 changes: 3 additions & 0 deletions docs/uninstall.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
label: Uninstall
icon: trash
order: 4900

0 comments on commit a62c786

Please sign in to comment.