Main > Free Download Search >

Free static web software for linux

static web

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4503
Cache::Static 0.9905

Cache::Static 0.9905


Cache::Static is a Perl module used for caching without freshness concerns. more>>
Cache::Static is a Perl module used for caching without freshness concerns.

SYNOPSIS

HTML::Mason instructions

In handler.pl: use Cache::Static;

In any component you where you have a well defined set of dependencies which change the output:

< %init >
my $_cs_deps = [
#file dependencies - only regenerate if a file has changed
file|/path/to/some_configuration_file,

#DBI dependencies - still under development - WONT WORK
#DBI dependencies: note the third argument is a DSN
_DBI|table|mysql:scache_test_db|test_table,
_DBI|db|mysql:scache_test_db,

#not yet implemented:
#column level depends, e.g. "DBI|column|$dsn|$tablename|$columname"
#row depends, e.g. "DBI|row|$dsn|$tablename|$uid_column_name|$uid_value"

#XML::Comma dependencies - only regenerate if a Doc or Store has changed
"_XML::Comma|Doc|$doc_key",
"_XML::Comma|Store|$def|$store",

#time dependencies (WARNING: these are discouraged, see doc/NOTE-time-deps)
time|15s, #every 15 seconds
time|M:15s, #every 15 seconds after the minute
time|H:2m, #every 2 minutes past the hour
time|W:2d3h5m0s, #every Tuesday at 3:05 AM

#modifiers (indicate behavior when the file cannot be found)
file-0|/tmp/foo, #if ! -e /tmp/foo, regenerate
file-1|/tmp/foo, #if ! -e /tmp/foo, serve
file|/tmp/foo, #use config value "dep_file_not_found_returns"

#note modifiers also work on extensions, e.g.
_DBI-1|db|mysql:scache_test_db,
_XML::Comma-0|Store|mm_item|post,

#etc... but modifiers CANNOT be used with times (since they have no
#file backing on disk)
];

#whatever you have in $_cs_deps above...
return if Cache::Static::HTML_Mason_Util::cache_it($r, $m, 1, $_cs_deps);

#...
#rest of init block
#...
< /%init >

<<less
Download (0.059MB)
Added: 2007-05-28 License: Perl Artistic License Price:
879 downloads
Pretty Code Web 1.00

Pretty Code Web 1.00


Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the Web. more>>
Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the web.
Written in php it uses syntax files separate from the main code to highlight a specified language.
Main features:
- Syntax highlighting for (potentially) any language.
- User defined syntax files.
- User defined colors
- Separate colors for:
- 6 Keyword Groups
- Text Strings
- Operators
- Block and Line Comments
- Bracket Characters
<<less
Download (0.024MB)
Added: 2005-10-20 License: Free for non-commercial use Price:
1470 downloads
Suite-C Web 20060729

Suite-C Web 20060729


Suite-C Web is a collection of modules for Drupal that allow a church to manage itself and communicate with its memebers. more>>
Suite-C Web is a collection of modules for Drupal that allow a church to manage itself and communicate with its memebers.
Suite-C Web project currently consists of a PrayerRequests module, which lets Web site visitors submit prayer requests and later mark requests as answered (or no longer relevant), which filters the request them from the list of current prayer requests.
Main features:
- A shared PrayerList
- Prayer answered date
<<less
Download (0.010MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
1182 downloads
dim_STAT 8.1

dim_STAT 8.1


dim_STAT project is a performance analysis and monitoring tool for Solaris and Linux (as well all other UNIX) systems. more>>
dim_STAT project is a performance analysis and monitoring tool for Solaris and Linux (as well all other UNIX) systems.
Main features:
- Web based interface
- data storage in a SQL database
- several data views
- interactive (Java) or static (PNG) graphs
- real-time monitoring
- multi-host monitoring
- post analyzing
- statistics integration
- professional reporting with automated features, and more.
<<less
Download (57.6MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
534 downloads
ASCIIweb 0.90

ASCIIweb 0.90


ASCIIweb is a text-to-HTML formatting system. more>>
ASCIIweb is a text-to-HTML formatting system that uses the pre tag to create ASCII art Web pages, either on-the-fly or for static retrieval.
Installing ASCIIweb is a snap. Simply download the tarball and unpack it in a directory that is web-accessible. Next, configure your web browser to allow cgi scripts (if you want to run dynamically), and set aw.cgi as a acceptable DirectoryIndex. If you are planning to utilize embedded scripts, please rename the sample scriptdir to something unique. An .htaccess file should exist there denying web users from listing the contents of the directory. If one does not exist, create one (see the sample in the tarball). Finally, load your page! If everyting is configured correctly, you should see a default ASCIIweb install. If you do not see the default ASCIIweb installation this is because of two reasons: you unpacked ASCIIweb in the wrong directory, or your web server is not properly configured.
NOTE: If you do not require ASCIIweb to run in dynamic mode, or you do not have permission to run cgi scripts in your webspace, you may install ASCIIweb anywhere you like and generate static pages which you would then copy into your website.
Enhancements:
- This version includes a line wrapping feature.
- Users no longer have to manually format their content pages.
<<less
Download (0.031MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1201 downloads
Static IP configurator 1.0

Static IP configurator 1.0


Static IP configurator is a network configurator for static IP address by using kommander. more>>
Static IP configurator is a network configurator for static IP address by using kommander.

<<less
Download (0.010MB)
Added: 2005-06-27 License: GPL (GNU General Public License) Price:
1592 downloads
Template::Tutorial::Web 2.19

Template::Tutorial::Web 2.19


Template::Tutorial::Web is a Perl module for generating web content using the template toolkit. more>>
Template::Tutorial::Web is a Perl module for generating web content using the template toolkit.

This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages from templates using the tpage and ttree scripts and then goes on to show dynamic content generation using CGI scripts and Apache/mod_perl handlers.

Various features of the Template Toolkit are introduced and described briefly and explained by use of example. For further information, see Template, Template::Manual and the various sections within it. e.g.

perldoc Template # Template.pm module usage
perldoc Template::Manual # index to manual
perldoc Template::Manual::Config # e.g. configuration options

The documentation is now also distributed in HTML format (or rather, in the form of HTML templates). See the docs sub-directory of the distribution for further information on building the HTML documentation.

If youre already reading this as part of the HTML documentation, then you dont need to worry about all that. You can have a seat, sit back. back and enjoy the rest of the tutorial...

<<less
Download (0.76MB)
Added: 2007-08-06 License: Perl Artistic License Price:
810 downloads
HTTP::WebTest 2.04

HTTP::WebTest 2.04


HTTP::WebTest is a Perl module for testing static and dynamic web content. more>>
HTTP::WebTest is a Perl module for testing static and dynamic web content.

SYNOPSIS

use HTTP::WebTest;

my $webtest = new HTTP::WebTest;

# run test from file
$webtest->run_wtscript(script.wt);

# or (to pass test parameters as method arguments)
$webtest->run_tests($tests);

Introduction

This module runs tests on remote URLs containing Perl/JSP/HTML/JavaScript/etc. and generates a detailed test report. This module can be used "as-is" or its functionality can be extended using plugins. Plugins can define test types and provide additional report capabilities. This module comes with a set of default plugins but can be easily extended with third party plugins.

The wt script is provided for running HTTP::WebTest from the command line.
The test specifications can be read from a parameter file in wtscript format or input as method arguments. The test results can be displayed on the terminal, directed to a file, stored in a scalar variable. The test results can also be emailed. The report can be modified and extended using report plugins.

Each URL/web file is tested by fetching it from the web server using a local instance of an HTTP user agent. The basic test is simply whether or not the fetch was successful. You may also test using literal strings or regular expressions that are either required to exist or forbidden to exist in the fetched page. You may also specify tests for the minimum and maximum number of bytes in the returned page. You may also specify tests for the minimum and maximum web server response time.

Data flow for HTTP::WebTest:

-------------- -------------
| | | |
| Input |------------->| WebTest |
| parameters | | |
| | -------------
-------------- | ^
| |
V |
------------- ------------
| | request | |
| Remote || user |
| | response | agent |
------------- | |
------------

<<less
Download (0.088MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1044 downloads
Webminstats 0.10.6

Webminstats 0.10.6


Webminstats is a basic system static logging application that graphs the results. more>>
Webminstats is a basic system static logging application that graphs the results. Its first use is system analysis.

Currently it uses webmin as a base web server and tools package.

The basic design is for a system that can have modules add and removed as easily as webmin itself, well almost.

The current modules are cpu, custom, disk, filesopen, firewall, generic, internet, irq, lm_sensors, load, mem, mysql, network, ping, process, samba, services, snmp, snort, ups, users.
<<less
Download (0.13MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
812 downloads
SVN::Web 0.51

SVN::Web 0.51


SVN::Web provides a Web interface to Subversion repositories. more>>
SVN::Web provides a Web interface to Subversion repositories.
You can browse the tree, view history of a directory or a file, see whats changed in a specific revision, track changes with RSS, and also view diffs.
SVN::Web also tracks the branching feature (node copy) of Subversion, so you can easily see the relationship between branches.
Enhancements:
- The "reposparent" functionality was inadvertently broken in 0.50.
- This release fixes it.
<<less
Download (0.083MB)
Added: 2007-01-20 License: Perl Artistic License Price:
1011 downloads
Tiny ERP Web client 0.0.1

Tiny ERP Web client 0.0.1


Tiny ERP Web client is a Turbogears/AJAX interface for the enterprise management software Tiny ERP. more>>
Tiny ERP Web client is a Turbogears/AJAX interface for the enterprise management software Tiny ERP.

The project supports all features of the GTK client and connects to the Tiny ERP server using XML-RPC.

<<less
Download (0.38MB)
Added: 2007-06-15 License: GPL (GNU General Public License) Price:
865 downloads
X personal web server 0.1

X personal web server 0.1


X personal web server is a personal Web server that sits in your desktop notification area (as a tray icon). more>>
X personal web server is a personal Web server that sits in your desktop notification area (as a tray icon).

X personal web server is a (much) simpler cousin of KPF, but doesnt require kicker and uses the GTK 2 library for its minimal user interface.

<<less
Download (0.059MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1148 downloads
Naken Web 2007-03-15

Naken Web 2007-03-15


Naken Web is both a tiny web server capable of serving static web pages. more>>
Naken Web is both a tiny web server capable of serving static web pages with built in ability to serve out live and prerecorded video in MJPEG format from video4linux devices and AVI files. Naken Web is small enough (22k to 32k) to run on embedded platforms and has been tested on the Gumstix embedded computer. Naken Web can be configured to serve out video from URLs similar to commercial IP cameras including Axis networked cameras.
History
A couple years ago I modified my Naken Chat chat server so that would act like a web server and serve out JPEG images out of an AVI file. Pressing the refresh button on a web browser to grab a new image would display the next image in the video based on the time that the web server was started. In other words, the video would play at normal speed in the browser. If you wait 5 seconds before pressing refresh and the avi plays at 30 frames a second, 150 frames are skipped so the time in the video is always accurate.
Main features:
- Serve out AVI files as if they were a live webcam
- Serve out static html web content like any other webserver
- Executable size is currently around 22k (32k with video4linux compiled in)
- Small/fast enough to run on embedded platforms such as Gumstix
- Alias URL strings of commerical IP cameras inluding Axis
- Video4Linux support for live video (early stages.. but working width bttv and sn9c102 based video)
- No dependencies unless video4linux is compiled in (libjpeg is needed then)
- Client Pull/Server Push for MJPEG video
- Username/Password Basic-Authentication
- Runs on both Unix/Linux and Microsoft Windows platforms
Version restrictions:
- If youd like to serve out AVI files the AVIs need to use the MJPEG codec. If you have a video encoded with mpeg or some other fileformat/codec, you can convert it to AVI/MJPEG using ffmpeg with the following line:
- ffmpeg -i myvideo.mpeg -vcodec mjpeg -b 10000 -s 352x240 -an out.avi
- Obviously you need to change myvideo.mpeg to the name of your input file, out.avi to what you want the output file to be called, -b is the bitrate and will affect the size of each jpeg in the avi file along with the quality of the video. The -s option is the resolution of the video. The -an option tells ffmpeg to leave out audio.
Enhancements:
- The performance of the server was increased significantly.
- Support for CGI was started.
- Support for Video4Windows devices was added.
<<less
Download (0.031MB)
Added: 2007-03-16 License: Other/Proprietary License with Source Price:
954 downloads
Sws Web Server 0.1.7

Sws Web Server 0.1.7


Sws Web Server is a fast, secure, and simple Web server. more>>
Sws Web Server is a fast, secure, and simple Web server.
Installation:
./make
./make install
Usage:
For start
Redhat and Debian users
/etc/init.d/sws_web_server.init start
slackware users
/etc/rc.d/init.d/rc.sws start
First create /etc/sws directory
sws.conf file copy in to /etc/sws
Edit sws.conf
Enhancements:
- A file transfer problem has been solved.
<<less
Download (0.005MB)
Added: 2005-07-13 License: GPL (GNU General Public License) Price:
1569 downloads
Java Web Shell 0.0.8

Java Web Shell 0.0.8


Java Web Shell is a web based interactive shell-type environment written in Java. more>>
Java Web Shell is a web based interactive shell-type environment written in Java.

Obviously, to use the shell, youll need to be using a browser that supports Java Applets, and this has been compiled using the Sun 1.4.1 JDK.

Head over to Sun and pick up the latest runtime enviroment if you dont already have it.

<<less
Download (0.013MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
968 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5