radiant-enabler-extension 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +22 -2
- data/VERSION +1 -1
- data/radiant-enabler-extension.gemspec +1 -1
- metadata +2 -2
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
# Enabler
|
2
2
|
|
3
3
|
Enabler can enable and disable a site remotely. Here's how it works:
|
4
4
|
|
@@ -12,4 +12,24 @@ Each time you post to enable or disable the cache is cleared. The messages displ
|
|
12
12
|
|
13
13
|
So that your sites don't reveal whether or not this extension is installed, if you post an invalid api key it will respond with the usual Radiant response for any url. Responding to an invalid key with a 403 (as you might expect from this) would allow someone to scan your site for this url and a 403 response. To avoid that, it'll just render your FileNotFound page.
|
14
14
|
|
15
|
-
Built by [Saturn Flyer](http://www.saturnflyer.com)
|
15
|
+
Built by [Saturn Flyer](http://www.saturnflyer.com)
|
16
|
+
|
17
|
+
Copyright (c) 2010, Jim Gay
|
18
|
+
|
19
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
20
|
+
copy of this software and associated documentation files (the "Software"),
|
21
|
+
to deal in the Software without restriction, including without limitation
|
22
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
23
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
24
|
+
Software is furnished to do so, subject to the following conditions:
|
25
|
+
|
26
|
+
The above copyright notice and this permission notice shall be included in
|
27
|
+
all copies or substantial portions of the Software.
|
28
|
+
|
29
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
30
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
31
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
32
|
+
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
33
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
34
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
35
|
+
DEALINGS IN THE SOFTWARE.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.1
|