Re: [DISCUSSION] download whiteboard as png

2019-02-26 Thread Maxim Solodovnik
https://om.alteametasoft.com:8443/next
is updated
You can check my proposal :)


On Tue, 26 Feb 2019 at 21:27, Daniel Ascher 
wrote:

> Please let us know when the demo-next version is available so we try it
> out as you suggested. Thanks Maxim!
>
> Dan
>
> On Tue, Feb 26, 2019 at 7:44 AM Maxim Solodovnik 
> wrote:
>
>> @All,
>>
>> we need to agree on proper solution for this issue :)
>>
>> On Mon, 25 Feb 2019 at 21:05, Maxim Solodovnik 
>> wrote:
>>
>>> Hello All,
>>>
>>> Here are some details
>>>
>>> by default Tomcat has limitation of 2Mb for post data [1] (maxPostSize)
>>> You can change this in OM 4.0.x by changing conf/jee-container.xml
>>> You need to add
>>>  
>>>   
>>>>> value="4000"/>
>>>   
>>>  
>>> to ''
>>>
>>> This should fix Huge PDF download
>>>
>>>
>>> According to PNG download: it can be done "by click" BUT
>>> It will only 100% work if it will be dobe "via server" i.e.
>>> 1) image will be prepared in client's browser
>>> 2) uploaded to server
>>> 3) then immediately downloaded
>>> This "server round trip" might be very expensive
>>>
>>> You can see how proposed pop-up dialog will look like [2]
>>> I can update demo-next with working prototype so you can try it :)
>>>
>>>
>>> [1] https://tomcat.apache.org/tomcat-9.0-doc/config/http.html
>>> [2] https://www.dropbox.com/s/r3pbftfvbp1fdj7/DownloadAsPng.png?dl=0
>>>
>>>
>>> On Fri, 22 Feb 2019 at 01:46, Daniel Ascher <
>>> aplusad...@aplustutoring.com> wrote:
>>>
 Okay. Thanks for letting me know. Dan

 On Thu, Feb 21, 2019 at 11:12 AM Maxim Solodovnik 
 wrote:

> The quality will not suffer
> The image might be huge, but will be displayed as preview to consume
> reasonable area on the screen
>
> The reason to display this dialog is: somehow "just save" is silently
> fail in browser .
>
> On Thu, Feb 21, 2019, 22:58 Daniel Ascher <
> aplusad...@aplustutoring.com> wrote:
>
>> I think this means that the PNG will be a relatively lower quality
>> image than the PDF version. Is that correct?
>>
>> Also, is it possible to have a "Save" or "Download" button on the
>> preview box, rather than telling the user to right-click?
>>
>> Thanks. Dan
>>
>> On Thu, Feb 21, 2019 at 9:07 AM Maxim Solodovnik <
>> solomax...@gmail.com> wrote:
>>
>>> Thanks :))
>>>
>>> Prepared image will have constant size something like 320x240, sort
>>> of preview :)
>>>
>>> On Thu, Feb 21, 2019, 20:00 Peter Dähn  wrote:
>>>
 ok.. now I got it... sorry for that...

 The prepared scaled image has the dimension of the current client
 view or the wb area?

 PS: much fun on your trip...

 Am 21.02.19 um 13:12 schrieb Maxim Solodovnik:

 Hello All,

 Am currently ooo (doing mountain skiing :)
 Will try to answer in one email

 1 save as pdf works, but for huge pdfs it requires jee*.xml tuning

 2 right-click "save as" will not work on white-board.
 As i wrote in initial email:

 when "Download as PNG" is clicked
 1) image is being prepared on the client
 2) small dialog with scaled image and text 'Please right click the
 image and choose "Save as"' is displayed to the user


 This is not yet implemented :)

 On Thu, Feb 21, 2019, 18:48 Peter Dähn  wrote:

> "Save as" of smaller pics on wb also ends up with those empty
> pics. But right after draw on it, wb with pic will be saved (doesn't 
> help
> with large pics).
>
> The download in the Files-tab works so far.
>
>
>
> But both JPG and original saves a .jpg-file!?
>
> Greetings Peter
>
> Am 21.02.19 um 09:19 schrieb Peter Dähn:
>
> and save as ends up in an empty png... this doesn't work as fix...
>
>
>
> Am 21.02.19 um 08:35 schrieb Peter Dähn:
>
> Hi there,
>
> Download as pdf doesn't work either...
>
> This one causes an error...
>
> ERROR 02-21 08:28:08.199 o.a.o.w.r.w.AbstractWbPanel:70
> [0.0-5443-exec-8] - Unexpected error while processing wbAction
> java.lang.NullPointerException: Name is null
> at java.base/java.lang.Enum.valueOf(Enum.java:238)
> at
> org.apache.openmeetings.web.room.wb.WbAction.valueOf(WbAction.java:21)
> at
> org.apache.openmeetings.web.room.wb.AbstractWbPanel$1.respond(AbstractWbPanel.java:65)
> at
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:598)
> at

Re: [DISCUSSION] download whiteboard as png

2019-02-26 Thread Daniel Ascher
Please let us know when the demo-next version is available so we try it out
as you suggested. Thanks Maxim!

Dan

On Tue, Feb 26, 2019 at 7:44 AM Maxim Solodovnik 
wrote:

> @All,
>
> we need to agree on proper solution for this issue :)
>
> On Mon, 25 Feb 2019 at 21:05, Maxim Solodovnik 
> wrote:
>
>> Hello All,
>>
>> Here are some details
>>
>> by default Tomcat has limitation of 2Mb for post data [1] (maxPostSize)
>> You can change this in OM 4.0.x by changing conf/jee-container.xml
>> You need to add
>>  
>>   
>>> value="4000"/>
>>   
>>  
>> to ''
>>
>> This should fix Huge PDF download
>>
>>
>> According to PNG download: it can be done "by click" BUT
>> It will only 100% work if it will be dobe "via server" i.e.
>> 1) image will be prepared in client's browser
>> 2) uploaded to server
>> 3) then immediately downloaded
>> This "server round trip" might be very expensive
>>
>> You can see how proposed pop-up dialog will look like [2]
>> I can update demo-next with working prototype so you can try it :)
>>
>>
>> [1] https://tomcat.apache.org/tomcat-9.0-doc/config/http.html
>> [2] https://www.dropbox.com/s/r3pbftfvbp1fdj7/DownloadAsPng.png?dl=0
>>
>>
>> On Fri, 22 Feb 2019 at 01:46, Daniel Ascher 
>> wrote:
>>
>>> Okay. Thanks for letting me know. Dan
>>>
>>> On Thu, Feb 21, 2019 at 11:12 AM Maxim Solodovnik 
>>> wrote:
>>>
 The quality will not suffer
 The image might be huge, but will be displayed as preview to consume
 reasonable area on the screen

 The reason to display this dialog is: somehow "just save" is silently
 fail in browser .

 On Thu, Feb 21, 2019, 22:58 Daniel Ascher 
 wrote:

> I think this means that the PNG will be a relatively lower quality
> image than the PDF version. Is that correct?
>
> Also, is it possible to have a "Save" or "Download" button on the
> preview box, rather than telling the user to right-click?
>
> Thanks. Dan
>
> On Thu, Feb 21, 2019 at 9:07 AM Maxim Solodovnik 
> wrote:
>
>> Thanks :))
>>
>> Prepared image will have constant size something like 320x240, sort
>> of preview :)
>>
>> On Thu, Feb 21, 2019, 20:00 Peter Dähn  wrote:
>>
>>> ok.. now I got it... sorry for that...
>>>
>>> The prepared scaled image has the dimension of the current client
>>> view or the wb area?
>>>
>>> PS: much fun on your trip...
>>>
>>> Am 21.02.19 um 13:12 schrieb Maxim Solodovnik:
>>>
>>> Hello All,
>>>
>>> Am currently ooo (doing mountain skiing :)
>>> Will try to answer in one email
>>>
>>> 1 save as pdf works, but for huge pdfs it requires jee*.xml tuning
>>>
>>> 2 right-click "save as" will not work on white-board.
>>> As i wrote in initial email:
>>>
>>> when "Download as PNG" is clicked
>>> 1) image is being prepared on the client
>>> 2) small dialog with scaled image and text 'Please right click the
>>> image and choose "Save as"' is displayed to the user
>>>
>>>
>>> This is not yet implemented :)
>>>
>>> On Thu, Feb 21, 2019, 18:48 Peter Dähn  wrote:
>>>
 "Save as" of smaller pics on wb also ends up with those empty pics.
 But right after draw on it, wb with pic will be saved (doesn't help 
 with
 large pics).

 The download in the Files-tab works so far.



 But both JPG and original saves a .jpg-file!?

 Greetings Peter

 Am 21.02.19 um 09:19 schrieb Peter Dähn:

 and save as ends up in an empty png... this doesn't work as fix...



 Am 21.02.19 um 08:35 schrieb Peter Dähn:

 Hi there,

 Download as pdf doesn't work either...

 This one causes an error...

 ERROR 02-21 08:28:08.199 o.a.o.w.r.w.AbstractWbPanel:70
 [0.0-5443-exec-8] - Unexpected error while processing wbAction
 java.lang.NullPointerException: Name is null
 at java.base/java.lang.Enum.valueOf(Enum.java:238)
 at
 org.apache.openmeetings.web.room.wb.WbAction.valueOf(WbAction.java:21)
 at
 org.apache.openmeetings.web.room.wb.AbstractWbPanel$1.respond(AbstractWbPanel.java:65)
 at
 org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:598)
 at
 org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)
 at
 org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)
 at
 

Re: flash & webrtc

2019-02-26 Thread Omer Aleem
Thank you for the response. I understand your hard work and appreciate it.

Please do keep in back of your mind that this will give boost to your efforts 
because sole time as being a developer its very easy to get distracted over 
bugs and development and may ignore user issue and commercial prospective.

Plz do try to push this platform because we need it very much bcz flash 
platform is very old.

Regards,
Omer
Manaar Energy

On Feb 26, 2019, at 4:47 PM, Maxim Solodovnik 
mailto:solomax...@gmail.com>> wrote:

Hello Omer,

work on WebRTC version (5.0.0) is already in progress (no ETA)
you can try current version at our build server [1]

Currently I need to release 4.0.8
Then hopefully will try to find some time to continue my work on this

I can't give any ETA since my free time is limited ...

[1] https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

On Tue, 26 Feb 2019 at 14:28, Omer Aleem 
mailto:oal...@manaarco.com>> wrote:

Hi,

When do you think you be able to migrate from adobe flash microphone platform 
towards webrtc or similar related platform?



What are the issues you face which may be delaying this?



Regards,

Omer



--
WBR
Maxim aka solomax


Re: flash & webrtc

2019-02-26 Thread Maxim Solodovnik
Hello Omer,

work on WebRTC version (5.0.0) is already in progress (no ETA)
you can try current version at our build server [1]

Currently I need to release 4.0.8
Then hopefully will try to find some time to continue my work on this

I can't give any ETA since my free time is limited ...

[1] https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

On Tue, 26 Feb 2019 at 14:28, Omer Aleem  wrote:
>
> Hi,
>
> When do you think you be able to migrate from adobe flash microphone platform 
> towards webrtc or similar related platform?
>
>
>
> What are the issues you face which may be delaying this?
>
>
>
> Regards,
>
> Omer



-- 
WBR
Maxim aka solomax


Re: [DISCUSSION] download whiteboard as png

2019-02-26 Thread Maxim Solodovnik
@All,

we need to agree on proper solution for this issue :)

On Mon, 25 Feb 2019 at 21:05, Maxim Solodovnik  wrote:

> Hello All,
>
> Here are some details
>
> by default Tomcat has limitation of 2Mb for post data [1] (maxPostSize)
> You can change this in OM 4.0.x by changing conf/jee-container.xml
> You need to add
>  
>   
> value="4000"/>
>   
>  
> to ''
>
> This should fix Huge PDF download
>
>
> According to PNG download: it can be done "by click" BUT
> It will only 100% work if it will be dobe "via server" i.e.
> 1) image will be prepared in client's browser
> 2) uploaded to server
> 3) then immediately downloaded
> This "server round trip" might be very expensive
>
> You can see how proposed pop-up dialog will look like [2]
> I can update demo-next with working prototype so you can try it :)
>
>
> [1] https://tomcat.apache.org/tomcat-9.0-doc/config/http.html
> [2] https://www.dropbox.com/s/r3pbftfvbp1fdj7/DownloadAsPng.png?dl=0
>
>
> On Fri, 22 Feb 2019 at 01:46, Daniel Ascher 
> wrote:
>
>> Okay. Thanks for letting me know. Dan
>>
>> On Thu, Feb 21, 2019 at 11:12 AM Maxim Solodovnik 
>> wrote:
>>
>>> The quality will not suffer
>>> The image might be huge, but will be displayed as preview to consume
>>> reasonable area on the screen
>>>
>>> The reason to display this dialog is: somehow "just save" is silently
>>> fail in browser .
>>>
>>> On Thu, Feb 21, 2019, 22:58 Daniel Ascher 
>>> wrote:
>>>
 I think this means that the PNG will be a relatively lower quality
 image than the PDF version. Is that correct?

 Also, is it possible to have a "Save" or "Download" button on the
 preview box, rather than telling the user to right-click?

 Thanks. Dan

 On Thu, Feb 21, 2019 at 9:07 AM Maxim Solodovnik 
 wrote:

> Thanks :))
>
> Prepared image will have constant size something like 320x240, sort of
> preview :)
>
> On Thu, Feb 21, 2019, 20:00 Peter Dähn  wrote:
>
>> ok.. now I got it... sorry for that...
>>
>> The prepared scaled image has the dimension of the current client
>> view or the wb area?
>>
>> PS: much fun on your trip...
>>
>> Am 21.02.19 um 13:12 schrieb Maxim Solodovnik:
>>
>> Hello All,
>>
>> Am currently ooo (doing mountain skiing :)
>> Will try to answer in one email
>>
>> 1 save as pdf works, but for huge pdfs it requires jee*.xml tuning
>>
>> 2 right-click "save as" will not work on white-board.
>> As i wrote in initial email:
>>
>> when "Download as PNG" is clicked
>> 1) image is being prepared on the client
>> 2) small dialog with scaled image and text 'Please right click the
>> image and choose "Save as"' is displayed to the user
>>
>>
>> This is not yet implemented :)
>>
>> On Thu, Feb 21, 2019, 18:48 Peter Dähn  wrote:
>>
>>> "Save as" of smaller pics on wb also ends up with those empty pics.
>>> But right after draw on it, wb with pic will be saved (doesn't help with
>>> large pics).
>>>
>>> The download in the Files-tab works so far.
>>>
>>>
>>>
>>> But both JPG and original saves a .jpg-file!?
>>>
>>> Greetings Peter
>>>
>>> Am 21.02.19 um 09:19 schrieb Peter Dähn:
>>>
>>> and save as ends up in an empty png... this doesn't work as fix...
>>>
>>>
>>>
>>> Am 21.02.19 um 08:35 schrieb Peter Dähn:
>>>
>>> Hi there,
>>>
>>> Download as pdf doesn't work either...
>>>
>>> This one causes an error...
>>>
>>> ERROR 02-21 08:28:08.199 o.a.o.w.r.w.AbstractWbPanel:70
>>> [0.0-5443-exec-8] - Unexpected error while processing wbAction
>>> java.lang.NullPointerException: Name is null
>>> at java.base/java.lang.Enum.valueOf(Enum.java:238)
>>> at
>>> org.apache.openmeetings.web.room.wb.WbAction.valueOf(WbAction.java:21)
>>> at
>>> org.apache.openmeetings.web.room.wb.AbstractWbPanel$1.respond(AbstractWbPanel.java:65)
>>> at
>>> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:598)
>>> at
>>> org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)
>>> at
>>> org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)
>>> at
>>> org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)
>>> at
>>> org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)
>>> at
>>> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:914)
>>> at
>>> 

Re: Modern icon set in OM

2019-02-26 Thread Maxim Solodovnik
Yes :)
please send me your confluence user name _off_list_ :)

On Tue, 26 Feb 2019 at 15:05, Peter Dähn  wrote:

> Hi Maxim,
>
> Create-button in confluence is missing. Do I need some kind of permission?
>
> Greetings Peter
>
> Am 22.02.19 um 08:20 schrieb Peter Dähn:
>
> ok... I try to have a look at weekend... maybe next week...
>
> Greetings Peter
>
> Am 21.02.19 um 17:30 schrieb Maxim Solodovnik:
>
> Regarding "volunteer": I guess what is required is to create confluence
> page with instructions and the first theme
>
> Then I'll update "themes" website page page with the link to confluence
> And we can ANNOUNCE this change :)
>
> Is it OK?
>
>
> On Thu, Feb 21, 2019, 17:13 Peter Dähn  wrote:
>
>> Hi Dan,
>>
>> Raphael is ill by now. So it will take a bit more time.
>>
>> Greetings Peter
>>
>> Am 18.02.19 um 16:17 schrieb Daniel Baker:
>>
>> Hi Peter,
>>
>> Did  Rapheal have  a chance to put together  the  code / icon names  for
>> us?
>>
>>
>>
>> Thanks,
>>
>>
>> Dan
>> On 2/14/2019 8:44 PM, Peter Dähn wrote:
>>
>> Hi Dan,
>>
>> Raphael will prepare it.
>>
>> Greetings Peter
>>
>> Am 14.02.19 um 13:27 schrieb Daniel Baker:
>>
>> Hi Peter,  your  styling  is very  nicely  done. Please  share  the
>> code  if you  don't  mind.
>>
>>
>> I am working on a lower 3rd  for cameras  and  can share  that  code  if
>> others  are interested :
>>
>>
>> Thanks,
>>
>>
>> Dan
>>
>>
>> On 2/14/2019 5:21 PM, Peter Dähn wrote:
>>
>> Hi Maxim,
>>
>> almost everything is done via custom.css. And before start of OM we add
>> the icons to "red5/webapps/openmeetings/css/images" and change the
>> cliparts in "red5/webapps/openmeetings/public/cliparts". We also change
>> the translation files in
>> "red5/webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/app/"
>> for keys 1488 and 1489 and add  some default string ("---") to surly
>> remove just this ones (in any room language).
>>
>> A bit ago I already asked (need a bit to find it in the comments for
>> that issue https://issues.apache.org/jira/browse/OPENMEETINGS-1769):
>>
>> ...
>> I have another idea what to do with that custom css files... Those files
>> could also be shared by the community (just like the "call for logo").
>> It would be good to have some best practise examples, a few templates
>> ("green red or yellow"...) and also some "so far can it be treaten"
>> examples (my room looks like younameit) ... screenshots, filedownloads,
>> comments... maybe a good way to involve a bigger part of the community
>> ...
>>
>> Maybe it is time for that somewhere at the project page.
>>
>> Greetings Peter
>>
>> Am 14.02.19 um 10:28 schrieb Maxim Solodovnik:
>>
>> Hello Raphael,
>>
>> did you create custom jqueryui theme to achieve "we also tried to
>> remove most of the color complexity"
>> Or manually customize styles?
>>
>> On Thu, 14 Feb 2019 at 15:40, Raphael Fetzer  
>>  wrote:
>>
>> Hi Ed,
>>
>> thanks for your interest. :-) Not only did we replace the icons, but we
>> also tried to remove most of the color complexity to bring OM visually
>> closer to our Learning Management System through which it is accessed.
>> So there are a lot more changes under the hood as one might expect.
>>
>> I don't see a fundamental problem in making our changes accessible to
>> the community, and I would love to do that. The only obstacle to
>> overcome would be that we would have to review the icon set and replace
>> some icons. We used a license for Font-Awesome Pro that is not
>> transferable. Most of the icons, however, can be used under the Creative
>> Commons BY, so if you do proper attribution this should be fine.
>>
>> Regards
>>
>> Raphael
>>
>>
>> Hi Ed,
>>
>> Raphael will answer this shortly. He hasn't read this list till now.
>>
>> Greetings Peter
>>
>>
>>
>> Am 13.02.19 um 15:43 schrieb BBS Technik:
>>
>> Hello,
>>
>> in a demo video on Jira Raphael Fetzer used OM with a modern icon set.
>> Where can I find this icons and what needs to be changed in om to use
>> them.
>>
>> Best Regards
>>
>> Ed
>>
>>
>>
>>
>
>

-- 
WBR
Maxim aka solomax


Re: Modern icon set in OM

2019-02-26 Thread Peter Dähn
Hi Maxim,

Create-button in confluence is missing. Do I need some kind of permission?

Greetings Peter

Am 22.02.19 um 08:20 schrieb Peter Dähn:
> ok... I try to have a look at weekend... maybe next week...
>
> Greetings Peter
>
> Am 21.02.19 um 17:30 schrieb Maxim Solodovnik:
>> Regarding "volunteer": I guess what is required is to create
>> confluence page with instructions and the first theme
>>
>> Then I'll update "themes" website page page with the link to confluence 
>> And we can ANNOUNCE this change :)
>>
>> Is it OK?
>>
>>
>> On Thu, Feb 21, 2019, 17:13 Peter Dähn > > wrote:
>>
>> Hi Dan,
>>
>> Raphael is ill by now. So it will take a bit more time.
>>
>> Greetings Peter
>>
>> Am 18.02.19 um 16:17 schrieb Daniel Baker:
>>>
>>> Hi Peter,
>>>
>>> Did  Rapheal have  a chance to put together  the  code / icon
>>> names  for us?
>>>
>>>
>>>
>>> Thanks,
>>>
>>>
>>> Dan
>>>
>>> On 2/14/2019 8:44 PM, Peter Dähn wrote:
 Hi Dan,

 Raphael will prepare it.

 Greetings Peter

 Am 14.02.19 um 13:27 schrieb Daniel Baker:
>
> Hi Peter,  your  styling  is very  nicely  done. Please 
> share  the  code  if you  don't  mind.
>
>
> I am working on a lower 3rd  for cameras  and  can share 
> that  code  if  others  are interested :
>
>
> Thanks,
>
>
> Dan
>
>
> On 2/14/2019 5:21 PM, Peter Dähn wrote:
>> Hi Maxim,
>>
>> almost everything is done via custom.css. And before start of OM we 
>> add
>> the icons to "red5/webapps/openmeetings/css/images" and change the
>> cliparts in "red5/webapps/openmeetings/public/cliparts". We also 
>> change
>> the translation files in
>> 
>> "red5/webapps/openmeetings/WEB-INF/classes/org/apache/openmeetings/web/app/"
>> for keys 1488 and 1489 and add  some default string ("---") to surly
>> remove just this ones (in any room language).
>>
>> A bit ago I already asked (need a bit to find it in the comments for
>> that issue https://issues.apache.org/jira/browse/OPENMEETINGS-1769):
>>
>> ...
>> I have another idea what to do with that custom css files... Those 
>> files
>> could also be shared by the community (just like the "call for 
>> logo").
>> It would be good to have some best practise examples, a few templates
>> ("green red or yellow"...) and also some "so far can it be treaten"
>> examples (my room looks like younameit) ... screenshots, 
>> filedownloads,
>> comments... maybe a good way to involve a bigger part of the 
>> community
>> ...
>>
>> Maybe it is time for that somewhere at the project page.
>>
>> Greetings Peter
>>
>> Am 14.02.19 um 10:28 schrieb Maxim Solodovnik:
>>> Hello Raphael,
>>>
>>> did you create custom jqueryui theme to achieve "we also tried to
>>> remove most of the color complexity"
>>> Or manually customize styles?
>>>
>>> On Thu, 14 Feb 2019 at 15:40, Raphael Fetzer  
>>>  wrote:
 Hi Ed,

 thanks for your interest. :-) Not only did we replace the icons, 
 but we
 also tried to remove most of the color complexity to bring OM 
 visually
 closer to our Learning Management System through which it is 
 accessed.
 So there are a lot more changes under the hood as one might expect.

 I don't see a fundamental problem in making our changes accessible 
 to
 the community, and I would love to do that. The only obstacle to
 overcome would be that we would have to review the icon set and 
 replace
 some icons. We used a license for Font-Awesome Pro that is not
 transferable. Most of the icons, however, can be used under the 
 Creative
 Commons BY, so if you do proper attribution this should be fine.

 Regards

 Raphael

> Hi Ed,
>
> Raphael will answer this shortly. He hasn't read this list till 
> now.
>
> Greetings Peter
>
>
>
> Am 13.02.19 um 15:43 schrieb BBS Technik:
>> Hello,
>>
>> in a demo video on Jira Raphael Fetzer used OM with a modern 
>> icon set.
>> Where can I find this icons and what needs to be changed in om 
>> to use
>> them.
>>
>> Best Regards
>>
>> Ed

>>
>