torios-dev team mailing list archive
-
torios-dev team
-
Mailing list archive
-
Message #00417
Re: jwm manual update
Hey Paul,
since we are making the ToriOS manual as HTML,
could you export the jwm-settings-manager as HTML as well?
This way we could have both manuals open with the default
(x-www-browser) web browser.
There is no rush on this, but as soon as you are to a point where it is
mostly finished I can create a jwm-settings-manager-doc package and we
could have that as a 'Recommends' for jwm-settings-manager. I could
also have a 'Help' button on each app that links to the correct page.
I could perhaps make a wrapper script that will check for the default
browser being set, and if not check a few more browsers, and finally if
all that fails check actual executables (i.e.
seamonkey,firefox,chromium-browser,links2,etc....)
If it is HTML I can easily pass in a specific link.
something like:
# if the first argument is not zero length
if [ -n "$1" ]
then
page="$1"
$openwithBrowser "$page"
else
$openwithBrowser "$defaultPage"
fi
On 10/26/2015 03:41 PM, Paul Sutton wrote:
> Hi
>
> Just put some more content in to the jwm settings manual, and uploaded
> to git hub
>
> https://github.com/zleap/jwm-manual
>
> not saved a new pdf, this is just so people know I am still active
> and doing stuff,
>
> Now have screenshots of all parts of the settings (other than
> keyboard) and cropped to size
>
> to do: take and crop screenshot of keyboard settings and add to manual
> add all other screenshots to manual and tidy up code so it is in section
> s
>
> hope this helps
>
> Paul
>
>
--
Regards
Follow ups
References