ownCloud Core is the foundational server component of the ownCloud ecosystem, providing a self-hosted platform for secure file storage, synchronization, and sharing across devices and teams. It enables organizations and individuals to maintain full control over their data by running a personal cloud on their own infrastructure rather than relying on third-party providers. The software supports collaborative workflows by allowing users to upload, organize, and share files through a web...
...Main features
- learn (cards due to learn), swat (every card)
- copy cards
- filter
- sort
- synchronize between devices
- share cards with other users (just use all and/or improve and add cards)
Programm code and usage follows the KISS principle, see http://en.wikipedia.org/wiki/KISS_principle
- basic requirement = browser
- OS independent
- no installation required
- no fancy features
- bullet proof synchonization and sharing
- deployment is just copying files onto a PHP enabled webserver
More
- data is on your own server
- no central registration or data mining
Technical Details
- logic in JavaScript (browser)
- Share/synch by PHP scripts on webserver (file based)