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