/AppWindow.xml (688580a99e22655c5ddb65535d438adde0cc2dcd) (4232 bytes) (mode 100755) (type blob)

<?xml version="1.0" encoding="utf-8"?>
<application id="app" base="IVORSS" icon="IvoRSS.info">
    <menustrip id="mainstrip">
        <menu title="Project">
            <item id="menu_about" notify="selected">About...</item>
            <item id="menu_about_mui" notify="selected">About MUI...</item>
            <item id="menu_about_muiroyale" notify="selected">About MUI Royale...</item>
            <item/>
            <item id="menu_quit" notify="selected" shortcut="Q">Quit</item>
        </menu>
		<menu title="RSS feeds">
		  <item id="menu_add" notify="selected" shortcut="A">Add feed...</item>
		  <item id="menu_lurk" notify="selected" shortcut="L">Lurk for...</item>
		  <item id="menu_addgroup" notify="selected" shortcut="G">Add group...</item>
		  <item/>
		  <item id="menu_hide" notify="selected" shortcut="H">Hide all</item>
		  <item id="menu_expand" notify="selected">Expand all</item>
		  <item id="menu_save" notify="selected" shortcut="S">Save arragement</item>
		  <item/>
		  <item id="menu_fetchall" notify="selected" shortcut="F">Fetch all</item>
	   </menu>
        <menu title="Settings">
            <item id="menu_muisettings" notify="selected">MUI...</item>
        </menu>
    </menustrip>
	
	<menustrip id="feedtreemenu">
	   <menu title="RSS feeds">
		  <item id="fdtm_add" notify="selected">Add feed...</item>
		  <item id="fdtm_lurk" notify="selected">Lurk for...</item>
		  <item id="fdtm_addgroup" notify="selected">Add group...</item>
		  <item/>
		  <item id="fdtm_edit" notify="selected">Edit...</item>
		  <item id="fdtm_remove" notify="selected">Remove</item>
		  <item/>
		  <item id="fdtm_hide" notify="selected">Hide all</item>
		  <item id="fdtm_expand" notify="selected">Expand all</item>
		  <item id="fdtm_save" notify="selected">Save arragement</item>
		  <item/>
		  <item id="fdtm_fetch" notify="selected">Fetch current</item>
		  <item id="fdtm_fetchall" notify="selected">Fetch all</item>
	   </menu>
	</menustrip>
	
	<menustrip id="channeliconmenu">
	   <menu title="RSS icon">
		  <item id="rssi_copy" notify="selected">Copy</item>
	   </menu>
	</menustrip>
	
	<menustrip id="channeltitlemenu">
	   <menu title="RSS title">
		  <item id="rsst_copy" notify="selected">Copy</item>
		  <item id="rsst_copyurl" notify="selected">Copy URL</item>
	   </menu>
	</menustrip>
	
	<menustrip id="channeldescriptionmenu">
	   <menu title="RSS description">
		  <item id="rssd_copy" notify="selected">Copy</item>
	   </menu>
	</menustrip>
	
	<menustrip id="articletitlemenu">
	   <menu title="Article title">
		  <item id="artt_copy" notify="selected">Copy</item>
		  <item id="artt_copyurl" notify="selected">Copy URL</item>
	   </menu>
	</menustrip>
	
	<menustrip id="articlemenu">
	   <menu title="Article text">
		  <item id="art_copy" notify="selected">Copy text</item>
	   </menu>
	</menustrip>
	
	<window id="win" muiid="MAIN" title="IvoRSS" screentitle="IvoRSS" notify="closerequest" menustrip="mainstrip" appwindow="true">
		<vgroup>
			<hgroup>
				<vgroup weight="50">
					<hgroup>
						<button id="addbtn" notify="pressed">_Add...</button>
						<button id="fetchbtn" notify="pressed">F_etch</button>
						<button id="fetchallbtn" notify="pressed">_Fetch all</button>
						<button id="stopbtn" notify="pressed" disabled="true">Stop</button>
					</hgroup>
					<listtree id="feedtree" title="RSS feeds" notify="active" emptynodes="true" cyclechain="true" contextmenu="feedtreemenu"/>
				</vgroup>
				<vgroup>
					<hgroup>
						<image id="feedimage" source="brush:1" freevert="true"/>
						<vgroup>
							<text id="channel_title" PreParse="\33b" contextmenu="channeltitlemenu"/>
							<text id="channel_description" contextmenu="channeldescriptionmenu"/>
						</vgroup>
					</hgroup>
					<listview id="articles" notify="active" cyclechain="true">
						<column title="Title"/>
						<column title="PubDate"/>
						<column title="Category"/>
					</listview>
					
					<text id="item_title" PreParse="\33b" contextmenu="articletitlemenu"/>
					<floattext id="textfield" background="readlistback" tabsize="4" justify="true" cyclechain="true" contextmenu="articlemenu"/>
				</vgroup>
			</hgroup>
			<text id="status"/>
		</vgroup>
    </window>
</application>



Mode Type Size Ref File
100755 blob 7473 1ab45355102d3c454b8d83e05e4af10b0447dee3 128px-Feed-icon.png
100755 blob 4232 688580a99e22655c5ddb65535d438adde0cc2dcd AppWindow.xml
100755 blob 7196 ba15c31ebd6851de4a870b7958f505fa87f6b839 IvoRSS.hws
100755 blob 4405 6f1fc460afb31e6e38cd78dd01c0debaae6f5343 feeds.hws
100755 blob 1899 974ac454957f3f48351ee481115a0ac6a9d23dd4 feedtree.hws
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/iam-git/IvoRSS

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/iam-git/IvoRSS

Clone this repository using git:
git clone git://git.rocketgit.com/user/iam-git/IvoRSS

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main