Author: fred Date: 2007-09-15 17:54:41 +0000 (Sat, 15 Sep 2007) New Revision: 15192
Added: trunk/plugins/Echo/src/xml/http404error.xml trunk/plugins/Echo/src/xml/manage.xml trunk/plugins/Echo/src/xml/publish.xml trunk/plugins/Echo/src/xml/welcome.xml trunk/plugins/Echo/src/xml/write.xml Log: Step 3 : Add the xml content files Added: trunk/plugins/Echo/src/xml/http404error.xml =================================================================== --- trunk/plugins/Echo/src/xml/http404error.xml (rev 0) +++ trunk/plugins/Echo/src/xml/http404error.xml 2007-09-15 17:54:41 UTC (rev 15192) @@ -0,0 +1 @@ +<strong>Sorry the page you requested does not exist.</strong> \ No newline at end of file Added: trunk/plugins/Echo/src/xml/manage.xml =================================================================== --- trunk/plugins/Echo/src/xml/manage.xml (rev 0) +++ trunk/plugins/Echo/src/xml/manage.xml 2007-09-15 17:54:41 UTC (rev 15192) @@ -0,0 +1,10 @@ +<dl> + <dt><a href="nodes"><i18n key="echo.manage.myNodes" /></a></dt> + <dd><i18n key="echo.manage.myNodes.desc" /></dd> + + <dt><a href="categories"><i18n key="echo.common.categories" /></a></dt> + <dd><i18n key="echo.manage.categories.desc" /></dd> + + <dt><a href="blocks"><i18n key="echo.common.blocks" /></a></dt> + <dd><i18n key="echo.manage.blocks.desc" /></dd> +</dl> \ No newline at end of file Added: trunk/plugins/Echo/src/xml/publish.xml =================================================================== --- trunk/plugins/Echo/src/xml/publish.xml (rev 0) +++ trunk/plugins/Echo/src/xml/publish.xml 2007-09-15 17:54:41 UTC (rev 15192) @@ -0,0 +1,7 @@ +<dl> + <dt><a href="generate"><i18n key="echo.generate" /></a></dt> + <dd><i18n key="echo.generate.desc" /></dd> + + <dt><a href="insert"><i18n key="echo.insert" /></a></dt> + <dd><i18n key="echo.insert.desc" /></dd> +</dl> \ No newline at end of file Added: trunk/plugins/Echo/src/xml/welcome.xml =================================================================== --- trunk/plugins/Echo/src/xml/welcome.xml (rev 0) +++ trunk/plugins/Echo/src/xml/welcome.xml 2007-09-15 17:54:41 UTC (rev 15192) @@ -0,0 +1,5 @@ +<ul> + <li><a href="write"><i18n key="echo.action.write" /></a></li> + <li><a href="manage"><i18n key="echo.action.manage" /></a></li> + <li><a href="publish"><i18n key="echo.action.publish" /></a></li> +</ul> \ No newline at end of file Added: trunk/plugins/Echo/src/xml/write.xml =================================================================== --- trunk/plugins/Echo/src/xml/write.xml (rev 0) +++ trunk/plugins/Echo/src/xml/write.xml 2007-09-15 17:54:41 UTC (rev 15192) @@ -0,0 +1,7 @@ +<dl> + <dt><a href="newPost"><i18n key="echo.common.blogPost" /></a></dt> + <dd><i18n key="echo.write.newPost" /></dd> + + <dt><a href="newPage"><i18n key="echo.common.staticPage" /></a></dt> + <dd><i18n key="echo.write.newPage" /></dd> +</dl> \ No newline at end of file
