Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.329 Times

Seo Toolkit Apache software
Filter: All | Freeware | Demo
 

Seo Toolkit Apache

< 1 2 3 4 5 > 
Added: October 02, 2010 | Visits: 1.412

Test Environment Toolkit Test Environment Toolkit in short TET, is a multi-platform uniform test scaffold, into which non-distributed and distributed test suites can be incorporated. TET supports tests written in C, C++, Perl, Tcl, Shell (sh, bash, and POSIX shell), Python, Ruby, and Korn Shell. Installation:... Platforms: *nix

License: Freeware Size: 952.32 KB Download (112): Test Environment Toolkit Download

Added: August 16, 2010 | Visits: 1.832

Apache Cocoon Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development. Apache Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing on a particular operation. This... Platforms: *nix

License: Freeware Size: 42.8 MB Download (116): Apache Cocoon Download

Added: June 18, 2010 | Visits: 1.102

Apache::AxKit::Language::SAXMachines Apache::AxKit::Language::SAXMachines is a Perl module that can transform Content With SAX Filters. SYNOPSIS # add the style processor mapping AxAddStyleMap application/x-saxmachines Apache::AxKit::Language::SAXMachines # add the processor AxAddProcessor application/x-saxmachines . #... Platforms: *nix

License: Freeware Size: 307.2 KB Download (95): Apache::AxKit::Language::SAXMachines Download

Added: August 09, 2010 | Visits: 868

Apache::TestRun Apache::TestRun is a Perl module to run the test suite. SYNOPSIS The Apache::TestRun package controls the configuration and running of the test suite. METHODS Several methods are sub-classable, if the default behavior should be changed. bug_report The bug_report() method is executed... Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Apache::TestRun Download

Added: February 20, 2010 | Visits: 1.180

Apache::AxKit::Language::XSP Apache::AxKit::Language::XSP is a Perl module with eXtensible Server Pages. SYNOPSIS < xsp:page xmlns:xsp="http://apache.org/xsp/core/v1" > < xsp:structure > < xsp:import >Time::Object< /xsp:import > < /xsp:structure > < page > < title >XSP Test< /title > < para > Hello World! <... Platforms: *nix

License: Freeware Size: 307.2 KB Download (93): Apache::AxKit::Language::XSP Download

Added: July 21, 2010 | Visits: 906

Apache::Wyrd Apache::Wyrd is a Perl module for HTML embeddable perl objects under mod_perl. Apache::Wyrd is the core module in a collection of interoperating modules that allow the rapid object-oriented development of web sites in Apaches mod_perl environment (LAMP). This collection includes a very... Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): Apache::Wyrd Download

Added: March 09, 2010 | Visits: 1.046

Biomolecule Toolkit Biomolecule Toolkit project is an Open Source library for the structural modeling of biological macromolecules. The toolkit provides a C++ interface for common tasks in computational structural biology, to facilitate the development of molecular modeling, design, and analysis tools. Whats New... Platforms: *nix

License: Freeware Size: 450.56 KB Download (97): Biomolecule Toolkit Download

Added: November 18, 2010 | Visits: 2.480

PHP Web Toolkit 1.0.3 PHP Web Toolkit provides a rapid development toolkit for multi-layered Web applications written in PHP 5. The PHP Web Toolkit enables the rapid development of multi-layered Web applications and is designed to be easy to use, extensible, reliable, reusable, scalable, and secure. It integrates... Platforms: *nix

License: Freeware Size: 716.8 KB Download (130): PHP Web Toolkit 1.0.3 Download

Added: October 19, 2010 | Visits: 1.382

Apache Toolbox Apache Toolbox provides a means to easily compile Apache with SSL, PHP (v4 or v3), MySQL, APC (Alternative PHP Cache), mod_auth_nds, mod_dynvhost, WebDAV, mod_fastcgi, mod_gzip, mod_layout, mod_throttle, mod_accessref, mod_auth_sys, mod_bandwidth, mod_auth_ldap, mod_roaming, mod_perl, Jakarta,... Platforms: *nix

License: Freeware Size: 92.16 KB Download (103): Apache Toolbox Download

Added: May 09, 2010 | Visits: 1.371

apache-top apache-top provides real-time display of the active processes from a remote apache server. With apache-top you can get: - The active apache processes with their associated PID, the status, the seconds being active, the CPU usage, the asociated VirtualHost, the accessing ip and the request... Platforms: *nix

License: Freeware Size: 12.29 KB Download (111): apache-top Download

Added: May 07, 2010 | Visits: 1.009

Apache::WebSNMP Apache::WebSNMP is a Perl module that allows for SNMP calls to be embedded in HTML. SYNOPSIS < html > < body > < snmp > host=zoom.google.org community=public connect interface=ifDescr.2 mac=ifPhysAddress.2 query < /snmp > The interface < b >descriptor< /b > for the ethernet card is... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Apache::WebSNMP Download

Added: April 24, 2010 | Visits: 1.054

Apache::ReverseProxy Apache::ReverseProxy is an Apache mod_perl reverse proxy. SYNOPSIS # In Apache config file < Location / > SetHandler perl-script PerlHandler Apache::ReverseProxy PerlSetVar ReverseProxyConfig /usr/local/apache/conf/rproxy.conf < /Location > # In rproxy.conf / http://www.cpan.org/ This... Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Apache::ReverseProxy Download

Added: July 13, 2010 | Visits: 1.258

Raptor RDF Parser Toolkit Raptor RDF Parser Toolkit is a free software and Open Source C library that provides a set of parsers and serializers that generate Resource Description Framework (RDF) triples by parsing syntaxes or serialize the triples into a syntax. The supported parsing syntaxes are RDF/XML, N-Triples,... Platforms: *nix

License: Freeware Size: 1.4 MB Download (107): Raptor RDF Parser Toolkit Download

Added: March 09, 2010 | Visits: 1.046

Apache::ErrorControl Apache::ErrorControl Perl module is an Apache Handler for Templating Apache Error Documents. This mod_perl content handler will make templating your ErrorDocument pages easy. Basically you add a couple of entries to your httpd.conf file restart apache, make your template and your cruising.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Apache::ErrorControl Download

Added: June 02, 2010 | Visits: 966

Apache::TestMB Apache::TestMB is a subclass of Module::Build to support Apache::Test. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt like the "./" notation, you can do this:... Platforms: *nix

License: Freeware Size: 143.36 KB Download (106): Apache::TestMB Download

Added: November 06, 2010 | Visits: 2.052

Wiki::Toolkit::Store::Mediawiki Wiki::Toolkit::Store::Mediawiki is a Mediawiki (MySQL) storage backend for Wiki::Toolkit. SYNOPSIS Implementation of Wiki::Toolkit::Store::Database which reads and writes to a Mediawiki 1.6 database running in MySQL. This is module is intended to be capable of running concurrently with a... Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Wiki::Toolkit::Store::Mediawiki Download

Added: January 21, 2010 | Visits: 2.750

Wiki::Toolkit::Formatter::Mediawiki Wiki::Toolkit::Formatter::Mediawiki is a Mediawiki-style formatter for Wiki::Toolkit. SYNOPSIS This package implements a formatter for the Wiki::Toolkit module which attempts to duplicate the behavior of the Mediawiki application (a set of PHP scripts used by Wikipedia and friends). use... Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Wiki::Toolkit::Formatter::Mediawiki Download

Added: August 24, 2010 | Visits: 967

Apache::MyConfig Apache::MyConfig is a Perl module created to build options access. SYNOPSIS use Apache::MyConfig; die unless $Apache::MyConfig::Setup{PERL_FILE_API}; Apache::MyConfig module provides access to the various hooks and features set when mod_perl is built. This circumvents the need to set up a... Platforms: *nix

License: Freeware Size: 389.12 KB Download (142): Apache::MyConfig Download

Added: March 16, 2010 | Visits: 2.043

Wiki::Toolkit::Plugin::RSS::Reader Wiki::Toolkit::Plugin::RSS::Reader is a Perl module to retrieve RSS feeds for inclusion in Wiki::Toolkit nodes. Use this Wiki::Toolkit plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use Wiki::Toolkit::Plugin::RSS::Reader; my $rss =... Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Wiki::Toolkit::Plugin::RSS::Reader Download

Added: June 09, 2010 | Visits: 1.592

mod-apache-snmp Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP. Whats New in This Release: - Bugfixes, the inclusion of MRTG scripts, and changes to make the module work on the IBM HTTP Server.. Platforms: *nix

License: Freeware Size: 32.77 KB Download (128): mod-apache-snmp Download

< 1 2 3 4 5 >