Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mojomojo::formatter::wikipedialink(3pm) [debian man page]

MojoMojo::Formatter::WikipediaLink(3pm) 		User Contributed Perl Documentation		   MojoMojo::Formatter::WikipediaLink(3pm)

NAME
MojoMojo::Formatter::WikipediaLink - Linked Wikipedia by writing {{wikipedia:<lang> <word>}} DESCRIPTION
Normally, to hyperlink to the Wikipedia, you'd write: [wikipedia Hello](http://en.wikipedia.org/wiki/Hello) This plugin lets you write just {{wikipedia Hello}} not just Link to Wikipedia in English page, you can use many languages {{wikipedia:ja a~XXa~XXa~XXa~XXa~XX}} {{wikipedia:fr Salut}} Actually, if you wrote this without a language ex.{{wikipedia Foo}}, select location of Wikipedia Link is getting default-language setting of MojoMojo. METHODS
format_content_order The WikipediaLink formatter has no special requirements in terms of the order it gets run in, so it has a priority of 17. format_content Calls the formatter. Takes a ref to the content as well as the context object. process Here the actual formatting is done. SEE ALSO
MojoMojo and Module::Pluggable::Ordered. AUTHORS
Dai Okabayashi, "bayashi at cpan . org" LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-05-23 MojoMojo::Formatter::WikipediaLink(3pm)

Check Out this Related Man Page

MojoMojo::Formatter::RSS(3pm)				User Contributed Perl Documentation			     MojoMojo::Formatter::RSS(3pm)

   module_loaded
       Return true if the module is loaded.

NAME
MojoMojo::Formatter::RSS - Include RSS feeds on your page. DESCRIPTION
This formatter takes a feed in the format {{feed <url>}}, and passes it through XML::Feed to get a formatted feed suitable for inclusion in your page. It also caches them in the chosen Catalyst cache. By default it will render the first element in the feed, but it can take a numeric parameter to choose number of elements. METHODS
format_content_order Format order can be 1-99. The RSS formatter runs on 6, after the Include), so that transcluding a page from the wiki that brings in a feed, will display the feed in the transcluded section as well. format_content Calls the formatter. Takes a ref to the content as well as the context object. include_rss <c> <url> [<entries>] Returns HTML-formatted feed content for inclusion, up to a specified number of entries. Will store a cached version in "$c->cache". SEE ALSO
MojoMojo, Module::Pluggable::Ordered, XML::Feed, URI::Fetch AUTHORS
Marcus Ramberg <mramberg@cpan.org> LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-05-23 MojoMojo::Formatter::RSS(3pm)
Man Page

12 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

UNIX Entry in Wikipedia

I noticed that Wikipedia has a like to our forums on their Unix page at the bottom where the external links are listed. (0 Replies)
Discussion started by: Neo
0 Replies

2. Shell Programming and Scripting

Simpal AWK question

This example took form Wikipedia article about AWK: yes Wikipedia | cat -n | awk 'NR % 4 == 1, NR % 4 == 3' | head -7 The output is: 1 Wikipedia 2 Wikipedia 3 Wikipedia 5 Wikipedia 6 Wikipedia 7 Wikipedia 9 Wikipedia The question is: ... (2 Replies)
Discussion started by: BaruchLi
2 Replies

3. Linux

ntop/Nmon alternatives

Hi folks, Any folk has experience on ntop/Nmon ntop - network top and its spinoff NMON Welcome to nmon.net Nmon Nmon - Wikipedia, the free encyclopedia nmon for AIX and Linux Performance Monitoring IBM Wikis - AIX 5L Wiki - nmon A free tool to analyze AIX and Linux... (5 Replies)
Discussion started by: satimis
5 Replies

4. UNIX for Advanced & Expert Users

GPRS Tunnelling Protocol implementation under UNIX

I need to implement a program that sends CDRs (just some data) over GTP' (GTP Prime - one of the GPRS Tunnelling Protocols, http://en.wikipedia.org/wiki/GPRS_Tunnelling_Protocol). Does anybody know where I can find GTP implementation? I'v tryed OpenGGSN (http://sourceforge.net/projects/ggsn/), but... (4 Replies)
Discussion started by: Hitori
4 Replies

5. Red Hat

Zero Copy Suppport

Can some body please give me a pointer on how i can verify that "Zero-copy" support : Zero-copy - Wikipedia, the free encyclopedia is enabled in my kernel or not. Mine is 2.6.9-42.ELhugemem-i686c I understand as per docs it should be enabled by default after 2.4 kernel but we get custom... (1 Reply)
Discussion started by: rajwinder
1 Replies

6. Programming

C++ Map using a Vector as a Value Type?

I modified some code I found on Wikipedia concerning maps to see if it would work before applying it to a project I'm working on that has a similar idea. What I would want is for a user to be able to enter sentences and then be able to distinguish how many times a the person entered a word in a... (4 Replies)
Discussion started by: kcgb20
4 Replies

7. What is on Your Mind?

Do You Agree with the Mission of Greenpeace?

According to the Wikipedia entry for Greenpeace, the Greenpeace mission is too: Catalysing an energy revolution to address the number one threat facing our planet: climate change. Defending our oceans by challenging wasteful and destructive fishing, and creating a global network of... (1 Reply)
Discussion started by: Neo
1 Replies

8. UNIX for Dummies Questions & Answers

Client server C

Hello, Please, is there on unix.com the source code of a client C and server C: as shown in following figure: File:InternetSocketBasicDiagram zhtw.png - Wikipedia, the free encyclopedia Thank you so much for help (1 Reply)
Discussion started by: chercheur857
1 Replies

9. Shell Programming and Scripting

Wget and single page

Good evening to all!! I'm trying to become familiar with wget. I would like to download a page from Wikipedia with all images and CSSs but without going down to all links present in the page. It should be named index.html. I would like also to save it to /mnt/us inside a new folder. This is... (5 Replies)
Discussion started by: silver18
5 Replies

10. Shell Programming and Scripting

Print 4th line back from regexp

I'm looking for a way to print the 4th line back from a regular expression. Kind of like the below but it has to be the 4th line before the regexp. Print the line immediately before regexp, but not the line containing the regexp. sed -n '/regexp/{g;1!p;};h' here is an example of logs(i... (11 Replies)
Discussion started by: senormarquez
11 Replies

11. UNIX for Dummies Questions & Answers

How do You manage different program versions?

Hallo, I have an general question which happens when installing software by compiling them self. I'm using FreeBSD system 10.0 and the ports. for info, see: http--en.wikipedia.org/wiki/FreeBSD_Ports. As I installed BSD for some years there was (i.e.) perl-14 installed. Now, when doing some... (1 Reply)
Discussion started by: HL1234
1 Replies

12. What is on Your Mind?

PI calculated by hand. If this doesn't blow your mind nothing will.

This came to my attention very recently... I have put it here as a fun item not related to UNIX in any way... Chudnovsky algorithm - Wikipedia WOW! And a great, light hearted 16 minute video about it: Calculating π by hand: the Chudnovsky algorithm - YouTube Enjoy... (3 Replies)
Discussion started by: wisecracker
3 Replies