stamp collecting
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 440
mwcollect 3.0.3
mwcollect is an easy solution to collect worms and other autonomous spreading malware in a non-native environment. more>>
mwcollect is an easy solution to collect worms and other autonomous spreading malware in a non-native environment like FreeBSD or Linux.
The first versions were used to collect binaries for botnet monitoring and bots are still what mwcollect is mostly used for collecting.
Some people consider it a next generation honeypot, however that comparison often leads to the misunderstanding that computers running mwcollect can actually be infected with the malware - that is not the case!
Enhancements:
- This release adds a submit-gotek submission module, fixes some bugs in the timeout code, and builds cleanly under FreeBSD.
<<lessThe first versions were used to collect binaries for botnet monitoring and bots are still what mwcollect is mostly used for collecting.
Some people consider it a next generation honeypot, however that comparison often leads to the misunderstanding that computers running mwcollect can actually be infected with the malware - that is not the case!
Enhancements:
- This release adds a submit-gotek submission module, fixes some bugs in the timeout code, and builds cleanly under FreeBSD.
Download (0.042MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1374 downloads
Timestamp::Simple 1.01
Timestamp::Simple is a Perl module with simple methods for timestamping. more>>
Timestamp::Simple is a Perl module with simple methods for timestamping.
SYNOPSIS
use Timestamp::Simple qw(stamp);
print stamp, "n";
This module provides a simple method for returning a stamp to mark when an event occurs.
METHODS
stamp()
This method returns a timestamp in the form yyyymmddHHMMSS.
<<lessSYNOPSIS
use Timestamp::Simple qw(stamp);
print stamp, "n";
This module provides a simple method for returning a stamp to mark when an event occurs.
METHODS
stamp()
This method returns a timestamp in the form yyyymmddHHMMSS.
Download (0.010MB)
Added: 2007-04-27 License: Perl Artistic License Price:
912 downloads
vnstat PHP frontend 1.2.1
vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. more>>
vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. Since vnStat is console mode only I created this script to make a nice report of the data collected by vnStat.
This script requires a working PHP setup with GD image libraries. Also vnStat must be properly installed and collecting data. For information about how to set those up please check their respective homepages (see links section).
<<lessThis script requires a working PHP setup with GD image libraries. Also vnStat must be properly installed and collecting data. For information about how to set those up please check their respective homepages (see links section).
Download (0.012MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
949 downloads
Network Weathermap Creator 1.3.1
Netmap is a program to create network weathermaps based on existing images created by other software. more>>
Netmap is a program to create network weathermaps based on existing images created by other software. It uses SNMP for collecting data from other devices and it does not depend on MRTG or any other statistics program.
Enhancements:
- configure.in, db/create_tables.sql, doc/netmap.tex, interface/admin/netmap_a.css, interface/admin/common/config.inc, interface/admin/netmap/nm_config.cgi.in, interface/admin/points/points_edit.cgi.in, interface/ui/index.cgi.in, src/conf.cc, src/conf.h, src/db.cc, src/db.h, src/main.cc, src/snmp.cc: Minor compilation and othe fixes. Added check_same_ifdescr(). Added option to store acct data for used interfaces only.
<<lessEnhancements:
- configure.in, db/create_tables.sql, doc/netmap.tex, interface/admin/netmap_a.css, interface/admin/common/config.inc, interface/admin/netmap/nm_config.cgi.in, interface/admin/points/points_edit.cgi.in, interface/ui/index.cgi.in, src/conf.cc, src/conf.h, src/db.cc, src/db.h, src/main.cc, src/snmp.cc: Minor compilation and othe fixes. Added check_same_ifdescr(). Added option to store acct data for used interfaces only.
Download (1.0MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1222 downloads

KCometen4 1.0.5
This comes as the latest version of this nice OpenGL screensaver for KDE 4. more>> KCometen4 1.0.5 comes as the latest version of this nice OpenGL screensaver for KDE 4. Inside a box is a nifty light show that features lightning and exploding comets. KCometen4 lets you configure various effects like comet behavior, camera movement, box face images, etc.
Enhancements
- Spread out comet origination
- Sync kcometen4.desktop translations with KDE 4.2.4
- Remove resize hack; bug fixed in KDE 4.2.3
- Clean up how the config changes interact with the preview
- Small fixes to CMakeLists.txt files
Requirements:
- KDE 4.x
Added: 2009-07-01 License: GPL Price: FREE
1 downloads
ttmap 0.1
ttmap passively analyzes values of TCP Timestamps in captured IP packets. more>>
ttmap passively analyzes values of TCP Timestamps in captured IP packets. After collecting enough data, it computes characteristic remote machine parameters.
These values let it guess remote operating systems and identify unique machines behind a single IP address. For example, it can analyze remote IP load-balanced clusters.
After successful initialization, ttmap starts analysis of packets received on selected network interface. For this, it uses the libpcap library, which injects captured packets to the ttmap_callback() function.
Next, the program checks if received packet is a TCP one and whether it has TCP Timestamps Option. If yes, then ttmap reads essential data from it and passes it to the process_packet() function. However, if the packet has RST or FIN flag set, then a special procedure is called, which removes any data regarding the connection being closed, if any.
The process_packet() function matches a single packet to a TCP connection. It checks whether number of packets collected in a single connection is enough, and if it is, the control is passed to the identify_connection() function.
Now, ttmap has enough sample of packets which were received from a single remote machine to find the proportionality factor (the jiffy), let it be the a parameter, and system start-up time, let it be the b parameter. For best results, the program uses linear regression method from the GNU Scientific Library. Provided that the quality of obtained values is good enough, what is discussed later, an internal database holding information about already identified machines is queried for calculated remote system characteristics. If nothing matches, a new remote machine is detected; if there is a match, then machines a and b parameters are corrected by mean value.
Due to various delays and fluctuations that packets traversing the Internet might be subject of, the obtained data might be of low quality, ie. there will not be any linear function matching collected (time, TCP timestamp) points. So, for best results, only the points lying close enough to the best-fit line should be accepted as meaningful. The ttmap program checks whether ratio of covariance (returned from GSL) and obtained a parameter is small enough. A similar situation appears when querying the internal database for matching machines - here the program user may configure acceptable "delta" for a and b parameters.
When a new remote machine is detected, an informational message is printed to the standard output. Such message contains machines a parameter, with a corresponding remote operating system guess, and b parameter, with probable time when remote machine was turned on (in local timezone).
<<lessThese values let it guess remote operating systems and identify unique machines behind a single IP address. For example, it can analyze remote IP load-balanced clusters.
After successful initialization, ttmap starts analysis of packets received on selected network interface. For this, it uses the libpcap library, which injects captured packets to the ttmap_callback() function.
Next, the program checks if received packet is a TCP one and whether it has TCP Timestamps Option. If yes, then ttmap reads essential data from it and passes it to the process_packet() function. However, if the packet has RST or FIN flag set, then a special procedure is called, which removes any data regarding the connection being closed, if any.
The process_packet() function matches a single packet to a TCP connection. It checks whether number of packets collected in a single connection is enough, and if it is, the control is passed to the identify_connection() function.
Now, ttmap has enough sample of packets which were received from a single remote machine to find the proportionality factor (the jiffy), let it be the a parameter, and system start-up time, let it be the b parameter. For best results, the program uses linear regression method from the GNU Scientific Library. Provided that the quality of obtained values is good enough, what is discussed later, an internal database holding information about already identified machines is queried for calculated remote system characteristics. If nothing matches, a new remote machine is detected; if there is a match, then machines a and b parameters are corrected by mean value.
Due to various delays and fluctuations that packets traversing the Internet might be subject of, the obtained data might be of low quality, ie. there will not be any linear function matching collected (time, TCP timestamp) points. So, for best results, only the points lying close enough to the best-fit line should be accepted as meaningful. The ttmap program checks whether ratio of covariance (returned from GSL) and obtained a parameter is small enough. A similar situation appears when querying the internal database for matching machines - here the program user may configure acceptable "delta" for a and b parameters.
When a new remote machine is detected, an informational message is printed to the standard output. Such message contains machines a parameter, with a corresponding remote operating system guess, and b parameter, with probable time when remote machine was turned on (in local timezone).
Download (0.21MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1276 downloads
Template::Plugin::ByDate 0.03
Template::Plugin::ByDate is a Perl module that keeps/removes included text based on whether the current date is within range. more>>
Template::Plugin::ByDate is a Perl module that keeps/removes included text based on whether the current date is within range.
SYNOPSIS
[% USE ByDate %]
[% FILTER ByDate
starting = 2006-05-02
until = 2006-08-22 %]
This text only shows up from May 2, 2006 through August 22, 2006.
[% END %]
FUNCTIONS
init
filter
We accept one optional argument, the word "not". If specified, it will reverse the meaning of the filter: rather than keeping the text if the current date is between starting and until, ignore it. e.g.,
[% FILTER ByDate
starting = 2006-05-02
until = 2006-08-22 %]
This only shows up inside the date range
[% END %]
while
[% FILTER ByDate
not starting = 2006-05-02
until = 2006-08-22 %]
This only shows up outside the date range
[% END %]
The starting and until dates are actually parsed by Date::Parse. If you do not specify a time, the starting time is 00:00:00, while the until time is 23:59:59. This is done by checking the until stamp for a colon - if there is no colon, we add " 23:59:59" to the string before passing it into Date::Parse. If that doesnt work for you, please let me know what string youre using.
<<lessSYNOPSIS
[% USE ByDate %]
[% FILTER ByDate
starting = 2006-05-02
until = 2006-08-22 %]
This text only shows up from May 2, 2006 through August 22, 2006.
[% END %]
FUNCTIONS
init
filter
We accept one optional argument, the word "not". If specified, it will reverse the meaning of the filter: rather than keeping the text if the current date is between starting and until, ignore it. e.g.,
[% FILTER ByDate
starting = 2006-05-02
until = 2006-08-22 %]
This only shows up inside the date range
[% END %]
while
[% FILTER ByDate
not starting = 2006-05-02
until = 2006-08-22 %]
This only shows up outside the date range
[% END %]
The starting and until dates are actually parsed by Date::Parse. If you do not specify a time, the starting time is 00:00:00, while the until time is 23:59:59. This is done by checking the until stamp for a colon - if there is no colon, we add " 23:59:59" to the string before passing it into Date::Parse. If that doesnt work for you, please let me know what string youre using.
Download (0.004MB)
Added: 2007-04-13 License: Perl Artistic License Price:
924 downloads
GIMP circle brushes 1.0
GIMP circle brushes provides circle brushes for use as rubber stamps in the GIMP. more>>
GIMP circle brushes provides circle brushes for use as "rubber stamps" in the GIMP.
GIMP circle brushes can be used with one click instead of creating outline circles by making a circle, filling with black, shrinking, and filling with white.
The following pixel sizes are provided: 6, 12, 15, 20, 24, 30, 40, 50, 60, 80, 100, 140, 200, 300, 400, 500, and 600.
Circle brushes are my third brush collection for use in the GIMP.
It was brush week for me.
Making circles is a bit of a pain with the GIMP. I know the Make a circular selection,
fill it black, shrink it, fill it white thingy -- but come on already... if I can rubber stamp a
premade circle brush where I need it instead, wouldnt that be kinda nice?
These were fairly easy, in theory. I had to add a bit of extra feathering to the above technique to get nice circles in all the sizes. Also several 45-degree rotations which smoothed out a lot of upper-end noise.
I also tried exporing from Inkscape, but the paths I converted to bitmaps did not work out as well as I had hoped and wound up sticking with the GIMP to create all
of them.
Sizes I made are:
6,12,15,20,24,30,40,50,60,80,100,140,200,300,400,500 and 600.
Use them for anything youd like. If you redistribute them, please include this file.
I post these, and perhaps make updates, at gimphelp.org. All the items will also be included (in png format) at wpclipart.com, the Public Domain clipart site.
Installation:
Stick them in the GIMP brushes folder and either "refresh brushes" or restart the GIMP. I put them in the system-wide folder, on my Slackware machine this folder is located at: /usr/share/gimp/2.0/brushes
You should also have a local brushes folder at: ~/.gimp-2.x/brushes
<<lessGIMP circle brushes can be used with one click instead of creating outline circles by making a circle, filling with black, shrinking, and filling with white.
The following pixel sizes are provided: 6, 12, 15, 20, 24, 30, 40, 50, 60, 80, 100, 140, 200, 300, 400, 500, and 600.
Circle brushes are my third brush collection for use in the GIMP.
It was brush week for me.
Making circles is a bit of a pain with the GIMP. I know the Make a circular selection,
fill it black, shrink it, fill it white thingy -- but come on already... if I can rubber stamp a
premade circle brush where I need it instead, wouldnt that be kinda nice?
These were fairly easy, in theory. I had to add a bit of extra feathering to the above technique to get nice circles in all the sizes. Also several 45-degree rotations which smoothed out a lot of upper-end noise.
I also tried exporing from Inkscape, but the paths I converted to bitmaps did not work out as well as I had hoped and wound up sticking with the GIMP to create all
of them.
Sizes I made are:
6,12,15,20,24,30,40,50,60,80,100,140,200,300,400,500 and 600.
Use them for anything youd like. If you redistribute them, please include this file.
I post these, and perhaps make updates, at gimphelp.org. All the items will also be included (in png format) at wpclipart.com, the Public Domain clipart site.
Installation:
Stick them in the GIMP brushes folder and either "refresh brushes" or restart the GIMP. I put them in the system-wide folder, on my Slackware machine this folder is located at: /usr/share/gimp/2.0/brushes
You should also have a local brushes folder at: ~/.gimp-2.x/brushes
Download (0.042MB)
Added: 2006-04-27 License: BSD License Price:
1286 downloads
DreamPlayer 0.2.5
DreamPlayer is a Linux-console multi format player. more>>
DreamPlayer is a Linux-console multi format player. Its the first Linux console multimedia player supports TwinVQ, and Wave (for now). There is planned version for Windows in the future. Player uses free decoder library known as TwinVQ SDK by NTT.
You probably have a question Why Ive decided to write a text console program. The answer is very simple. As you can read in About Me I just love to listen music, especially during working. I use TwinVQ for collecting music - because of smaller file size - I thought that all over the world there are many people who would do like me.
Yes, I know there is a Linux native multimedia player called XMMS working in the X Window environment. But X Window uses much more resources than my program, and XMMS arent better. So I wanted to create a small player with big abilities. The first: I did by using text console environment, the second: Im on ncurses based interface to make the player more useful. Additionally my player is available as freeware on the GNU GPL and as an Open Source. So you can use my code, change as you wish, but just write that the original code is mine
<<lessYou probably have a question Why Ive decided to write a text console program. The answer is very simple. As you can read in About Me I just love to listen music, especially during working. I use TwinVQ for collecting music - because of smaller file size - I thought that all over the world there are many people who would do like me.
Yes, I know there is a Linux native multimedia player called XMMS working in the X Window environment. But X Window uses much more resources than my program, and XMMS arent better. So I wanted to create a small player with big abilities. The first: I did by using text console environment, the second: Im on ncurses based interface to make the player more useful. Additionally my player is available as freeware on the GNU GPL and as an Open Source. So you can use my code, change as you wish, but just write that the original code is mine
Download (0.38MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1186 downloads
Ogrian Carpet 0.9
Ogrian Carpet is a 3D fantasy action/strategy game. more>>
Ogrian Carpet project is a 3D fantasy action/strategy game.
Ogrian Carpet is an outdoor first person shooter game with real time strategy elements, inspired by the game Magic Carpet.
It uses Ogre3D as the renderer and allows you to fly around an island casting spells, summoning monsters, collecting mana, and building castles.
The object of the game is to build a castle, collect mana, and destroy your enemies. To build a castle, select a location, look at the ground, and cast the build spell. Note, you cannot build castles very close to water or other castles.
Your castle starts out small, with only one turret. As more mana is added to your castle, it will gain more turrets. Each turret adds another crane to your castles defense and another spell to your arsenal.
Basically, the game consists of fighting for control of mana. Whenever you encounter another wizard, shoot them with fireballs. If you hit them enough, they will "die" and be sent back to their castle. You are then free to claim all the mana in the area for yourself.
Once all the mana has been claimed, attack your enemys castle to get mana out of it so you can claim it for yourself. Once you enemys castle is out of mana, you can eliminate it by killing its heart. When all of your opponents have been banished, youve won.
Enhancements:
- AI bot player for skirmish
- things can now be loaded from an image, rather then randomly
- option for old randomized maps
- trees can now always bee seen
- made castle mana drops aggregate more
- loosened the restrictions on summoning
- made the config menu better
- added victory conditions to skirmish: kill all enemy towers/castles
- made ticks and gnomes stay in the formation you put them in
- made monsters and towers drop less then their cost when they have no wizard
- made mana float higher
- made towers cheaper (50)
- made sentinels drop much less (3)
- changed speed behavior on lava maps
- added victory music
- new music
<<lessOgrian Carpet is an outdoor first person shooter game with real time strategy elements, inspired by the game Magic Carpet.
It uses Ogre3D as the renderer and allows you to fly around an island casting spells, summoning monsters, collecting mana, and building castles.
The object of the game is to build a castle, collect mana, and destroy your enemies. To build a castle, select a location, look at the ground, and cast the build spell. Note, you cannot build castles very close to water or other castles.
Your castle starts out small, with only one turret. As more mana is added to your castle, it will gain more turrets. Each turret adds another crane to your castles defense and another spell to your arsenal.
Basically, the game consists of fighting for control of mana. Whenever you encounter another wizard, shoot them with fireballs. If you hit them enough, they will "die" and be sent back to their castle. You are then free to claim all the mana in the area for yourself.
Once all the mana has been claimed, attack your enemys castle to get mana out of it so you can claim it for yourself. Once you enemys castle is out of mana, you can eliminate it by killing its heart. When all of your opponents have been banished, youve won.
Enhancements:
- AI bot player for skirmish
- things can now be loaded from an image, rather then randomly
- option for old randomized maps
- trees can now always bee seen
- made castle mana drops aggregate more
- loosened the restrictions on summoning
- made the config menu better
- added victory conditions to skirmish: kill all enemy towers/castles
- made ticks and gnomes stay in the formation you put them in
- made monsters and towers drop less then their cost when they have no wizard
- made mana float higher
- made towers cheaper (50)
- made sentinels drop much less (3)
- changed speed behavior on lava maps
- added victory music
- new music
Download (20.0MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 downloads
Tuxpaint Stamps for Australian Schools 0.0.7
Tuxpaint Stamps for Australian Schools is a collection of stamps and other resources for Tuxpaint for use in Australian schools. more>>
Tuxpaint Stamps for Australian Schools is a collection of stamps and other resources for Tuxpaint for use in Australian schools. Tuxpaint Stamps for Australian Schools includes Australian coins, bank notes, signs, animals, plants, and state flags.
Installation Instructions:
- Close Tuxpaint
- Locate your tuxpaint stamps directory
- On Unix/Linux this will be something like /usr/share/tuxpaint/stamps
- On Windows it will be something like C:Program FilesTuxpaintstamps
- Extract the contents of the archive (tuxpaint-au-stamps-x.y.z.tar.gz) to the stamps directory
- Run Tuxpaint and select the stamps tool
Enhancements:
- The software was split into two packages.
<<lessInstallation Instructions:
- Close Tuxpaint
- Locate your tuxpaint stamps directory
- On Unix/Linux this will be something like /usr/share/tuxpaint/stamps
- On Windows it will be something like C:Program FilesTuxpaintstamps
- Extract the contents of the archive (tuxpaint-au-stamps-x.y.z.tar.gz) to the stamps directory
- Run Tuxpaint and select the stamps tool
Enhancements:
- The software was split into two packages.
Download (0.76MB)
Added: 2006-04-26 License: GPL (GNU General Public License) Price:
1283 downloads
Jawa Open Eyes 5.1
Jawa Open Eyes is a visual network monitoring tool developed in Java for managing network and Internet resources. more>>
Jawa Open Eyes is a visual network monitoring tool developed in Java for managing network and Internet resources.
Jawa Open Eyes supports SNMP v1/2/2c for collecting MIB-II information, port scanning, and SSL capable URL time response.
The main features include visual network monitoring, an enhanced network topology designer, email alert, trap receiver, trap agent, and real time logging to DB and Web.
<<lessJawa Open Eyes supports SNMP v1/2/2c for collecting MIB-II information, port scanning, and SSL capable URL time response.
The main features include visual network monitoring, an enhanced network topology designer, email alert, trap receiver, trap agent, and real time logging to DB and Web.
Download (2.6MB)
Added: 2005-12-06 License: Free To Use But Restricted Price:
1445 downloads
ClusterControl 2.0
ClusterControl project is a web-interface to simplify distributing and monitoring bioinformatics applications on Linux clusters. more>>
ClusterControl project is a web-interface to simplify distributing and monitoring bioinformatics applications on Linux cluster systems.
This software is based on a modular concept that enables integration of command-line oriented programs into the application framework of ClusterControl. The system enables integration of different applications accessed through one interface and executed on a distributed cluster system.
The use of wide spread and freely available technologies like Apache as web-server, PHP as server-side scripting-language and OpenPBS or Sun Grid Engine (SGE) as queuing system enables straightforward installation on common operating systems.
Installation:
For local installation, ClusterControl requires a running installation of the web server Apache (http://www.apache.org) with PHP(Version 4) and LDAP support, that comes with nearly every Linux distribution, and a local installation of the queuing system Open Portable Batch System (PBS) which can be downloaded from http://www.openpbs.org or Sun Grid Engine (SGE) which is available at http://gridengine.sunsource.net.
If an LDAP-Server is already available for user-management of the cluster it can be easily integrated by modifying the configuration file. To activate the monitoring mechanism of ClusterControl a status collecting server-process must be started on every cluster node. With the adaptation of one well documented configuration file the installation process is completed.
<<lessThis software is based on a modular concept that enables integration of command-line oriented programs into the application framework of ClusterControl. The system enables integration of different applications accessed through one interface and executed on a distributed cluster system.
The use of wide spread and freely available technologies like Apache as web-server, PHP as server-side scripting-language and OpenPBS or Sun Grid Engine (SGE) as queuing system enables straightforward installation on common operating systems.
Installation:
For local installation, ClusterControl requires a running installation of the web server Apache (http://www.apache.org) with PHP(Version 4) and LDAP support, that comes with nearly every Linux distribution, and a local installation of the queuing system Open Portable Batch System (PBS) which can be downloaded from http://www.openpbs.org or Sun Grid Engine (SGE) which is available at http://gridengine.sunsource.net.
If an LDAP-Server is already available for user-management of the cluster it can be easily integrated by modifying the configuration file. To activate the monitoring mechanism of ClusterControl a status collecting server-process must be started on every cluster node. With the adaptation of one well documented configuration file the installation process is completed.
Download (0.33MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1326 downloads
Latemp 0.4.0
Latemp is a content management system for static HTML sites based on The Website Meta Language. more>>
Latemp project (a play on "Template") is a content management system based on Website Meta Language, a powerful framework for generating static HTML.
Latemp allows one to create attractive, themable sites, which are very usable, accessible and fully standards compliant. Latemp is open-source software, fully usable, modifiable and distributable under the terms of the MIT X11 license.
Main features:
- Generates Static HTML Files.
- Allows sites to have a common look and feel.
- Supports setting up navigation menus, breadcrumbs trails, navigation links ("Up", "Next" and "Previous"), site maps with sophisticated site flow.
- Makes use of Web Meta Language and so has all of its power (including extending its functionality by using embedded Perl).
- Themable. Three themes (perl-begin-1, better-scm, and sinorca-2.0) are supplied in the distribution. More can be written by the user. (and contributed).
- Open Source. Distributed under the MIT X11 License, which allows for free distribution, use, modification and re-licensing.
- Can generate valid XHTML 1.0 Transitional, XHTML 1.0 Strict or XHTML 1.1.
- Has pre-defined insertion points for including a breadcrumbs trail, a navigation menu, various HTML < head > elements, a logo, navigation links buttons, affiliation buttons, a license, a webmaster contact, a time stamp, and a foot image.
- Supports generating plain pages (without any additional content or layout aside from the body).
- Supported < head > elements: < title > tag, "author", "description" and "keywords" < meta > elements, Stylesheets (screen and print), favicon, Mozilla/Opera-style navigation links, and customizable user-defined text to be inserted there.
- Supports a unified management of news items with navigation menu entries, a news box, an RSS Feed, and news page entries.
Enhancements:
- This release adds support for preprocessing files using Template Toolkit (for CSS, etc.).
- It adds an experimental CSS Zen Garden-compatible theme and an image-based navigation links module.
<<lessLatemp allows one to create attractive, themable sites, which are very usable, accessible and fully standards compliant. Latemp is open-source software, fully usable, modifiable and distributable under the terms of the MIT X11 license.
Main features:
- Generates Static HTML Files.
- Allows sites to have a common look and feel.
- Supports setting up navigation menus, breadcrumbs trails, navigation links ("Up", "Next" and "Previous"), site maps with sophisticated site flow.
- Makes use of Web Meta Language and so has all of its power (including extending its functionality by using embedded Perl).
- Themable. Three themes (perl-begin-1, better-scm, and sinorca-2.0) are supplied in the distribution. More can be written by the user. (and contributed).
- Open Source. Distributed under the MIT X11 License, which allows for free distribution, use, modification and re-licensing.
- Can generate valid XHTML 1.0 Transitional, XHTML 1.0 Strict or XHTML 1.1.
- Has pre-defined insertion points for including a breadcrumbs trail, a navigation menu, various HTML < head > elements, a logo, navigation links buttons, affiliation buttons, a license, a webmaster contact, a time stamp, and a foot image.
- Supports generating plain pages (without any additional content or layout aside from the body).
- Supported < head > elements: < title > tag, "author", "description" and "keywords" < meta > elements, Stylesheets (screen and print), favicon, Mozilla/Opera-style navigation links, and customizable user-defined text to be inserted there.
- Supports a unified management of news items with navigation menu entries, a news box, an RSS Feed, and news page entries.
Enhancements:
- This release adds support for preprocessing files using Template Toolkit (for CSS, etc.).
- It adds an experimental CSS Zen Garden-compatible theme and an image-based navigation links module.
Download (0.030MB)
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1151 downloads
GIMP checkmark brushes 1.0
GIMP checkmark brushes is fourth in a series of rubber stamp GIMP brushes. more>>
GIMP checkmark brushes is fourth in a series of "rubber stamp" GIMP brushes which help making simple objects easy and clean for GIMP users. GIMP checkmark brushes includes 30 brushes. They default to black, and some are in red, green, and blue.
Installation:
Stick them in the GIMP brushes folder and either "refresh brushes" or restart the GIMP. I put them in the system-wide folder, on my Slackware machine this folder is located at: /usr/share/gimp/2.0/brushes
You should also have a local brushes folder at: ~/.gimp-2.x/brushes
Checkmark brushes are my fourth brush collection for use in the GIMP.
I love em !
Just another item I like to have around, because if I need a little something, I dont want to make a small idea for an image enhancement into a major side project --
which making or finding a good-looking checkmark can be.
I realize most folks use brushes for more artistic purposes than as a "rubber stamp", but lets face it, if we want to get things done in a timely fashion, it behooves us to have simple tools and objects at our disposal.
Since checkmarks will vary only so much, I decided to go ahead and make some of these in color. (Kind of makes a separate package of them worthwhile. (Although most folks would find it easy enough to change the HUE/SATURATION on their own.)
<<lessInstallation:
Stick them in the GIMP brushes folder and either "refresh brushes" or restart the GIMP. I put them in the system-wide folder, on my Slackware machine this folder is located at: /usr/share/gimp/2.0/brushes
You should also have a local brushes folder at: ~/.gimp-2.x/brushes
Checkmark brushes are my fourth brush collection for use in the GIMP.
I love em !
Just another item I like to have around, because if I need a little something, I dont want to make a small idea for an image enhancement into a major side project --
which making or finding a good-looking checkmark can be.
I realize most folks use brushes for more artistic purposes than as a "rubber stamp", but lets face it, if we want to get things done in a timely fashion, it behooves us to have simple tools and objects at our disposal.
Since checkmarks will vary only so much, I decided to go ahead and make some of these in color. (Kind of makes a separate package of them worthwhile. (Although most folks would find it easy enough to change the HUE/SATURATION on their own.)
Download (0.066MB)
Added: 2006-04-28 License: Freely Distributable Price:
1283 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 stamp collecting 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