显示具有 gallery 标签的文章。 显示所有文章
显示具有 gallery 标签的文章。 显示所有文章

2008年5月7日 星期三

Gallery中文版?

国际开源软件的相册源代码中,Gallery声名可谓最响,sourceforge上面,数百万人次关注。官方站点的介绍是这样的:
This is the official website of Gallery, the open source web based photo album organizer. Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you're running a small personal site or a large community site.

这个相册与Joomla!一样,也有两个版本,现在最新稳定版本是1.5.7和2.2.4,区别是1.5.x不需要数据库,使用文本作为数据库。此外,Gallery还开发了Gallery remote,允许使用桌面工具远程批量上传图片。

这个好的东西当然也想玩一下,于是找中文版,找中文语言包,不想居然没有找到简体中文包,正体中文的倒是有香港和台湾两个版本。初步看了一下语言包,编译过的,没法。但是由于是utf-8的,也可以玩玩。

Gallery官方网站:http://gallery.menalto.com/
sourceforge的下载地址:http://sourceforge.net/project/showfiles.php?group_id=7130  有繁体utf-8版本。

2008年5月6日 星期二

非常不错的gallery组件- Phoca Gallery

在寻找更好的用于产品展示的组件,发现了这个phocaGallery。这是一个非常不错的相册组件,可批量上传,自动生成缩略图,后台设置参数多。前台如下图,效果依然是lightbox类效果。

这个组件的安装需要写入数据库,现在已经到了1.8.0Alpha,官方站点还有中文包。
Home - Grinding wheels

Home - Grinding wheelsx

官方说明:
Phoca Gallery Random Image Module is a Joomla! 1.5 Module which shows a random image from Phoca Gallery component. Requirements: - Joomla!1.5 (Stable version or any later). - PHP 4.4.1 (or any later version) with GD library (graphics library for thumbnails creation). - Phoca Gallery with Slideshow component.
Installation:
http://www.phoca.cz/phocagallery-random-image/
Usage:
http://www.phoca.cz/phocagallery-random-image/
Frontend Demo:
http://www.phoca.cz/phocagallery/demo/
Download: http://www.phoca.cz/phocagallery-random-image/index.php?site=download Help:
http://www.phoca.cz/phocagallery-random-image/index.php?site=help http://www.phoca.cz/forum/
http://www.phoca.cz/phocagallery/user-manual/
License:
GNU GPL

2008年5月5日 星期一

图像显示插件- Slimbox

这是一个图像显示插件,效果不错,就是常见的那种弹出一层暗色显示图像的效果。也就是lightbox效果。后台的说明是这样的:

Slimbox is a visual clone of the popular Lightbox JS v2.0 by Lokesh Dhakar, written using the ultra compact mootools framework. It was designed to be small, efficient, more convenient and 100% compatible with the original Lightbox v2. For more information, see http://www.digitalia.be/software/slimbox
How to use

{slimbox images/img_1.jpg,images/timg_1.jpg,Things I like; images/img_2.jpg, images/timg_2.jpg, Why does this happen to me?; images/img_3.jpg,images/timg_3.jpg, when will it end?; images/img_4.jpg,images/timg_4.jpg}


- To use the plugin, simply type the above into your Joomla! article.
- You can have multiple {slimbox x,x,x } galleries.
- Or, you can show only a single image with slimbox.
- Each image string can have three parts separated by the comma: "," -- the regular sized image, the thumbnail and the caption.
- You must specify the first two values; if you do not have a thumbnail to display, simply repeat the name of the regular sized image.
- Images must be specified from the baseURL, absent the first slash, and should not have quotes (Correct: images/amy.jpg -- Incorrect: "/images/amy.jpg")
- Captions should follow the second image and a comma and should not have quotes or commas or semicolons.
- If you do not want captions for a specific image, or if you do not want captions for any of your images, you can simply omit the third part of the image string.
- Image strings must be separated by the semicolon: ";"
- On the webpage, itself, you can display all of the thumbnails or only the first. If you only want one thumbnail to show, add the word "single" in lowercase, following the "{slimbox" literal.
Please let me know of any problems you might have. Have fun with Joomla!.
AmyStephen :)

这个也不是全自动,也要直接编写代码,虽然简单,但也是比较麻烦。