Main > Free Download Search >

Free presentation software for linux

presentation

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 221
KPresenter 1.6.1

KPresenter 1.6.1


KPresenter is a presentation application. more>>
KPresenter is a presentation application part of the KOffice. With KPresenter, you can prepare a set of slides for use in an on-screen slideshow or for printing. Your slides can include text and graphics in a variety of formats, and of course, you can embed all sorts of objects.
Main features:
- support for the standard OASIS OpenDocument file format
- inserting and editing rich text (with bullet points, indentation, spacing, colors, fonts, etc.);
- embedding images and clip-art (.wmf files);
- inserting auto-forms;
- setting many object properties (background, many types of gradients, pen, shadow, rotation, object specific settings, etc.);
- working with objects (resizing, moving, lowering, raising, etc.);
- grouping/ungrouping objects;
- headers/footers;
- advanced undo/redo;
- setting background (color, gradients, pictures, clip-arts, etc.);
- assigning effects for animating objects and defining effects for changing slides;
- playing screen presentations with effects;
- print as PostScript;
- creating HTML slideshows with a few mouse clicks;
- templates (pre- and user-defined);
- using XML as the document format;
- a Presentations Structure Viewer
<<less
Download (54.4MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
633 downloads
JWebPresenter 1.3

JWebPresenter 1.3


JWebPresenter project is a bitmap-image based Web presenting system. more>>
JWebPresenter project is a bitmap-image based Web presenting system.
It can add a Web extension to your favorite presentation tool, such as PowerPoint, MagicPoint, or Impress.
This is useful in distance learning, meeting, conferencing, and other situations.
It uses bitmap images to avoid compatibility problems. Other features include platform independence and simplicity.
Main features:
- Bitmap image based presenting: Hence we have no compatibility problem related to character corruption, locale, font, ... You can (and you must) use an authoring tool (e.g., PowerPoint, OpenOffice, MagicPoint, etc) to create the slides, then export into images to be presented with JWebPresenter.
- Platform independent: Any system satisfying the requirements should be OK, including Linux PC, Windows PC, PDA Sharp Zaurus SL-C760 (JWebPresenter SS v1.0x).
- Simplicity: I believe simple thing should be done simply. JWebPresenter SS v1.2.1 package (tar.gz) is only 36KB, including source, pre-compiled binarary, document, sample, and a 18KB (uncompressed size) license called GPL!
- Protocol and Image format independent: All protocols and image formats supported by JRE (Java Runtime Enviroment) should be OK.
- Efficience: There is little overhead in JWebPresenter.
<<less
Download (0.050MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1111 downloads
PRES 1.10.0 Beta 1

PRES 1.10.0 Beta 1


PRES (the Press Release System) is a simple content management system. more>>
PRES project (the Press Release System) is a simple content management system, essentially targeted at producing a news and information site. Managing a PRES system is designed to be simple.
However, presentation is sophisticated and flexible. An elementary knowledge of IT would be useful but expertise in designing and managing websites is not a requirement. PRES can be used for anything from private blogging to corporate news systems.
Main features:
Flexible Presentation
- All content is generated as XML which is styled at server side with XSL-T stylesheets to provide the final look and feel of your pages. This permits an almost infinite variety of presentations. Furthermore, different XSL-T transforms can be associated with different categories, allowing you to have different styling for different parts of your site.
Caching
- Content is generated on request, but in order to limit the computational load on busy sites all content is cached for a limited period (by default twenty minutes).
Subscription
- PRES allows users to subscribe to categories - effectively sections of the site. When new stories are posted to a section youre subscribed to, you will automatically get email with a link to the story.
Syndication
- PRES makes its headlines available as a syndication feed, using both RSS 0.91 and RSS 1.0. This allows other news sites to automatically incorporate live headlines from a PRES site into their content.
Threaded Discussion
- PRES optionally allows registered users to add comments to stories in a threaded manner, similar to sites like Slashdot.
Moderation
- PRES optionally allows registered users to moderate other users comments.
<<less
Download (7.2MB)
Added: 2007-05-15 License: GPL (GNU General Public License) Price:
893 downloads
Lestat 0.3

Lestat 0.3


Lestat provides a connection/port scan monitoring system. more>>
Lestat provides a connection/port scan monitoring system.

Lestat is a simple system which is designed to allow trends in port scans to be identified and displayed in a simple manner. The system comprises a Perl agent which collects packets and logs them to a database, and a presentation layer which draws graphs and presents a GUI via PHP.

<<less
Download (0.042MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
943 downloads
XMLPublication 0.4.1

XMLPublication 0.4.1


XMLPublication project is a collection of tools to generate Web pages from desktop documents. more>>
XMLPublication project is a collection of tools to generate Web pages from desktop documents or other structured documents, such as books with paragraphs, or tabular data.
It cuts documents into Web pages, and creates customizable multi-indices.
All this is done through a repeatable process in which data is separated from presentation and user settings. It uses XML techniques, particularly XSLT and Ant.
Enhancements:
- we used

tags, but switched to

in this version, because

as a wrapper is not valid with respect to the HTML DTD. It should pass intact through most of the HTML editors (testers wellcome !).
- I wrote a SAX filter to replace the XSLT transform that wraps paragraphs inside HTML tags; to integrate it, I used styler , a Task for Ant; it makes useful combinations of XSLT transformations and SAX filters. This should allow to treat MUCH LARGER FILES more quickly.
- test with JDK 1.4.0 , Saxon 6.5.2, and last Tidy from CVS on Linux RedHat 7.0; it should still work on Windows.

<<less
Download (1.4MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
PRADO 3.1.0

PRADO 3.1.0


PRADO is a component-based and event-driven framework for rapid Web programming in PHP 5. more>>
PRADO project is a component-based and event-driven framework for rapid Web programming in PHP 5. PRADO reconceptualizes Web application development in terms of components, events and properties instead of procedures, URLs and query parameters.
A PRADO component is a combination of a specification file (in XML), an HTML template and a PHP class. PRADO components are combined together to form larger components or complete PRADO pages.
Developing PRADO Web applications mainly involves instantiating prebuilt and application-specific component types, configuring them by setting their properties, responding to their events by writing handler functions, and composing them into application tasks.
Main features:
- reusability - Codes following the PRADO component protocol are highly reusable. Everything in PRADO is a reusable component.
- ease of use - Creating and using components are extremely easy. Usually they simply involve configuring component properties.
- robustness - PRADO frees developers from writing boring, buggy code. They code in terms of objects, methods and properties, instead of URLs and query parameters. The latest PHP5 exception mechanism is exploited that enables line-precise error reporting.
- performance - PRADO uses a cache technique to ensure the performance of applications based on it. The performance is in fact comparable to those based on commonly used template engines.
- team integration - PRADO enables separation of content and presentation. Components, typically pages, have their content (logic) and presentation stored in different files.
Whats New in 3.0.7 Stable Release:
- This release adds intrinsic DB support and seamless AJAX support.
- It also adds many new controls, examples, and tutorials.
<<less
Download (13.2MB)
Added: 2007-07-02 License: BSD License Price:
844 downloads
Forrest 0.7

Forrest 0.7


Apache Forrest is a publishing framework that transforms input from various sources into a unified presentation. more>>
Apache Forrest is a publishing framework that transforms input from various sources into a unified presentation in one or more output formats.

The modular and extensible plugin architecture is based on Apache Cocoon and relevant standards, which separates presentation from content.

Forrest can generate static documents, be used as a dynamic server, or be deployed by its automated facility.

Forrest is designed with the new user in mind. Much effort has gone into making the process of generating a new site easy and simple:

Step 1: Do forrest seed to populate the directory with template site structure and contents.
Step 2: Add content by editing docs in task-specific, presentation-neutral XML.
Step 3: Do forrest run then use the web browser to immediately review changes at http://localhost:8888/
Step 4: Do forrest to generate the complete website from the XML sources. Various styles (known as skins) are available. Custom skins can be developed.
Step 5: For more information about installation and use, see the Using Forrest guide.

Forrests focus on low "startup cost" makes it ideal for rapid development of small sites, where time and budget constraints do not allow time-wasting HTML experiments. Of course, that same methodology can scale up to large projects. Your development team does not need Java experience, or even XML skills, to use Forrest. The framework lets you concentrate on content and design.

By separating content from presentation, providing content templates and pre-written skins, Forrest is unequalled at enabling content producers to get their message out fast. This separation of concerns makes Forrest excellent to publish project documentation (notably software projects), intranets, and home pages, and anything else you can think of.

Forrest is far from a quick and dirty solution however. Forrest is built on the worlds leading XML application framework, Apache Cocoon, which provides advanced users with extremely powerful publishing capabilities.

* Multiple task-specific source XML formats can be used (How-To, FAQ, changelogs and todo lists supported natively). Source formats include: Apache xdocs xml format, plain html documents, some Wiki formats, a subset of DocBook, ...
* Multiple output formats supported, for example HTML and PDF (using Apache FOP).
* SVG to PNG rendering (using Apache Batik). Simply drop the SVG in the appropriate directory and it will be rendered as PNG.
* Transparent inclusion and aggregation of external content, like RSS feeds.
* Anything else possible with the Cocoon sitemap. Using database queries, charting, web services integration; the possibilities are constantly growing as Cocoon grows. See the Cocoon Features list for the full suite of capabilities.
* Based on Java and XML standards, Forrest is platform-independent, making for a documentation system that is just as portable as the XML data that it processes.

Unique amongst comparable documentation tools, Forrest generates sites that can run both interactively as a dynamic web application, or as statically rendered pages.

This provides a path for site growth: start off small and static, and if dynamic features (user login, forms processing, runtime data, site search etc) are one day needed, these can be accommodated by switching to webapp mode.

Running as a webapp has a major advantage during development: content can be written, and then the rendered output viewed almost instantly in a web browser. This webapp technique enables Forrests edit/review cycle to be faster than command-line transformation tools.
<<less
Download (20.9MB)
Added: 2005-06-24 License: The Apache License Price:
1582 downloads
AudiStat 1.3

AudiStat 1.3


AudiStat is a PHP application for generating and showing web statistics for your website. more>>
AudiStat is a PHP application for generating and showing web statistics for your website.
With AudiStat you can get statistics about hit counts, referring page, visitors country, visitors domain name, etc. The statistics presentation page can be customized with your html code.
Main features:
With AudiStat you do more than just count hits:
- Trend: hits per day in the month
- Trend: hits per hour in the day
- Last visitors with the respective last URLs
- Top URLs
- Top visitor domain names
- Top referrers
- Top search strings
- Top agents (browsers)
- Top visitor countries
- New: GoogleBot tracking
The report look is customizable via cascading style sheet
MySql database interaction
Light, minimum server overhead
<<less
Download (0.011MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1473 downloads
Skaringa r3p7

Skaringa r3p7


Skaringa is an API for Java and XML language binding. more>>
Skaringa is an API for Java and XML language binding.
It transforms Java objects into XML documents and back, and can generate XML schema definitions for a Java class.
Typical applications are data exchange, object persistence, object transformation, and driving XML based presentation layers.
Skaringa is designed for speed and simplicity, supporting a wide range of types. Skaringa works with all Plain Old Java Objects (POJOs), it is not limited to special cases, like JavaBeans.
Enhancements:
- New layout of documentation and website.
- Use SiteBuilder to generate HTML documententation.
<<less
Download (0.20MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1571 downloads
Dictator 0.9.7

Dictator 0.9.7


Dictator project is a Rapid Serial Visual Presentation (RSVP) on-screen text reader. more>>
Dictator project is a Rapid Serial Visual Presentation (RSVP) on-screen text reader.
Dictator permits faster, easier on-screen reading of text using the method of Rapid Serial Visual Presentation (RSVP). Features include dynamic text flow, Unicode support, a bookmark manager, customizable Web references, customizable text import filters, fullscreen mode, and more.
The problem with these texts is that reading them on-screen the conventional way is a drag and printing them out is time-consuming, costly, and wasteful. Dictator provides an alternative approach called Rapid Serial Visual Presentation (RSVP) in which words are displayed consecutively in the same place at a user-controllable rate.
This method prevents unconscious re-reading of adjacent text and decreases the tendency of the reader to oralise the text, allowing for increased reading speeds. RSVP also permits the use of larger fonts for text display which improves text clarity. While it does take some getting used to, with a little practise you may find that reading with Dictator becomes faster and easier than reading from a book.
Main features:
- Rapid Serial Visual Presentation (RSVP) text file reading.
- Single word and multiword displays.
- Unicode support (with Unicode versions of wxPython only).
- Variable reading rate.
- Easy keyboard controls.
- Bookmark manager with automatic recall of last position in text.
- Dynamic text flow (rate related to word length, punctuation).
- Paragraph cues.
- Adjustable fonts and colours.
- Fullscreen mode.
- Text search.
- Customisable text filters allow scraping from PDF/html/Microsoft Word Documents.
- Customisable web queries on current word (e.g. look up definition).
- Open from clipboard.
- Open URL (via text filter only).
<<less
Download (MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1010 downloads
Compendium 0.2

Compendium 0.2


Compendium is a tool to generate encyclopedia-type Web sites. more>>
Compendium is a tool to generate encyclopedia-type Web sites (e.g., databases of books, authors, publishers, and literary genres) from content housed in a MySQL database, based on HTML templates.

It generates pages with relatively static content and relies on Ruby on Rails for providing a backend to maintain the database. Compendium project radically separates content (in the database) from presentation.

To facilitate this separation, it allows users to define their own custom tags and provides a simple translation engine to deal with, for example, tables of contents and navigation paths.
<<less
Download (0.006MB)
Added: 2007-07-12 License: GPL v3 Price:
834 downloads
Modularized Information Environment 0.8.0

Modularized Information Environment 0.8.0


Modularized Information Environment (MIE) is a Web-based information management tool. more>>
Modularized Information Environment (MIE) is a Web-based information management tool designed to meet the needs of small or medium sized organizations.

Modularized Information Environment implements user authentication, storage of settings in a database, multi-lingual support and a presentation layer API that always generates well-formed XML.

<<less
Download (0.36MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1103 downloads
Quad-Pres 0.12.0

Quad-Pres 0.12.0


Quad-Pres is a Perl and Web Meta Language based tool for generating HTML presentations. more>>
Quad-Pres stands for Quick and Dirty Presentation and is a Perl and Web Meta Language based tool for generating HTML presentations.
Quad-Pres is standards compliant (XHTML 1.0), and generates a real URL tree.
Main features:
- Uses Web Meta Language.
- Organizes the lecture into a hierarchy of sections and subections.
- Generates tables of contents, and navigation links.
- Links to a common CSS StyleSheet.
- A common HTML header and footer.
- Can be generated into a web-server directory or dynamically served using a CGI script in the presentation directory.
- Written in pure Perl and so is very portable.
- The generated code is compliant to XHTML 1.0.
- Support multiple themes that customize the look and feel of the slides.
- Supports setting several parameters to the pages: doctype strictness, language, character set, body direction.
Enhancements:
- Added the Template-Toolkit configurable configuration directives.
- Added the $translate_control_text subroutine.
- Fixed some unicode problems.
- Some other bug-fixes.
- Added an automated test suite.
<<less
Download (0.17MB)
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1151 downloads
The friendly interactive shell 1.22.3

The friendly interactive shell 1.22.3


The friendly interactive shell is a shell focused on interactive use, discoverability, and friendliness. more>>
The friendly interactive shell is a user friendly shell intended mostly for interactive use.
- If you want to see screenshots of fish in action, click here.
- If you are familiar with the basics of shells,read this page for a short introduction to fish.
- If you are dont know how to use a shell, read this page for a longer presentation on how to use fish.
<<less
Download (0.75MB)
Added: 2007-02-08 License: GPL (GNU General Public License) Price:
991 downloads
SciPres 1.0.0 RC1

SciPres 1.0.0 RC1


SciPres is a system for creating animated presentations. more>>
SciPres is a system for creating animated presentations. SciPres was inspired by Slithy, a python-based system developed by Douglas Zonker.

In short, SciPres is to PowerPoint what LaTeX is to Microsoft Word: you script your presentation using a text editor, rather than using a WYSIWYG system.

<<less
Download (0.54MB)
Added: 2006-09-20 License: Other/Proprietary License with Source Price:
1129 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5