Skip to content

Commit

Permalink
1. Implemented first draft of user guide website
Browse files Browse the repository at this point in the history
2. Browser extension: added `web-ext` tool as dev dependency and added the
script used to build
  • Loading branch information
amitnovick committed Aug 26, 2019
1 parent b8ef11b commit 2f72282
Show file tree
Hide file tree
Showing 16 changed files with 19,571 additions and 26 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -6,4 +6,5 @@ build
.DS_Store
*.log
.idea/
.vscode/
.vscode/
docs/node_modules
14 changes: 7 additions & 7 deletions README.md
@@ -1,5 +1,5 @@
<div align="center">
<img src="docs/horizontal-logo.png" width="350" alt="Catalog Logo">
<img src="https://github.com/amitnovick/catalog/blob/master/docs/horizontal-logo.png?raw=true" width="350" alt="Catalog Logo">
</div>

> In library and information science, cataloging is the process of creating metadata representing
Expand All @@ -13,16 +13,16 @@ platforms. Catalog is compatible with Windows, Linux and Mac. The application re
internet connection, nor user's registration to run on desktop devices.

<div align="center">
<img src="docs/app-screenshot.png" width="350" alt="Catalog App Screenshot">
<img src="https://raw.githubusercontent.com/amitnovick/catalog/master/docs/app-screenshot.png" width="350" alt="Catalog App Screenshot">
</div>

## Desktop application

| Operating System | Download |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows | <a href='https://github.com/amitnovick/catalog/releases/download/v0.6.23/catalog-setup-0.6.23.exe'><img alt='Get it on Windows' width="134px" src='docs/BadgeWindows.png'/></a> |
| macOS | <a href='https://github.com/amitnovick/catalog/releases/download/v0.6.23/Catalog-0.6.23.dmg'><img alt='Get it on macOS' width="134px" src='docs/BadgeMacOS.png'/></a> |
| Linux | <a href='https://github.com/amitnovick/catalog/releases/download/v0.6.23/catalog-0.6.23.AppImage'><img alt='Get it on Linux' width="134px" src='docs/BadgeLinux.png'/></a> |
| Operating System | Download |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Windows | <a href='https://github.com/amitnovick/catalog/releases/download/v0.6.23/catalog-setup-0.6.23.exe'><img alt='Get it on Windows' width="134px" src='https://raw.githubusercontent.com/amitnovick/catalog/master/docs/BadgeWindows.png'/></a> |
| macOS | <a href='https://github.com/amitnovick/catalog/releases/download/v0.6.23/Catalog-0.6.23.dmg'><img alt='Get it on macOS' width="134px" src='https://raw.githubusercontent.com/amitnovick/catalog/master/docs/BadgeMacOS.png'/></a> |
| Linux | <a href='https://github.com/amitnovick/catalog/releases/download/v0.6.23/catalog-0.6.23.AppImage'><img alt='Get it on Linux' width="134px" src='https://raw.githubusercontent.com/amitnovick/catalog/master/docs/BadgeLinux.png'/></a> |

In addition to the desktop application, a companion Web Clipper browser extension is available for
[Firefox](https://addons.mozilla.org/en-US/firefox/addon/catalog-web-clipper/) and
Expand Down
2 changes: 1 addition & 1 deletion browser-extension/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Catalog Web Clipper",
"version": "0.3.1",
"version": "0.3.2",
"description": "Save web clippings to Catalog app",
"icons": {
"32": "icons/32.png",
Expand Down

0 comments on commit 2f72282

Please sign in to comment.