From 1d314353bbb11f0ad0bc97f5a0513e3ba1ef48d7 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Thu, 9 Apr 2026 14:51:38 +0200 Subject: [PATCH] luci-plugins: align naming consistency in the repo Signed-off-by: Paul Donald --- .../{luci-auth-example => luci-plugin-auth-example}/Makefile | 2 +- .../{luci-auth-example => luci-plugin-auth-example}/README.md | 2 +- .../resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js | 0 .../plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc | 0 plugins/{plugins-example => luci-plugin-examples}/Makefile | 0 .../resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js | 0 .../resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js | 0 .../resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js | 0 .../resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js | 0 .../plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc | 0 .../plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc | 0 11 files changed, 2 insertions(+), 2 deletions(-) rename plugins/{luci-auth-example => luci-plugin-auth-example}/Makefile (81%) rename plugins/{luci-auth-example => luci-plugin-auth-example}/README.md (98%) rename plugins/{luci-auth-example => luci-plugin-auth-example}/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js (100%) rename plugins/{luci-auth-example => luci-plugin-auth-example}/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc (100%) rename plugins/{plugins-example => luci-plugin-examples}/Makefile (100%) rename plugins/{plugins-example => luci-plugin-examples}/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js (100%) rename plugins/{plugins-example => luci-plugin-examples}/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js (100%) rename plugins/{plugins-example => luci-plugin-examples}/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js (100%) rename plugins/{plugins-example => luci-plugin-examples}/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js (100%) rename plugins/{plugins-example => luci-plugin-examples}/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc (100%) rename plugins/{plugins-example => luci-plugin-examples}/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc (100%) diff --git a/plugins/luci-auth-example/Makefile b/plugins/luci-plugin-auth-example/Makefile similarity index 81% rename from plugins/luci-auth-example/Makefile rename to plugins/luci-plugin-auth-example/Makefile index e0cb751f7b..3a54004b8c 100644 --- a/plugins/luci-auth-example/Makefile +++ b/plugins/luci-plugin-auth-example/Makefile @@ -1,6 +1,6 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=luci-auth-example +PKG_NAME:=luci-plugin-auth-example PKG_VERSION:=1.0 PKG_RELEASE:=1 diff --git a/plugins/luci-auth-example/README.md b/plugins/luci-plugin-auth-example/README.md similarity index 98% rename from plugins/luci-auth-example/README.md rename to plugins/luci-plugin-auth-example/README.md index 56bfbce836..23580e19e6 100644 --- a/plugins/luci-auth-example/README.md +++ b/plugins/luci-plugin-auth-example/README.md @@ -160,5 +160,5 @@ For production use, integrate with actual authentication systems: ## See Also - LuCI Plugin Architecture: commit 617f364 -- HTTP Header Plugins: `plugins/plugins-example/` +- HTTP Header Plugins: `plugins/luci-plugin-examples/` - LuCI Dispatcher: `modules/luci-base/ucode/dispatcher.uc` diff --git a/plugins/luci-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js b/plugins/luci-plugin-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js similarity index 100% rename from plugins/luci-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js rename to plugins/luci-plugin-auth-example/htdocs/luci-static/resources/view/plugins/d0ecde1b009d44ff82faa8b0ff219cef.js diff --git a/plugins/luci-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc b/plugins/luci-plugin-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc similarity index 100% rename from plugins/luci-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc rename to plugins/luci-plugin-auth-example/ucode/plugins/auth/login/d0ecde1b009d44ff82faa8b0ff219cef.uc diff --git a/plugins/plugins-example/Makefile b/plugins/luci-plugin-examples/Makefile similarity index 100% rename from plugins/plugins-example/Makefile rename to plugins/luci-plugin-examples/Makefile diff --git a/plugins/plugins-example/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js b/plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js similarity index 100% rename from plugins/plugins-example/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js rename to plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/0aef1fa8f9a045bdaf51a35ce99eb5c5.js diff --git a/plugins/plugins-example/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js b/plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js similarity index 100% rename from plugins/plugins-example/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js rename to plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/263fe72d7e834fa99a82639ed0d9e3bd.js diff --git a/plugins/plugins-example/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js b/plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js similarity index 100% rename from plugins/plugins-example/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js rename to plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/3ed2ee077c4941f8ab394106fd95ad9d.js diff --git a/plugins/plugins-example/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js b/plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js similarity index 100% rename from plugins/plugins-example/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js rename to plugins/luci-plugin-examples/htdocs/luci-static/resources/view/plugins/6c4b5551b62b4bc8a3053fb519d71d5f.js diff --git a/plugins/plugins-example/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc b/plugins/luci-plugin-examples/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc similarity index 100% rename from plugins/plugins-example/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc rename to plugins/luci-plugin-examples/ucode/plugins/http/headers/0aef1fa8f9a045bdaf51a35ce99eb5c5.uc diff --git a/plugins/plugins-example/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc b/plugins/luci-plugin-examples/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc similarity index 100% rename from plugins/plugins-example/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc rename to plugins/luci-plugin-examples/ucode/plugins/http/headers/263fe72d7e834fa99a82639ed0d9e3bd.uc