From 4e21341b591b305662a15ef7cce055e5f9dcb135 Mon Sep 17 00:00:00 2001 From: Alan Jack Pippin Date: Sat, 23 Jun 2007 00:43:58 -0600 Subject: [PATCH] Improved usage output. Increased version to 1.0.1 --- module.inc | 2 +- templates/ItemAddEmbedVideo.tpl | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/module.inc b/module.inc index 4ae0cfb..8a9f40d 100644 --- a/module.inc +++ b/module.inc @@ -33,7 +33,7 @@ class EmbedVideoModule extends GalleryModule { $this->setId('embedvideo'); $this->setName($gallery->i18n('Embed Video')); $this->setDescription($gallery->i18n('Add embedded videos from the web')); - $this->setVersion('1.0.0'); + $this->setVersion('1.0.1'); $this->setGroup('import', $gallery->i18n('Import')); $this->setCallbacks('getSiteAdminViews'); $this->setRequiredCoreApi(array(7, 4)); diff --git a/templates/ItemAddEmbedVideo.tpl b/templates/ItemAddEmbedVideo.tpl index 2180a76..a07a0b7 100644 --- a/templates/ItemAddEmbedVideo.tpl +++ b/templates/ItemAddEmbedVideo.tpl @@ -7,7 +7,7 @@

- {g->text text="Import embedded videos into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will add an embedded link to that file. Supported video links: www.youtube.com, video.google.com, or links to any .flv files."} + {g->text text="Import embedded videos into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will add an embedded link to that file."}

{if empty($form.webPageUrls)} @@ -19,10 +19,13 @@

- Example URLs:
- http://video.google.com/videoplay?docid=xxxxxxxxxxx&hl=en
- http://www.youtube.com/watch?v=xxxxxxxxxxx
- http://aaa.bbb.ccc/video.flv
+ Supported Video Sites:
+ YouTube: http://video.google.com/videoplay?docid=xxxxxxxxxxx&hl=en
+ GoogleVideo: http://www.youtube.com/watch?v=xxxxxxxxxxx
+
+ Supported File Types:
+ FlashVideo (.flv): http://aaa.bbb.ccc/video.flv
+
-- 2.34.1