Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework HTML files not created by perl #420

Merged
merged 3 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
global-style = true
init-author-email = "[email protected]"
init-author-name = "Craig Knudsen"
init-author-url = "http://www.k5n.us/cknudsen"
init-license = GPL-2.0
init-version = 1.9.1
init-author-url = "http://k5n.us/cknudsen"
init-license = GPL-2.0-only
init-version = 1.9.9
179 changes: 47 additions & 132 deletions UPGRADING.html

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# If you have phpdoc installed, you can use that to
# generate additional documentation.


all: WebCalendar-Database.html faqs.html

# List include files that will be searched for function documentation
INCLUDES = \
../about.php \
../access.php \
../admin.php \
../category_handler.php \
Expand All @@ -15,9 +15,12 @@ INCLUDES = \
../edit_layer_handler.php \
../edit_remotes_handler.php \
../edit_report.php \
../events_ajax.php \
../export.php \
../export_handler.php \
../icalclient.php \
../import.php \
../import_gitlog.php \
../import_outlookcsv.php \
../import_palmdesktop.php \
../includes/access.php \
Expand All @@ -27,7 +30,6 @@ INCLUDES = \
../includes/classes/Doc.php \
../includes/classes/DocList.php \
../includes/classes/Event.php \
../includes/classes/hkit/hcal.profile.php \
../includes/classes/RptEvent.php \
../includes/classes/WebCalendar.php \
../includes/classes/WebCalMailer.php \
Expand All @@ -48,12 +50,19 @@ INCLUDES = \
../includes/xcal.php \
../install/default_config.php \
../install/install_functions.php \
../layers_ajax.php \
../list_unapproved.php \
../login-app.php \
../pref.php \
../purge.php \
../register.php \
../report.php \
../rss_activity_log.php \
../rss_unapproved.php \
../security_audit.php \
../tools/send_reminders.php \
../upcoming.php \
../users_ajax.php \
../view_entry.php \
../view_r.php \
../view_t.php \
Expand Down
672 changes: 289 additions & 383 deletions docs/WebCalendar-DeveloperGuide.html

Large diffs are not rendered by default.

179 changes: 81 additions & 98 deletions docs/WebCalendar-Styling.html

Large diffs are not rendered by default.

Loading