Main > Free Download Search >

Free k.r.s.s 3.0 software for linux

k.r.s.s 3.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 469
K.R.S.S 3.0

K.R.S.S 3.0


K.R.S.S provides a news aggregator for the KDE desktop. more>>
K.R.S.S provides a news aggregator for the KDE desktop.
K.R.S.S. is a news aggregator for the KDE desktop. It downloads Rich (RDF) Site Summary files from multiple Web sites and displays them on your desktop in a ticker-tape fashion.
Main features:
- This application is perhaps the only rich site summary display to work on KDE.
- You can downloaded feeds and images locally, and display them as and when you wish.
- You can filter out unwanted news through the use MyFilters, so that you only see the news you want. A feature not found in any other news aggregator.
- You can view feeds either on-line or off-line.
- You can configure a personalized listing of the RSS Feeds, using MyFeeds. You can create and maintain both feeds which you would actively see and feeds which you could just save for future use.
- You can alter the text properties to display the news how you want by using configurable Cascading Style Sheets (CSS). You can start with the template which is provided.
- You can alter the text properties to display the news how you want, using configurable HTML tags ("schemes"). You can also preview instantly what your configuration will look like.
- You can "jump" between feeds, that is, scroll to the top of the feed that you click on, by using MyChannelBar.
- You can control whether or not the feed scrolls when displaying on your desktop, as well as the speed.
- You can define and save an unlimited number of feeds, as well as define which feeds are "active", permitting you to retrieve only the ones you want.
- You can share feeds with other individuals. Tell others of feeds you have discovered, as well as learn which feeds others are using.
- You can take advantage of the pre-loaded set of AmphetaDesks Site Listings - thousands of RSS feed locations, included with K.R.S.S. Or you can import or download the lastest site listings from their website at any time from within K.R.S.S.
- You can configure K.R.S.S. to use the System Tray when you minimize the main window.
- You can get Tips, upon starting up, which help you use K.R.S.S. to the fullest.
- You can set the frequency at which K.R.S.S. will automatically retrieve feeds - in days, hours, or minutes.
- You can temporarily pause or resume scrolling of the feeds.
- You can configure your own shortcut keys, or toolbar menu, or Search button.
- You can change the background and channel title colour, as well as change the spacing between Channels, using the scheming capabilities of MyChannelBar.
- You can DragnDrop RSS feed information using the MyChannelBar feature. Channel Titles and Descriptions are automatically filled in, so you dont have to spend any time typing.
- You can update one feed at a time by using the MyChannlBars popup menu.
- You can set K.R.S.S. to always stay on top of all other windows.
- You can toggle between having active feeds or no active feeds without having to actually specify that the feeds are active or not.
- You can still use K.R.S.S. while you update your feeds.
- You can display date and time information about when a feed was last downloaded and last displayed in the form of a tooltip, by using the Date and Time Tag in MyChannelBar.
- You can set an expiration date on the feeds so that they will expire (that is, become old) after a certain amount of time - in days, hours and minutes.
- You can configure new feeds to display in a different colour by using the Colour Code in MyChannelBar.
Enhancements:
- A fairly recent version of the KDE and QT libraries
- An internet connection
<<less
Download (0.74MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
933 downloads
kdsing 0.3.0

kdsing 0.3.0


kdsing is a project that searches in words list (for translations). more>>
kdsing is a project that searches in words list (for translations).
kdsing uses a word list (e.g. English :: German) and lets you search though it.
This makes it a simple but very useful tool for looking up words when doing translations. It is derived from dsing.
kdsing is derived from dsing, a Tcl/Tk program to search in word lists
and help translators.
This is the port to KDE3.
Main features:
- Path to word list
- Specify the path to your word list. This is /usr/local/dsing/words.gz if you use the kdsing-words RPM.
- Word delimiter
- One or more characters used to delimit the two language columns. Default is "::".
- Clear list for new search
- Will clear the output window before starting a new search.
- Show all or show max. hits
- Show all matched lines or only the first n.
- Word search
- Search for whole words only (-w grep option)
- case insensitive
- Ignore case of search pattern (-i grep option)
- always at beginning of line
- Match has to occur at the beginning of line. This will only search in the first column.
- use zgrep
- Zgrep is for searching in a gzip compressed file. The file in the kdsing-words RPM is gzip compressed, so you have to check this option.
- show command
- Check this one if you are interested in how a command line would look like.
- regular expression
- Interpret the seach pattern as a regular expression. See manual page of grep for more details.
Enhancements:
- Initial Creation
<<less
Download (0.33MB)
Added: 2006-10-25 License: GPL (GNU General Public License) Price:
1094 downloads
NSD 3.0.4

NSD 3.0.4


NSD is a complete implementation of an authoritative DNS nameserver. more>>
NSD is a complete implementation of an authoritative DNS nameserver.
NSD is an authoritative only, high performance, simple and open source name server.
NSD is thoroughly tested, there is a regression tests report available on the home page.
NLnet Labs has a long term commitment for supporting NSD. There will be an advanced notice when our commitment ends. The latest NSD release will supported for at least two years after this notice.
Enhancements:
- AXFR/IXFR zone transfer supported.
- NSD requests but does not provide IXFR transfers.
- NSD keeps track of SOA timeouts for secondary zones.
- TSIG authentication supported.
- For queries, for notifies, for zone transfers.
- NOTIFY messages of zone updates, incoming and outgoing.
- DNAME type is supported, including CNAME synthesis.
- config file, nsd.conf(5), place to put TSIG keys, server settings, and lists of ip-addresses/ranges for AXFR/IXFR and NOTIFY.
<<less
Download (0.23MB)
Added: 2007-03-02 License: BSD License Price:
969 downloads
Clara 3.0

Clara 3.0


Clara is a class viewer tool for Java and C++ that draws diagrams for a given class. more>>
Clara is a help-documentation tool for C++ or java developers. Basically she paints a diagram - a clara diagram - from a class.

With clara you can visualize your class as if it were a chip with pins for input - representing the input parameters of the methods - and pins for output - representing the return type of the functions-.

Lets see for example the diagram that clara would draw for the following C++ sample class

class sampleInterface
{
public:

void init (MyStructure * pstruct);

void setPoint (float x, float y);

float getX ();
float getY ();

void processIt ();
};

What are these pins for ? Are we going to connect them somehow ? Not at all, it is just a convenient way to represent what the class offers in a very compact form.

Of course the diagram will be drawn by clara automatically, there is no need (and no chance) of manually drawing anything.

Clara gets the needed information in two ways : using reflection in java and parsing the header file in C++. Clara can also draw a call-diagram of the class if the sources are found, note though that for the call-diagram an extra tool is needed (dot.exe from http://www.graphviz.org) and it has to be installed apart.
<<less
Download (0.19MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1461 downloads
KRename 3.0.14

KRename 3.0.14


Krename offers an easy way to rename hundreds of files in one go, giving you as much freedom as you need. more>> <<less
Download (0.32MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
947 downloads
SLiM 1.3.0

SLiM 1.3.0


SLiM is a simple login manager for X11. more>>
SLiM is a Desktop-independent graphical login manager for X11, derived from Login.app.
It aims to be light and simple, although completely configurable through themes and an option file; is suitable for machines on which remote login functionalities are not needed.
Main features:
- PNG and XFT support for aplha transparency and antialiased fonts
- External themes support
- Configurable runtime options: X server, login / shutdown / reboot commands
- Single (GDM-like) or double (XDM-like) input control
- Can load predefined user at startup
- Configurable welcome / shutdown messages
<<less
Download (0.56MB)
Added: 2007-07-15 License: GPL (GNU General Public License) Price:
833 downloads
IMMS 3.0.2

IMMS 3.0.2


Intelligent Multimedia Management System is an intelligent playlist framework. more>>
Intelligent Multimedia Management System is an intelligent playlist framework that tracks your listening patterns and dynamically adapts to your taste. It is incredibly unobtrusive and easy to use as it requires no direct user interaction. Plugins are currently available for XMMS and BMP.
Main features:
- IMMS is easy to install. It is purely a plugin - no XMMS patch required.
- A very lightweight embedded SQL database is used, so theres no need to setup a RDBMS.
- IMMS is easy to use. Song rating is done completely transparently to the user. It does not get in your way.
- IMMS does a much better job of shuffling than most players. It keeps track of when a song was last played, and makes sure same songs are not repeated too often. It is even able to recognise different versions of the same song (eg. remixes) and treat them as one song!
- IMMS uses a variety of techniques to figure out which songs should be played together, and which should not. It studies your listening habits, as well as using acoustic properties of the songs themselves, such as BPM and frequency spectrum.
- IMMS is fair. Even unfavoured songs have a (small) chance of being played.
It should a relatively easy to write IMMS plugins for new players, provided they have a sufficiently robust plugins interface.
You will need things like get_current_song, get_playlist_length, get_playlist_entry, and ideally (but not necessarily) some mechanism for specifying the next song. XMMS/BMP plugins should give you a good idea of what needs to be done.
<<less
Download (0.088MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1396 downloads
GEAS 1.3.0

GEAS 1.3.0


GEAS project is a RPG-centric Web portal for moderated group authoring. more>>
GEAS project is a RPG-centric Web portal for moderated group authoring.

GEAS (Group Editing and Authoring System) provides a Web portal for a group of people to work on a set of documents together. It is optimized for RPG communication (campaign background, between-session summaries and details, online gaming) but is useful for any group that needs to manage an evolving collection of shared documents.

It supports multiple forums (i.e. campaigns) managed by moderators (i.e. GMs) with a flexible yet intuitive privileges model that enables users (i.e. players) to safely view, add, and edit content. It is based on a MySQL and Perl backend.

GEAS was started as a joint authoring environment for use by role playing groups that wanted to share materials away from the gaming table. This includes character descriptions, histories, session summaries, maps and scenes that were handled within GEAS rather than at the gaming table.

Since its inception, GEAS was designed to be as generic as possible, so that it could be adapted to other uses as well. Weve found it very handy for coordinating the development of the software, and its use for organizing genealogical information, such as family histories, has been proposed.

We think it is generally applicable to any scenario where many people can work together to build a web site organized by topics without any technical expertise in web site design or hosting.

<<less
Download (0.29MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1024 downloads
Kronolith 3.0.4

Kronolith 3.0.4


Kronolith is the Horde calendar application. more>>
Kronolith is the Horde calendar application. It provides a stable and featureful individual calendar system for every Horde user, with integrated collaboration/scheduling features. It makes extensive use of the Horde Framework to provide integration with other applications.

Right now, Kronolith implements a solid, stand-alone calendar system, allowing repeating events, all-day events, custom fields, keywords, shared calendars, iCalendar support, generation of free/busy information, and managing multiple users through Horde Authentication.

The calendar API that Kronolith uses is abstracted such that it could work with any backend, but right now we provide SQL (abstracted to support most databases, including MySQL, PostgreSQL, Oracle, and MSSQL via PEAR DB), MCAL, and Kolab backend libraries.
<<less
Download (3.2MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1632 downloads
Riece 3.0.0

Riece 3.0.0


Riece is an IRC client for Emacs. more>>
Riece is an IRC client for Emacs. Riece supports multiple server profiles, custom window layout, and other nice features.
Riece can be dynamically extended by add-on (plugin) modules. By default, 30 add-ons are available.
Main features:
- Several IRC servers may be used at the same time.
- Riece can be dynamically extended by add-on modules.
- Installation is easy. Riece doesnt depend on other elisp packages.
- Setup is easy. Automatically save/restore the configuration.
- Riece uses separate windows to display users, channels, and dialogues. Users can select the window layout.
- Step by step instruction is included.
- Mostly compliant with RFC 2812.
Enhancements:
- This release has a new add-on to enables secure conversation using GnuPG.
<<less
Download (0.34MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1243 downloads
Oscailt 3.0

Oscailt 3.0


Oscailt is an independent media center content management system. more>>
Oscailt is an independent media center content management system.

Oscailt is an independent media centre content management system developed by the Indymedia Ireland Tech Group, and written using PHP and MySql.

The word "Oscailt" is an Irish word meaning "open" and is pronounced kind of like us-kilt or us-cult or us-culch depending upon your accent.

Oscailt is a Content Management System designed to allow users to publish news and information on a web-site without knowing HTML or having a high degree of technical proficiency. It requires the following software environment:

Web server

The first thing that you need to run Oscailt is access to a webserver. This can either be a home-version on your PC or part of a commercial hosting package, or even your own dedicated server.

Oscailt definitely works with the Apache web server and it has been tested under MS Windows 2000, XP, FreeBSD, Mac OS and GNU/Linux with various versions of Apache 1.x and 2.x. There are no known compatibility issues with any webserver, but others have not been tested.

Apache Modules

Although Oscailt is designed to work on any webserver that runs PHP, our assumption is that it will mostly be deployed on Apache webservers. Therefore it is shipped with a .htaccess file which makes use of the apache mod_rewrite module as well as providing a relatively secure initial configuration. Oscailt uses this module to enable search-engine friendly URLs. If you do not have this module available on your server, Oscailt will work perfectly happily, although the URLs produced wont be as nice.

PHP

Oscailt requires PHP to be available on the webserver. PHP is a Free software programming language and is commonly available as part of commercial web hosting packages. See the php website

Oscailt requires PHP 4.x or PHP 5.x. It has been tested with several variations of PHP 4.3.x and PHP 5.0.x on diverse platforms and there are no known compatibility issues. There are possible issues with PHP 4.4.x There are a small number of incompatibilities with early version of PHP 4.0.x but they are highlighted in the code and should be easy to ammend.

PHP Modules

Several of the Oscailt modules rely on the GD image extension to PHP. The system is still usable without them but you will not be able to use the image tools such as the resizing of images to create thumbnail links, etc.

MySQL

MySQL is a free software database management system that is also commonly available with commercial hosting packages. Oscailt has no known compatibility issues with any version of MySQL on any platform. It has been tested with a number of versions of MySQL 4.x on MS Windows, GNU/Linux and FreeBSD.

Home Installs

For home installs and testing of Oscailt, you can download a PHP/MySQL/Apache bundle for any platform from several sites on the Internet (Google is your friend) and run Oscailt on your home machine. If you are running a distribution of GNU/Linux, its generally best to install the appropriate software using the software packaging system that comes with your distribution e.g. If you are using Red Hat, Mandriva or Suse Linux, its best to install the RPM packages. If you are running a Debian based distribution such as Ubuntu, its best best to install from .deb packages - preferably using apt or a similar tool to solve dependency issues.
<<less
Download (3.0MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1342 downloads
gxmms 0.3.0

gxmms 0.3.0


gxmms is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player. more>>
gxmms is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player.
Main features:
- Scrollable track time progress bar
- Volume control with mouse scrollwheel
- Buttons: Previous track - Play / Pause - Stop - Next track - Eject
- Real-time tooltips with track title and time
- Control repeat and shuffle properties
- Show/Hide main window, playlist editor, graphical eq and more
- Internazionalization (i18n)
<<less
Download (0.14MB)
Added: 2005-07-19 License: GPL (GNU General Public License) Price:
1557 downloads
shrip 0.3.0

shrip 0.3.0


shrip is an application for ripping and encoding DVDs into AVI, OGM, MKV, or MP4 files. more>>
shrip is an application for ripping and encoding DVDs into AVI, OGM, MKV, or MP4 files. shrip relies on OGMRip to perform its tasks.
It also supports a wide variety of codecs such as MPEG4, XviD, Theora, and H.264 for video, Vorbis, MP3, AAC, AC3, DTS, and WAV for audio, and VobSub and Srt for subtitles.
Enhancements:
- This release adds full support for the latest stable OGMRip (0.10.3) and is compatible with OGMRip from subversion.
- It also contains a few bugfixes.
<<less
Download (0.36MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
929 downloads
GvTags 0.3.0

GvTags 0.3.0


GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy. more>>
GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy.
The tag library can be used to generate Web pages with powerful tag support. GvTags can be used with the template servlet of GvTags (TagTemplateServlet) or with JavaServer Pages (JSP).
The template engine can be used to generate any kind of text documents. Since it is written in Groovy and compiled to a Java class file, it can be used from Groovy as well as from Java.
Enhancements:
- GvTags now has a command line script to start GvTags.
- It contains an ant task to include the TagTemplateEngine in ant scripts.
- An HTTP server based on jetty is embedded.
- You can download an all-in-one distribution, which contains everything to run GvTags.
- Migration to Groovy 1.0 JSR 06, performance improvements, and the case tag now uses the isCase() method.
<<less
Download (1.9MB)
Added: 2006-07-17 License: The Apache License 2.0 Price:
1194 downloads
Amor MD2 3.0

Amor MD2 3.0


Amor MD2 project is a fun program to display Quake2 characters on your desktop. more>> <<less
Download (2.9MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1079 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5