[Jiemamy-notify:1676] commit [2875] site. xml関係を各子プロジェクトに移動。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 3月 16日 (月) 13:37:40 JST


Revision: 2875
          http://svn.sourceforge.jp/view?root=jiemamy&view=rev&rev=2875
Author:   daisuke_m
Date:     2009-03-16 13:37:40 +0900 (Mon, 16 Mar 2009)

Log Message:
-----------
site.xml関係を各子プロジェクトに移動。

Added Paths:
-----------
    artemis/trunk/jiemamy-core/src/site/
    artemis/trunk/jiemamy-core/src/site/apt/
    artemis/trunk/jiemamy-core/src/site/apt/userguide.apt
    artemis/trunk/jiemamy-core/src/site/fml/
    artemis/trunk/jiemamy-core/src/site/fml/faq.fml
    artemis/trunk/jiemamy-core/src/site/site.xml
    zeus/trunk/jiemamy-spec-core/src/site/
    zeus/trunk/jiemamy-spec-core/src/site/apt/
    zeus/trunk/jiemamy-spec-core/src/site/apt/userguide.apt
    zeus/trunk/jiemamy-spec-core/src/site/fml/
    zeus/trunk/jiemamy-spec-core/src/site/fml/faq.fml
    zeus/trunk/jiemamy-spec-core/src/site/site.xml

Removed Paths:
-------------
    artemis/trunk/jiemamy-artemis/src/
    zeus/trunk/jiemamy-specs/src/


-------------- next part --------------
Added: artemis/trunk/jiemamy-core/src/site/apt/userguide.apt
===================================================================
--- artemis/trunk/jiemamy-core/src/site/apt/userguide.apt	                        (rev 0)
+++ artemis/trunk/jiemamy-core/src/site/apt/userguide.apt	2009-03-16 04:37:40 UTC (rev 2875)
@@ -0,0 +1,40 @@
+ ------
+Jiemamy User Guide Page
+ ------
+Jiemamy Project
+ ------
+2008/07/21
+
+使い方
+
+  JiemamyはオープンソースのDB設計・リファクタリングサポートツールです。
+  
+  DBリファクタリングの必要性は明らかですが、様々な要因により、気軽にリファクタリングを行うことができません。
+Jiemamyは、DBの進化的設計(Evolutionaly Database Design)を実現するために、以下の要件を軸に、
+DBに依存するシステムの開発・運用をサポートします。
+  
+  * データベースの構成変更をGUIの操作みで行える。
+  
+  * DML(INSERT文 = データ)も一緒に管理出来る。
+  
+  * Maven2等と連携することにより、チェックアウトしたてのアプリケーションをコマンド一つで「使える状態」に出来る。
+  
+  現在のところ、DB構成(ERダイアグラム)エディタとして「Jiemamy Eclipse Plugin」、
+補助ツール(ダイアグラム→SQL変換)として「Maven Jiemamy Plugin」を提供しています。
+  
+  現状は、上記Eclipseプラグイン及びMaven2プラグインの提供しかし行っておりませんが、
+考え方はもっと抽象的なものである為、実装はEclipseとMavenに拘っていません。
+そのうち、Javaの外に出て行く事もあるかもしれません。
+  
+  DBに依存したシステムの開発・運用に関わる、リファクタリングやマイグレーション等の作業を
+容易にしていく事、これが当プロジェクトのミッションです。
+
+利用例
+
+  TODO
+
+* TODO
+
++------------------------------------------------------+
+TODO
++------------------------------------------------------+

Added: artemis/trunk/jiemamy-core/src/site/fml/faq.fml
===================================================================
--- artemis/trunk/jiemamy-core/src/site/fml/faq.fml	                        (rev 0)
+++ artemis/trunk/jiemamy-core/src/site/fml/faq.fml	2009-03-16 04:37:40 UTC (rev 2875)
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2007-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+<faqs title="Frequently Asked Questions" toplink="false">
+
+  <part id="general">
+    <title>General</title>
+   
+    <faq id="whats-jiemamy">
+      <question>
+        What is Jiemamy?
+      </question>
+      <answer>
+        <p>some markup goes here</p>
+        
+        <source>some source code</source>
+        
+        <p>some markup goes here</p>
+      </answer>
+    </faq>
+
+    <faq id="whats-foo">
+      <question>
+        What is Foo?
+      </question>
+      <answer>
+        <p>some markup goes here</p>
+      </answer>
+    </faq>
+  </part>
+  
+  <part id="install">
+    <title>Installation</title>
+   
+    <faq id="how-install">
+      <question>
+        How do I install Jiemamy?
+      </question>
+      <answer>
+        <p>some markup goes here</p>
+      </answer>
+    </faq>
+  </part>  
+</faqs>

Added: artemis/trunk/jiemamy-core/src/site/site.xml
===================================================================
--- artemis/trunk/jiemamy-core/src/site/site.xml	                        (rev 0)
+++ artemis/trunk/jiemamy-core/src/site/site.xml	2009-03-16 04:37:40 UTC (rev 2875)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>  
+<project name="Jiemamy">  
+  <body>  
+    <menu name="Hello Jiemamy!">  
+      <item name="User Guide" href="userguide.html" />  
+    </menu>  
+    ${reports}  
+  </body>  
+</project>  
\ No newline at end of file

Added: zeus/trunk/jiemamy-spec-core/src/site/apt/userguide.apt
===================================================================
--- zeus/trunk/jiemamy-spec-core/src/site/apt/userguide.apt	                        (rev 0)
+++ zeus/trunk/jiemamy-spec-core/src/site/apt/userguide.apt	2009-03-16 04:37:40 UTC (rev 2875)
@@ -0,0 +1,40 @@
+ ------
+Jiemamy User Guide Page
+ ------
+Jiemamy Project
+ ------
+2008/07/21
+
+使い方
+
+  JiemamyはオープンソースのDB設計・リファクタリングサポートツールです。
+  
+  DBリファクタリングの必要性は明らかですが、様々な要因により、気軽にリファクタリングを行うことができません。
+Jiemamyは、DBの進化的設計(Evolutionaly Database Design)を実現するために、以下の要件を軸に、
+DBに依存するシステムの開発・運用をサポートします。
+  
+  * データベースの構成変更をGUIの操作みで行える。
+  
+  * DML(INSERT文 = データ)も一緒に管理出来る。
+  
+  * Maven2等と連携することにより、チェックアウトしたてのアプリケーションをコマンド一つで「使える状態」に出来る。
+  
+  現在のところ、DB構成(ERダイアグラム)エディタとして「Jiemamy Eclipse Plugin」、
+補助ツール(ダイアグラム→SQL変換)として「Maven Jiemamy Plugin」を提供しています。
+  
+  現状は、上記Eclipseプラグイン及びMaven2プラグインの提供しかし行っておりませんが、
+考え方はもっと抽象的なものである為、実装はEclipseとMavenに拘っていません。
+そのうち、Javaの外に出て行く事もあるかもしれません。
+  
+  DBに依存したシステムの開発・運用に関わる、リファクタリングやマイグレーション等の作業を
+容易にしていく事、これが当プロジェクトのミッションです。
+
+利用例
+
+  TODO
+
+* TODO
+
++------------------------------------------------------+
+TODO
++------------------------------------------------------+

Added: zeus/trunk/jiemamy-spec-core/src/site/fml/faq.fml
===================================================================
--- zeus/trunk/jiemamy-spec-core/src/site/fml/faq.fml	                        (rev 0)
+++ zeus/trunk/jiemamy-spec-core/src/site/fml/faq.fml	2009-03-16 04:37:40 UTC (rev 2875)
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2007-2008 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+<faqs title="Frequently Asked Questions" toplink="false">
+
+  <part id="general">
+    <title>General</title>
+   
+    <faq id="whats-jiemamy">
+      <question>
+        What is Jiemamy?
+      </question>
+      <answer>
+        <p>some markup goes here</p>
+        
+        <source>some source code</source>
+        
+        <p>some markup goes here</p>
+      </answer>
+    </faq>
+
+    <faq id="whats-foo">
+      <question>
+        What is Foo?
+      </question>
+      <answer>
+        <p>some markup goes here</p>
+      </answer>
+    </faq>
+  </part>
+  
+  <part id="install">
+    <title>Installation</title>
+   
+    <faq id="how-install">
+      <question>
+        How do I install Jiemamy?
+      </question>
+      <answer>
+        <p>some markup goes here</p>
+      </answer>
+    </faq>
+  </part>  
+</faqs>

Added: zeus/trunk/jiemamy-spec-core/src/site/site.xml
===================================================================
--- zeus/trunk/jiemamy-spec-core/src/site/site.xml	                        (rev 0)
+++ zeus/trunk/jiemamy-spec-core/src/site/site.xml	2009-03-16 04:37:40 UTC (rev 2875)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="Jiemamy: ${project.name}">
+  <body>
+    <links>
+      <item name="${project.name}" href="index.html"/>
+    </links>
+    <menu name="Project Documentation">
+      <item name="${project.name}" href="index.html"/>
+      <item name="Html" href="reference/html/index.html"/>
+      <item name="Html-Single" href="reference/html-single/index.html"/>
+      <item name="Pdf" href="reference/pdf/spring-batch-docs.pdf"/>
+    </menu>
+    ${reports}
+  </body>
+</project>



Jiemamy-notify メーリングリストの案内
Back to archive index