Jump to content

Recommended Posts

Posted

Hi all,

 

As I progress with v8, I've started work on the new Help System. :bowl:

 

This Help System will be localized, meaning I'll be needing some translators & people to write the help documents (please :ear:

 

Anyhow, the new Help System is HTML based. You edit the Help.xml file in ~/App_LocalResources/language (en-gb default)/

 

When a new user 1st loads My Files v8 up, they will be shown the Help Page (after they've been there once it wont pop up automatically again).

 

[ATTACH=CONFIG]12587[/ATTACH]

 

The contends of the XML file are quite simple.

 

e.g.

 


 
   
   <=!=[=C=D=A=T=A=[
     Contents
     
     Welcome
       What's New
     
     The Interface
       
         The Toolbar
         The Tree
         The Main List
         The Right Click Menu
       
     
     Operations
       
         Delete
         Copy/Move
         Properties
         Preview
         Open
         Send to ZIP
         Extract from ZIP
         Sendd to Google Docs
         Upload
         New Folder
         View
       
     
     Guides to:
       
         Uploading Files
         Dragging and Dropping
       
     
     
   ]=]=>
 

 

*Note, as part of v8, most of the buttons and such will be localized using additional XML files in ~/App_LocalResources/. The local will be changeable at the Site level, and I may use an AD property to allow users to change their language

 

Since HAP+ v8 uses Javascript quite a bit, a new API has been created which will load the common hap javascript in, as well as populate a list of localized values. When the script is loaded, it is compacted and values for the javascript to operate are loadded in, e.g. the root folder of the HAP+ site as seen in the browser.

  • Thanks 1
Posted

Spent a bit more on this today, got 90% of the help pages done, they may not be in plain English, I'll need a bit of help with that one.

 

Left to do are the pages relating to ZIP files, since I've not programmed that function yet, I can't actually make the help pages for it.

Posted

Hey Nick,

 

Only had a brief look so far, but for the most part it reads fine. The odd typo etc. corrected and I've suggested a couple of sentence restructures - but I haven't really added much.

 

Is this the kind of thing you were looking for? Or did you want it padding out more - I would counsel brevity for on-line help though. I think it will be easier to feedback when it can be seen in context, but for now it appears good! :)

 

Included are a couple of HTML text comparison reports so you can see what changes I suggest.

 

This is seriously only about 30 minutes of reading so far though - so i will take another look through to see if anything else stands out!

 

Matt

 

Help.xml Report.zip

Posted
Homework stuff is not done, at all, it'll prob through an error for you

 

I failed long before that! :)

 

When i load the MyFiles page, i get (in firefox) a "Can't find Quota Server" error.

 

I never actually got quota servers running though, so my hapconfig.xml file should not contain any references. Notice however the usagemade section at the end of each mapping. It appears to be set to drive mode in the setup, however - the xml file show this not to be accurate.

 

     %homedir%

 

Manually changing that to usagemode="DriveSpace" for each line sorts makes it load happily :)

Posted

Previews work fine for me in this version :)

 

Multiple uploads using the upload button fail with a missing character:

 

Upload of Filename.txt has Failed!
Could not find a part of the path '\\server\username\Deskto\filename.txt'.

 

it should read:

\\server01\mrg\Deskto[b]p[/b]\filename.txt

 

(this is the destination path on the school network fyi.)

 

The help system makes much more of an impact embedded (as you'd expect). Again, ill look through more fully tomorrow :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...