TWiki 4.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News TWiki 4.2.0 (Default branch)
# 1  
Old 01-25-2008
TWiki 4.2.0 (Default branch)

TWiki is a flexible, powerful, and simple Web based collaboration platform. It is suitable for dynamic intranets and knowledge bases, and for sharing and managing documents and collaborative projects. It resembles a normal Web site, but every page can be changed from a browser. It features automatic link generation, full text search, group authorization, Web forms, reporting, change notification, file attachments, revision control of pages and attachments, a modular templating system with skins, hierarchical navigation based on the topic parenting feature, and more. Plugins can be used to enhance the program and build groupware applications. License: GNU General Public License (GPL) Changes:
This release has a completely new, simple to use WYSIWYG editor that virtually eliminates the need for training and promotes faster and more inclusive take up of the wiki within the organization. It has an SQL-style query language for programmable search. A new restore feature allows for easier rollback and policing of page changes/edits. There are installation enhancements to make installation and upgrades easier. Improved login name/wiki name mapping to enable easier integration with external authentication mechanisms, such as LDAP. An improved plugins API.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
filetea(8)						      System Manager's Manual							filetea(8)

NAME
filetea - Web based file sharing service daemon SYNOPSIS
filetea [OPTIONS] DESCRIPTION
This manual page documents briefly the filetea command. FileTea is a Web service that provides instant and anonymous file-sharing using only a standard browser as client. Unlike traditional Web based file-sharing services, FileTea does not store files server-side. Instead, files are just routed on-the-fly from seeder to leecher, through the server. filetea is the service daemon that runs on a FileTea server. It handles peer synchronization, file routing and status reporting; and also acts as web-server for static HTML content when run in standalone mode. OPTIONS
-h, --help Display a brief summary of the command-line options and their default values. -c config, --conf=config Absolute path for the configuration file to use, default is /etc/filetea/filetea.conf. -D, --daemonize Run the service in the background. -p port, --http-port=port Port to listen on for plain HTTP service, overriding the value specified in configuration file. -P port, --https-port=port Port to listen on for secure HTTP service (https), overriding the value specified in configuration file. FILES
/etc/filetea/filetea.conf Filetea config file. AUTHOR
This manpage has been written by Eduardo Lima Mitev <elima@igalia.com> 2011-10-21 filetea(8)