Main > Free Download Search >

Free convert wiki node para software for linux

convert wiki node para

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1945
Convert::Wiki::Node::Para 0.05

Convert::Wiki::Node::Para 0.05


Convert::Wiki::Node::Para is a Perl module that represents a text paragraph node. more>>
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.

<<less
Download (0.019MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1159 downloads
Convert::Wiki::Node::Head 0.05

Convert::Wiki::Node::Head 0.05


Convert::Wiki::Node::Head is a Perl module that represents a headline node. more>>
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.

<<less
Download (0.019MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1159 downloads
Convert::Wiki::Node::Line 0.05

Convert::Wiki::Node::Line 0.05


Convert::Wiki::Node::Line is a Perl module that represents a horizontal line (aka ruler). more>>
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).

<<less
Download (0.019MB)
Added: 2006-08-21 License: Perl Artistic License Price:
1159 downloads
Convert::Wiki::Node::Item 0.05

Convert::Wiki::Node::Item 0.05


Convert::Wiki::Node::Item is a Perl module that represents an item in a list (aka < li > or *). more>>
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 Convert::Wiki::Node::Item represents an item in a list (aka the equivalent of < li > or *.

<<less
Download (0.019MB)
Added: 2006-08-21 License: Perl Artistic License Price:
1159 downloads
Convert::Wiki 0.05

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.

<<less
Download (0.019MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1176 downloads
Convert::ASCII::Armor 1.4

Convert::ASCII::Armor 1.4


Convert::ASCII::Armor is a Perl module that can convert binary octets into ASCII armoured messages. more>>
Convert::ASCII::Armor is a Perl module that can convert binary octets into ASCII armoured messages.

SYNOPSIS

See SYNOPSIS in Convert::ASCII::Armour.

Empty subclass of Convert::ASCII::Armour for American English speakers.

<<less
Download (0.006MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1182 downloads
Platypus Wiki 0.5 Pre-alpha

Platypus Wiki 0.5 Pre-alpha


Platypus Wiki provides a semantic Wiki Wiki Web. more>>
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 content in (X)HTML. We are using Cascading Style Sheets (CSS) for presentation, and our intention is to be fully compliant with Web Content Accessibility Guidelines v1.0 with Level AAA. Platypus Wiki lets you set "global" and "local" links. A global link is generated on every page: you just have to specify a word or phrase and the corresponding URL. A local link is similar, but only appears on a specified page.

Another difference from the classical Wiki is the way links are specified in a page: instead of CamelWords, square brackets, etc., we use the convention namespace:pagename; this lets the user write content without worrying about namespace collisions. We also use RDF to represent the page space as a directed labeled graph.

Each node in Platypus Wiki is both a Wiki page and an RDF resource. We are designing a navigation interface to simplify the interaction of users with the system and RDF metadata editing.

<<less
Download (9.5MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
983 downloads
Convert::RACE 0.07

Convert::RACE 0.07


Convert::RACE is a conversion between Unicode and RACE. more>>
Convert::RACE is a conversion between Unicode and RACE.

SYNOPSIS

use Convert::RACE;

$domain = to_race($utf16str);
$utf16str = from_race($domain);

This module provides functions to convert between RACE (Row-based ASCII-Compatible Encoding) and Unicode Encodings.

RACE converts strings with internationalized characters into strings of US-ASCII that are acceptable as host name parts in current DNS host naming usage.

<<less
Download (0.004MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
1167 downloads
Cloud Wiki 2.1

Cloud Wiki 2.1


Cloud Wiki is a wiki engine written in Python and backed by Sqlite. more>>
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.
Main features:
- Flexible user authentication system. See An Argument Against Anonymous Wikis for an explanation why Cloud Wiki supports user authentication.
- Implementation of C2 Wikis fundamental Wiki Principles
- Extremely fast SQLite database used for node storage, caching generated content html, content changes and dependency information.
- Long running web server process, instead of a slow loading CGI. Designed to run well behind a reverse proxy.
- Minimalist markup language designed with an emphasis on having just enough features to be useful, but not so many that new users are intimidated. All linking is done with brace-enclosed free links, for example.
- Modular user authentication system.
- Powerful command line node and server manipulation tools for easy administration.
- An interface to view change/replacements to a node in the past three days.
- Added Nodes gateway to list all nodes added to the wiki in the past three days.
- Changed Nodes gateway to list all nodes changed on the wiki in the past three days.
- Generated content is automatically valid, strict XHTML 1.0.
- Wikis may be exported to static HTML files; our Sourceforge website is produced this way from our test wiki.
<<less
Download (0.031MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
pHEAR WiKI .02

pHEAR WiKI .02


pHEAR WiKI provides a small wiki for a personal Website. more>>
pHEAR WiKI provides a small wiki for a personal Website.
Features include easy editing and creating of pages, the ability to assign keywords that are highlighted in other wiki pages, URL archiving, and a full range of administration abilities.
Main features:
- Administration abilities:
- easy backup and restore of Wiki data files
- database compacting
- page deletion
- page version control (restore old versions of pages),
- Easy to edit and create new pages (thats what its all about afterall)
- Keyword highlighting: assign keywords to a page that are highlighted in other pages
- Simple keyword searching
- URL Archiving
- Embedable commands for enhanced Wikiing
- Easy template system to fit wiki into your site
Enhancements:
- Added a check for conflicting page saves. A conflict occurs when two user are updating the same page at the same time. A merge is automatically performed in this case.
- Did a security audit of the code. Probably a necessary thing if I plan to give this out and expect people to use it. Should be okay now. If you haver version 01 I can think of another reason to call it phear wiki.
- Added check for wether or not a title was entered. If no title was entered then a default title is used.
- Changed the way saved entries are sent to the server
- this allows pages of virtually unlimited size to be edited and mantained.
<<less
Download (0.014MB)
Added: 2007-01-25 License: Artistic License Price:
1004 downloads
Convert::BER 1.3101

Convert::BER 1.3101


Convert::BER is a Perl module for ASN.1 Basic Encoding Rules. more>>
Convert::BER is a Perl module for ASN.1 Basic Encoding Rules.

SYNOPSIS

use Convert::BER;

$ber = new Convert::BER;

$ber->encode(
INTEGER => 1,
SEQUENCE => [
BOOLEAN => 0,
STRING => "Hello",
],
REAL => 3.7,
);

$ber->decode(
INTEGER => $i,
SEQUENCE => [
BOOLEAN => $b,
STRING => $s,
],
REAL => $r,
);

Convert::BER provides an OO interface to encoding and decoding data using the ASN.1 Basic Encoding Rules (BER), a platform independent way of encoding structured binary data together with the structure.

<<less
Download (0.025MB)
Added: 2006-08-22 License: Perl Artistic License Price:
1171 downloads
HTML::WikiConverter::MediaWiki 0.55

HTML::WikiConverter::MediaWiki 0.55


HTML::WikiConverter::MediaWiki is a Perl module used to convert HTML to MediaWiki markup. more>>
HTML::WikiConverter::MediaWiki is a Perl module used to convert HTML to MediaWiki markup.

SYNOPSIS

use HTML::WikiConverter;
my $wc = new HTML::WikiConverter( dialect => MediaWiki );
print $wc->html2wiki( $html );

This module contains rules for converting HTML into MediaWiki markup. See HTML::WikiConverter for additional usage details.

ATTRIBUTES

In addition to the regular set of attributes recognized by the HTML::WikiConverter constructor, this dialect also accepts the following attributes:

preserve_bold

Boolean indicating whether bold HTML elements should be preserved as HTML in the wiki output rather than being converted into MediaWiki markup.

By default, < b > and < strong > elements are converted to wiki markup identically. But sometimes you may wish tags in the HTML to be preserved in the resulting MediaWiki markup. This attribute allows this.

For example, if preserve_bold is enabled, HTML like

< ul >
< li > < b >Bold< /b >
< li > < strong >Strong< /strong >
< /ul >

will be converted to

* < b >Bold< /b >
* Strong

When disabled (the default), the preceding HTML markup would be converted into

* Bold
* Strong

preserve_italic

Boolean indicating whether italic HTML elements should be preserved as HTML in the wiki output rather than being converted into MediaWiki markup.

For example, if preserve_italic is enabled, HTML like

< ul >
< li > < i >Italic< /i >
< li > < em >Emphasized< /em >
< /ul >

will be converted to

* < i >Italic< /i >
* Emphasized

When disabled (the default), the preceding HTML markup would be converted into

* Italic
* Emphasized

preserve_templates

Boolean indicating whether {{template}} calls found in HTML should be preserved in the wiki markup. If disabled (the default), templates calls will be wrapped in < nowiki > tags.

preserve_nowiki

Boolean indicating whether tags found in HTML should be preserved in the wiki markup. If disabled (the default), nowiki tags will be replaced with their content.

pad_headings

Boolean indicating whether section headings should be padded with spaces (eg, "== Section ==" instead of "==Section=="). Default is to pad.

<<less
Download (0.011MB)
Added: 2007-07-18 License: Perl Artistic License Price:
832 downloads
ERFAN WIKI 1.0.0

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
<<less
Download (0.16MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1181 downloads
Diamond Wiki 0.3

Diamond Wiki 0.3


Diamond Wiki provides a wiki based on metadata and faceted navigation. more>>
Diamond Wiki provides a wiki based on metadata and faceted navigation.
This is an experimental wiki based on the idea of FacetedNavigation. What does that mean, you ask? At the bottom of each page you will see a list of attributes such as "Subject: Wiki" or "Author: Fred". These attributes are used to construct a dynamic directory of all the pages in DiamondWiki. To see the current directory just click on BrowseFacets.
Attributes are similar to tags, but with two key differences. First, attributes are grouped so that, for example, all the "Subject:" attributes are listed together. Second, attributes can be organized hierarchically, allowing users to drill down to see more and more detail. These differences make attributes much more scalable than simple tags. A website with 10,000 different attributes is perfectly reasonable, while a website with 10,000 different tags would be a cluttered mess.
In Diamond Wiki, anyone can change the attributes applied to a page simply by clicking the edit link at the bottom of the page.
Main features:
- BrowseFacets: this is what makes Diamond Wiki different from other wikis
- MetaData: learn how to add meta data to pages on Diamond Wiki
- SandBox: feel free to change this page and experiment with editing
- GuestBook: let me know you were here!
- WhatsNew: see how the Diamond Wiki software has been changing
- FindPage: search or browse the database in various ways
<<less
Download (0.027MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
980 downloads
Convert::Braille 0.05

Convert::Braille 0.05


Convert::Braille is a Perl module that can convert Between Braille Encodings. more>>
Convert::Braille is a Perl module that can convert Between Braille Encodings.

SYNOPSIS

use Convert::Braille;

print brailleAsciiToUnicode ( "HELLO" ), "n";
print brailleDotsToAscii ( "12515123123135" ), "n";

EXPORTS
brailleDotsToUnicode
brailleUnicodeToDots
brailleUnicodeToAscii
brailleAsciiToUnicode
brailleAsciiToDots
brailleDotsToAscii

<<less
Download (0.008MB)
Added: 2006-08-04 License: Perl Artistic License Price:
1177 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5