Setting up my convoluted web parsing structure... in short:
[glcas.git] / plugins / glcas_plugin.php
diff --git a/plugins/glcas_plugin.php b/plugins/glcas_plugin.php
new file mode 100644 (file)
index 0000000..c0d36b4
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+// this is a plugin just to show the plugin path.
+error_log("glcase_plugin loaded");
+
+global $URL_HANDLERS;
+
+$URL_HANDLERS["repo"] = "repo";
+
+?>
\ No newline at end of file