Re: Anybody using Discourse?

2015-12-16 Thread Daniel Naber
On 2015-12-16 15:03, Roman Wlodarski wrote:

> I have a feeling that most of you probably heard of Trello in the
> past, but in case you haven't please look at the screenshot.

I think Trello is a TODO list tool, while Discourse is a discussion 
forum, so one probably cannot replace the other. As a team, we don't use 
a TODO list tool other than the issues on Github. I personally use 
Nirvana (https://www.nirvanahq.com) which I can recommend.

Regards
  Daniel


--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: alternative to language constructor

2015-12-16 Thread Richard Eckart de Castilho
Factory method sounds good. The only thing not nice is that static methods
cannot be governed by an interface which would formally conventionalized them
across all languages.

Personally, I like the method where I can pass a language code as a String
and get back the proper language:

  Languages.getLanguageForShortName(langCode)

Wouldn't it be reasonable to discourage directly constructing languages
in favor of using a central factory class like Languages?

Best,

-- Richard

> On 15.12.2015, at 19:31, Daniel Naber  wrote:
> 
> Hi,
> 
> users of the API regularly use "new German()" and then wonder why they 
> don't get spell checking. The solution is to use e.g. "new 
> GermanyGerman()" to specify the variant. That's confusing to almost 
> everyone including myself, so I'd like to change the API: the 
> constructor "German" will be deprecated and there will be a static 
> get(Variant) method. From the users' perspective:
> 
> old: new German() - new: German.get(German.Variant.NoSpellChecking)
> old: new GermanyGerman() - new German.get(German.Variant.Germany)
> 
> Same for English and other languages where this is relevant. Let me know 
> if you see a problem with that or if you know a better solution.
> 
> Regards
>  Daniel


--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel


Re: Anybody using Discourse?

2015-12-16 Thread Daniel Naber
On 2015-12-11 14:38, Daniel Naber wrote:

> is anybody here running or managing Discourse
> (http://www.discourse.org), a discussion board? LT has a mailing list
> and a forum. The mailing list is used mostly for development 
> discussion,
> but the forum gets questions from end users and developers. I think in
> the long term it makes sense to have only one system and Discourse 
> seems
> to be a good candidate. It's a web forum but can also be used like a
> mailing list. Any ideas/feedback about this is welcome.

Short update: I'm now working on migrating our forum to Discourse. A 
Discourse forum has been set up already, but the content from the old 
forum will need to be migrated and that might take some time.

Regards
  Daniel


--
___
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel