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

Wiki Editor freeware
Filter: All | Freeware | Demo
 

Wiki Editor

< 1 2 3 4 5 > 
Added: October 22, 2010 | Visits: 1.759

Ogg Vorbis Tag Editor for XMMS Ogg Vorbis Tag Editor for XMMS is a plugin for XMMS which allows you to edit the tags in ogg vorbis files. The editor is built into the vorbis plugin for XMMS.. Get GTK Ogg Vorbis TAG Editor at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software... Platforms: *nix

License: Freeware Size: 31.74 KB Download (118): Ogg Vorbis Tag Editor for XMMS Download

Added: March 27, 2010 | Visits: 1.455

Gaudi - Database Visual Editor Gaudí - Database Visual Editor is a Java application that allows you to visually design the tables of a database using a JDBC 2.0 (or higher) driver. Build around JDBC and XML, this tool allows you to maintain visual repesentations of a databases layout, edit tables data, generate code to bind... Platforms: *nix

License: Freeware Size: 1.8 MB Download (126): Gaudi - Database Visual Editor Download

Added: July 13, 2010 | Visits: 1.708

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 20, 2010 | Visits: 2.483

Semi-Batched-Image-Editor Semi-Batched-Image-Editor program is an image editor for Linux. The problem: Got a huge amount of scanned pictures (from your digital camera, or as Picture-CD from your favorite lab)? Want to rotate some of them to the right orientation? Select a good detail? Scale to a given output format?... Platforms: *nix

License: Freeware Size: 89.09 KB Download (187): Semi-Batched-Image-Editor Download

Added: April 19, 2010 | Visits: 1.325

Stanis Python Editor Stanis Python Editor is a python IDE with auto-indentation, auto completion, call tips, syntax coloring, syntax highlighting, uml viewer, class explorer, source index, auto todo list, sticky notes, integrated pycrust shell, python file browser, recent file browser, drag&drop, context help, ...... Platforms: *nix

License: Freeware Size: 11.7 MB Download (102): Stanis Python Editor Download

Added: September 21, 2010 | Visits: 3.200

Final Fantasy VI Save State Editor Final Fantasy VI Save State Editor project is an editor for Final Fantasy VI characters. Final Fantasy VI Save State Editor is a tool for editing characters in Final Fantasy VI (or III in the USA) saved games. It makes it possible to increase skills, learn spells, gain weapons, and more using... Platforms: *nix

License: Freeware Size: 102.4 KB Download (784): Final Fantasy VI Save State Editor Download

Added: November 10, 2010 | Visits: 1.799

Open Movie Editor Open Movie Editor is designed to be a simple tool, that provides basic movie making capabilites. Open Movie Editor project aims to be powerful enough for the amateur movie artist, yet easy to use. It is a non-linear video editor that features several video and audio tracks where clips can be... Platforms: *nix

License: Freeware Size: 1.2 MB Download (201): Open Movie Editor Download

Added: September 08, 2010 | Visits: 2.501

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: April 02, 2010 | Visits: 1.419

VEE, Vim Editor Embedded 3.2 VEE, Vim Embedded Editor is the sum of VIM and X-Terminal and is written by python language, pygtk binding, vte python modules and is tightly integrated with GNOME environment. VEE was started to make a text editor, which was based on the VIM, but now VEE has the (G)VIM and also a X terminal.... Platforms: *nix

License: Freeware Size: 2.8 MB Download (95): VEE, Vim Editor Embedded 3.2 Download

Added: May 14, 2010 | Visits: 2.477

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

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

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 (98): Convert::Wiki::Node::Item Download

Added: November 14, 2010 | Visits: 1.416

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

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: 988

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: July 17, 2010 | Visits: 1.273

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

Added: September 06, 2010 | Visits: 1.893

SPAW Editor 2.0.5 SPAW Editor is a web based in-browser WYSIWYG editor control. SPAW Editor enables web site developers to replace a standard textarea html control with full-featured, fully customizable, multilingual, skinable web based WYSIWYG editor. Version 2 adds tabbed multi-document interface,... Platforms: *nix

License: Freeware Size: 460.8 KB Download (246): SPAW Editor 2.0.5 Download

Added: February 15, 2010 | Visits: 1.188

SELinux Policy Editor 2.1 SELinux Policy Editor (seedit) is a tool to make SELinux policies easy to apply. SELinux Policy Editor was originally developed by Hitachi Software. SELinux Policy Editor is composed of Simplified Policy and tools. Simplified Policy is a policy described by Simplified Policy Description... Platforms: *nix

License: Freeware Download (109): SELinux Policy Editor 2.1 Download

Added: November 04, 2010 | Visits: 1.595

XPontus XML Editor 1.0.0 XPontus is a free java based XML editor designed towards text editing. XPontus XML Editor aims to provide a free alternative to commercial XML Editors. As XPontus is written in Java it is available for all java enabled operating systems. It has been reported to run correctly on Linux, Windows,... Platforms: *nix

License: Freeware Size: 17.5 MB Download (111): XPontus XML Editor 1.0.0 Download

Added: January 25, 2010 | Visits: 1.652

LiveQuartz Image Editor LiveQuartz is a simple image editor. It is based on layers and CoreImage filters. You have the layers at the left and the filters at the right of the window. To edit an image, just drag it into the window and it will be added as a new layer.LiveQuartz is localized in English, Chinese, Danish,... Platforms: Mac

License: Freeware Download (108): LiveQuartz Image Editor Download

< 1 2 3 4 5 >