Code:
<?xml version = "1.0" encoding = "utf-8"?>
<mosinstall type="module" version="1.2">
<name> NeoLatestNews </name>
<creationDate> January 2008 </creationDate>
<author> Nicolas Cornet - Neoweb </author>
<license> Released under CREATIVE COMMONS License </license>
<copyright> Copyright (C) 2006-2007 Neoweb </copyright>
<authorEmail> Support@neojoomla.com </authorEmail>
<authorUrl> Www.neojoomla.com </authorUrl>
<version> 1.2 </version>
<description> NeoLatestNews is a management module display articles. It helps set the display of title, date, text intro and its maximum length and more ...</description>
<files>
<filename module="mod_neolatestnews"> mod_neolatestnews.php </filename>
</files>
<params>
<param name = "moduleclass_sfx" type = "text" default = "" label = "Suffix CSS module" description = "suffix to implement the CSS class module. This allows a layout individualized." />
<param name = "listclass_sfx" type = "text" default = "" label = "Suffix CSS list" description = "suffix to implement the CSS class of the list. This allows an individual layout. " />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="content_source" type="list" default="0" label="Source" description="Source items to afficher.">
<option Value="0"> Section </option>
<option Value="1"> Category </option>
</param>
<param name = "sectionid" type = "mos_section" default = "" label = "Section" description = "Section items to display." />
<param name = "catid" type = "mos_category" default = "" label = "Category" description = "category items to display." />
<param name="usefront" type="radio" default="1" label="Front Page" description="Include/Exclude articles showed on front page">
<option Value="1"> Include </option>
<option Value="0"> Exclude </option>
</param>
<param name = "leading" type = "text" size = "3" default = "0" label = "# Main" description = "Number of items to be displayed in full width on top. If 0 is seized, No items will be displayed at the 'leading' "/>
<param name = "intro" type = "text" size = "3" default = "5" label = "# Intro" description = "Number of items to be displayed with the introductory text." />
<param name = "columns" type = "text" size = "3" default = "1" label = "Columns" description = "Number of columns for displaying articles with introductory text." />
<param name = "links" type = "text" size = "3" default = "0" label = "# Links" description = "Number of items to be displayed as links." />
<param name="ordering" type="list" default="date" label="Order Display" description="Defines sorting order of articles">
<option value="date"> Newest head </option>
<option value="rdate"> Oldest head </option>
<option value="alpha"> Alphabet (AZ) on the title </option>
<option value="ralpha"> Reverse alphabetical (ZA) on the title </option>
<option Value="random"> Random </option>
<option Value="order"> Tri </option>
</param>
<param name="newslink" type="list" default="both" label="Article Link" description="Defines the type of links opening the full story.">
<option Value="none"> No link </option>
<option Value="title"> Title only </option>
<option value="readmore"> reading </option>
<option value="both"> Title and reading </option>
</param>
<param name="allnews" type="radio" default="1" label="All articles Link" description="Poster / mask a link to the page containing all the articles of the category.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="open_mode" type="list" default="self" label="Mode opening" description="Sets mode of opening links.">
<option Value="self"> window active </option>
<option Value="pop"> Popup </option>
</param>
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="show_title" type="radio" default="1" label="The show title" description="The show title.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="show_cat" type="radio" default="0" label="The show category" description="Poster / mask the name of the category items.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="catlink" type="radio" default="0" label="Category Clickable" description="Active / disable category article.">
<option Value="1"> Enable </option>
<option Value="0"> Off </option>
</param>
<param name="show_date" type="radio" default="1" label="The show date" description="Poster / mask the date of creation of articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name = "formatdate" type = "text" default = "dd /mm /yy H: M" label = "date format" description = "Set the date format along the lines dd day, mm: months, yy: year, H: hour, M: minute, S: seconds (default dd /mm /yy H: M). " />
<param name="show_author" type="radio" default="0" label="Show author" description ="Poster / mask the author of articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="show_intro" type="list" default="1" label="Text intro" description =" Poster / mask the introductory text in full or truncated depending on the length defined.">
<option value="0"> No intro text </option>
<option Value="1"> Full text </option>
<option Value="2"> truncated Text </option>
</param>
<param name = "intro_length" type = "text" size = "3" default = "150" label = "length of the text intro" description = "Defines the length of the introductory text to display." />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="show_images" type="radio" default="1" label="Show the images" description =" Poster / Mask an image headers articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="images_position" type="list" default="default" label="Position of images" description="">
<option Value="default"> By default </option>
<option Value="column"> In column </option>
<option value="top"> Align above the text </option>
<option value="left"> Align left text </option>
<option value="right"> Align right text </option>
</param>
<param name="images_source" type="list" default="1" label="Source of images" description="Source images to show, content editor or mosImage.">
<option Value="1"> Publisher </option>
<option Value="2"> mosImage </option>
</param>
<param name="images_size" type="list" default="0" label="Resize" description =" Resizes or retains the original size of images.">
<option Value="0"> Original Size </option>
<option Value="1"> Resize </option>
</param>
<param name = "images_maxwidth" type = "text" size = "3" default = "50" label = "width images" description = "maximum width of images to resize." />
<param name = "images_maxheight" type = "text" size = "3" default = "50" label = "Height images" description = "Maximum height of images to resize." />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name = "show_seperator" type = "radio" default = "0" label = "spacer articles" description = "Poster /mask a separator between each articles. The display of separator depends on the class [article_seperator] defined in the CSS template. ">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
</params>
</mosinstall>
<mosinstall type="module" version="1.2">
<name> NeoLatestNews </name>
<creationDate> January 2008 </creationDate>
<author> Nicolas Cornet - Neoweb </author>
<license> Released under CREATIVE COMMONS License </license>
<copyright> Copyright (C) 2006-2007 Neoweb </copyright>
<authorEmail> Support@neojoomla.com </authorEmail>
<authorUrl> Www.neojoomla.com </authorUrl>
<version> 1.2 </version>
<description> NeoLatestNews is a management module display articles. It helps set the display of title, date, text intro and its maximum length and more ...</description>
<files>
<filename module="mod_neolatestnews"> mod_neolatestnews.php </filename>
</files>
<params>
<param name = "moduleclass_sfx" type = "text" default = "" label = "Suffix CSS module" description = "suffix to implement the CSS class module. This allows a layout individualized." />
<param name = "listclass_sfx" type = "text" default = "" label = "Suffix CSS list" description = "suffix to implement the CSS class of the list. This allows an individual layout. " />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="content_source" type="list" default="0" label="Source" description="Source items to afficher.">
<option Value="0"> Section </option>
<option Value="1"> Category </option>
</param>
<param name = "sectionid" type = "mos_section" default = "" label = "Section" description = "Section items to display." />
<param name = "catid" type = "mos_category" default = "" label = "Category" description = "category items to display." />
<param name="usefront" type="radio" default="1" label="Front Page" description="Include/Exclude articles showed on front page">
<option Value="1"> Include </option>
<option Value="0"> Exclude </option>
</param>
<param name = "leading" type = "text" size = "3" default = "0" label = "# Main" description = "Number of items to be displayed in full width on top. If 0 is seized, No items will be displayed at the 'leading' "/>
<param name = "intro" type = "text" size = "3" default = "5" label = "# Intro" description = "Number of items to be displayed with the introductory text." />
<param name = "columns" type = "text" size = "3" default = "1" label = "Columns" description = "Number of columns for displaying articles with introductory text." />
<param name = "links" type = "text" size = "3" default = "0" label = "# Links" description = "Number of items to be displayed as links." />
<param name="ordering" type="list" default="date" label="Order Display" description="Defines sorting order of articles">
<option value="date"> Newest head </option>
<option value="rdate"> Oldest head </option>
<option value="alpha"> Alphabet (AZ) on the title </option>
<option value="ralpha"> Reverse alphabetical (ZA) on the title </option>
<option Value="random"> Random </option>
<option Value="order"> Tri </option>
</param>
<param name="newslink" type="list" default="both" label="Article Link" description="Defines the type of links opening the full story.">
<option Value="none"> No link </option>
<option Value="title"> Title only </option>
<option value="readmore"> reading </option>
<option value="both"> Title and reading </option>
</param>
<param name="allnews" type="radio" default="1" label="All articles Link" description="Poster / mask a link to the page containing all the articles of the category.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="open_mode" type="list" default="self" label="Mode opening" description="Sets mode of opening links.">
<option Value="self"> window active </option>
<option Value="pop"> Popup </option>
</param>
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="show_title" type="radio" default="1" label="The show title" description="The show title.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="show_cat" type="radio" default="0" label="The show category" description="Poster / mask the name of the category items.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="catlink" type="radio" default="0" label="Category Clickable" description="Active / disable category article.">
<option Value="1"> Enable </option>
<option Value="0"> Off </option>
</param>
<param name="show_date" type="radio" default="1" label="The show date" description="Poster / mask the date of creation of articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name = "formatdate" type = "text" default = "dd /mm /yy H: M" label = "date format" description = "Set the date format along the lines dd day, mm: months, yy: year, H: hour, M: minute, S: seconds (default dd /mm /yy H: M). " />
<param name="show_author" type="radio" default="0" label="Show author" description ="Poster / mask the author of articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="show_intro" type="list" default="1" label="Text intro" description =" Poster / mask the introductory text in full or truncated depending on the length defined.">
<option value="0"> No intro text </option>
<option Value="1"> Full text </option>
<option Value="2"> truncated Text </option>
</param>
<param name = "intro_length" type = "text" size = "3" default = "150" label = "length of the text intro" description = "Defines the length of the introductory text to display." />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name="show_images" type="radio" default="1" label="Show the images" description =" Poster / Mask an image headers articles.">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
<param name="images_position" type="list" default="default" label="Position of images" description="">
<option Value="default"> By default </option>
<option Value="column"> In column </option>
<option value="top"> Align above the text </option>
<option value="left"> Align left text </option>
<option value="right"> Align right text </option>
</param>
<param name="images_source" type="list" default="1" label="Source of images" description="Source images to show, content editor or mosImage.">
<option Value="1"> Publisher </option>
<option Value="2"> mosImage </option>
</param>
<param name="images_size" type="list" default="0" label="Resize" description =" Resizes or retains the original size of images.">
<option Value="0"> Original Size </option>
<option Value="1"> Resize </option>
</param>
<param name = "images_maxwidth" type = "text" size = "3" default = "50" label = "width images" description = "maximum width of images to resize." />
<param name = "images_maxheight" type = "text" size = "3" default = "50" label = "Height images" description = "Maximum height of images to resize." />
<param name="@spacer" type="spacer" default="" label="" description="" />
<param name = "show_seperator" type = "radio" default = "0" label = "spacer articles" description = "Poster /mask a separator between each articles. The display of separator depends on the class [article_seperator] defined in the CSS template. ">
<option Value="1"> View </option>
<option Value="0"> Hide </option>
</param>
</params>
</mosinstall>

