Skip to content

Commit

Permalink
fixup more readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Dec 13, 2022
1 parent dd5d429 commit 4cf4f54
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Full-sized drag & drop calendar in JavaScript
- [Documentation](https://fullcalendar.io/docs)
- [Changelog](CHANGELOG.md)
- [Support](https://fullcalendar.io/support)
- [License](LICENSE.txt)
- [License](LICENSE.md)
- [Contributing](CONTRIBUTING.md)
- [Roadmap](https://fullcalendar.io/roadmap)

Expand Down
4 changes: 2 additions & 2 deletions packages/bootstrap4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Installation

First, ensure you have the necessary Bootstrap packages installed:
First, ensure the necessary Bootstrap packages are installed:

```sh
npm install bootstrap@4 @fortawesome/fontawesome-free
Expand All @@ -28,7 +28,7 @@ import { Calendar } from '@fullcalendar/core'
import bootstrapPlugin from '@fullcalendar/bootstrap'
import dayGridPlugin from '@fullcalendar/daygrid'

// import the third-party stylesheets directly from your JS
// import third-party stylesheets directly from your JS
import 'bootstrap/dist/css/bootstrap.css'
import '@fortawesome/fontawesome-free/css/all.css' // needs additional webpack config!

Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fullcalendar/bootstrap",
"version": "6.0.0-beta.4",
"title": "FullCalendar Bootstrap 4 Plugin",
"description": "Bootstrap 4 theme for your calendar",
"description": "Bootstrap 4 theme for FullCalendar",
"keywords": [
"bootstrap",
"bootstrap4"
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Installation

First, ensure you have the necessary Bootstrap packages installed:
First, ensure the necessary Bootstrap packages are installed:

```sh
npm install bootstrap@5 bootstrap-icons
Expand Down
8 changes: 7 additions & 1 deletion packages/icalendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ Display events from a public [iCalendar feed](https://icalendar.org/)

## Installation

Install the FullCalendar core package, the iCalendar plugin, and any other plugins (like [daygrid](https://fullcalendar.io/docs/month-view)):
First, ensure ical.js is installed:

```sh
npm install ical.js
```

Then, install the FullCalendar core package, the iCalendar plugin, and any other plugins (like [daygrid](https://fullcalendar.io/docs/month-view)):

```sh
npm install @fullcalendar/core @fullcalendar/icalendar @fullcalendar/daygrid
Expand Down
9 changes: 4 additions & 5 deletions packages/icalendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@
"ics"
],
"homepage": "https://fullcalendar.io/docs/icalendar",
"dependencies": {
"ical.js": "^1.4.0"
},
"peerDependencies": {
"@fullcalendar/core": "workspace:*"
"@fullcalendar/core": "workspace:*",
"ical.js": "^1.4.0"
},
"devDependencies": {
"@fullcalendar/core": "workspace:*",
"@fullcalendar/standard-scripts": "workspace:*"
"@fullcalendar/standard-scripts": "workspace:*",
"ical.js": "^1.4.0"
},
"scripts": {
"build": "standard-scripts pkg:build",
Expand Down
4 changes: 2 additions & 2 deletions packages/luxon1/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# FullCalendar Luxon 1 Plugin

Enhanced date formatting, conversion, and time zone functionality with [Luxon](https://moment.github.io/luxon/) 1
Enhanced date formatting, conversion, and [named time zone](https://fullcalendar.io/docs/timeZone#named-time-zones) functionality with [Luxon](https://moment.github.io/luxon/) 1

## Installation

First, ensure you have the Luxon installed:
First, ensure Luxon is installed:

```sh
npm install luxon@1
Expand Down
2 changes: 1 addition & 1 deletion packages/luxon1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fullcalendar/luxon",
"version": "6.0.0-beta.4",
"title": "FullCalendar Luxon 1 Plugin",
"description": "Enhanced date formatting, conversion, and time zone functionality with Luxon 1",
"description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 1",
"keywords": [
"luxon",
"luxon1",
Expand Down
4 changes: 2 additions & 2 deletions packages/luxon2/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# FullCalendar Luxon 2 Plugin

Enhanced date formatting, conversion, and time zone functionality with [Luxon](https://moment.github.io/luxon/) 2
Enhanced date formatting, conversion, and [named time zone](https://fullcalendar.io/docs/timeZone#named-time-zones) functionality with [Luxon](https://moment.github.io/luxon/) 2

## Installation

First, ensure you have the Luxon installed:
First, ensure Luxon is installed:

```sh
npm install luxon@2
Expand Down
2 changes: 1 addition & 1 deletion packages/luxon2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fullcalendar/luxon2",
"version": "6.0.0-beta.4",
"title": "FullCalendar Luxon 2 Plugin",
"description": "Enhanced date formatting, conversion, and time zone functionality with Luxon 2",
"description": "Enhanced date formatting, conversion, and named time zone functionality with Luxon 2",
"keywords": [
"luxon",
"luxon2",
Expand Down
6 changes: 3 additions & 3 deletions packages/moment-timezone/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

# FullCalendar Moment Timezone Plugin

Enhanced named time zone functionality with [Moment Timezone](https://momentjs.com/timezone/)
Enhanced [named time zone](https://fullcalendar.io/docs/timeZone#named-time-zones) functionality with [Moment Timezone](https://momentjs.com/timezone/)

## Installation

First, ensure you have the Moment Timezone installed:
First, ensure Moment Timezone is installed:

```sh
npm install moment-timezone
```

Then, install the FullCalendar core package, the Moment plugin, and any other plugins (like [daygrid](https://fullcalendar.io/docs/month-view)):
Then, install the FullCalendar core package, the Moment Timezone plugin, and any other plugins (like [daygrid](https://fullcalendar.io/docs/month-view)):

```sh
npm install @fullcalendar/core @fullcalendar/moment-timezone @fullcalendar/daygrid
Expand Down
4 changes: 2 additions & 2 deletions packages/moment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Enhanced date formatting and conversion with [Moment](https://momentjs.com/)

## Installation

First, ensure you have the Moment installed:
First, ensure Moment is installed:

```sh
npm install moment
Expand All @@ -23,7 +23,7 @@ Instantiate a Calendar with the necessary plugin:

```js
import { Calendar } from '@fullcalendar/core'
import momentPlugin from '@fullcalendar/luxon'
import momentPlugin from '@fullcalendar/moment'
import dayGridPlugin from '@fullcalendar/daygrid'

const calendarEl = document.getElementById('calendar')
Expand Down
8 changes: 7 additions & 1 deletion packages/rrule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ Recurring events with [RRule](https://github.com/jakubroztocil/rrule)

## Installation

Install the FullCalendar core package, the RRule plugin, and any other plugins (like [daygrid](https://fullcalendar.io/docs/month-view)):
First, ensure the RRule lib is installed:

```sh
npm install rrule
```

Then, install the FullCalendar core package, the RRule plugin, and any other plugins (like [daygrid](https://fullcalendar.io/docs/month-view)):

```sh
npm install @fullcalendar/core @fullcalendar/rrule @fullcalendar/daygrid
Expand Down
2 changes: 1 addition & 1 deletion packages/timegrid/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# FullCalendar Time Grid Plugin

Display events on a view with time slots
Display events on time slots

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/timegrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fullcalendar/timegrid",
"version": "6.0.0-beta.4",
"title": "FullCalendar Time Grid Plugin",
"description": "Display events on a view with time slots",
"description": "Display events on time slots",
"keywords": [
"time",
"slots"
Expand Down
6 changes: 2 additions & 4 deletions packages/web-component/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

# FullCalendar Web Component

This package provides a FullCalendar [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) (aka "Custom Element") that accepts a single
`options` attribute. It must be a valid JSON string.
This package provides a FullCalendar [Web Component](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements) (aka "Custom Element") that accepts a single `options` attribute. It must be a valid JSON string.

```html
<!DOCTYPE html>
Expand All @@ -27,8 +26,7 @@ This package provides a FullCalendar [Web Component](https://developer.mozilla.o
</html>
```

It is also possible to set an `options` *property* on the DOM element. This property is a rich
JavaScript object, not merely a JSON string.
It is also possible to set an `options` *property* on the DOM element. This property is a real JavaScript object, not merely a JSON string.

```js
const fullCalendarElement = document.querySelector('full-calendar')
Expand Down

0 comments on commit 4cf4f54

Please sign in to comment.