Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 0cfb246

Browse files
committed
md updates
1 parent 8992054 commit 0cfb246

File tree

2 files changed

+14
-24
lines changed

2 files changed

+14
-24
lines changed

README.md

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,49 +6,39 @@ A drag & drop event calendar with data permanence.
66

77
## Purpose
88

9-
MySQL/JSON integration with fullcalendar
9+
MySQL/JSON integration with FullCalendar with event recurrence capabilities.
1010

11-
* FC updated from v2.6.1 to v3.9.0
12-
* BS3 to BS4 update
13-
* Event title/description hover added
14-
* Repeating events (NEW!)
15-
* Weekday scheduling supported!
11+
# Features
12+
13+
* **Repeating events (NEW!)**
14+
* Weekday scheduling supported
1615
* Recurring events, all-day events, multi-day events supported
1716
* Recurrence editing restricted to delete only
1817
* Available for JSON
1918
* Event scheduling
2019
* JSON scheduling added
2120
* Description field added for MySQL/JSON
21+
* FC updated from v2.6.1 to v3.9.0
22+
* BS3 to BS4 update
23+
* Event title/description hover added
2224

2325
## Getting Started
2426

2527
MySQL
2628

2729
1. Copy files to localhost
28-
2. Create a table in DB called "calendar", and create the tables found in calendar.sql
29-
3. Open bdd.php and enter DB credentials
30-
4. Open index.php
30+
2. Create a table in DB called *calendar*, and create the tables found in *calendar.sql*
31+
3. Open *bdd.php* and enter your DB credentials
32+
4. Open *index.php* from browser
3133

3234
JSON
3335

3436
1. Copy files to localhost
35-
2. Open index-json.php
37+
2. Open *index-json.php* from browser
3638

37-
# Features
38-
39-
* Repeating events (NEW!)
40-
* Weekday scheduling supported!
41-
* Recurring events, all-day events, multi-day events supported
42-
* Recurrence editing restricted to delete only
43-
* Available for JSON
44-
* Event scheduling
45-
* JSON scheduling added
46-
* Description field added for JSON/MySQL
47-
* FC updated from v2.6.1 to v3.9.0
48-
* BS3 to BS4 update
49-
* Event title/description onhover added
39+
Note: If event editing not "sticking" on refresh, verify file permissions are sufficient. ``` ls -l ```
5040

51-
# Usage
41+
# Event Structure
5242

5343
JSON Object Event
5444

img/main.png

100644100755
File mode changed.

0 commit comments

Comments
 (0)