just to give you an idea how i am thinking..
you will download cheat sheet "sets" that can contain any number of actual cheat sheets or info pages.
here's a sample of my current thinking of what a configuration file for a SET would look like.
So note that this file just DESCRIBES the resources in the set (ie it refers to some html pages which are the cheat sheets, and one refers to an "online" resource); in this way, cheat sheets can be local, online, html, text, movies, etc.
Sorry the tabs did not display properly
smf needs a formatting mode that respects tabs !!
//---------------------------------------------------------------------------
// .ipi configuration file for some UltraEdit InfoPages.
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
// Info about this file format:
// Note that we can use a single common "Author", "Date", "Homepage" fields
// (or we could have specified them explicitly with each entry)
// Entries MUST start with the keyword "Title", others can be in any order.
// Comments *start* with // (only if starting a line is it a comment).
// Dates should be specified in illogical US format (MM/DD/YYYY)
// URL's can be online or local (relative to cur dir) resources
// "Hint" is optional (title will be used on mouse over if no hint specified)
// "Keyword" is optional (should be comma separated words)
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
Author= mouser
Date= 06/10/2005
Homepage=
https://www.donationcoder.com//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
Title= UltraEdit HotKeys
Application= UltraEdit
Hint= Common HotKeys for UltraEdit
Description= A simple list of hotkeys for UltraEdit, in html format. Suitable for small window display.
URL= file://uedit_hotkeys.html
Keywords= hotkey,shortcut
Title= UltaEdit Forum
Application= UltraEdit
Description= Visit the UltraEdit Online Forum
URL=
http://www.ultraedit...?name=Forums&c=1Keywords= forum
Title= UltraEdit Tips
Application= UltraEdit
Description= A list of tips and tricks for advanced users
URL= file://uedit_tips.html
Keywords= tip,trick
//---------------------------------------------------------------------------