protein structure pictures
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1779
Erwin Data Structures 2.1.58633
Erwin Data Structures is a library that is meant to be the ultimate data structure library for mixed usage of C and C++. more>>
Erwin Data Structures is a library that is meant to be the ultimate data structure library for mixed usage of C and C++.
Arbitrary key and value types are implemented by template files that dont use C++ templates, but are instantiated by a Perl script.
This way, mixed usage in C and C++ is possible. However, a C++ interface is generated to support the advantages of the C++ language. No templates, no void*.
Erwin contains a number of tools, too, all of them written in Perl. The following list shows the data structures and tools, together with some typical examples.
<<lessArbitrary key and value types are implemented by template files that dont use C++ templates, but are instantiated by a Perl script.
This way, mixed usage in C and C++ is possible. However, a C++ interface is generated to support the advantages of the C++ language. No templates, no void*.
Erwin contains a number of tools, too, all of them written in Perl. The following list shows the data structures and tools, together with some typical examples.
Download (0.67MB)
Added: 2007-02-09 License: Freely Distributable Price:
997 downloads
MKDoc::Text::Structured::Inline 0.83
MKDoc::Text::Structured::Inline is a Perl module to convert text to HTML without handling block-level tags. more>>
MKDoc::Text::Structured::Inline is a Perl module to convert text to HTML without handling block-level tags.
SYNOPSIS
my $text = some_structured_text();
my $this = MKDoc::Text::Structured::Inline::process ($text);
my $that = MKDoc::Text::Structured::Inline::process_entities_only ($text);
<<lessSYNOPSIS
my $text = some_structured_text();
my $this = MKDoc::Text::Structured::Inline::process ($text);
my $that = MKDoc::Text::Structured::Inline::process_entities_only ($text);
Download (0.014MB)
Added: 2006-08-24 License: Perl Artistic License Price:
1156 downloads
XML::Structured 1.0
XML::Structured is a simple conversion API from XML to perl structures and back. more>>
XML::Structured is a simple conversion API from XML to perl structures and back.
SYNOPSIS
use XML::Structured;
$dtd = [
element =>
attribute1,
attribute2,
[],
element1,
[ element2 ],
[ element3 =>
...
],
[[ element4 =>
...
]],
];
$hashref = XMLin($dtd, $xmlstring);
$hashref = XMLinfile($dtd, $filename_or_glob);
$xmlstring = XMLout($dtd, $hashref);
The XML::Structured module provides a way to convert xml data into a predefined perl data structure and back to xml. Unlike with modules like XML::Simple it is an error if the xml data does not match the provided skeleton (the "dtd"). Another advantage is that the order of the attributes and elements is taken from the dtd when converting back to xml.
<<lessSYNOPSIS
use XML::Structured;
$dtd = [
element =>
attribute1,
attribute2,
[],
element1,
[ element2 ],
[ element3 =>
...
],
[[ element4 =>
...
]],
];
$hashref = XMLin($dtd, $xmlstring);
$hashref = XMLinfile($dtd, $filename_or_glob);
$xmlstring = XMLout($dtd, $hashref);
The XML::Structured module provides a way to convert xml data into a predefined perl data structure and back to xml. Unlike with modules like XML::Simple it is an error if the xml data does not match the provided skeleton (the "dtd"). Another advantage is that the order of the attributes and elements is taken from the dtd when converting back to xml.
Download (0.005MB)
Added: 2006-09-07 License: Perl Artistic License Price:
1142 downloads
Memory Structures Library 4.0
Memory Structures Library (MemSL) is a complete data structures/collection classes library with memory tracing. more>>
Memory Structures Library (MemSL) is a complete data structures/collection classes library with memory tracing, memory debugging, entry/exit tracing, exception handling, definable memory handlers, built-in thread support, and much more.
The project supports single, double, and circular linked lists, AVL balanced and threaded binary trees, dynamic hashing tables, stacks, queues and dequeues (using arrays or linked lists), sets (Pascal implementation, with union, difference, intersection, etc.), bags, tables and dictionaries, priority heaps, priority search queue, and more.
<<lessThe project supports single, double, and circular linked lists, AVL balanced and threaded binary trees, dynamic hashing tables, stacks, queues and dequeues (using arrays or linked lists), sets (Pascal implementation, with union, difference, intersection, etc.), bags, tables and dictionaries, priority heaps, priority search queue, and more.
Download (0.82MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
846 downloads
GraphViz::Data::Structure 0.15
GraphViz::Data::Structure can visualise data structures. more>>
GraphViz::Data::Structure can visualise data structures.
SYNOPSIS
use GraphViz::Data::Structure;
my $gvds = GraphViz:Data::Structure->new($data_structure);
print $gvds->graph()->as_png;
This module makes it easy to visualise data structures, even recursive or circular ones.
It is provided as an alternative to GraphViz::Data::Grapher. Differences:
GraphViz::Data::Structure handles structures of arbitrary depth and complexity, automatically following links using a standard graph traversal algorithm.
GraphViz::Data::Grapher creates graphics of indiividual substructures (arrays, scalars, hashes) which keep the substructure type and data together; GraphViz::Data::Structure does this by shape alone.
GraphViz::Data::Structure encapsulates object info (if any) directly into the node being used to represent the class.
GraphViz::Data::Grapher colors its graphs; GraphViz::Data::Structure doesnt by default.
GraphViz::Data:Structure can parse out globs and CODE references (almost as well as the debugger does).
<<lessSYNOPSIS
use GraphViz::Data::Structure;
my $gvds = GraphViz:Data::Structure->new($data_structure);
print $gvds->graph()->as_png;
This module makes it easy to visualise data structures, even recursive or circular ones.
It is provided as an alternative to GraphViz::Data::Grapher. Differences:
GraphViz::Data::Structure handles structures of arbitrary depth and complexity, automatically following links using a standard graph traversal algorithm.
GraphViz::Data::Grapher creates graphics of indiividual substructures (arrays, scalars, hashes) which keep the substructure type and data together; GraphViz::Data::Structure does this by shape alone.
GraphViz::Data::Structure encapsulates object info (if any) directly into the node being used to represent the class.
GraphViz::Data::Grapher colors its graphs; GraphViz::Data::Structure doesnt by default.
GraphViz::Data:Structure can parse out globs and CODE references (almost as well as the debugger does).
Download (0.040MB)
Added: 2006-08-01 License: Perl Artistic License Price:
1180 downloads
Structured Document Validator 0.7.9
Structured Document Validator project implements a generalized method for structured documents. more>>
Structured Document Validator project implements a generalized method for validating both the structure and content of structured documents.
Any data format that can be deterministically divided into tags and data is classed as a structured document. This definition applies to a wide array of data formats, including XML, Java properties files, and delimited value files.
The application performs validations based on user-defined Structured Document Definitions (SDDs). It provides an environment for validation, SDD development, and document editing.
<<lessAny data format that can be deterministically divided into tags and data is classed as a structured document. This definition applies to a wide array of data formats, including XML, Java properties files, and delimited value files.
The application performs validations based on user-defined Structured Document Definitions (SDDs). It provides an environment for validation, SDD development, and document editing.
Download (0.59MB)
Added: 2006-01-06 License: LGPL (GNU Lesser General Public License) Price:
1387 downloads
Zenith Picture Gallery 0.9.4
Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories. more>>
Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories, creates thumbnails, and stores individual statistics for each one.
Other features of Zenith Picture Gallery include downloadable categories and sub-categories, user accounts and profiles, batch adding via FTP and batch deleting, user comments and ratings, the ability to add languages and skins, the option to rebuild thumbnails, an IP blacklist, and a comprehensive admin control panel that provides access to a great deal of settings and formatting options.
Main features:
- Everything is done from the browser, from installation to configuration.
- Searcheable records by filters.
- Auto-resizing/resampling of images to thumbnails.
- Easy skinning.
- Categories and sub-categories with display permission options.
- User accounts, user profiles, control panels and user types.
- Easy management of languages.
- Blacklist containing IPs of troublesome users.
- Admin CP allows you to define countless settings and formatting options.
- A notice appears in the nav bar to admins when there are pictures, comments or users awaiting approval.
- Batch add pictures via FTP.
- Batch delete pictures.
- Rebuild thumbnails tool.
- Search result and display page addresses are linkable.
- Gallery can be turned on/off.
- Adding pictures can be disabled for guests.
- Sort pictures by Last comments, Most viewed, Top rated.
- ZIP and download pictures.
- User accounts, profiles and pictures can all be managed in the Admin CP.
- Option to receive an email when a picture is submitted.
- 21. Option to allow only registered users to view the gallery.
- 22. Option to set a timezone offset for picture submission dates.
- Categories are mapped to directories in the file structure.
- Users can choose a skin from the ones uploaded.
- Forgot my Password and Resend Activation Email tools.
- Admins can define custom fields for pictures.
- EXIF support.
<<lessOther features of Zenith Picture Gallery include downloadable categories and sub-categories, user accounts and profiles, batch adding via FTP and batch deleting, user comments and ratings, the ability to add languages and skins, the option to rebuild thumbnails, an IP blacklist, and a comprehensive admin control panel that provides access to a great deal of settings and formatting options.
Main features:
- Everything is done from the browser, from installation to configuration.
- Searcheable records by filters.
- Auto-resizing/resampling of images to thumbnails.
- Easy skinning.
- Categories and sub-categories with display permission options.
- User accounts, user profiles, control panels and user types.
- Easy management of languages.
- Blacklist containing IPs of troublesome users.
- Admin CP allows you to define countless settings and formatting options.
- A notice appears in the nav bar to admins when there are pictures, comments or users awaiting approval.
- Batch add pictures via FTP.
- Batch delete pictures.
- Rebuild thumbnails tool.
- Search result and display page addresses are linkable.
- Gallery can be turned on/off.
- Adding pictures can be disabled for guests.
- Sort pictures by Last comments, Most viewed, Top rated.
- ZIP and download pictures.
- User accounts, profiles and pictures can all be managed in the Admin CP.
- Option to receive an email when a picture is submitted.
- 21. Option to allow only registered users to view the gallery.
- 22. Option to set a timezone offset for picture submission dates.
- Categories are mapped to directories in the file structure.
- Users can choose a skin from the ones uploaded.
- Forgot my Password and Resend Activation Email tools.
- Admins can define custom fields for pictures.
- EXIF support.
Download (0.52MB)
Added: 2007-07-09 License: Other/Proprietary License with Source Price:
902 downloads
IRCTree 0.10
IRCTree is a project which shows a tree representing the structure of an IRC network in ASCII. more>>
IRCTree is a project which shows a tree representing the structure of an IRC network in ASCII.
Introduction
IRCTree shows a tree in ascii format representing the structure of an
IRC network.
You need netcat (nc) for it to work.
Example uses
$ irctree irc.swipnet.se
Compiling
No need to compile, but you can copy it into /usr/local/bin with make install.
<<lessIntroduction
IRCTree shows a tree in ascii format representing the structure of an
IRC network.
You need netcat (nc) for it to work.
Example uses
$ irctree irc.swipnet.se
Compiling
No need to compile, but you can copy it into /usr/local/bin with make install.
Download (0.008MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
919 downloads
Xephyrus Data Structures Tag Library 1.5
Xephyrus Data Structures Tag Library is a tag library to provide access to common data-structures. more>>
Xephyrus Data Structures Tag Library provides an easy way to create and manipulate the contents of common Java data-structures such as maps and lists.
Enhancements:
- The library was polished up.
- Several improvements were made and a few bugs were fixed.
- This version is aimed at Java 5 and JSP 2.0.
<<lessEnhancements:
- The library was polished up.
- Several improvements were made and a few bugs were fixed.
- This version is aimed at Java 5 and JSP 2.0.
Download (0.021MB)
Added: 2005-10-13 License: BSD License Price:
1471 downloads
pokertimer 0.1
pokertimer project is just a very little script for poker-turnaments. more>>
pokertimer project is just a very little script for poker-turnaments.
Just execute the file. (You may want to configure the file to fit your desired blind-structure).
<<lessJust execute the file. (You may want to configure the file to fit your desired blind-structure).
Download (0.002MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1124 downloads
Image::MetaData::JPEG::Structures 0.15
Image::MetaData::JPEG::Structures is a Perl module that describes the structure of a JPEG file. more>>
Image::MetaData::JPEG::Structures is a Perl module that describes the structure of a JPEG file; it is an appendix to the main manual page of the Image::MetaData::JPEG module, which the reader should refer to for further details and the general scope.
THE STRUCTURE OF JPEG PICTURES
The JPEG (Joint Photographic Experts Group) ISO standard is a lossy image compression mechanism developed before 1990, designed for compressing colour or gray-scale photo-realistic images (it performs poorly on line-art drawings). The JPEG mechanism is designed to exploit known limitations of the human eye, in particular the fact that colour changes are perceived less accurately than changes in brightness.
Note that although the "baseline" JPEG format is patent-free, there are patents associated with some optional features, namely arithmetic coding and hierarchical storage. For this reason, these optional features are never used on the Web (good job, patent fans ...). JPEG refers only to a class of compression algorithms, not to a specific file format. In order to produce files with embedded JPEG streams, a number of file format (semi-)standards have been adapted or devised, some of which are listed in the format section. The structure of a well formed JPEG file can be described by the following pseudo production rules (for sake of simplicity, some additional constraints between tables and SOF segments are neglected).
JPEG --> (SOI)(misc)*(image)?(EOI)
(image) --> (hierarch.)|(non-hier.)
(hierarch.) --> (DHP)(frame)+
(frame) --> (misc)*(EXP)?(non-hier.)
(non-hier.) --> (SOF)(scan)+
(scan) --> (misc)*(SOS)(data)*(ECS)(DNL)?
(data) --> (ECS)(RST)
(misc) --> (DQT)|(DHT)|(DAC)|(DRI)|(COM)|(APP)
(SOI) = Start Of Image
(EOI) = End Of Image
(SOF) = Start Of Frame header (10 types)
(SOS) = Start Of Scan header
(ECS) = Entropy Coded Segment (row data, not a real segment)
(DNL) = Define Number of Lines segment
(DHP) = Define Hierarchical P??? segment
(EXP) = EXPansion segment
(RST) = ReSTart segment (8 types)
(DQT) = Define Quantisation Table
(DHT) = Define Huffman coding Table
(DAC) = Define Arithmetic coding Table
(DRI) = Define Restart Interval
(COM) = COMment segment
(APP) = APPlication segment
This package does not check that a JPEG file is really correct; it accepts a looser syntax, were segments and ECS blocks are just contiguous (basically, because it does not need to display the image!). All meta-data information is concentrated in the (COM*) and (APP) Segments, exception made for some records in the (SOF*) segment (e.g. image dimensions).
Reference: B< "Digital compression and coding of continuous-tone still
images: requirements and guidelines", CCITT recommend. T.81, 1992,
The International Telegraph and Telephone Consultative Committee,
standard ISO/IEC IS 10918-1 or ITU-T Recommendation T.81 >.
Also: B< "The JPEG still picture compression standard", G.K.Wallace,
1991, IEEE Transactions on Consumer Electronics >.
<<lessTHE STRUCTURE OF JPEG PICTURES
The JPEG (Joint Photographic Experts Group) ISO standard is a lossy image compression mechanism developed before 1990, designed for compressing colour or gray-scale photo-realistic images (it performs poorly on line-art drawings). The JPEG mechanism is designed to exploit known limitations of the human eye, in particular the fact that colour changes are perceived less accurately than changes in brightness.
Note that although the "baseline" JPEG format is patent-free, there are patents associated with some optional features, namely arithmetic coding and hierarchical storage. For this reason, these optional features are never used on the Web (good job, patent fans ...). JPEG refers only to a class of compression algorithms, not to a specific file format. In order to produce files with embedded JPEG streams, a number of file format (semi-)standards have been adapted or devised, some of which are listed in the format section. The structure of a well formed JPEG file can be described by the following pseudo production rules (for sake of simplicity, some additional constraints between tables and SOF segments are neglected).
JPEG --> (SOI)(misc)*(image)?(EOI)
(image) --> (hierarch.)|(non-hier.)
(hierarch.) --> (DHP)(frame)+
(frame) --> (misc)*(EXP)?(non-hier.)
(non-hier.) --> (SOF)(scan)+
(scan) --> (misc)*(SOS)(data)*(ECS)(DNL)?
(data) --> (ECS)(RST)
(misc) --> (DQT)|(DHT)|(DAC)|(DRI)|(COM)|(APP)
(SOI) = Start Of Image
(EOI) = End Of Image
(SOF) = Start Of Frame header (10 types)
(SOS) = Start Of Scan header
(ECS) = Entropy Coded Segment (row data, not a real segment)
(DNL) = Define Number of Lines segment
(DHP) = Define Hierarchical P??? segment
(EXP) = EXPansion segment
(RST) = ReSTart segment (8 types)
(DQT) = Define Quantisation Table
(DHT) = Define Huffman coding Table
(DAC) = Define Arithmetic coding Table
(DRI) = Define Restart Interval
(COM) = COMment segment
(APP) = APPlication segment
This package does not check that a JPEG file is really correct; it accepts a looser syntax, were segments and ECS blocks are just contiguous (basically, because it does not need to display the image!). All meta-data information is concentrated in the (COM*) and (APP) Segments, exception made for some records in the (SOF*) segment (e.g. image dimensions).
Reference: B< "Digital compression and coding of continuous-tone still
images: requirements and guidelines", CCITT recommend. T.81, 1992,
The International Telegraph and Telephone Consultative Committee,
standard ISO/IEC IS 10918-1 or ITU-T Recommendation T.81 >.
Also: B< "The JPEG still picture compression standard", G.K.Wallace,
1991, IEEE Transactions on Consumer Electronics >.
Download (0.28MB)
Added: 2006-08-25 License: Perl Artistic License Price:
1160 downloads
Illustrated 0.12 Alpha
Illustrated project is aiming to provide a way to share picture and photos in a structured way. more>>
Illustrated project is aiming to provide a way to share picture and photos in a structured way. Therefore just like most other web galleries, a title and a description can be added to each photo. But pictures can also be presented as groups within chapters, where they illustrate the text.
I started developping it because although there are many Web galleries already, none was made to do what I wanted to do. The project is very young and therefore much features are too be implemented.
What is Illustrated, and what it is not
- Illustrated is made to share pictures with others with a structured description.
- It supports multilanguage description: you can either add a single description, or add various descriptions with < intl-xx > tags (for instance: < intl-en >English description< /intl-en >). The language used will then depend on the browser settings.
- Within a same album, pictures are shared by chapters, allowing you to storytell what those photos are meaning, just like you would do if you showed to your friends photos of a trip.
- Illustrated is not made to upload loads of pictures for visitors to browse just like with a picture viewer. You could do that, but I would rather recommend you Gallery or Coppermine.
- It is not made to post daily photos and let visitors write some comments. Comments are not supported, and I do not plan to implement this. If you are looking for a photoblog, I would rather recommend you Pixelpost.
How to install it
Illustrated should work on any system as long as PHP, MySQL, and ImageMagick or GD are present. Since it is still at an early development stage, it does not include yet a guided installation, so you will have to set it up manually. This is quite simple though.
Edit the connect.php and index.php files, then just upload all PHP and CSS files in a directory of your web space, and create a directory called pictures with permissions for writing.
Create the database. To do so, if you have access to a command line, just run the following line with your own MySQL login and password.
mysql -ulogin -ppassword < illustrated.sql
If you have access to a phpMyAdmin interface, you can use it to import the file. Just pay attention to the maximum file size.
At last, if you do not have other option left (which would be surprising), you can write a PHP script to build the database. I will write one later.
<<lessI started developping it because although there are many Web galleries already, none was made to do what I wanted to do. The project is very young and therefore much features are too be implemented.
What is Illustrated, and what it is not
- Illustrated is made to share pictures with others with a structured description.
- It supports multilanguage description: you can either add a single description, or add various descriptions with < intl-xx > tags (for instance: < intl-en >English description< /intl-en >). The language used will then depend on the browser settings.
- Within a same album, pictures are shared by chapters, allowing you to storytell what those photos are meaning, just like you would do if you showed to your friends photos of a trip.
- Illustrated is not made to upload loads of pictures for visitors to browse just like with a picture viewer. You could do that, but I would rather recommend you Gallery or Coppermine.
- It is not made to post daily photos and let visitors write some comments. Comments are not supported, and I do not plan to implement this. If you are looking for a photoblog, I would rather recommend you Pixelpost.
How to install it
Illustrated should work on any system as long as PHP, MySQL, and ImageMagick or GD are present. Since it is still at an early development stage, it does not include yet a guided installation, so you will have to set it up manually. This is quite simple though.
Edit the connect.php and index.php files, then just upload all PHP and CSS files in a directory of your web space, and create a directory called pictures with permissions for writing.
Create the database. To do so, if you have access to a command line, just run the following line with your own MySQL login and password.
mysql -ulogin -ppassword < illustrated.sql
If you have access to a phpMyAdmin interface, you can use it to import the file. Just pay attention to the maximum file size.
At last, if you do not have other option left (which would be surprising), you can write a PHP script to build the database. I will write one later.
Download (0.024MB)
Added: 2007-04-27 License: GPL (GNU General Public License) Price:
912 downloads
Photo resize 0.1
Photo resize is a service menu for KDE that changes the selected pictures to a chosen size. more>>
Photo resize is a service menu for KDE that changes the selected pictures to the chosen size (550x550px, 500x500px, 450x450px,200x200px,150x150px).
The geometry will be hold. The script will size the pictures to their longer side.
Attention: The pictures will be overwritten!!
<<lessThe geometry will be hold. The script will size the pictures to their longer side.
Attention: The pictures will be overwritten!!
Download (MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
843 downloads
Python Macromolecular Library 1.0.0
Python Macromolecular Library is a software toolkit and library of routines for the analysis of macromolecular structural models more>>
Python Macromolecular Library (mmLib) is a software toolkit and library of routines for the analysis and manipulation of macromolecular structural models, implemented in the Python programming language.
Python Macromolecular Library is accessed via a layered, object-oriented application programming interface, and provides a range of useful software components for parsing mmCIF, and PDB files, a library of atomic elements and monomers, an object-oriented data structure describing biological macromolecules, and an OpenGL molecular viewer.
The mmLib data model is designed to provide easy access to the various levels of detail needed to implement high-level application programs for macromolecular crystallography, NMR, modeling, and visualization.
This includes specialized classes for proteins, DNA, amino acids, and nucleic acids. Also included is a extensive monomer library, element library, and specialized classes for performing unit cell calculations combined with a full space group library.
<<lessPython Macromolecular Library is accessed via a layered, object-oriented application programming interface, and provides a range of useful software components for parsing mmCIF, and PDB files, a library of atomic elements and monomers, an object-oriented data structure describing biological macromolecules, and an OpenGL molecular viewer.
The mmLib data model is designed to provide easy access to the various levels of detail needed to implement high-level application programs for macromolecular crystallography, NMR, modeling, and visualization.
This includes specialized classes for proteins, DNA, amino acids, and nucleic acids. Also included is a extensive monomer library, element library, and specialized classes for performing unit cell calculations combined with a full space group library.
Download (7.9MB)
Added: 2007-05-22 License: Artistic License Price:
888 downloads
Simple Picture Gallery Manager 1.4.5
SPGM is a PHP script that displays picture galleries on the web. more>>
SPGM is a PHP script that displays picture galleries on the web. It is intended to provide a very simple way to set up online photo albums: creating directories, filling them with pictures and uploading to your website... That is what its all about !
Several cool features are also included, while keeping in mind that the program aims to be as lightweight, simple and portable as possible. Dont expect automatic thumbnail generation, advanced search functions, nor per-gallery full statistics then.
SPGM generates XHTML 1.0 Strict compliant code and makes extensive use of CSS stylesheets to render galleries. It only requires PHP version 4 or higher and does not rely on image manipulation libraries (like GD), or any database system whatsoever.
Main features:
- gallery/picture captioning
- unlimited sub-galleries
- per gallery complete configuration (inheritance supported)
- several sort options for both pictures and galleries
- random/fixed thumbnails used for gallery previews
- new pictures highlighting
- hidden galleries
- EXIF support
- slideshow mode
- easy integration into websites
- multi-language support (29 languages are currently provided)
- flavors (themes) available for use
Enhancements:
- This is a maintenance release that provides various bugfixes and small features.
- People who want to upgrade from previous versions should pay attention to the release notes, as a few configuration files must be updated as well.
<<lessSeveral cool features are also included, while keeping in mind that the program aims to be as lightweight, simple and portable as possible. Dont expect automatic thumbnail generation, advanced search functions, nor per-gallery full statistics then.
SPGM generates XHTML 1.0 Strict compliant code and makes extensive use of CSS stylesheets to render galleries. It only requires PHP version 4 or higher and does not rely on image manipulation libraries (like GD), or any database system whatsoever.
Main features:
- gallery/picture captioning
- unlimited sub-galleries
- per gallery complete configuration (inheritance supported)
- several sort options for both pictures and galleries
- random/fixed thumbnails used for gallery previews
- new pictures highlighting
- hidden galleries
- EXIF support
- slideshow mode
- easy integration into websites
- multi-language support (29 languages are currently provided)
- flavors (themes) available for use
Enhancements:
- This is a maintenance release that provides various bugfixes and small features.
- People who want to upgrade from previous versions should pay attention to the release notes, as a few configuration files must be updated as well.
Download (0.10MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1059 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above protein structure pictures search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed