= 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 [http://www.rubyonrails.org RoR]) is possible easily. ここは、Acornsnap開発プロジェクトのサイトです。設計、実装に関する情報(ソースコード)、バグ、を参照することができます。 Acornsnapは、サーブレットコンテナ(Apache Tomcat)上で動作するコンテンツ・マネジメント・システム(CMS)です。以下の特徴があります。 * HTMLは勿論、Wiki構文やマクロを利用した自由度の高いコンテンツ編集をブラウザ上で行えます。 * きめ細かなアクセス制御とコンテンツ登録の承認フローの実現を支援します。 * MVCに沿った([http://www.rubyonrails.org RoR]のような)開発を容易に進めることができます。 == Main Menu == For users: * HistoryAndRoadmap - Completed tasks and plans to achieve. * AllAboutAcornsnap - Introduction of Acornsnap. * DownloadInstallers - Acornsnap installers(.exe) here. * GettingStartedBuildSite - Install Acornsnap on your PC, and build a simple web application. * GettingStartedManageSite - '''(Not done)''' * LicenseAndSummary - Acornsnap is free under the terms of GPL3. * WikiReference - '''(Not done)''' * MacroReference - '''(Not done)''' * CaseStudies - Examples and studies for building applications by Acornsnap. * 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. * [http://garage.lumber-mill.co.jp/acornsnap/javadoc/ Javadoc] - The API specification for Acornsnap 3 Web application Framework. For Developers: * GettingStartedDevelopment * RegulationOfRelease - The regulations of how to release frameworks.