cruz azul wikipedia
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 49
Wikipedia API 1.0
Wikipedia API is a simple API to embed Wikipedia content dynamically on a Web site. more>>
Wikipedia API is a simple API to embed Wikipedia content dynamically on a Web site.
Wikipedia is an online encyclopedia in which the user community is encouraged to submit information for its entries. Wikipedia is unique in that it is free to the public, the content is fairly well moderated, and its content is licensed under the GFDL (GNU Free Documentation License); therefore, all of its text can be copied, modified, and used any way you see fit.
The only stipulation to using its text, is that the names of the original authors must remain intact. KillerTux.com is currently embedding some of the relevant entries in its own site and has decided to make the API open for public use. It is a simple implementation and should be easy to use. If you are a webmaster and would like to use KillerTux.coms Wikipedia API, this is the place to learn how to do it.
What is an API
An API is an application programming interface with which external applications can communicate with. The syntax and usage of the API dictates the type of data, format, and other specifics of the information to be exchanged. In this case, the API is a simple call to KillerTux.coms web server via the HTTP protocol.
Wikipedia API usage
The URL for the API is "http://scrapers.killertux.com/wikipedia-api.php". It uses the get request method and only has 3 parameters. These parameters are as follows:
wikititle=
wikiformat=[html | text]
wikiimages=[yes | no ]
The wikititle value is the name of the Wikipedia entry you are looking for, in Wikipedias variable entry. This can be found by going to Wikipedia.org and finding an entry. The name is the last part of the URL. For instance, the Wikipedia entry for "Computer Program" is "http://en.wikipedia.org/wiki/Computer_Program". Notice the space is an underscore in the URL. Defining the wikititle value for this API would look like this: wikititle=Computer_Program. This value must be specified. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program". The wikiformat value currently has two possible values: html and text. html is the default if no value is specified. If you use HTML format, it is recommended that a style sheet be used, although it may not be necessary.
A sample CSS is provided here. The text format option strips all HTML code from the document and returns plain text formatted at 80 characters per column. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program&wikiformat=html". The wikiimages value is only valid for HTML format; images for the text format are disabled. Image source locations are preserved and images are loaded from Wikipedia, not KillerTux.com. If wikiimages=no is selected, all images and captions will be striped from the document, while other HTML code should remain intact such as links to other articles. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program&wikiimages=no".
<<lessWikipedia is an online encyclopedia in which the user community is encouraged to submit information for its entries. Wikipedia is unique in that it is free to the public, the content is fairly well moderated, and its content is licensed under the GFDL (GNU Free Documentation License); therefore, all of its text can be copied, modified, and used any way you see fit.
The only stipulation to using its text, is that the names of the original authors must remain intact. KillerTux.com is currently embedding some of the relevant entries in its own site and has decided to make the API open for public use. It is a simple implementation and should be easy to use. If you are a webmaster and would like to use KillerTux.coms Wikipedia API, this is the place to learn how to do it.
What is an API
An API is an application programming interface with which external applications can communicate with. The syntax and usage of the API dictates the type of data, format, and other specifics of the information to be exchanged. In this case, the API is a simple call to KillerTux.coms web server via the HTTP protocol.
Wikipedia API usage
The URL for the API is "http://scrapers.killertux.com/wikipedia-api.php". It uses the get request method and only has 3 parameters. These parameters are as follows:
wikititle=
wikiformat=[html | text]
wikiimages=[yes | no ]
The wikititle value is the name of the Wikipedia entry you are looking for, in Wikipedias variable entry. This can be found by going to Wikipedia.org and finding an entry. The name is the last part of the URL. For instance, the Wikipedia entry for "Computer Program" is "http://en.wikipedia.org/wiki/Computer_Program". Notice the space is an underscore in the URL. Defining the wikititle value for this API would look like this: wikititle=Computer_Program. This value must be specified. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program". The wikiformat value currently has two possible values: html and text. html is the default if no value is specified. If you use HTML format, it is recommended that a style sheet be used, although it may not be necessary.
A sample CSS is provided here. The text format option strips all HTML code from the document and returns plain text formatted at 80 characters per column. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program&wikiformat=html". The wikiimages value is only valid for HTML format; images for the text format are disabled. Image source locations are preserved and images are loaded from Wikipedia, not KillerTux.com. If wikiimages=no is selected, all images and captions will be striped from the document, while other HTML code should remain intact such as links to other articles. A sample API call would be "http://scrapers.killertux.com/wikipedia-api.php?wikititle=Computer_Program&wikiimages=no".
Download (MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
1018 downloads
Wikipedia search 0.3
Wikipedia search is a superkaramba theme for searching on en.wikipedia.org. more>>
Wikipedia search is a superkaramba theme for searching on en.wikipedia.org.
Based on Answers.com karamba by sg1 http://www.kde-look.org/content/show.php?content=30887
Thanks to Rcio Zienke for language config entry.
To-do
- make some transtalations
- display article in wikipedia search window
<<lessBased on Answers.com karamba by sg1 http://www.kde-look.org/content/show.php?content=30887
Thanks to Rcio Zienke for language config entry.
To-do
- make some transtalations
- display article in wikipedia search window
Download (0.012MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1214 downloads
Eclipse Wikipedia Editor Plugin 2.0.6
Eclipse Wikipedia Editor Plugin is an Eclipse editor for the Wikipedia syntax. more>>
Eclipse Wikipedia Editor Plugin is an Eclipse editor for the Wikipedia syntax. The project features syntax highlighting, source folding, outlining, uploading and downloading to and from the Web, and more.
Enhancements:
- It is now possible to add an extra "domain" entry into the login with the wpDomain name entry (this can be helpful for authentication in an extranet configuration with LDAP support).
- The refresh mechanisms of the internal wiki browser preview have changed.
- Every time you click into a new wiki editor, save the wikipedia text, or use a file with extension *.wp in the Eclipse package explorer, the browser views the rendered HTML output from the corresponding file in the /wpbin subdirectory.
<<lessEnhancements:
- It is now possible to add an extra "domain" entry into the login with the wpDomain name entry (this can be helpful for authentication in an extranet configuration with LDAP support).
- The refresh mechanisms of the internal wiki browser preview have changed.
- Every time you click into a new wiki editor, save the wikipedia text, or use a file with extension *.wp in the Eclipse package explorer, the browser views the rendered HTML output from the corresponding file in the /wpbin subdirectory.
Download (4.9MB)
Added: 2006-11-28 License: Common Public License Price:
1066 downloads
ERFAN WIKI 1.0.0
ERFAN WIKI is powerful wiki engine without database supporting smart search, smart backup, wikipedia syntax, template. more>>
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.
Main features:
- Multi Language
- Template Support ( full CSS )
- WikiPedia Syntax Support
- Auto Thumbnail Generator
- Smart Search
- Smart Backup
- Printable Output
- User Management
- Database Free
- Easy Installer
<<lessMain features:
- Multi Language
- Template Support ( full CSS )
- WikiPedia Syntax Support
- Auto Thumbnail Generator
- Smart Search
- Smart Backup
- Printable Output
- User Management
- Database Free
- Easy Installer
Download (0.16MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1181 downloads
Wikipedia Lookup Extension 0.3.2
Lookups up the selected word in the Wikipedia encyclopedia. more>> Wikipedia Lookup Extension 0.3.2 is a powerful tool that makes it quick and easy to look up the selected word in the Wikipedia encyclopedia.<<less
Added: 2009-07-15 License: MPL Price: FREE
19 downloads
Cooliris Previews 2.4.2
Cooliris Previews is a Firefox extension that gives you the power to browse and share web links and rich media instantly. more>>
Cooliris Previews is a Firefox extension that gives you the power to browse and share web links and rich media instantly.
Main features:
- Fly through web links, images, and videos without clicking. Simply mouse over any link and the Cooliris preview window will instantly appear to show you the underlying content without leaving your current page.
- NEW! Send the content to a friend in less than 1 second from the preview window. Theres no need to open your default email program.
- Right-click on any phrase on any webpage, and Cooliris will automatically do a subsearch in Google, Wikipedia, and others.
- Enable/disable Cooliris functionality on any particular domain
<<lessMain features:
- Fly through web links, images, and videos without clicking. Simply mouse over any link and the Cooliris preview window will instantly appear to show you the underlying content without leaving your current page.
- NEW! Send the content to a friend in less than 1 second from the preview window. Theres no need to open your default email program.
- Right-click on any phrase on any webpage, and Cooliris will automatically do a subsearch in Google, Wikipedia, and others.
- Enable/disable Cooliris functionality on any particular domain
Download (0.059MB)
Added: 2007-08-01 License: MPL (Mozilla Public License) Price:
509 downloads
Convert::Wiki 0.05
Convert::Wiki is a Perl module that can convert HTML/POD/txt from/to Wiki code. more>>
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: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
# clear the object manually
$wiki->clear();
$wiki->add_txt ( $txt );
die ("Error: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
Convert::Wiki converts from various formats to various Wiki formats.
Input can come as HTML, POD or plain TXT (like it is written in many READMEs). The data will be converted to an internal, node based format and can then be converted to Wikicode as used by many wikis like the Wikipedia.
<<lessSYNOPSIS
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: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
# clear the object manually
$wiki->clear();
$wiki->add_txt ( $txt );
die ("Error: " . $wiki->error()) if $wiki->error;
print $wiki->as_wiki();
Convert::Wiki converts from various formats to various Wiki formats.
Input can come as HTML, POD or plain TXT (like it is written in many READMEs). The data will be converted to an internal, node based format and can then be converted to Wikicode as used by many wikis like the Wikipedia.
Download (0.019MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1176 downloads
bcr harms 0.1
bcr harms takes a model of the quantum harmonic oscillator and adapts it as a soft synth. more>>
bcr harms takes a model of the quantum harmonic oscillator and adapts it as a soft synth. A little while ago I came across this pretty cool applet that simulates the coherent states (so called Glauber states) of the quantum harmonic oscillator. You can read more about quantum harmonic oscillators on Wikipedia, or perhaps a quantum physics textbook. bcr harms takes this model and turns it into a soft synth. The interface is again based on the BCR2000s knobs and buttons.
There is an applet version for playing with, but the standalone version will definitely perform better.
Instructions:
Download and run with java -jar bcr-harms.jar.
The top row of knobs lets you set the relative amplitude of the first 8 states of the harmonic oscillator. The first row of buttons will select single states. With the bottom left hand knob you can set the average energy and force a Glauber state. Importantly, the stop/start button is situated on the right hand side, where the BCR2000 store button is. There are a few other parameters to play around with too. Furthermore you can select single states by sending MIDI note on messages to the application, this lets you play it somewhat like an instrument.
<<lessThere is an applet version for playing with, but the standalone version will definitely perform better.
Instructions:
Download and run with java -jar bcr-harms.jar.
The top row of knobs lets you set the relative amplitude of the first 8 states of the harmonic oscillator. The first row of buttons will select single states. With the bottom left hand knob you can set the average energy and force a Glauber state. Importantly, the stop/start button is situated on the right hand side, where the BCR2000 store button is. There are a few other parameters to play around with too. Furthermore you can select single states by sending MIDI note on messages to the application, this lets you play it somewhat like an instrument.
Download (0.10MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
846 downloads
MediaWiki Wiki JumpBox 1.0
MediaWiki is a powerful wiki engine originally developed for the Wikipedia project and now deployed on many sites. more>>
MediaWiki is a powerful wiki engine originally developed for the Wikipedia project and now deployed on many sites around the world. This JumpBox includes MediaWiki version 1.9.3.
A JumpBox is a virtual appliance that bundles a server based application along with all of its dependancies (database, operating system, libraries and management interface) into a single pre-configured unit. This makes deploying that application drop dead simple and gives you a working application in minutes for what would normally take hours.
WHY USE A JUMPBOX
Its Simple
Open Source applications are great. The applications are powerful, inexpensive and get the job done. But installing and configuring those applications can be a pain. A JumpBox delivers Open Source applications in a way that makes them simple to try, run and operate.
Its Quick
Actually downloading a JumpBox will take the most time. Once thats done, youre just a few minutes from having a working application that can serve multiple users.
Its Portable
A JumpBox collects the application, application dependancies and all application data into a single bundle that can easily be moved from one computer to another. This allows you to start running the application on your desktop and then as usage grows move it to a server without needing to reinstall or reconfigure. Plus with support for Mac OS X, Windows and Linux you can even move the application between platforms with little effort.
Its Safe
Manually installing Open Source applications not only takes a lot of time and effort, but when youre done its still left to you to figure out how to protect the data the application manages. With a JumpBox its easy to add automatic backups of the entire state of the application.
Its Virtual
A JumpBox application is a virtual appliance that bundles the open source application and all its runtime dependancies into a single package that runs on top of virtualization software from VMWare, Parallels or Xen. This means all JumpBox applications automatically gain the benefits of traditional server virtualization and can be dropped into existing virtualization infrastructure when available.
Its Comfortable
JumpBox provides a consistent runtime environment for all applications that we bundle. The applications may differ considerably, but their installation and operation will be familiar no matter which JumpBox you choose.
<<lessA JumpBox is a virtual appliance that bundles a server based application along with all of its dependancies (database, operating system, libraries and management interface) into a single pre-configured unit. This makes deploying that application drop dead simple and gives you a working application in minutes for what would normally take hours.
WHY USE A JUMPBOX
Its Simple
Open Source applications are great. The applications are powerful, inexpensive and get the job done. But installing and configuring those applications can be a pain. A JumpBox delivers Open Source applications in a way that makes them simple to try, run and operate.
Its Quick
Actually downloading a JumpBox will take the most time. Once thats done, youre just a few minutes from having a working application that can serve multiple users.
Its Portable
A JumpBox collects the application, application dependancies and all application data into a single bundle that can easily be moved from one computer to another. This allows you to start running the application on your desktop and then as usage grows move it to a server without needing to reinstall or reconfigure. Plus with support for Mac OS X, Windows and Linux you can even move the application between platforms with little effort.
Its Safe
Manually installing Open Source applications not only takes a lot of time and effort, but when youre done its still left to you to figure out how to protect the data the application manages. With a JumpBox its easy to add automatic backups of the entire state of the application.
Its Virtual
A JumpBox application is a virtual appliance that bundles the open source application and all its runtime dependancies into a single package that runs on top of virtualization software from VMWare, Parallels or Xen. This means all JumpBox applications automatically gain the benefits of traditional server virtualization and can be dropped into existing virtualization infrastructure when available.
Its Comfortable
JumpBox provides a consistent runtime environment for all applications that we bundle. The applications may differ considerably, but their installation and operation will be familiar no matter which JumpBox you choose.
Download (139.9MB)
Added: 2007-07-25 License: Free To Use But Restricted Price:
821 downloads
GROU.PS Web 2.0 API 0.1
GROU.PS Web is a general purpose PHP API, created for use in Web 2.0 sites. more>>
GROU.PS Web is a general purpose PHP API, created for use in Web 2.0 sites. It includes frequently used design patterns of well known web 2.0 sites. For a correct definiton of Web 2.0, you may want to check http://en.wikipedia.org/wiki/Web_2.0
Our API currently has 2 classes:
1) TagCloud?.class.php
Feed the class with your own data, and create Web 2.0 style tag clouds
2) Utility.class.php
General purpose functions. For instance getStyledDateDiff gives nicely formatted date differences that are in use in digg.com and grou.ps
The APIs are not complete yet. We are open to any ideas, wished coming from you.
Usage:
Tag Cloud Example
< ?php
require_once(/path/to/TagCloud.class.php);
$tc = new TagCloud();
$tc->setMinFontSize(8);
$tc->setMaxFontSize(20);
$tc->setDistributionType(TC_RANDOM_DISTRIBUTION);
$tc->setDataClass(tags);
$tc->addData(love,10);
$tc->addData(sex,20);
$tc->addData(food,5);
$tc->addData(business,1);
$tc->addData(PHP,2);
$res = $tc->generate();
echo $res;
? >
Utility Example:
< ?php
require_once(/path/to/Utility.class.php);
$start_date = "September 21, 1999";
$end_date = "yesterday";
$u = new Utility();
$datediff = $u->getStyledDateDiff($start_date,$end_date);
$birthday = "11 January 1978";
$zodiacsign = $u->getZodiacSign($birthday);
echo $datediff;
echo "
";
echo $zodiacsign;
? >
<<lessOur API currently has 2 classes:
1) TagCloud?.class.php
Feed the class with your own data, and create Web 2.0 style tag clouds
2) Utility.class.php
General purpose functions. For instance getStyledDateDiff gives nicely formatted date differences that are in use in digg.com and grou.ps
The APIs are not complete yet. We are open to any ideas, wished coming from you.
Usage:
Tag Cloud Example
< ?php
require_once(/path/to/TagCloud.class.php);
$tc = new TagCloud();
$tc->setMinFontSize(8);
$tc->setMaxFontSize(20);
$tc->setDistributionType(TC_RANDOM_DISTRIBUTION);
$tc->setDataClass(tags);
$tc->addData(love,10);
$tc->addData(sex,20);
$tc->addData(food,5);
$tc->addData(business,1);
$tc->addData(PHP,2);
$res = $tc->generate();
echo $res;
? >
Utility Example:
< ?php
require_once(/path/to/Utility.class.php);
$start_date = "September 21, 1999";
$end_date = "yesterday";
$u = new Utility();
$datediff = $u->getStyledDateDiff($start_date,$end_date);
$birthday = "11 January 1978";
$zodiacsign = $u->getZodiacSign($birthday);
echo $datediff;
echo "
";
echo $zodiacsign;
? >
Download (0.007MB)
Added: 2006-04-13 License: MIT/X Consortium License Price:
1292 downloads
Wikidbase 1.0.a2.dev-r719
Wikidbase is an idea that combines the functionality of a database system and a wiki web application. more>>
Wikidbase is an idea that combines the functionality of a database system and a wiki web application.
The wikidbase concept is based on the view that non-technical users of a database system (i.e. those who are the experts of the nature of the data they handle) should be able to create and evolve their database model over time (i.e. without paying a database expert over and over again to do it).
This is particularly relevant to non-profit and charity organizations.
Furthermore, since the designer of a conventional database system cannot foretell all future demands of the system, it is highly likely that a database model will be frozen too early, causing problems later on when the requirements of an organistion change - as they so often do.
A conventional database is a system for information storage and retrieval that is highly optimised through organisation of the data into a rigid model; as such, whilst being highly optimised, it is not easy for a non-technical user of the system to later change the model (e.g. to add or change fields, or tables), change reports and queries, or alter the data-entry interface.
A wiki is a website that allows non-technical users to easily edit the contents of webpages, allowing them to add images, alter styling, etc. A wiki can be likened to an unstructured database, since there is no predetermined modal for the information that will be stored, and so a wiki can be used to store highly flexible data - and lots of it - (wikipedia, a web wiki-based encylopedia, is a good example of this). Unlike a structured database, however, information held in a wiki can usually only be retrieved by string searches, and it is not possible, therefore, to retrieve structured information from the wiki (e.g. a list of phone numbers or email addresses for all staff members).
Wikidbase can be thought of as more than just a database, as a rich groupware application that will be capable of storing and organising all sorts of information (e.g. fully relational data, plain old information pages, files, images, media, semi-structured data, shared calendar type information, etc.). Wikidbase will be released as open source under the GPL licence (i.e it will be free).
Enhancements:
- Minor optimizations have been made and work begun on calendar-view enhancement and user authorization.
- The database model has been updated for future optimization.
- Some screencasts are available.
<<lessThe wikidbase concept is based on the view that non-technical users of a database system (i.e. those who are the experts of the nature of the data they handle) should be able to create and evolve their database model over time (i.e. without paying a database expert over and over again to do it).
This is particularly relevant to non-profit and charity organizations.
Furthermore, since the designer of a conventional database system cannot foretell all future demands of the system, it is highly likely that a database model will be frozen too early, causing problems later on when the requirements of an organistion change - as they so often do.
A conventional database is a system for information storage and retrieval that is highly optimised through organisation of the data into a rigid model; as such, whilst being highly optimised, it is not easy for a non-technical user of the system to later change the model (e.g. to add or change fields, or tables), change reports and queries, or alter the data-entry interface.
A wiki is a website that allows non-technical users to easily edit the contents of webpages, allowing them to add images, alter styling, etc. A wiki can be likened to an unstructured database, since there is no predetermined modal for the information that will be stored, and so a wiki can be used to store highly flexible data - and lots of it - (wikipedia, a web wiki-based encylopedia, is a good example of this). Unlike a structured database, however, information held in a wiki can usually only be retrieved by string searches, and it is not possible, therefore, to retrieve structured information from the wiki (e.g. a list of phone numbers or email addresses for all staff members).
Wikidbase can be thought of as more than just a database, as a rich groupware application that will be capable of storing and organising all sorts of information (e.g. fully relational data, plain old information pages, files, images, media, semi-structured data, shared calendar type information, etc.). Wikidbase will be released as open source under the GPL licence (i.e it will be free).
Enhancements:
- Minor optimizations have been made and work begun on calendar-view enhancement and user authorization.
- The database model has been updated for future optimization.
- Some screencasts are available.
Download (1.3MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
847 downloads
Wiki::Toolkit::Formatter::Mediawiki 0.02
Wiki::Toolkit::Formatter::Mediawiki is a Mediawiki-style formatter for Wiki::Toolkit. more>>
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 Wiki::Toolkit
use Wiki::Toolkit::Store::Mediawiki;
use Wiki::Toolkit::Formatter::Mediawiki;
my $store = Wiki::Toolkit::Store::Mediawiki->new ( ... );
# See below for parameter details.
my $formatter = Wiki::Toolkit::Formatter::Mediawiki->new (%config,
store => $store);
my $wiki = Wiki::Toolkit->new (store => $store,
formatter => $formatter);
METHODS
new
my $store = Wiki::Toolkit::Store::Mediawiki->new ( ... );
my $formatter = Wiki::Toolkit::Formatter::Mediawiki->new
(allowed_tags => [# HTML
qw(b big blockquote br caption center cite code dd
div dl dt em font h1 h2 h3 h4 h5 h6 hr i li ol p
pre rb rp rt ruby s small strike strong sub sup
table td th tr tt u ul var),
# MediaWiki Specific
qw(nowiki),],
allowed_attrs => [qw(title align lang dir width height bgcolor),
qw(clear), # BR
qw(noshade), # HR
qw(cite), # BLOCKQUOTE, Q
qw(size face color), # FONT
# For various lists, mostly deprecated but
# safe
qw(type start value compact),
# Tables
qw(summary width border frame rules
cellspacing cellpadding valign char
charoff colgroup col span abbr axis
headers scope rowspan colspan),
qw(id class name style), # For CSS
],
node_prefix => ,
store => $store);
Parameters will default to the values above, with the exception of store, which is a required argument without a default. store does not have to be of type Wiki::Toolkit::Store::Mediawiki.
format
my $html = $formatter->format ($content);
Escapes any tags which werent specified as allowed on creation, then interpolates any macros, then calls Text::WikiFormat::format (with the specialized Mediawiki config) to translate the raw Wiki language supplied into HTML.
find_internal_links
my @links_to = $formatter->find_internal_links ($content);
Returns a list of all nodes that the supplied content links to.
<<lessSYNOPSIS
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 Wiki::Toolkit
use Wiki::Toolkit::Store::Mediawiki;
use Wiki::Toolkit::Formatter::Mediawiki;
my $store = Wiki::Toolkit::Store::Mediawiki->new ( ... );
# See below for parameter details.
my $formatter = Wiki::Toolkit::Formatter::Mediawiki->new (%config,
store => $store);
my $wiki = Wiki::Toolkit->new (store => $store,
formatter => $formatter);
METHODS
new
my $store = Wiki::Toolkit::Store::Mediawiki->new ( ... );
my $formatter = Wiki::Toolkit::Formatter::Mediawiki->new
(allowed_tags => [# HTML
qw(b big blockquote br caption center cite code dd
div dl dt em font h1 h2 h3 h4 h5 h6 hr i li ol p
pre rb rp rt ruby s small strike strong sub sup
table td th tr tt u ul var),
# MediaWiki Specific
qw(nowiki),],
allowed_attrs => [qw(title align lang dir width height bgcolor),
qw(clear), # BR
qw(noshade), # HR
qw(cite), # BLOCKQUOTE, Q
qw(size face color), # FONT
# For various lists, mostly deprecated but
# safe
qw(type start value compact),
# Tables
qw(summary width border frame rules
cellspacing cellpadding valign char
charoff colgroup col span abbr axis
headers scope rowspan colspan),
qw(id class name style), # For CSS
],
node_prefix => ,
store => $store);
Parameters will default to the values above, with the exception of store, which is a required argument without a default. store does not have to be of type Wiki::Toolkit::Store::Mediawiki.
format
my $html = $formatter->format ($content);
Escapes any tags which werent specified as allowed on creation, then interpolates any macros, then calls Text::WikiFormat::format (with the specialized Mediawiki config) to translate the raw Wiki language supplied into HTML.
find_internal_links
my @links_to = $formatter->find_internal_links ($content);
Returns a list of all nodes that the supplied content links to.
Download (0.006MB)
Added: 2007-04-02 License: Perl Artistic License Price:
936 downloads
Microracers 0.2
Microracers is a fun 2D top-view racing game. more>>
Microracers is a fun 2D top-view racing game.
Microracers aims to be a fun 2D top-view racing game. It is inspired on the old Micromachines game, but it isnt meant to be a clone of it.
For now, it only has a racing gameplay where you have to beat computer vehicles (or other 3 humans on the same seat) by completing 2 laps the first.
The game is under the GPL. Everyone is free to contribute! Contact us.
<<lessMicroracers aims to be a fun 2D top-view racing game. It is inspired on the old Micromachines game, but it isnt meant to be a clone of it.
For now, it only has a racing gameplay where you have to beat computer vehicles (or other 3 humans on the same seat) by completing 2 laps the first.
The game is under the GPL. Everyone is free to contribute! Contact us.
Download (2.6MB)
Added: 2005-11-07 License: GPL (GNU General Public License) Price:
1449 downloads
Quizdrill 0.2.0
Quizdrill is a learning-by-testing program to learn quickly, mostly memorizing tasks like vocabulary. more>>
Quizdrill is a learning-by-testing program to learn quickly, mostly memorizing tasks like vocabulary. The project supports simple quiz, multiple choice as well as flashcard testing. Although still quite immature, Quizdrill asks questions which have been answered right more often then others, less often to improve learning efficiency.
Quizzes can be easily created by edition simple text files or automatically built from Infobox-style templates of Wikipedia dumps (or other MediaWikis and even Semantic MediaWikis). Quizdrill tries to be as easy to use as possible.
Quizdrill should run on Linux, Mac/OSX, Unixes and Window. Install includes more information. For bug reports and feature requests see the Quizdrill project page. Quizdrill is released under the GNU GPL either version 2 of the License, or (at your option) any later version.
<<lessQuizzes can be easily created by edition simple text files or automatically built from Infobox-style templates of Wikipedia dumps (or other MediaWikis and even Semantic MediaWikis). Quizdrill tries to be as easy to use as possible.
Quizdrill should run on Linux, Mac/OSX, Unixes and Window. Install includes more information. For bug reports and feature requests see the Quizdrill project page. Quizdrill is released under the GNU GPL either version 2 of the License, or (at your option) any later version.
Download (0.084MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
881 downloads
Atomibulator 1.1
Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds. more>>
Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds.
RSS/Atom feeds are great, but theyre far from pervasive. How many pages do you check regularly, just to see whether anythings new? For example, how many researchers do you know who provide feeds for their list of publications? Using the Atomibulator, you can monitor any webpage out there for changes and be notified by a custom Atom (or RSS, for the old schoolers out there) feed when the page has been updated.
Better yet, you dont have to install anything. You just edit the Atomibulator watchlist at Wikipedia. Anyone can do this. Heres how it works:
Add the page you would like to have monitored in standard Mediawiki shorthand for external links, i.e. [ ]. Multiple URLs can be tagged with the same description.
Sometimes you will want to ignore parts of the HTML markup of a page. For example, advertisements often result in changing links or images in every download of a page. To do this, the Atomibulator provides filter tags. You add them to the URL description in the Wiki markup. The following filters exist:
nolinks: strips all links from the document.
noimgs: strips all images from the document.
nohtml: strips all HTML tags from the document.
For example, to remove all images from the document located at http://www.foobar.com, tagged with "foobar", you would use [http://www.foobar.com foobar noimgs]. It doesnt matter where in the URL description you put the filter. You can use multiple filters in a single description.
The Atomibulator periodically grabs the listed URLs, applies any tag filtering configured, and runs a cryptographic hash function over the result. If an update is detected, it updates a feed named after the description found on in the watchlist: the feeds address is
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/ .xml.
The description you provide gets converted into lower case, any filter tags are removed, and whitespace becomes "_": "My Page" would be turned into "my_page", "My page nohtml" would still result in "my_page". You can see all currently available tags here. The feed for the page youre looking at, for example, is at
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.xml.
Since a lot of feed readers still struggle with supporting Atom 1.o, the Atomibulator actually goes beyond what its name implies and creates RSS 2.o as well:
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.rss.
NOTE: the Atomibulator is not a feed replacement. Do not use it on pages that provide feeds serving the same purpose anyway. Also please note that the Atomibulator checks the watchlist once per hour. Kindly dont request the feeds more often than that. It wont make any difference.
ALSO NOTE: Some people have said this service is like FeedTier. Its not. According to their page, their code "performs content analysis, picks-up the most prominent cluster of hyperlinks and automatically generates RSS web feeds." In short, it focuses on hyperlinks and tries to extract some RSS-able structure. The Atomibulator notices any kind of page update, subject to the HTML tag filtering you configure for a URL.
Enhancements:
- HTML tag filters and download timeouts were added.
<<lessRSS/Atom feeds are great, but theyre far from pervasive. How many pages do you check regularly, just to see whether anythings new? For example, how many researchers do you know who provide feeds for their list of publications? Using the Atomibulator, you can monitor any webpage out there for changes and be notified by a custom Atom (or RSS, for the old schoolers out there) feed when the page has been updated.
Better yet, you dont have to install anything. You just edit the Atomibulator watchlist at Wikipedia. Anyone can do this. Heres how it works:
Add the page you would like to have monitored in standard Mediawiki shorthand for external links, i.e. [ ]. Multiple URLs can be tagged with the same description.
Sometimes you will want to ignore parts of the HTML markup of a page. For example, advertisements often result in changing links or images in every download of a page. To do this, the Atomibulator provides filter tags. You add them to the URL description in the Wiki markup. The following filters exist:
nolinks: strips all links from the document.
noimgs: strips all images from the document.
nohtml: strips all HTML tags from the document.
For example, to remove all images from the document located at http://www.foobar.com, tagged with "foobar", you would use [http://www.foobar.com foobar noimgs]. It doesnt matter where in the URL description you put the filter. You can use multiple filters in a single description.
The Atomibulator periodically grabs the listed URLs, applies any tag filtering configured, and runs a cryptographic hash function over the result. If an update is detected, it updates a feed named after the description found on in the watchlist: the feeds address is
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/ .xml.
The description you provide gets converted into lower case, any filter tags are removed, and whitespace becomes "_": "My Page" would be turned into "my_page", "My page nohtml" would still result in "my_page". You can see all currently available tags here. The feed for the page youre looking at, for example, is at
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.xml.
Since a lot of feed readers still struggle with supporting Atom 1.o, the Atomibulator actually goes beyond what its name implies and creates RSS 2.o as well:
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.rss.
NOTE: the Atomibulator is not a feed replacement. Do not use it on pages that provide feeds serving the same purpose anyway. Also please note that the Atomibulator checks the watchlist once per hour. Kindly dont request the feeds more often than that. It wont make any difference.
ALSO NOTE: Some people have said this service is like FeedTier. Its not. According to their page, their code "performs content analysis, picks-up the most prominent cluster of hyperlinks and automatically generates RSS web feeds." In short, it focuses on hyperlinks and tries to extract some RSS-able structure. The Atomibulator notices any kind of page update, subject to the HTML tag filtering you configure for a URL.
Enhancements:
- HTML tag filters and download timeouts were added.
Download (0.011MB)
Added: 2006-01-09 License: BSD License Price:
1383 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above cruz azul wikipedia search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed