Main > Free Download Search >

Free reaper pics software for linux

reaper pics

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 53
Reaper 0.98.2

Reaper 0.98.2


Reaper project is a fly around and shoot stuff 3D game. more>>
Reaper project is a fly around and shoot stuff 3D game.
Reaper is a graphics-intensive 3D-game where you fly a spaceship over a planet completing combat missions.
Apart from being a creature that tends to consume all free time of those involved, leaving them robbed of the chance of ever living a normal life, it is a 3D-game.
To clarify some more, it could be classified as a space combat simulator (well, you dont fly in space, you fly much closer to the ground, but you do pilot spaceships, so.
Enhancements:
- Cleanup of shadow system (could be even better)
- BUGFIX: Incorrect handling of textures larger than GL_MAX_TEXTURE_SIZE
- Removed glsdk from src/ext-directory (not used)
- Added glh (gl helper library)
- Added nvparse (nvidia parser library)
- Add extgen (gl extension definition file generator)
- Changed OpenGL extensions handling from homegrown to glh/extgen
- Dynamic environment mapping on the players ship
- The autoconf setup is a bit less hackish
- Added GL-headers in src/GL - eliminates the need to adapt to broken headers on various systems.
- Fixed a time leak in the mainloop
- Improved network-startup, better synchronization
- Compiles cleanly with gcc and -ansi -pedantic -Wall -W -Wno-sign-compare -Wno-unused
- Changed use_texture to an int (texture_level), allowing a textured hud while object textures are turned off.
<<less
Download (20.5MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1022 downloads
Rational PIC Assembler 2.0

Rational PIC Assembler 2.0


Rational PIC Assembler is a mid-range PIC assembler with Intel style syntax. more>>
Rational PIC Assembler is an assembler for the mid-range microcontrollers from Microchip. The project uses Intel style mnemonics and target-first operand ordering. Designed to feel comfortable to PC assembly programmers.
This assembler generates code compatible with Microchips midline microcontrollers but is incompatible with their assembler. It should feel familiar to any PC assembly programmer. The instruction mnemonics and operand order are Intel style ( i.e. right, as opposed to wrong ).
Command Line Syntax
pic-asm [ -c ] [ -l filename ] [ -o filename ] input_file
-c -- console mode
an assembly source is accepted from stdin. binary code is
output on stdout. errors are output to stderr
-l filename -- specify listing file
-o filename -- specify object file
Input
The input is a sequence of line each of which contains one or more of the following fields
label instruction operands ; comment
The label and comment are optional. The operands required depend on the instruction.
The assembler is case sensitive, even for instructions.
Constants
Hex values can be specified with C-style 0x[:xdigit:]+. Binary values can be specified with 0b[01]+. Decimal values require no prefix as decimal is the default base.
Character constants are specified by enclosing a single character or escaped character within single quotes. String constants are specified by enclosing zero or more characters and escaped characters within double quotes. String constants generate one character constant for each character in the string. There is no trailing zero stored. For example:
db "Hello worldn", 0, a, b, r, n, t
Labels
A label is a sequence of alphanumeric characters ( including underbar ) that starts a line. Labels do not have colons. Labels local to the last nonlocal label can be defined by prefixing the name with a dot. For instance
; example from example-1.asm
foo call .1
.1 jmp .2
.2 jmp .1
bar call .1
.1 jmp .2
.2 jmp .1
In this example, the labels defined are foo, foo.1, foo.2, bar, bar.1, and bar.2. The first call branches to foo.1. The second call branches to bar.1. The labels local to foo can not be referenced before foo has been declared nor after bar has been declared.
Directives
Data can be declared. The declarator takes the place of the instruction and is followed by one or more expressions separated by commas. Each expression corresponds to one word in the output code regardless of the declarator type.
db - each operand is AND-ed with 0xff before being stored
dw - full 14 bit word definition
dt - each operand is AND-ed with 0xff and OR-ed with 0x3400 ( the return-with-value opcode ). This allows generation of case tables. You can add the accumulator ( w ) to the offset of the table. The processor will branch to the location in the table and return with an eight bit result
For instance:
db 1,2,3
dw 0x3fff, 0x3ff * 16 + 15, -1
dt 0b001, 0b010, 0b100
Equates are a named sequence of tokens. They can be defined with equ. For instance:
led_1 equ 0x100 | 1
led_2 equ 0x100 | 2
combo equ ( led_1 ) | ( led_2 )
The org position can be changed with org. For instance
org 0x10o
Enhancements:
- This release adds support for sophisticated macros, include files, conditional compilation, and compatibility with Microchip headers.
<<less
Download (0.040MB)
Added: 2006-10-31 License: GPL (GNU General Public License) Price:
1090 downloads
UMLGraph 4.8

UMLGraph 4.8


UMLGraph facilitates the declarative specification and drawing of UML class and sequence diagrams. more>>
UMLGraph facilitates the declarative specification and drawing of UML class and sequence diagrams.
One can specify a class design using the Java syntax complemented by Javadoc tags.
Running the UmlGraph doclet on the specification generates a Graphviz diagram specification that can be automatically processed to create Postscript, GIF, SVG, JPEG, fig, or Framemaker drawings.
Similarly, sequence diagrams are specified using declarative pic macros and compiled with the GNU plotutils pic2plot program into a PNG, PNM, (pseudo) GIF, SVG, AI, Postscript, CGM, FIG, PCL, HPGL, Regis, or TEK drawing.
Enhancements:
- This version improves its invocation interface so that it can be run directly as a jar file.
- It has support for sending results to the standard output for direct piping into dot.
- The distribution includes an example shell script and batch file for invoking UMLGraph.
<<less
Download (0.057MB)
Added: 2007-05-10 License: BSD License Price:
900 downloads
SMTP Relay Checker 2.0.3

SMTP Relay Checker 2.0.3


SMTP Relay Checker is a fully configurable, multithreaded open mail relay scanner. more>>
SMTP Relay Checker is a fully configurable, multithreaded open mail relay scanner. It supports scanning of IP blocks, and can print the results to a Web page.
SMTP Relay Checker is intended for Systems Administrators to check IP blocks under their control.
Compilation / Installation
To build SmtpRC please run "make" in the package directory. This will build the package and create the binary "smtprc". To install the package, please run "make install".
By Default, the binary will be installed into /usr/local/bin/, configuration files will be installed under /usr/local/etc/smtprc/ and all documentation files will be installed under /usr/local/share/doc/smtprc/. Please see below for a full list of installed files.
/usr/local/bin/smtprc
/usr/local/bin/gsmtprc
/usr/local/etc/smtprc/auto.conf
/usr/local/etc/smtprc/email.tmpl
/usr/local/etc/smtprc/rcheck.conf
/usr/local/share/doc/smtprc/README
/usr/local/share/doc/smtprc/FAQ
/usr/local/man/man1/smtprc.1
/usr/local/man/man1/gsmtprc.1
Using Smtprc
SmtpRC can be run by specifying options on the command line, or by configuring an "auto configuration" file and letting SmtpRC parse the options from there. The latter is recommended.
When SmtpRC is installed, a example "auto configuration" file is installed in "/usr/local/etc/smtprc/auto.conf". Edit this file, changing the values to suit your specific network requirements and run smtprc with the following option (a full list of options
is detailed below):
"/usr/local/bin/smtprc -j /usr/local/etc/smtprc/auto.conf"
To be sure that a mailserver relays third-party email, SmtpRC will attempt to relay mail to an address specified. It is recommended that this address is a mailbox on the local machine that is being used to run SmtpRC - pop support is a planned feature, but for now, SmtpRC only supports checking local mailboxes (mbox and Maildir). Create a new user account (smtprc), specify the email address for this account, and the local mailbox (on the command line or in the "auto configuration" file), and SmtpRC will attempt to relay emails to this address and check for recieved emails after scanning.
There is also a GUI interface to smtprc (gsmtprc) that is installed in /usr/local/bin. This requires Perl Tk to run.
Enhancements:
- Fixes a race condition between the master and reaper threads.
<<less
Download (0.053MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1313 downloads
PDL::Graphics::TriD 2.4.3

PDL::Graphics::TriD 2.4.3


PDL::Graphics::TriD is a PDL 3D interface. more>>
PDL::Graphics::TriD is a PDL 3D interface.

SYNOPSIS

use PDL::Graphics::TriD;

# After each graph, let the user rotate is and # wait for him to press q, then make new graph line3d($coords); # $coords = (3,n,...) line3d($coords,$colors); # $colors = (3,n,...) line3d([$x,$y,$z]); imagrgb([$r,$g,$b]); lattice3d([$x,$y,$z]); # 2-d piddles points3d([$x,$y,$z]);
hold3d(); # the following graphs are on top of each other and the previous line3d([$x,$y,$z]); line3d([$x,$y,$z+1]); $pic = grabpic3d(); # Returns the picture in a (3,$x,$y) float piddle (0..1).
release3d(); # the next graph will again wipe out things.

WARNING

These modules are still in a somewhat unfocused state: dont use them yet if you dont know how to make them work if they happen to do something strange.

This module implements a generic 3D plotting interface for PDL. Points, lines and surfaces (among other objects) are supported.

With OpenGL, it is easy to manipulate the resulting 3D objects with the mouse in real time - this helps data visualization a lot.

<<less
Download (2.1MB)
Added: 2007-06-21 License: Perl Artistic License Price:
858 downloads
ELF statifier 1.6.11

ELF statifier 1.6.11


ELF statifier create from dynamically linked executables and all its libraries one file. more>>
ELF statifier create from dynamically linked executables and all its libraries one file. This file can be copied and run on another machine without need to drag all its libraries.

Dynamically linked executables are smaller then statically linked. From the other side dynamically linked executables use shared libraries compiled in PIC (position independend code) which is slower than "normal" one.

Files, created by statifier ("pseudo-static") combine disadvantages of both of them:

Huge - much bigger than statically linked
Still use PIC code

So, why one will use it ?

Ok, "pseudo-static" files have some advantages too:

Everything in one file - so distributing is simple
Same file can be used for computers with different libraries versions
Faster startup

But all these one can got with usual static files.
So, why use statifier and huge "pseudo-static" executables instead of static ?

there is no source code available
there is no compiler (or build-chain) available
static link does not work or its not obvious how do it
to preserve memory layout - static link will change it and may "wake-up" hidden bugs
for "permanent link" LD_PRELOAD library into executable

Supported platforms

linux x86
linux x86_64
linux alpha
<<less
Download (0.095MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
839 downloads
vPICdisasm 1.0

vPICdisasm 1.0


vPICdisasm is an PIC Mid-Range MCU family program disassembler. more>> <<less
Download (0.043MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
852 downloads
The SirBot Project 0.2

The SirBot Project 0.2


SirBot Project provides an easy way to build, program, control, and monitor amateur robots. more>>
SirBot Project provides an easy way to build, program, control, and monitor amateur robots. Programming a bot is done writing a Python class. A declaration protocol syntax is used to define what can be done (primitive/complex actions). Using a Python CLI, the robot can be interactively controlled and dynamically programmed.
While the bot is performing several actions, every piece of information is able to produce events, thanks to the event declaration syntax. Events can also be created from other events (cascading events), conditionnaly triggered under specific conditions (pre-condition), and activate user-defined actions (post-conditions) according to a particular event state. The library provides detailed instructions to build electronic boards (PIC-based) and connect them to build a robot.
Easy way to build the bot
The SirBot Project provides every instructions to build a bot. A main board provides the basic features such as communication capabilities and implementation of a defined protocol. Several module can be plugged into this main board to provide extra feature such as, currently, a servo controller, IR distance ranger. Have a look on the SirBot Module Library to see current available modules/features. Also have a look at the SirBot Labs, where you can find examples of robots built with SirBot.
Easy way to program the bot
SirBot is python-based, your robot is just an object Protocol. Thanks to the power of python and its librairies, performing complex actions is (almost) trivial. No C++ here... just a protocol declaration syntax, easy to use.
Easy way to control the bot
Because SirBot is python-based, you can access your bot with a python CLI, such as ipython, and interactively control and program your bot. Soon, a graphical interface will allow to visually control your robot.
Easy way to monitor the bots actions
While the bot performs several actions, every piece of information is able to produce events, thanks to the event declaration syntax. Events can also be created from other events (cascading events), conditionnaly triggered under specific conditions (pre-condition), and activate user-defined actions (post-conditions) according to a particular event state.
Enhancements:
- Either the robot or PC can initiate the communication (Master/Slave vs. Peer-to-Peer mode).
- Recurrent tasks can be defined as background jobs (polling the bot, etc.).
- There is a dedicated Web site, documentation, and many fixes in Jal libraries.
<<less
Download (3.0MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
886 downloads
BBCNews.co.uk RSS reader 0.1.3

BBCNews.co.uk RSS reader 0.1.3


BBCNews.co.uk RSS reader is a SuperKaramba theme. more>>
BBCNews.co.uk RSS reader is a SuperKaramba theme.

Based on LTRSS reader (http://www.kde-look.org/content/show.php?content=27639) I really didnt do almost anything to the original script, just changed things to BBC and made the header pic.

I just thought that since i did it i might as well post it here.

<<less
Download (0.052MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1216 downloads
laptop 1.0

laptop 1.0


laptop is a small theme designed to show the battery laptop status. more>>
laptop is a small theme designed to show the battery laptop status.

The theme look is based on aSensors theme. The basic idea, the battery icons and some of the code is from the sk_battery applet. Other parts are taken from the superkaramba examples.

After I made the first parts, I realized there is too much space left on the panel, so I put a mixer on the widget and a penguin to kill the useless applets (when on battery, I usually dont have internet connection, so I dont need eg. kopete and kcheckgmail).

Note that the penguin-menu appears only when the widget is locked.

I planned first this penguin to hibernate the computer, but this can be done using KLaptop, so it would b useless. If you want to include this feature, Ive left the icon in the pics directory, you can modify the code, eg. by uncommenting and modifying the last line in laptop.theme.

Dont forget to modify the paths for the icons in laptop.py!

<<less
Download (0.054MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1225 downloads
PDL::IO::Pic 2.3.2

PDL::IO::Pic 2.3.2


PDL::IO::Pic is a image I/O for PDL. more>>
PDL::IO::Pic is a image I/O for PDL.

Image I/O for PDL based on the netpbm package.

This package implements I/O for a number of popular image formats by exploiting the xxxtopnm and pnmtoxxx converters from the netpbm package (which is based on the original pbmplus by Jef Poskanzer).

Netpbm is available at ftp://wuarchive.wustl.edu/graphics/graphics/packages/NetPBM/ Pbmplus (on which netpbm is based) might work as well, I havent tried it. If you want to read/write JPEG images you additionally need the two converters cjpeg/djpeg which come with the libjpeg distribution (the "official" archive site for this software is ftp://ftp.uu.net/graphics/jpeg).

Image I/O for all formats is established by reading and writing only the PNM format directly while the netpbm standalone apps take care of the necessary conversions. In accordance with netpbm parlance PNM stands here for portable any map meaning any of the PBM/PGM/PPM formats.

As it appeared to be a reasonable place this package also contains the routine wmpeg to write mpeg movies from PDLs representing image stacks (the image stack is first written as a sequence of PPM images into some temporary directory). For this to work you additionally need the program mpeg_encode from the Berkeley multimedia package.

You find mpeg_encode at ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/mpeg/encode (they even have binaries for a number of platforms).

<<less
Download (1.1MB)
Added: 2006-11-17 License: Perl Artistic License Price:
1071 downloads
PowerPhlogger 2.2.5

PowerPhlogger 2.2.5


PowerPhlogger is a counter hosting and website statistics tool. more>>
PowerPhlogger is a counter hosting and website statistics tool. It lets you offer counter service to others from your site. PowerPhlogger is built on PHP and requires a the MySQL database server.
Your members dont need any PHP-support on their webserver. They just pass the required data through JavaScript to PPhlogger that is hosted on your server.
Currently development of Phlogger3, the future version of PowerPhlogger, is still going on and its source has not yet been opened to public.
This future version will be based on the Sourdough framework and will support various different database systems as backend. It will be a whole rewrite of the existing PowerPhlogger code.
Main features:
Logging:
- user sign-up page that allows users to create accounts
- logs host/ip (proxy & real IP !!), referer, agent, time&date, resolution&color, online-time, pageimpressions
- traceroutes by above.net
- stores IP-adress+cookie to avoid multiple hits by the same user (you can set a timeout)
- multiple page count - include PPhlogger on ALL your pages throughout your whole site
- mail-notice - PPhlogger sends you an email every xx hits
- phlogview - view all data and get a mySQL-dump for backup purposes (incl. logs-by-date search)
- optional: download-count
- Top X referers, Top keywords (single-word or full-string mode)
- Top X domains, Top territories
- Top resolution, Top color
- browser/OS stats
- Calendar - shows your daily/monthly unique hits or pageimpressions
- Visitors per day / per hour graph
- enable/disable your own hits (set a cookie)
- show/hide referers in logs
- (re)set your page hits
- delete entries in your logfile
- demo-mode to make stats avail. to public
- generate a pic to make hits visible on your page (requires GD-library!) - user may choose his own TTF-font, bg/fg-color, font-size >>> unlimited styles!!
- CSS-editor: user may create his own StyleSheet or choose a default style (phloggstyle / phpeestyle / sahara / cartesia / lila / metal)
- timezone support - user may choose his own GMT-time
- multi-language support with localization files
- average online-time
- supports unlimited alternate URLs
- visitor-path - shows the path were the visitor browsed through your site
- Admin page includes:
- set up new useraccounts and notifies the new user (incl. attachment)
- delete useraccounts, clean-up unconfirmed or expired useraccounts , edit useraccounts
- shows all user-configurations
- mailing-list feature
- plug-ins: FTP-diskspace, multiple file upload
- shows your system status (checks for ports on your server)
- show last X customers that entered Phlogview
- CSS-editor
<<less
Download (0.67MB)
Added: 2005-12-28 License: GPL (GNU General Public License) Price:
1398 downloads
Radzilla 1.1

Radzilla 1.1


Radzilla is a port of the well known physically based ray tracer Radiance to the C++ programming language. more>>
Radzilla is a port of the well known physically based ray tracer Radiance to the C++ programming language, including a GUI based on the QT toolkit from Trolltech.
Radzilla project aims at modifying and optimizing classic Radiance for complex visualization applications in architecture, art or design.
The project started in 2004, 1 1/2 years after Radiance itself became Open Source. In its first stages, it was a means to collect previous Radiance-related work (self-developed, like the direct cache or the color4pict primitive, or externally developed, like Roland Schregles Photon Map) and merge it with the classic core.
Further developments followed soon (like the scene primitive or a new source partitioning scheme). With the recent implementation of a GUI frontend, the focus has temporarily moved more to the periphery.
The overall aim is not to hide the complexity of Radiance, but just to make the use and handling of it easier. Including image processing features based on Radiance classic modules (pfilt, pcond) in the new Version 1.1 now means a next step towards setting up a new environment for working with the plethora of tools offered by the Radiance suite, either in their original version or enhanced with additional features.
Main features:
Code restructuring
- The majority of the Radzilla core consists out of original Radiance code, which is just rearranged, modularized and grouped into C++ classes. The idea was to get aquainted with C++ and object oriented programming, nothing more. Radiance itself is highly optimized, so there is simply no need to rewrite everything.
Increased Flexibility
- Radzilla offers a higher degree of flexibility and modularization, e.g. with the possibility to set individual render parameters for each light source, or with the scene primitive, which lets you insert a full scene including light sources and a different set of render parameters.
New Material and Modifier Primitives
- A handful of new modifiers have been introduced, offering more (or easier) ways to modify surface and medium properties, generate falsecolor output for selected objects, perform semitransparent image mapping etc.
New Modules
- Radzilla currently contains the Photon Map, a forward raytracer routine written by Roland Schregle at Fraunhofer ISE, Freiburg, an optional New Source Partitioning Scheme and the Direct Cache, an optimization strategy for scenes containing many light sources.
Full compatibility with classic Radiance
- Radzilla supports all geometry and material/modifier primitives, all parameters and the octree structure of Radiance classic, i.e. it accepts any valid Radiance input. It also produces the same output format (a Radiance pic).
- The word full has to be taken cum grano salis. In turn of continuing development on both branches, you will unfortunately find the one or the other newly added Radiance classic option which is not supported yet by Radzilla.
<<less
Download (0.51MB)
Added: 2006-05-05 License: Free To Use But Restricted Price:
1267 downloads
Image Zoom 0.2.7 for Firefox

Image Zoom 0.2.7 for Firefox


Image Zoom is a Firefox extension which adds zoom functionality for images. more>>
Image Zoom is a Firefox extension which adds zoom functionality for images.
Easily zoom in, zoom out, fit image to screen or set custom zoom on individual images within a web page. All this can be done by using the context menu or a combination of mouse buttons and scroll wheel. Handy to see the finer details of smaller pics or to make very large pics fit within your screen
Page Zoom - Zoom all images on a web page with a single command or make all images on a page zoom with the browsers text zoom feature .
Interface is completely customisable.
Main features:
- Zoom In/Out
- RMB+scroll zooming (Right mouse button + mouse wheel zooming)
- Page Zooming
- Reset Image Size
- Custom Zoom
- Custom Dimensions
- Fit Image to Screen
- Zoom to Preset Values directly from menu
- Option to Change Zoom In/Out Factor
- Options to hide/show each menu item
- Show items in main context or a Zoom Image sub menu
- Locales cs-CZ, de-DE, en-US, es-AR, es-ES, fr-FR, hu-HU, it-IT, ja-JP, ko-KR, sl-SI, tr-TR, zh-TW
<<less
Download (0.082MB)
Added: 2007-04-09 License: MIT/X Consortium License Price:
930 downloads
pyctures 0.20

pyctures 0.20


pyctures is a small web gallery written in Python that uses the web.py framework. more>>
pyctures is a small web gallery written in Python that uses the web.py framework. It does not use any database and stores all the necessary data in the filesystem.
pyctures is published under the BOLA (Public Domain), so you can run the software anywhere, and do whatever you want with it.
Installation:
The installation procedure depends on the HTTP server youre using. What follows is a list of procedures for some common HTTP servers. If you use pyctures with something else, please let me know so I can add it here.
After youve completed the install, read the "Administration" file to learn how to manage your gallery.
Common procedure
1. Copy the "website" directory to a suitable place where you want to install
pyctures. It does not have to be inside your website, but has to be
readable by your webservers user.
2. Create a "config.py" file based on the "config.py.sample" file, and edit it
according to your configuration. A really important setting is the album
path, where all albums will be stored. It can be anywhere you want. Create
an admin user so you can create albums using the web interface.
3. Make sure the album path is writeable by the user who will run the pyctures
application. It usually is your web server user.
4. Install PIL from http://www.pythonware.com/products/pil/. The package name
for most distributions is "python-imaging" or just "imaging".
5. Install cheetah from http://www.cheetahtemplate.org/. The package name for
most distributions is "python-cheetah" or just "cheetah". You need at least
version 2.0-rc5.
No server (stand-alone)
pyctures can be run without any HTTP server by just executing
"./pyctures [PORT]" directly on the website directory. Its useful for
testing and small sites. I recommend that you test everything works this way
before integrating it into a webserver.
lighttpd
First of all, install "flup", from http://www.saddi.com/software/flup/.
Gentoo: Its not in portage, it sucks. Check
http://bugs.gentoo.org/show_bug.cgi?id=100784
Debian: apt-get install python-flup
Now, lets suppose youve installed pyctures in the "/var/www/pyctures"
directory, and want to publish it under the "/pics/" directory.
You need to add the following to /etc/lighttpd/mod_fastcgi.conf (or just
/etc/lighttpd/lighttpd.conf if you dont have the other file):
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
fastcgi.server = (
"/pics" => ((
"socket" => "/tmp/fastcgi-pics.socket",
"max-procs" => 1,
"bin-path" => "/var/www/pyctures/pyctures"
))
)
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
This is enough, but be aware that "http://mysite/pics" (note the missing
"/" at the end) will *not* be redirected to pyctures.
If you want to be able to refer to your pyctures root both as
"http://mysite/pics/" and "http://mysite/pics", you need to add the
following in the same file as before:
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
url.redirect = (
"^/pics$" => "/pics/"
)
---------- 8< ---------- 8< ---------- 8< ---------- 8< ----------
And then create an empty file in your document root called "gallery",
otherwise lighttpd will think the path does not exist and return 404 before
doing the redirection.
Enhancements:
- This version implemented pagination, IE support, and automatic thumbnail regeneration on config changes.
- It also improved performance considerably, reduced the memory footprint, added Apache installation instructions, and included several other minor improvements.
<<less
Download (0.076MB)
Added: 2007-01-09 License: Public Domain Price:
1019 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4