-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,485 changed files
with
182,193 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
open_ios: | ||
$(MAKE) -C apple open | ||
|
||
apple_graphql_gen: | ||
$(MAKE) -C apple graphql_gen | ||
|
||
apple_extension_gen: | ||
$(MAKE) -C apple extension_gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Omnivore | ||
|
||
[Omnivore](https://omnivore.app) is a complete, open source read-it-later solution for people who like text. | ||
|
||
We built Omnivore because we love reading and we want it to be more social. Join us! | ||
|
||
- Highlighting, notes, search, and sharing | ||
- Full keyboard navigation | ||
- Automatically saves your place in long articles | ||
- Add articles via email (with substack support!) | ||
- PDF support | ||
- [Web app](https://omnivore.app/) written in node and typescript | ||
- [Native iOS app](https://discord.gg/nyqRrjujNe) | ||
- Progressive web app for Android users | ||
- [Browser extensions](https://omnivore.app/install/chrome) for Chrome, Safari, Firefox, and Edge | ||
- Tagging (coming soon!) | ||
- Offline support (coming soon!) | ||
|
||
Every single part is fully open source! Fork it, extend it, or deploy it to your own server. | ||
|
||
We also have a free hosted version of Omnivore at [omnivore.app](https://omnivore.app/) -- try it now! | ||
|
||
## Join us on Discord! | ||
|
||
We're building our community on Discord. [Join us!](https://discord.gg/nyqRrjujNe) | ||
|
||
## How to setup local development | ||
|
||
FIXME: Jackson to fill this in | ||
|
||
## How to deploy to your own server | ||
|
||
FIXME: Jackson to fill this in | ||
|
||
## License | ||
|
||
Omnivore and our extensions to Readability.js are under the AGPL-3.0 license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.swiftpm/ | ||
|
||
*.xcuserstate | ||
.DS_Store | ||
*.xcuserdatad | ||
|
||
.build | ||
/build | ||
*/xcuserdata | ||
*.xccheckout | ||
*.moved-aside | ||
DerivedData | ||
*.hmap | ||
*.ipa | ||
.bundle | ||
output/ | ||
/vendor | ||
*.dSYM.zip | ||
|
||
OmnivoreKit/Sources/Utils/Resources/Keys.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--exclude build,.build,vendor,docs,.bundle | ||
--indent 2 | ||
--tabwidth 2 | ||
--commas inline | ||
--self init-only | ||
--swiftversion 5.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
excluded: | ||
- build | ||
- .build | ||
- vendor | ||
- docs | ||
- .bundle | ||
- BuildTools | ||
|
||
identifier_name: | ||
excluded: | ||
- id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// Empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "Files", | ||
"repositoryURL": "https://github.com/JohnSundell/Files", | ||
"state": { | ||
"branch": null, | ||
"revision": "d273b5b7025d386feef79ef6bad7de762e106eaf", | ||
"version": "4.2.0" | ||
} | ||
}, | ||
{ | ||
"package": "SourceKitten", | ||
"repositoryURL": "https://github.com/jpsim/SourceKitten.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "7f4be006fe73211b0fd9666c73dc2f2303ffa756", | ||
"version": "0.31.0" | ||
} | ||
}, | ||
{ | ||
"package": "swift-argument-parser", | ||
"repositoryURL": "https://github.com/apple/swift-argument-parser", | ||
"state": { | ||
"branch": null, | ||
"revision": "9564d61b08a5335ae0a36f789a7d71493eacadfc", | ||
"version": "0.3.2" | ||
} | ||
}, | ||
{ | ||
"package": "swift-graphql", | ||
"repositoryURL": "https://github.com/maticzav/swift-graphql", | ||
"state": { | ||
"branch": null, | ||
"revision": "c3dee58c57543db473b2d5fd76871e282adedc9d", | ||
"version": "2.2.1" | ||
} | ||
}, | ||
{ | ||
"package": "SwiftFormat", | ||
"repositoryURL": "https://github.com/nicklockwood/SwiftFormat", | ||
"state": { | ||
"branch": null, | ||
"revision": "a9bdfd2548ebe518a693a5c6341d27c42b7e7a0a", | ||
"version": "0.48.11" | ||
} | ||
}, | ||
{ | ||
"package": "SwiftLint", | ||
"repositoryURL": "https://github.com/realm/SwiftLint", | ||
"state": { | ||
"branch": null, | ||
"revision": "e820e750b08bd67bc9d98f4817868e9bc3d5d865", | ||
"version": "0.44.0" | ||
} | ||
}, | ||
{ | ||
"package": "SwiftyTextTable", | ||
"repositoryURL": "https://github.com/scottrhoyt/SwiftyTextTable.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "c6df6cf533d120716bff38f8ff9885e1ce2a4ac3", | ||
"version": "0.9.0" | ||
} | ||
}, | ||
{ | ||
"package": "SWXMLHash", | ||
"repositoryURL": "https://github.com/drmohundro/SWXMLHash.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "9183170d20857753d4f331b0ca63f73c60764bf3", | ||
"version": "5.0.2" | ||
} | ||
}, | ||
{ | ||
"package": "Yams", | ||
"repositoryURL": "https://github.com/jpsim/Yams.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "9ff1cc9327586db4e0c8f46f064b6a82ec1566fa", | ||
"version": "4.0.6" | ||
} | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// swift-tools-version:5.5 | ||
import PackageDescription | ||
|
||
let package = Package( | ||
name: "BuildTools", | ||
platforms: [.macOS(.v10_11)], | ||
dependencies: [ | ||
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.48.11"), | ||
.package(url: "https://github.com/realm/SwiftLint", from: "0.44.0"), | ||
.package(url: "https://github.com/maticzav/swift-graphql", from: "2.2.1") | ||
], | ||
targets: [.target(name: "BuildTools", path: "")] | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.developer.applesignin</key> | ||
<array> | ||
<string>Default</string> | ||
</array> | ||
<key>com.apple.security.app-sandbox</key> | ||
<true/> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>QJF2XZ86HB.app.omnivore.app</string> | ||
</array> | ||
<key>com.apple.security.files.user-selected.read-only</key> | ||
<true/> | ||
<key>com.apple.security.network.client</key> | ||
<true/> | ||
<key>com.apple.security.network.server</key> | ||
<true/> | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>$(AppIdentifierPrefix)app.omnivoreapp.shared</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>aps-environment</key> | ||
<string>production</string> | ||
<key>com.apple.developer.applesignin</key> | ||
<array> | ||
<string>Default</string> | ||
</array> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>group.app.omnivoreapp</string> | ||
</array> | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>$(AppIdentifierPrefix)app.omnivore.shared</string> | ||
</array> | ||
<key>com.apple.developer.associated-domains</key> | ||
<array> | ||
<string>applinks:omnivore.app</string> | ||
<string>applinks:dev.omnivore.app</string> | ||
<string>applinks:demo.omnivore.app</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.security.app-sandbox</key> | ||
<true/> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>QJF2XZ86HB.app.omnivore.app</string> | ||
</array> | ||
<key>com.apple.security.files.user-selected.read-only</key> | ||
<true/> | ||
<key>com.apple.security.network.client</key> | ||
<true/> | ||
<key>com.apple.security.network.server</key> | ||
<true/> | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>$(AppIdentifierPrefix)app.omnivoreapp.shared</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>group.app.omnivoreapp</string> | ||
</array> | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>$(AppIdentifierPrefix)app.omnivore.shared</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>com.apple.security.app-sandbox</key> | ||
<true/> | ||
<key>com.apple.security.application-groups</key> | ||
<array> | ||
<string>QJF2XZ86HB.app.omnivore.app</string> | ||
</array> | ||
<key>com.apple.security.files.user-selected.read-only</key> | ||
<true/> | ||
<key>com.apple.security.network.client</key> | ||
<true/> | ||
<key>com.apple.security.network.server</key> | ||
<true/> | ||
<key>keychain-access-groups</key> | ||
<array> | ||
<string>$(AppIdentifierPrefix)app.omnivoreapp.shared</string> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIconFile</key> | ||
<string></string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>$(MARKETING_VERSION)</string> | ||
<key>CFBundleURLTypes</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleURLName</key> | ||
<string>com.omnivore</string> | ||
<key>CFBundleURLSchemes</key> | ||
<array> | ||
<string>omnivore</string> | ||
</array> | ||
</dict> | ||
</array> | ||
<key>CFBundleVersion</key> | ||
<string>$(CURRENT_PROJECT_VERSION)</string> | ||
<key>LSApplicationCategoryType</key> | ||
<string>public.app-category.utilities</string> | ||
<key>LSMinimumSystemVersion</key> | ||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string> | ||
<key>NSAppTransportSecurity</key> | ||
<dict> | ||
<key>NSAllowsLocalNetworking</key> | ||
<true/> | ||
</dict> | ||
<key>NSPrincipalClass</key> | ||
<string>NSApplication</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CFBundleDevelopmentRegion</key> | ||
<string>$(DEVELOPMENT_LANGUAGE)</string> | ||
<key>CFBundleExecutable</key> | ||
<string>$(EXECUTABLE_NAME)</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleName</key> | ||
<string>$(PRODUCT_NAME)</string> | ||
<key>CFBundlePackageType</key> | ||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.0</string> | ||
<key>CFBundleVersion</key> | ||
<string>1</string> | ||
</dict> | ||
</plist> |
Oops, something went wrong.