From 96c723a26ea2bc2a5f5cb4ea44a028b3af761405 Mon Sep 17 00:00:00 2001 From: Moh Farawati Date: Tue, 13 May 2025 05:19:26 +0000 Subject: [PATCH] Initial commit --- .gitignore | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 11 +++++++++++ README.md | 3 +++ 3 files changed, 63 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0ef4054 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +# ---> WordPress +# Wordpress - ignore core, configuration, examples, uploads and logs. +# https://github.com/github/gitignore/blob/main/WordPress.gitignore + +# Core +# +# Note: if you want to stage/commit WP core files +# you can delete this whole section/until Configuration. +/wp-admin/ +/wp-content/index.php +/wp-content/languages +/wp-content/plugins/index.php +/wp-content/themes/index.php +/wp-includes/ +/index.php +/license.txt +/readme.html +/wp-*.php +/xmlrpc.php + +# Configuration +wp-config.php + +# Example themes +/wp-content/themes/twenty*/ + +# Example plugin +/wp-content/plugins/hello.php + +# Uploads +/wp-content/uploads/ + +# Log files +*.log + +# htaccess +/.htaccess + +# All plugins +# +# Note: If you wish to whitelist plugins, +# uncomment the next line +#/wp-content/plugins + +# All themes +# +# Note: If you wish to whitelist themes, +# uncomment the next line +#/wp-content/themes diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1b2f1ab --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +Copyright 1989, 1990 Advanced Micro Devices, Inc. + +This software is the property of Advanced Micro Devices, Inc (AMD) which +specifically grants the user the right to modify, use and distribute this +software provided this notice is not removed or altered. All other rights +are reserved by AMD. + +AMD MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS +SOFTWARE. IN NO EVENT SHALL AMD BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL +DAMAGES IN CONNECTION WITH OR ARISING FROM THE FURNISHING, PERFORMANCE, OR +USE OF THIS SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..ccde69b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# pausera + +Lightweight and elegant maintenance mode plugin for WordPress. Full control over access, roles, users, IPs, and redirects. Ideal for freelancers and agencies.