Author: tv
Date: Sun Nov  3 21:04:19 2013
New Revision: 1538450

URL: http://svn.apache.org/r1538450
Log:
Fix site

Modified:
    turbine/fulcrum/trunk/intake/src/changes/changes.xml
    turbine/fulcrum/trunk/intake/src/site/site.xml

Modified: turbine/fulcrum/trunk/intake/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/src/changes/changes.xml?rev=1538450&r1=1538449&r2=1538450&view=diff
==============================================================================
--- turbine/fulcrum/trunk/intake/src/changes/changes.xml (original)
+++ turbine/fulcrum/trunk/intake/src/changes/changes.xml Sun Nov  3 21:04:19 
2013
@@ -20,8 +20,8 @@
 <document>
   <properties>
     <title>Fulcrum Intake</title>
-    <author email="[email protected]">Eric Pugh</author>
-    <author email="[email protected]">Scott Eade</author>
+    <!--  author email="[email protected]">Eric Pugh</author -->
+    <!--  author email="[email protected]">Scott Eade</author -->
   </properties>
 
   <body>
@@ -138,7 +138,7 @@
        it (the "format" rule is also used to parse the date if there are no
        "formatn" rules or they are not able to parse it).  In order to
        retrieve the correctly formatted DateString value you need to use
-       <em>$group.foo.StringValue</em> rather than <em>$group.foo.Value</em>
+       $group.foo.StringValue rather than $group.foo.Value
        (you can do this for all values, not just DateString).
       </action>
       <action dev="seade" type="fix">
@@ -146,7 +146,7 @@
        elements when mapping from the group to the object when no value has
        been set.  This makes it possible to clear values in an existing object
        that is being overwritten with Intake data using
-       <em>group.setProperties(obj)</em> (or you can provide non-null values
+       group.setProperties(obj) (or you can provide non-null values
        in your intake.xml file).  Make sure you do not inadvertently include
        the primary key for the object in the intake group without actually
        setting it to the appropriate value (it shouldn't be in the group

Modified: turbine/fulcrum/trunk/intake/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/src/site/site.xml?rev=1538450&r1=1538449&r2=1538450&view=diff
==============================================================================
--- turbine/fulcrum/trunk/intake/src/site/site.xml (original)
+++ turbine/fulcrum/trunk/intake/src/site/site.xml Sun Nov  3 21:04:19 2013
@@ -17,9 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project
-  name="Fulcrum Intake"
-  href="http://turbine.apache.org/fulcrum/fulcrum-intake/";>
+<project name="Fulcrum Intake">
 
   <body>
     <menu name="Overview">


Reply via email to