[jboss-cvs] jboss-seam/examples/wiki/resources ...

Christian Bauer christian.bauer at jboss.com
Wed Feb 28 13:25:09 EST 2007


  User: cbauer  
  Date: 07/02/28 13:25:09

  Modified:    examples/wiki/resources  import-dev.sql
  Log:
  Basic file attachment/image embedding support
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/wiki/resources/import-dev.sql
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: import-dev.sql
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/resources/import-dev.sql,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- import-dev.sql	23 Feb 2007 01:32:34 -0000	1.5
  +++ import-dev.sql	28 Feb 2007 18:25:09 -0000	1.6
  @@ -4,7 +4,7 @@
   insert into NODE (NODE_ID, NODE_TYPE, AREA_NR, PARENT_NODE_ID, NODE_POSITION, DEFAULT_DOCUMENT_ID, OBJ_VERSION, NAME, WIKINAME, MENU_ITEM, CREATED_ON, LAST_MODIFIED_ON) values (3, 'DIRECTORY', 3, 1, 1, null, 0, 'Documentation Area', 'DocumentationArea', true, '2009-06-27 13:45:00', '2009-06-27 13:45:00')
   insert into NODE (NODE_ID, NODE_TYPE, AREA_NR, PARENT_NODE_ID, NODE_POSITION, DEFAULT_DOCUMENT_ID, OBJ_VERSION, NAME, WIKINAME, MENU_ITEM, CREATED_ON, LAST_MODIFIED_ON) values (4, 'DIRECTORY', 4, 1, 2, null, 0, 'Download Overview', 'DownloadOverview', false, '2009-06-27 13:45:00', '2009-06-27 13:45:00')
   
  -insert into NODE (NODE_ID, NODE_TYPE, AREA_NR, PARENT_NODE_ID, NODE_POSITION, OBJ_VERSION, NAME, WIKINAME, MENU_ITEM, CONTENT, CREATED_ON, LAST_MODIFIED_ON) values (5, 'DOCUMENT', 2, 2, 0, 0, 'Welcome!', 'Welcome', false,'+Welcome!@@LF@@@@LF@@Login with admin-admin or member-member.@@LF@@@@LF@@[A link=>wiki://6] to some page, a [broken link=>wiki://123], a normal link to [=>wiki://7], a link to [=>some page that does not exist] and a link to a [different area=>Documentation Area|FooBar].@@LF@@@@LF@@Seam Text is a human-friendly language for formatting text in blogs, forums and wikis. It''s easy to enter text in *bold*, /italic/, |monospace|, ~deleted~ or ^superscript^; you can easily enter links, lists, quotes and code blocks.@@LF@@@@LF@@[This is a link.=>http://hibernate.org]@@LF@@@@LF@@You can *not* enter HTML entities, even escaped: \& \< \> \" \ @@LF@@@@LF@@And even emoticons: ;) :-) :-{ ;-)@@LF@@@@LF@@Here is an ordered list:@@LF@@@@LF@@#JBoss@@LF!
 @@#Seam@@LF@@#Hibernate@@LF@@@@LF@@And this is an unordered list:@@LF@@@@LF@@=jBPM@@LF@@=Drools@@LF@@=Ajax4JSF@@LF@@=Facelets@@LF@@@@LF@@"Here is a quote from someone else"@@LF@@@@LF@@`<p>Here is some code</p>`@@LF@@@@LF@@And some plain HTML (restricted subset):@@LF@@@@LF@@<table style="border:1px solid blue;"><tr><td>Foo</td><td>Bar</td></tr></table>','2009-06-27 13:45:00', '2009-06-27 13:45:00')
  +insert into NODE (NODE_ID, NODE_TYPE, AREA_NR, PARENT_NODE_ID, NODE_POSITION, OBJ_VERSION, NAME, WIKINAME, MENU_ITEM, CONTENT, CREATED_ON, LAST_MODIFIED_ON) values (5, 'DOCUMENT', 2, 2, 0, 0, 'Welcome!', 'Welcome', false,'+Welcome!@@LF@@@@LF@@Login with admin-admin or member-member.@@LF@@@@LF@@To attach or embedd a file, click /Browse/, upload it, and then simply link to it like you would link to another document.@@LF@@@@LF@@[A link=>wiki://6] to some page, a [broken link=>wiki://123], a normal link to [=>wiki://7], a link to [=>some page that does not exist] and a link to a [different area=>Documentation Area|FooBar].@@LF@@@@LF@@Seam Text is a human-friendly language for formatting text in blogs, forums and wikis. It''s easy to enter text in *bold*, /italic/, |monospace|, ~deleted~ or ^superscript^; you can easily enter links, lists, quotes and code blocks.@@LF@@@@LF@@[This is a link.=>http://hibernate.org]@@LF@@@@LF@@You can *not* enter HTML entities, even escaped: \&am!
 p; \&lt; \&gt; \&quot; \&nbsp;@@LF@@@@LF@@And even emoticons: ;) :-) :-{ ;-)@@LF@@@@LF@@Here is an ordered list:@@LF@@@@LF@@#JBoss@@LF@@#Seam@@LF@@#Hibernate@@LF@@@@LF@@And this is an unordered list:@@LF@@@@LF@@=jBPM@@LF@@=Drools@@LF@@=Ajax4JSF@@LF@@=Facelets@@LF@@@@LF@@"Here is a quote from someone else"@@LF@@@@LF@@`<p>Here is some code</p>`@@LF@@@@LF@@And some plain HTML (restricted subset):@@LF@@@@LF@@<table style="border:1px solid blue;"><tr><td>Foo</td><td>Bar</td></tr></table>','2009-06-27 13:45:00', '2009-06-27 13:45:00')
   insert into NODE (NODE_ID, NODE_TYPE, AREA_NR, PARENT_NODE_ID, NODE_POSITION, OBJ_VERSION, NAME, WIKINAME, MENU_ITEM, CONTENT, CREATED_ON, LAST_MODIFIED_ON) values (6, 'DOCUMENT', 2, 2, 1, 0, 'Foo', 'Foo', true, 'Welcome *to the* /Wiki/!', '2009-06-27 13:45:00', '2009-06-27 13:45:00')
   insert into NODE (NODE_ID, NODE_TYPE, AREA_NR, PARENT_NODE_ID, NODE_POSITION, OBJ_VERSION, NAME, WIKINAME, MENU_ITEM, CONTENT, CREATED_ON, LAST_MODIFIED_ON) values (7, 'DOCUMENT', 2, 2, 2, 0, 'Bar', 'Bar', true, 'Welcome *to the* /Wiki/!', '2009-06-27 13:45:00', '2009-06-27 13:45:00')
   
  
  
  



More information about the jboss-cvs-commits mailing list