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.468.341 Times

Breaking Dawn Wiki software
Filter: All | Freeware | Demo
 

Breaking Dawn Wiki

1 2 3 4 5 > 
Released: September 05, 2012  |  Added: September 05, 2012 | Visits: 616

Free Twilight Breaking Dawn Screensaver Free Breaking Dawn Screensaver The Twilight Saga: Breaking Dawn will be released in November 2011. It is based on Stephenie Meyer's Breaking Dawn and will be the forth installment of The Twilight Saga film series, following 2008's Twilight, 2009's New Moon and 2010'sEclipse. Directed by Bill...



Platforms: Windows

License: Freeware Size: 1.61 MB Download (44): Free Twilight Breaking Dawn Screensaver Download

Released: November 22, 2011  |  Added: December 01, 2011 | Visits: 1.572

Breaking Dawn media player Media Player Max is an easy-to-use program with amazing interface to play almost all media files with an easy-to-use playlist, The player can also play DVD-Video discs and Video-CD discs. The program features are: 1) Supported Input Audio Formats: wav , wma , mka , m4a , mp3 , mp4 , ogg , aac ,...





Platforms: Windows

License: Freeware Size: 15.79 MB Download (145): Breaking Dawn media player Download

Released: May 30, 2011  |  Added: June 08, 2011 | Visits: 1.220

Free Twilight Desktop Icons Free Twilight Desktop Icons is a collection of 12 free icons for personal and commercial use (software applications, websites, blogs etc.) representing various characters, concepts and symbols of Twilight Saga. The images are distributed under a Creative Commons Attribution-Share Alike license...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Freeware Size: 3.28 MB Download (111): Free Twilight Desktop Icons Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 670

Free Robert Pattinson Screensaver Free Robert Pattinson Screensaver. This amazing screensaver contains many images of your favourite Twilight star. Robert Thomas Pattinson (born 13 May 1986) is an English actor, model, musician, and producer. He has been cited as one of the highest paid actors in Hollywood. Pattinson is...


Platforms: Windows

License: Freeware Size: 2 KB Download (56): Free Robert Pattinson Screensaver Download

Released: June 03, 2010  |  Added: July 05, 2013 | Visits: 3.455

SharePoint Wiki Redirect SharePoint Wiki Redirect provides an easy way to manage different versions of wiki pages and control which version is displayed by default. This free SharePoint wiki web part gives you the ability to quickly toggle between the SharePoint wiki versions edited most recently, the latest...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 291.2 KB Download (369): SharePoint Wiki Redirect Download

Added: February 17, 2010 | Visits: 1.349

Wiki::Gateway Wiki::Gateway is a Perl library for interacting with remote wikis. SYNOPSIS use Wiki::Gateway; $result = Wiki::Gateway::getPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl, $wiki_type, SandBox); $result = Wiki::Gateway::putPage(http://interwiki.sourceforge.net/cgi-bin/wiki.pl,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Wiki::Gateway Download

Added: November 06, 2010 | Visits: 2.052

Wiki::Toolkit::Store::Mediawiki Wiki::Toolkit::Store::Mediawiki is a Mediawiki (MySQL) storage backend for Wiki::Toolkit. SYNOPSIS Implementation of Wiki::Toolkit::Store::Database which reads and writes to a Mediawiki 1.6 database running in MySQL. This is module is intended to be capable of running concurrently with a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Wiki::Toolkit::Store::Mediawiki Download

Added: January 21, 2010 | Visits: 2.748

Wiki::Toolkit::Formatter::Mediawiki Wiki::Toolkit::Formatter::Mediawiki is a Mediawiki-style formatter for Wiki::Toolkit. SYNOPSIS This package implements a formatter for the Wiki::Toolkit module which attempts to duplicate the behavior of the Mediawiki application (a set of PHP scripts used by Wikipedia and friends). use...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): Wiki::Toolkit::Formatter::Mediawiki Download

Added: March 16, 2010 | Visits: 2.042

Wiki::Toolkit::Plugin::RSS::Reader Wiki::Toolkit::Plugin::RSS::Reader is a Perl module to retrieve RSS feeds for inclusion in Wiki::Toolkit nodes. Use this Wiki::Toolkit plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use Wiki::Toolkit::Plugin::RSS::Reader; my $rss =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Wiki::Toolkit::Plugin::RSS::Reader Download

Added: April 20, 2010 | Visits: 1.934

CGI::Wiki::Plugin::RSS::Reader CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes. Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node. SYNOPSIS use CGI::Wiki::Plugin::RSS::Reader; my $rss =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Wiki::Plugin::RSS::Reader Download

Added: February 09, 2010 | Visits: 1.470

ERFAN WIKI ERFAN WIKI is powerful wiki engine without database supporting smart search, smart backup, wikipedia syntax, template, nice printable version, language and multiuser. Plus an easy and secure installer..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): ERFAN WIKI Download

Added: May 24, 2010 | Visits: 1.672

Dawn Dawn KDM is a KDM theme based on my photo of the sunrise on the Great Ocean Road. - http://www.kde-look.org/content/show.php/Sunrise+-+Great+Ocean+Road?content=54727 If anyone can tell me how to take a snapshot of the KDM, please do so. Ive tried Xnest, but havent been able to get the actual...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (107): Dawn Download

Added: October 24, 2010 | Visits: 1.341

Pod::Simple::Wiki Pod::Simple::Wiki is a class for creating Pod to Wiki filters. SYNOPSIS To create a simple filter to convert from Pod to a wiki format: #!/usr/bin/perl -w use strict; use Pod::Simple::Wiki; my $parser = Pod::Simple::Wiki->new(kwiki); if (defined $ARGV[0]) { open IN, $ARGV[0] or die...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Pod::Simple::Wiki Download

Added: August 11, 2010 | Visits: 2.938

Wiki::Toolkit::Formatter::Default Wiki::Toolkit::Formatter::Default is a formatter for Wiki::Toolkit. SYNOPSIS my $store = Wiki::Toolkit::Store::SQLite->new( ... ); # See below for parameter details. my $formatter = Wiki::Toolkit::Formatter::Default->new( %config ); my $wiki = Wiki::Toolkit->new( store => $store,...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (244): Wiki::Toolkit::Formatter::Default Download

Added: November 12, 2010 | Visits: 1.519

CGI::Wiki CGI::Wiki is a toolkit for building Wikis. Helps you develop Wikis quickly by taking care of the boring bits for you. You will still need to write some code - this isnt an instant Wiki. SYNOPSIS # Set up a wiki object with an SQLite storage backend, and an # inverted index/DB_File search...


Platforms: *nix

License: Freeware Size: 62.46 KB Download (87): CGI::Wiki Download

Added: June 08, 2010 | Visits: 1.780

PWP Wiki Processor PWP Wiki Processor is a PHP Wiki based on flat files that can create static pages. It uses flat files as data storage, no database is required. It has a simple cache and trash bin, and can handle file uploads. It is able to export its contents into static HTML pages. A Wiki is a...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): PWP Wiki Processor Download

Added: August 05, 2010 | Visits: 1.605

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 (102): OW2 wiki Download

Added: October 25, 2010 | Visits: 1.647

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: August 01, 2010 | Visits: 2.350

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.706

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

1 2 3 4 5 >