richard
/
cyca
Archived
1
0
Fork 0
This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
Go to file
Richard Dern b87fce9336 Final commit 2024-02-08 11:04:05 +01:00
.vscode Refresh 2022-01-12 00:35:37 +01:00
app Final commit 2024-02-08 11:04:05 +01:00
bootstrap Refresh 2022-01-12 00:35:37 +01:00
config Refresh 2022-01-12 00:35:37 +01:00
database Final commit 2024-02-08 11:04:05 +01:00
docker Refresh 2022-01-12 00:35:37 +01:00
public Final commit 2024-02-08 11:04:05 +01:00
resources Final commit 2024-02-08 11:04:05 +01:00
routes Refresh 2022-01-12 00:35:37 +01:00
storage Refresh 2022-01-12 00:35:37 +01:00
tests Refresh 2022-01-12 00:35:37 +01:00
.editorconfig Refresh 2022-01-12 00:35:37 +01:00
.env.example Refresh 2022-01-12 00:35:37 +01:00
.gitattributes Refresh 2022-01-12 00:35:37 +01:00
.gitignore Refresh 2022-01-12 00:35:37 +01:00
.php_cs Refresh 2022-01-12 00:35:37 +01:00
.styleci.yml Refresh 2022-01-12 00:35:37 +01:00
LICENSE Refresh 2022-01-12 00:35:37 +01:00
README.md Refresh 2022-01-12 00:35:37 +01:00
artisan Refresh 2022-01-12 00:35:37 +01:00
composer.json Refresh 2022-01-12 00:35:37 +01:00
composer.lock Final commit 2024-02-08 11:04:05 +01:00
package-lock.json Final commit 2024-02-08 11:04:05 +01:00
package.json Refresh 2022-01-12 00:35:37 +01:00
phpunit.xml Refresh 2022-01-12 00:35:37 +01:00
server.php Refresh 2022-01-12 00:35:37 +01:00
tailwind.config.js Refresh 2022-01-12 00:35:37 +01:00
webpack.mix.js Refresh 2022-01-12 00:35:37 +01:00

README.md

Project moved to https://git.athaliasoft.com/richard/cyca !

Cyca

About

Cyca is a web-based, desktop-centric, multi-user bookmarks and feeds manager.

Key features

  • Organisation of bookmarks and feed in a folders hierarchy
    • Drag'n'drop for folders and bookmarks
    • You can create no folder at all, or a huge hierarchy
    • You can add as many bookmarks to a folder as you want
  • Unobtrusive
    • No notification, popup or anything eye-catching, except number of unread items right to each folder and document
    • Simple forms to add folders and bookmarks, simple buttons to subscribe to feeds
    • No personal data collected, no telemetry, no query to any external server except to update documents and feeds
  • Auto-update documents and feeds
    • Auto-purging unused documents and feeds
    • Respects standards and good-practices to avoid unwanted network traffic
  • Documents and feeds are mutual to all users
    • Bookmarks (which points to documents), subscriptions (which points to feeds) and unread feed item are private and not known to other users
    • Already existing documents and feeds are quicker to display when adding a bookmark
    • Groups management: create and join groups to share bookmarks and feeds
  • Desktop-centric
    • Features a three-columns layout which provides direct access to any information you need quickly
    • Features a details panels that changes with context, which provides forms and informations at just about the right time

Author's notes

Bookmarks and feeds naturally get along, so it was obvious to me to manage them from the same application.

The intent behind Cyca is to put light on feeds you can miss: as Cyca can discover feeds in your bookmarks, when you bookmark a URL, you automatically gain visibility to declared feeds. You don't even need to know about RSS or Atom at all, which could introduce new people to these technologies.

Installation

Please read native installation documentation from Cyca's official website.

License

Cyca is licensed under the GNU GPL in its more recent version. You will find a copy of this license in the LICENSE file at the root of Cyca's archive.

Cyca's creator is Richard Dern.