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

Node Authoring freeware
Filter: All | Freeware | Demo
 

Node Authoring

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 404

Authored Nodes Block 5.x- The list can be filtered by specific content types, and can also be configured to display links to unpublished nodes as well.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x



Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): Authored Nodes Block 5.x- Download

Added: May 10, 2013 | Visits: 292

Authored Nodes Block 5.x- The list can be filtered by specific content types, and can also be configured to display links to unpublished nodes as well.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x





Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (50): Authored Nodes Block 5.x- Download

Added: April 13, 2013 | Visits: 390

Domain Menu Domain menu is a simple module that works with the Domain Access suite of modules. It allows domains to assign separate Primary, Secondary and Node Authoring menus. It replicates the form found at admin/build/menu/settings. It requires the Domain access and Menu modules.Note: This module actually...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Domain Menu Download

Added: September 09, 2013 | Visits: 439

Override Node Options The Override Node Options module allows permissions to be set to each field within the Authoring information and Publishing options field sets on the node form. It also allow selected field sets to be set as collapsed and / or collapsible.To install:1. Download, unpack and place in...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): Override Node Options Download

Added: November 27, 2010 | Visits: 1.348

Bio::NEXUS::Node Bio::NEXUS::Node is a Perl module that provides functions for manipulating nodes in trees. SYNOPSIS new Bio::NEXUS::Node; METHODS new Title : new Usage : $node = new Bio::NEXUS::Node(); Function: Creates a new Bio::NEXUS::Node object Returns : Bio::NEXUS::Node object Args : none...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (98): Bio::NEXUS::Node Download

Added: March 15, 2010 | Visits: 913

XML::EasySQL::XMLobj::Node XML::EasySQL::XMLobj::Node is a Perl module that contains a Node interface. Derived from a fork of Robert Hansons killer XML::EasyOBJ module, which offers Easy XML object navigation. METHODS makeNewNode( NEW_TAG ) Append a new element node to the current node. Takes the tag name as the...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (93): XML::EasySQL::XMLobj::Node Download

Added: May 22, 2010 | Visits: 1.237

Module::Build::Authoring Module::Build::Authoring are authoring Module::Build modules. When creating a Build.PL script for a module, something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ( module_name => Foo::Bar, license => perl, requires => { perl =>...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): Module::Build::Authoring Download

Added: January 18, 2010 | Visits: 4.370

Blu-ray video authoring tools Blu-ray video authoring tools package is a free open source suite of Blu-ray (BD-R and BD-RE) authoring tools that allow you to produce Blu-ray video discs. mkudfiso (Blu-ray authoring tool set), a utility to create ISO images containing a pure UDF filesystem, intended primarily for Blu-ray...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (238): Blu-ray video authoring tools Download

Added: January 13, 2010 | Visits: 766

XML::LibXML::Node XML::LibXML::Node is an abstract base class of XML::LibXML nodes. SYNOPSIS $name = $node->nodeName; $node->setNodeName( $newName ); $bool = $node->isSameNode( $other_node ); $bool = $node->isEqual( $other_node ); $content = $node->nodeValue; $content = $node->textContent; $type =...


Platforms: *nix

License: Freeware Size: 256 KB Download (103): XML::LibXML::Node Download

Added: January 26, 2010 | Visits: 970

XML::Mini::Node XML::Mini::Node contains nodes that are used as atomic containers for numerical and text data and act as leaves in the XML tree. They have no name or children. They always exist as children of XML::MiniElements. For example, < B >this text is bold< /B > Would be represented as a...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (99): XML::Mini::Node Download

Added: October 21, 2010 | Visits: 1.011

XML::DOM::Node XML::DOM::Node is a super class of all nodes in XML::DOM. XML::DOM::Node is the super class of all nodes in an XML::DOM document. This means that all nodes that subclass XML::DOM::Node also inherit all the methods that XML::DOM::Node implements. GLOBAL VARIABLES @NodeNames The variable...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (104): XML::DOM::Node Download

Added: August 02, 2010 | Visits: 2.292

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

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

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

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: April 04, 2010 | Visits: 1.201

Node Director Node Director project is a system management application for centralized user and host management in small to medium sized Unix / Linux / (Windows) system environments..


Platforms: *nix

License: Freeware Size: 3 MB Download (97): Node Director Download

Released: July 21, 2012  |  Added: July 21, 2012 | Visits: 1.041

Microsoft Dynamics CRM 2011 Report Authoring Extension The Microsoft Dynamics CRM Report Authoring Extension is required to author custom Fetch-based reports for Microsoft Dynamics CRM by using Business Intelligence Development Studio. Microsoft Dynamics CRM 2011 Report Authoring Extension will enable you to easily get data as well as metadata from...


Platforms: Windows, 2008, 7


Added: May 10, 2013 | Visits: 423

Node Triggers 5.x- The node type that triggers an action can be specified.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x - Drupal Actions module


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Node Triggers 5.x- Download

Added: May 10, 2013 | Visits: 517

Node Convert 6.x-1.2 / 5.x-1.4 Also it gives the ability of transfering all the custom cck field values of the current node type, to the destination cck fields, or discard them.The bulk conversion of multiple nodes of the same type is also supported.InstallationUnpack in your modules folder (usually /sites/all/modules/) and...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): Node Convert 6.x-1.2 / 5.x-1.4 Download

Added: May 10, 2013 | Visits: 460

Protected node 6.x-1.3 / 5.x-1.2 On node creation you can set a node protected, supply a password and verify strength of the password(via JavaScript).If somebody wants to view the node or download an attachment of the node, will be redirected to a password query. If password is right, the user will be redirected to the...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (49): Protected node 6.x-1.3 / 5.x-1.2 Download

1 2 3 4 5 >