<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/i-menu/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/i-menu/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 08 Oct 2021 08:58:56 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/i-menu/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -9,22 +9,23 @@

 ### Customisation Features
 The following features can be customised via the IGO command:
+
 * Whether the user sees a command line or just an option field.
 * Whether the user can exit from the initial menu.
 * Whether the user has access to command entry (via function key F10).
 * Whether or not authority checking is to be performed.
 * What to do with menu options which either don't exist or the user doesn't have authority to.
 * Default colours and attributes for the elements which make up a menu screen:
-* Company Text
-* * Menu Title
-* * Instructional Text
-* * Left-hand Text
-* * Option Number
-* * Menu Option
-* * Program Option
-* * Command Option
-* * Comment/Heading Option
-* * Entry Field
+    * Company Text
+    * Menu Title
+    * Instructional Text
+    * Left-hand Text
+    * Option Number
+    * Menu Option
+    * Program Option
+    * Command Option
+    * Comment/Heading Option
+    * Entry Field


 [Installation]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Fri, 08 Oct 2021 08:58:56 -0000</pubDate><guid>https://sourceforge.net2478cdba7a3bb5c4402596fefad7777b202bb683</guid></item><item><title>Home modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -7,6 +7,26 @@

 Menus in one set can be linked to menus in another set.

+### Customisation Features
+The following features can be customised via the IGO command:
+* Whether the user sees a command line or just an option field.
+* Whether the user can exit from the initial menu.
+* Whether the user has access to command entry (via function key F10).
+* Whether or not authority checking is to be performed.
+* What to do with menu options which either don't exist or the user doesn't have authority to.
+* Default colours and attributes for the elements which make up a menu screen:
+* Company Text
+* * Menu Title
+* * Instructional Text
+* * Left-hand Text
+* * Option Number
+* * Menu Option
+* * Program Option
+* * Command Option
+* * Comment/Heading Option
+* * Entry Field
+
+
 [Installation]
 [Authority Checking]

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Fri, 08 Oct 2021 08:56:42 -0000</pubDate><guid>https://sourceforge.netb3cb0ed240b4c8d9ae6b556b217759f20e4ec480</guid></item><item><title>Home modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -8,13 +8,7 @@
 Menus in one set can be linked to menus in another set.

 [Installation]
-
-### Authority Checking
-There are three levels of authority checking built into iMenu:
-1. Authority Matrix.  The matrix determines whether the user has \*USE authority to a menu option, a command or program.
-2. IBM Object Authority.  If the user has access according to the matrix, if the option invokes a command or program, the object is checked to see if it exists and, if it does, whether or not the user has \*USE authority to the object.
-3. Custom Authority Check.  iMenu has a customisable CLLE 'exit' program which determines, the user's Authority Level (with 00 being the lowest and 99 being the highest).  The returned default is 99, granting the user authority to everything.  The exit program (LSEXCHKAUT) can be customised to link to an existing system's authority checks and return a value to govern the user's authorities.
-
+[Authority Checking]


 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Fri, 08 Oct 2021 08:37:00 -0000</pubDate><guid>https://sourceforge.netb468d0d82e2dcaebb2295deeea193cb41ed960ae</guid></item><item><title>Home modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,6 +6,8 @@
 Menus are organised into sets within database tables, with one set of menus per table.  This provides the ability to split menus according to system, environment or purpose, or in any other way you care to use them.

 Menus in one set can be linked to menus in another set.
+
+[Installation]

 ### Authority Checking
 There are three levels of authority checking built into iMenu:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Fri, 08 Oct 2021 08:35:42 -0000</pubDate><guid>https://sourceforge.netb54dbed433710f3336c18629002e689b419bf0ae</guid></item><item><title>Home modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,20 @@
-Welcome to your wiki!
+# iMenu - Dynamic Menu System

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+### Overview
+iMenu is a file-based menu system, designed to mimic the design and layout of traditional IBM i menus, with the ability to call programs, commands or go to another menu.

-The wiki uses [Markdown](/p/i-menu/wiki/markdown_syntax/) syntax.
+Menus are organised into sets within database tables, with one set of menus per table.  This provides the ability to split menus according to system, environment or purpose, or in any other way you care to use them.
+
+Menus in one set can be linked to menus in another set.
+
+### Authority Checking
+There are three levels of authority checking built into iMenu:
+1. Authority Matrix.  The matrix determines whether the user has \*USE authority to a menu option, a command or program.
+2. IBM Object Authority.  If the user has access according to the matrix, if the option invokes a command or program, the object is checked to see if it exists and, if it does, whether or not the user has \*USE authority to the object.
+3. Custom Authority Check.  iMenu has a customisable CLLE 'exit' program which determines, the user's Authority Level (with 00 being the lowest and 99 being the highest).  The returned default is 99, granting the user authority to everything.  The exit program (LSEXCHKAUT) can be customised to link to an existing system's authority checks and return a value to govern the user's authorities.
+
+

 [[members limit=20]]
 [[download_button]]
+The wiki uses [Markdown](/p/i-menu/wiki/markdown_syntax/) syntax.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Fri, 08 Oct 2021 08:29:09 -0000</pubDate><guid>https://sourceforge.net21132135027652124ba5c372fb3b21ce02b11803</guid></item><item><title>Home modified by Ewarwoowar</title><link>https://sourceforge.net/p/i-menu/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/i-menu/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/ewarwoowar/"&gt;Ewarwoowar&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-611f4daeee595e0e4a1912b9" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewarwoowar</dc:creator><pubDate>Fri, 20 Aug 2021 06:37:34 -0000</pubDate><guid>https://sourceforge.net29c9dae2e0bcbcf0648ce336177d0c24f823d937</guid></item></channel></rss>