Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.232.713 Times

Azureus Wiki Faq freeware
Filter: All | Freeware | Demo
 

Azureus Wiki Faq

< 1 2 3 4 5 > 
Added: August 05, 2010 | Visits: 1.598

OW2 wiki OW2 is a wiki/BBS management system that offers multiple areas, user pages, rich markup, internal backward links, RSS feeds, a public chat, full referer tracking and an internal messaging system. Installation: 1. Create a MySQL database called ow2_orgowiki 2. Import the sample database given...



Platforms: *nix

License: Freeware Size: 225.28 KB Download (101): OW2 wiki Download

Added: October 25, 2010 | Visits: 1.642

KDE Personal Wiki KDE Personal Wiki engine for KDE, made for only personal use. Consider it a replacemente of KNotes and such apps. You can create/remove pages, links between pages are automatically created. I hope you like my first app.. KDE Personal Wiki KDE-Apps.org Community Portal for KDE Applications...





Platforms: *nix

License: Freeware Size: 88.06 KB Download (101): KDE Personal Wiki Download

Added: March 14, 2010 | Visits: 1.106

Log::Log4perl::FAQ Log::Log4perl::FAQ is a Perl module that contains Frequently Asked Questions (FAQ) on Log::Log4perl. This FAQ shows a wide variety of commonly encountered logging tasks and how to solve them in the most elegant way with Log::Log4perl. Most of the time, this will be just a matter of smartly...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (102): Log::Log4perl::FAQ Download

Added: August 01, 2010 | Visits: 2.346

Platypus Wiki 0.5 Platypus Wiki provides a semantic Wiki Wiki Web. Platypus Wiki is an enhanced Wiki Wiki Web with ideas taken from Semantic Web. It offers a simple user interface for creating Wiki page plus metadata according to W3C standards. Weve chosen HTMLarea v3.0rc1 as a WYSIWYG editor for creating...


Platforms: *nix

License: Freeware Size: 9.5 MB Download (98): Platypus Wiki 0.5 Download

Added: July 13, 2010 | Visits: 1.701

Yada Yada Yada Wiki Yada Yada Yada Wiki is inspired by "Wiki on a Stick" and coded in PHP5. The project is living on one self-modifying PHP file. This wiki doesnt make use of JavaScript nor databases and should work with all browsers. It is f.e. perfect to plan a longer trip with your girlfriend..


Platforms: *nix

License: Freeware Size: 95.23 KB Download (95): Yada Yada Yada Wiki Download

Added: August 05, 2010 | Visits: 1.004

Moose::Cookbook::FAQ Moose::Cookbook::FAQ is a frequenty asked questions about Moose. Is Moose "production ready"? Yes and No. Currently I have one web application in production using Moose, and at $work we are re-writing our core offering to use Moose. Several other people on #moose either have sites in...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (92): Moose::Cookbook::FAQ Download

Added: September 08, 2010 | Visits: 2.492

Wiki-Lyrics Wiki-Lyrics is a collection of lyrics scripts to interface with various sites and, optionally, submit content to Lyriki.com or LyricWiki.org (wikis for lyrics). All of these scripts can query the other ones when they cant provide the lyrics for a song. Supported sites: - Lyriki...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (114): Wiki-Lyrics Download

Added: May 14, 2010 | Visits: 2.471

Cloud Wiki Cloud Wiki is a wiki engine written in Python and backed by Sqlite. Cloud Wiki provides user authentication, powerful command line administration facilities, and a concise, efficient Web interface..


Platforms: *nix

License: Freeware Size: 31.74 KB Download (105): Cloud Wiki Download

Added: August 02, 2010 | Visits: 2.287

Convert::Wiki::Node::Line Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). SYNOPSIS use Convert::Wiki::Node::Line; my $hr = Convert::Wiki::Node::Line->new( ); print $hr->as_wiki(); A Convert::Wiki::Node::Line represents a horizontal line (aka ruler)..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Convert::Wiki::Node::Line Download

Added: April 11, 2010 | Visits: 1.960

Convert::Wiki::Node::Item Convert::Wiki::Node::Item is a Perl module that represents an item in a list (aka < li > or *). SYNOPSIS use Convert::Wiki::Node::Item; my $para = Convert::Wiki::Node->new( txt => Foo is a foobar., type => item ); print $para->as_wiki(); # print something like "* Foo is a foorbarn" A...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): Convert::Wiki::Node::Item Download

Added: November 14, 2010 | Visits: 1.411

Convert::Wiki::Node::Head Convert::Wiki::Node::Head is a Perl module that represents a headline node. SYNOPSIS use Convert::Wiki::Node::Head; my $head = Convert::Wiki::Node->new( txt => About Foo, type => head1 ); print $head->as_wiki(); A Convert::Wiki::Node::Head represents a headline node in a text..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): Convert::Wiki::Node::Head Download

Added: August 26, 2010 | Visits: 1.684

Convert::Wiki::Node::Para Convert::Wiki::Node::Para is a Perl module that represents a text paragraph node. SYNOPSIS use Convert::Wiki::Node::Para; my $para = Convert::Wiki::Node->new( txt => Foo is a foobar., type => para ); print $para->as_wiki(); A Convert::Wiki::Node::Para represents a normal text paragraph..


Platforms: *nix

License: Freeware Size: 19.46 KB Download (167): Convert::Wiki::Node::Para Download

Added: July 09, 2010 | Visits: 983

Convert::Wiki Convert::Wiki is a Perl module that can convert HTML/POD/txt from/to Wiki code. SYNOPSIS use Convert::Wiki; my $wiki = Convert::Wiki->new(); $wiki->from_txt ( $txt ); die ("Error: " . $wiki->error()) if $wiki->error; print $wiki->as_wiki(); $wiki->from_html ( $html ); die ("Error: "...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Convert::Wiki Download

Added: June 01, 2010 | Visits: 930

Parse::RecDescent::FAQ Parse::RecDescent::FAQ is the official, authorized FAQ for Parse::RecDescent. OVERVIEW-TYPE QUESTIONS Is Parse::RecDescent LL(1)? LL(N)? LR(1)? LR(N)? Answer by Yves Orton: I have a data structure which is a hash of entries where an entry is a list/array of sets I have also a grammar...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (99): Parse::RecDescent::FAQ Download

Added: July 17, 2010 | Visits: 1.270

CGI::Wiki::Kwiki CGI::Wiki::Kwiki is an instant wiki built on CGI::Wiki. A simple-to-use front-end to CGI::Wiki. It can be used for several purposes: to migrate from a CGI::Kwiki wiki (its original purpose), to provide a quickly set up wiki that can later be extended to use more of CGI::Wikis capabilities, and...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): CGI::Wiki::Kwiki Download

Released: June 04, 2012  |  Added: June 28, 2012 | Visits: 1.421

My Desktop Wiki By using the software, you don't need to worry about wiki markup syntax, what you need to do is just edit your wiki article like using notepad or office word software. Then click "generate wiki code" button, all you get is automatically wiki markup syntax formatted article. Then just copy those...


Platforms: Windows

License: Freeware Size: 1.49 MB Download (104): My Desktop Wiki Download

Released: November 21, 2012  |  Added: November 21, 2012 | Visits: 674

Azureus Acceleration Tool Azureus Acceleration Tool is a new add-on for Azureus file sharing program. Latest technology implemented will enable you to download MP3s, movies and other desired files faster than ever. The program will ensure that your bandwidth is used to its highest capability. Also the booster will help...


Platforms: Windows

License: Freeware Size: 7.6 MB Download (60): Azureus Acceleration Tool Download

Added: May 10, 2013 | Visits: 445

Particle Wiki Particle Wiki allows you to set-up a wiki in minutes and get all the features you would expect from a wiki application.Key Features: - Easy to Install - Edit your database file then just follow the installer - Fully featured - Add links, external links, images, headings and more -...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): Particle Wiki Download

Added: May 10, 2013 | Visits: 559

Anomaly Wiki Anomaly Wiki is a content management system (CMS) with the following goals: - Few requirements, all you need is a web server running PHP 4.3.0 or later. - Based on plugins and templates. - Fast and minimalistic. Every millisecond counts. Features: - Completely new intuitive authorization...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Anomaly Wiki Download

Added: May 10, 2013 | Visits: 415

Stack's Wiki Stack's Wiki is a light weight wiki system. The script is very easy to install, use and customize.It uses PHP and MySQL like most sites, but also uses AJAX for content mangement. It also uses Markdown for the raw content.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): Stack's Wiki Download

< 1 2 3 4 5 >