Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rww-apps/ld-cal
Linked Data Calendar
https://github.com/rww-apps/ld-cal
solid solid-app
Last synced: 5 days ago
JSON representation
Linked Data Calendar
- Host: GitHub
- URL: https://github.com/rww-apps/ld-cal
- Owner: rww-apps
- License: mit
- Created: 2013-09-14T09:22:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T15:28:02.000Z (over 10 years ago)
- Last Synced: 2024-08-01T12:18:53.784Z (3 months ago)
- Topics: solid, solid-app
- Language: CSS
- Size: 891 KB
- Stars: 9
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - rww-apps/ld-cal - Linked Data Calendar (others)
README
LD-cal
======LD-cal is a simple Linked Data calendar Web app. Here are some tips on how to use it.
When ``Month`` view is selected
* create long events by clicking and dragging over multiple days
* drag and drop events to change datesWhen ``Week`` view is selected
* dropping the event to the top bar will turn it into a "Full day" event
* dropping the event back into a specific time interval will set its start hourInstallation
============Simply copy the files to a public directory that is accessible by your Web server. You can basically host it anywhere, without worrying about server configuration.
Alternatively, if you do not have direct access to the Web server, you can use the ``deploy.sh`` script which will PUT the local files to the remote server.
To do so, you need to provide the URI of the remote directory where the app will be located, and optionally, a client certificate. For example, if you have write access to ``http://example.org/apps/``, then you can use ``http://example.org/apps/ld-cal/`` as a viable URI.