The Trunk: Help-Squeak-SWiki-mt.1.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Help-Squeak-SWiki-mt.1.mcz

commits-2
Marcel Taeumel uploaded a new version of Help-Squeak-SWiki to project The Trunk:
http://source.squeak.org/trunk/Help-Squeak-SWiki-mt.1.mcz

==================== Summary ====================

Name: Help-Squeak-SWiki-mt.1
Author: mt
Time: 25 March 2015, 5:22:23.433 pm
UUID: 490df896-1294-534d-9b9e-8fb8f5cea929
Ancestors:

Integrating the Squeak SWiki into the help browser.

==================== Snapshot ====================

SystemOrganization addCategory: #'Help-Squeak-SWiki'!

CustomHelp subclass: #SWikiHelp
        instanceVariableNames: ''
        classVariableNames: ''
        poolDictionaries: ''
        category: 'Help-Squeak-SWiki'!

----- Method: SWikiHelp class>>asHelpTopic (in category 'converting') -----
asHelpTopic

        ^ HtmlHelpTopic new
                url: 'http://wiki.squeak.org/squeak';
                selectBlock: [:url | ((url beginsWith: '/squeak/') and: [(url includes: $.) not ".edit, .history, ..."]) and: [url last isDigit]];
                convertBlock: [:url | 'http://wiki.squeak.org', url];
                yourself!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Help-Squeak-SWiki-mt.1.mcz

marcel.taeumel (old)
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Help-Squeak-SWiki-mt.1.mcz

timrowledge

On 25-03-2015, at 9:15 AM, Marcel Taeumel <[hidden email]> wrote:

> <http://forum.world.st/file/n4815097/help-browser-swiki.png>

That’s an interesting idea. Good stuff. Makes it even more important to clean up the swiki and improve the quality, currency and comprehensiveness.


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
"Bother" said Pooh, as his trigger finger tired.



tty
Reply | Threaded
Open this post in threaded view
|

Re: Re: [squeak-dev] Re: The Trunk: Help-Squeak-SWiki-mt.1.mcz

tty
---- On Wed, 25 Mar 2015 13:29:49 -0400 tim Rowledge <[hidden email]> wrote ----

On 25-03-2015, at 9:15 AM, Marcel Taeumel <[hidden email]> wrote:

> <http://forum.world.st/file/n4815097/help-browser-swiki.png>

That’s an interesting idea. Good stuff. Makes it even more important to clean up the swiki and improve the quality, currency and comprehensiveness.


That is very interesting.

What code was used to load that Help Browser (apologies if this was covered previously)

If that where the default Help, then Help development would improve simply because of the number of eyeballs on it


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
"Bother" said Pooh, as his trigger finger tired.




tty


Reply | Threaded
Open this post in threaded view
|

Re: Re: [squeak-dev] Re: The Trunk: Help-Squeak-SWiki-mt.1.mcz

marcel.taeumel (old)
If you load this package into your image, then you will see the SWiki node in the regular help browser because it is a subclass of CustomHelp.

I don't think that this is in the regular update stream.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Help-Squeak-SWiki-mt.1.mcz

marcel.taeumel (old)
In reply to this post by timrowledge
...and we need a faster server for the swiki! It's *really* slow. ;-)

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Help-Squeak-SWiki-mt.1.mcz

Levente Uzonyi-2
200-400ms page download time (from a server over 7000 km away) is better
than what most websites have.

Levente

On Thu, 26 Mar 2015, Marcel Taeumel wrote:

> ...and we need a faster server for the swiki! It's *really* slow. ;-)
>
> Best,
> Marcel
>
>
>
> --
> View this message in context: http://forum.world.st/The-Trunk-Help-Squeak-SWiki-mt-1-mcz-tp4815095p4815309.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>
>