diff options
| author | bill <bill@pixelspoke.com> | 2015-04-29 11:45:06 -0700 | 
|---|---|---|
| committer | bill <bill@pixelspoke.com> | 2015-04-29 11:45:06 -0700 | 
| commit | f5ad80452b1f6d064c7daa18c679b47fedac9e61 (patch) | |
| tree | 4185568c669390dd995ec534eac4662f356f5003 /skins/S3upload | |
| parent | e59c683a984c0999ece212b54a3c255bcffa8be4 (diff) | |
Initial uploadv0.1
Diffstat (limited to 'skins/S3upload')
| -rw-r--r-- | skins/S3upload/skin.conf | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/skins/S3upload/skin.conf b/skins/S3upload/skin.conf new file mode 100644 index 0000000..ebcd513 --- /dev/null +++ b/skins/S3upload/skin.conf @@ -0,0 +1,14 @@ +############################################################################### +# Copyright (c) 2015 Bill Madill <bill@jamimi.com>                            # +# with credit to Will Page <compenguy@gmail.com> for the Rsync code and       # +# With credit to Tom Keffer <tkeffer@gmail.com>                               # +#                                                                             # +# S3upload CONFIGURATION FILE                                                 # +#   This 'report' does not generate any files. Instead, the report engine     # +#   invokes s3cmd to upload the generated HTML files to an S3 bucket from     # +#   where the HTML files are served publicly.                                 # +############################################################################### + +[Generators] +    generator_list = user.S3upload.S3syncGenerator +          | 
