Where is the official forum to look for support for Sakai? - sakai

I make a Google search on Sakai forums, hoping to find a StackExchange sister site for Sakai, but there's nothing useful for me. My search keywords are sakai ~forum ~support ~offficial
I love StackOverflow and would love to have similar forum for Sakai. If you know where to ask such Sakai usage questions, e.g. "how to update questions for published multiple-choices quiz in Sakai", please share.
Thank you.

You can always post like you did here (on stackoverflow with a "sakai" tag) but we have official mailing lists as well. You can find the dev list here:
https://groups.google.com/a/apereo.org/forum/#!forum/sakai-dev
For questions like your example, you probably want the user forum:
https://groups.google.com/a/apereo.org/forum/#!forum/sakai-user
Or the related wiki space:
https://confluence.sakaiproject.org/display/USER/Using+Sakai
There is more information on the project wiki:
https://confluence.sakaiproject.org/display/CONF/Welcome+to+the+Sakai+wiki
Finally, you can look here for more information about Sakai in general:
https://www.apereo.org/Sakai
And:
https://www.sakaiproject.org/

Related

Community Toolkit.Mvvm - Where can I find an exhaustive list of field decorators

I'm trying to find an exhaustive list of available field decorators in Community Toolkit.Mvvm.
I've been able to discover the following list from a couple of YouTube videos posted by James Montemagno:
[ObservableProperty]
[AlsoNotifyChangeFor()]
[Required]
[MinLength()]
[MaxLength()]
[EmailAddress]
[Phone]
I'm sure there must be more, but I haven't been able to discover an exhaustive list.
I've browsed the online documentation at learn.microsoft.com and haven't found what I'm looking for.
I've even forked and downloaded the code from GitHub, but have yet to find what I'm looking for there either.
Can somebody please point me in the right direction?
I have managed to discover some more by browsing further into the GitHub code:
[Range(#, #)]
[NotifyDataErrorInfo]
[Display(Name='xyz')]
[NotifyPropertyChangedRecipients]
[ObservableRecipient]
[Key]
[Editable(true)]
[UIHint(. . .)]
BUT, I shouldn't have to go picking through hundreds and hundreds of lines of code to continue to discover what I'm looking for.
Hopefully, there is a published list SOMEWHERE.
If not, could somebody please take the time to create and publish such a list?
AHA! I discovered that most of the field decorators, or "Annotations", that I was looking for are defined in a separate NuGet "System.ComponentModel.Annotations".
The documentation at learn.microsoft.com for the namespace "System.ComponentModel.DataAnnotations" DOES contain a list of all of the available annotations.
See the link below:
https://learn.microsoft.com/en-us/dotnet/api/system.componentmodel.dataannotations?view=net-6.0

Running Apple DocC as a Apple Help Book file

With the introduction of DocC for generating documentation from source code, is it possible to take the output of DocC and use it as the source of truth for an Apple Help Book (for use inside of a macOS App)?
DocC Introduction: https://developer.apple.com/videos/play/wwdc2021/10166/
Apple Help Book for Mac Apps: https://developer.apple.com/library/archive/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/authoring_help/authoring_help_book.html#//apple_ref/doc/uid/TP30000903-CH206-CIHEHEAC
Is it possible to take the output of DocC and use it as the source of truth for an Apple Help Book?
Yes, but likely not worth it.
#matt mentioned:
A DocC is a highly restricted, formalized representation of a very specific type of information.
However I disagree with it. You can create article pages with DocC: Getting Started with Sloths
The problems with using DocC to create Apple Help Book:
DocC documentation only support basic markdown syntax, so your formatting option is limited.
DocC exports the documentation as a single page web app, where Apple Help Book expect individual html files for each help pages. So you would need to automatically generate static html files.
DocC documentation doesn't let you add custom meta tags for indexing or keywords and name for anchors. (Maybe you can use comments in markdown, then automatically generate them from comments. However I'm not sure if comments in markdown would remain in DocC generated file)
You would still need to use Help Indexer to index them.
#matt mentioned:
A help book helps users, whereas DocC displays a programming API to a programmer.
You can definitely meld the two and use DocC generated files as your source of truth, but I would rather do it with other html editors, or a better markdown editor if you prefer the markdown syntax.
Probably not. They are completely different animals. A help book is a complete web site with some help for certain kinds of anchors. A DocC is a highly restricted, formalized representation of a very specific type of information. Indeed, even if you meld the two things, you would not want to; a help book helps users, whereas DocC displays a programming API to a programmer.
Just as an example, here is a help book I wrote:
http://www.apeth.com/sd5help/index.html
You couldn't possibly express that using DocC. If the problem is that you're looking for a tool to help you write help books, DocC is not it.

Show List of Products from sql in between blog content in codeigniter using tinymce

i am working on a blog system for my travel project on codeigniter. i am using tinymce for entering blog content.
one thing, i want is - display a list of travel packages from sql results in between those content.
how to achieve this using codeigniter and tinymce.
i have tried searching for threads and forums, but couldn't find anything related to it.
i hope someone can help me in this here.
i hope this screenshot can help in understand that what i want.
Reference to the question

AEM classic UI how to and good readings

I am working on AEM 6.2 and I am interested is there any good blogs, tutorials or anything else you can recommend to read about it.
In more detail, I was looking something more detailed about using listeners in the dialog files, and cant find anything that would be a good read about it.
Thanks
1) ClassicUI
If you looking specifically for the Classic UI, you'll need to focus on tutorials around CQ tutorials to give you the 101.
2) General Reading
Here are some links, that could get you started:
Quick Video
https://www.youtube.com/watch?v=1jQb5y6wupA
101s
http://www.aemcq5tutorials.com/tutorials/aem-cq5-tutorial/
http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__zjpb-hello_communitymemb.html
AEM Learning from Tech Up
https://8bitplatoon.blogspot.co.za/2016_01_01_archive.html
Adobe's Master Reference
https://docs.adobe.com/docs/en/aem/6-2/deploy.html#What%20is%20AEM?
I find this super useful and well structured.
Best of luck.. and enjoy the journey.

I want good reference books or video links that may help me in learning Webobjects using Eclipse

Can any one post some links that help me in learning WebObjects with eclipse?
Definitively THE source for al WebObjects and Eclipse/Wolips :
http://wiki.objectstyle.org/confluence/dashboard.action
You can also suscribe to the webobjects-dev mailing list.
Use the following 2 links for a great source of information:
http://www.wocommunity.org/page/default
(Intro and video tutorials etc)
http://wiki.objectstyle.org/confluence/dashboard.action
(Wiki for everything)
Also as a good if slightly dated basic WebObjects reference Chucks Hill's "Practical WebObjects" is a good primer on some core webobjects concepts.
Some podcasts available here as well
http://www.wocommunity.org/podcasts/wopodcasts.xml
If you have a copy of Ravi Mendis book or the Wrox book, you can get a copy of the examples as Eclipse/WOLips project here :
https://services.wocommunity.org/books/
Just in case someone find this thread: a new book have been published, and it's the only printed books with references to WOLips and Project Wonder. The book is "Learning the Wonders", http://www.learningthewonders.com/