From 4f1e98c2ca2d0d98644c9f1f8103d8b52867a0cd Mon Sep 17 00:00:00 2001 From: Aaron Maturen Date: Sun, 20 May 2012 00:44:08 -0400 Subject: [PATCH] initial commit --- .DS_Store | Bin 0 -> 6148 bytes css/style.css | 3 ++ hooks/search.php | 64 +++++++++++++++++++++++++++++++++++++++++ inline_keywords.yaml | 7 +++++ languages/en.php | 6 ++++ pages/add_keywords.php | 15 ++++++++++ 6 files changed, 95 insertions(+) create mode 100644 .DS_Store create mode 100644 css/style.css create mode 100644 hooks/search.php create mode 100644 inline_keywords.yaml create mode 100644 languages/en.php create mode 100644 pages/add_keywords.php diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 +
+
+

+

+ +
+ + "> + "> + "> +
+
+
+ + + \ No newline at end of file diff --git a/inline_keywords.yaml b/inline_keywords.yaml new file mode 100644 index 0000000..ad5f5dd --- /dev/null +++ b/inline_keywords.yaml @@ -0,0 +1,7 @@ +name: inline_keywords +author: Aaron T. Maturen +version: 0.1 +desc: Short project description +info_url: http://url.to.your/info_pages/ (Link to web page with additional information about the plugin) +config_url: /plugins/simple_keywords/pages/setup.php +default_priority: 999 \ No newline at end of file diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 0000000..ea27aea --- /dev/null +++ b/languages/en.php @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/pages/add_keywords.php b/pages/add_keywords.php new file mode 100644 index 0000000..2fe2861 --- /dev/null +++ b/pages/add_keywords.php @@ -0,0 +1,15 @@ + \ No newline at end of file