Forum OpenACS Q&A: What is OpenACS?

Collapse
Posted by Seth Grimes on
I hope I'm not missing something obvious --

I recently came across a site that uses OpenACS so I followed a link to the OpenACS site to learn more. It's difficult! I learn, for instance from https://openacs.org/faq/one-faq?faq_id=43840 and https://openacs.org/about/what-is-openacs, that OpenACS is a toolkit etc. but beyond the DBMS and app server components, the tool content of the tool kit is buried so deep that I haven't found it.

Functionally, what tools does OpenACS offer?

For instance, is the software behind this forum part of OpenACS toolkit?

Collapse
2: Re: What is OpenACS? (response to 1)
Posted by Ashwin Kumar on
1. Open ACS is killer Web Development Framework.
It includes lots of Interesting stuff which is
preconfigured , plug it in on demand,customize and code
it as per requirements.
2. Try to first of all install it.
3. I wud like you to follow phillip greenspun tutors
to get along with openacs

Ashwin Kumar

Collapse
3: Re: What is OpenACS? (response to 1)
Posted by Torben Brosten on
Seth Grimes,

OpenACS.org is running the latest stable relase of OpenACS.

OpenACS offers mature components and subsystems (as well as newly developing ones) to help minimize the burden of "Systems design, development, and integration"[1] etc using well tested "Information systems and process architectures"[1]. Besides offering some generic applications (called packages in OpenACS)[2][3], OpenACS provides software components to help you build custom ones. For example, the dynamic API doc[4] creates documentation from code and integrates it with existing documentation. Elements of collaborative systems that are commonly used are prebuilt, such as permissions and objects[5], templating[6], localization[7] et cetera[8].

Hope this helps,

Torben

1. http://altaplana.com/services.html
2. https://openacs.org/projects/openacs/packages/
3. https://openacs.org/doc/current/
4. https://openacs.org/api-doc/
5. https://openacs.org/doc/current/dev-guide.html
6. https://openacs.org/doc/current/acs-templating/
7. https://openacs.org/doc/current/acs-lang/
8. https://openacs.org/doc/current/acs-plat-dev.html

Collapse
4: Re: What is OpenACS? (response to 1)
Posted by Torben Brosten on
The Philip Greenspun tutorials that Ashwin Kumar refers to, are here: http://philip.greenspun.com/teaching/
Collapse
5: Re: What is OpenACS? (response to 1)
Posted by Seth Grimes on
Thanks for your replies, but I'm no clearer what the preconfigured "interesting stuff" is nor what the components and subsystems and packages are. Is there a list with short descriptions somewhere on the site?

Thanks,

Seth

Collapse
6: Re: Re: What is OpenACS? (response to 5)
Posted by Steve Manning on
Seth

Packages are listed here https://openacs.org/projects/openacs/packages/

OpenACS Core Documentation can be found here https://openacs.org/doc/current/index.html and includes an overview of OpenACS and a development guide https://openacs.org/doc/current/acs-package-dev.html

- Steve