Acornsnap's trac

Introduction

Here is a site for developing "Acornsnap". You can refer some blueprints, implementations and known bugs.

"Acornsnap" is a Content Management System(CMS) running on Servlet Contailer(i.e. Apache Tomcat). The main features of Acornsnap are:

  • Wiki, Macro and (needless to say) HTML is available for editing contents on the Web Browser.
  • Meticulous access control and approval flow on publishing contents are supported.
  • Development along MVC (like  RoR) is possible easily.

ここは、Acornsnap開発プロジェクトのサイトです。設計、実装に関する情報(ソースコード)、バグ、を参照することができます。

Acornsnapは、サーブレットコンテナ(Apache Tomcat)上で動作するコンテンツ・マネジメント・システム(CMS)です。以下の特徴があります。

  • HTMLは勿論、Wiki構文やマクロを利用した自由度の高いコンテンツ編集をブラウザ上で行えます。
  • きめ細かなアクセス制御とコンテンツ登録の承認フローの実現を支援します。
  • MVCに沿った( RoRのような)開発を容易に進めることができます。

For users:

  • MainFeatures - The rules to build new web application and stuff provided by Acornsnap. And so on.
  • RelatedLibraries - Libraries used in Acornsnap. These are placed in TOMCAT_HOME/lib folder.
  •  Javadoc - The API specification for Acornsnap 3 Web application Framework.

For Developers: