Re: [xwiki-users] XWiki on an Ingres database

2009-12-17 Thread Marius Dumitru Florea
Hi,

Radek Rekas wrote:
> Ive modifed the hybernate xml file but the database tables seem to not be 
> getting created correctly.
> 
> Is there anything else that needs to be done in order to make sure that the 
> database tables get created correctly?
> 
> When I access xwiki I get the following exceptions:
> Error number 3 in 0: Could not initialize main XWiki context
> 
> Wrapped Exception: Error number 3001 in 3: Cannot load class 
> com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from 
> param xwiki.store.migration.manager.class
> 
> Wrapped Exception: Error number 0 in 3: Exception while hibernate execute
> 
> Wrapped Exception: could not execute query
> 
> Wrapped Exception: ca.gcf.util.SqlEx: Table 'xwikidbversion' does not exist 
> or is not owned by you.

What database are you using? Have you followed 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HInstallandconfigureaRelationalDatabase
 
? Did you "Create a user with all privileges on that xwiki database"? 
See 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL 
for an example.

Hope this helps,
Marius

> 
> 
> 
> Radek Rekas
> 
> VFMFocus Developer
> 
> eVALUA Pty Ltd
> 
> 66B Maryborough St
> 
> Fyshwick, ACT, Australia
> 
> T: +61 2 6228 1904
> 
> F: +61 2 6228 1131
> 
> Http://www.evalua.com.au
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki on an Ingres database

2009-12-17 Thread Radek Rekas
Ive modifed the hybernate xml file but the database tables seem to not be 
getting created correctly.

Is there anything else that needs to be done in order to make sure that the 
database tables get created correctly?

When I access xwiki I get the following exceptions:
Error number 3 in 0: Could not initialize main XWiki context

Wrapped Exception: Error number 3001 in 3: Cannot load class 
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager from 
param xwiki.store.migration.manager.class

Wrapped Exception: Error number 0 in 3: Exception while hibernate execute

Wrapped Exception: could not execute query

Wrapped Exception: ca.gcf.util.SqlEx: Table 'xwikidbversion' does not exist or 
is not owned by you.



Radek Rekas

VFMFocus Developer

eVALUA Pty Ltd

66B Maryborough St

Fyshwick, ACT, Australia

T: +61 2 6228 1904

F: +61 2 6228 1131

Http://www.evalua.com.au
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Bunch of questions related to search

2009-12-17 Thread Milind Kamble
I have a few questions related to XWiki's builtin search as well as Lucene 
search:
1. In Lucene search, what is the query syntax to search for page name with wild 
card. For example , if I try '*Page2' (without quotes), there is no hit even on 
Sandbox.TestPage2. This is almost a very basic user expectation : if the user 
only remembers partial name of a page of interest, it should be possible to 
locate the page via the search bar using wildcards. The builtin WebSearch 
supports this functionality. I prefer to use Lucene as the default search 
engine (modified global.vm in skins/colibri) because of the ability to search 
in attachments.
2. Is there any syntax to specify match for an attachment name -- either in the 
builtin or in Lucene engine? Say for example, search for an attachment 
'*logo*.png' at any page in any space. I understand that this can be achieved 
via scripting, but it would be great if search box provided this feature.
3. Does either search engine support search for form field values? I am a 
newbie to XWiki  (coming from Foswiki) and therefore am still learning the 
concept of associating forms to pages in XWiki. From an end user perspective, 
if pages can have forms, there should be a way to search pages based on value 
of form field(s).

Thanks,
Milind


  
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Problem creating a link to a page with custom css. NEWBEE

2009-12-17 Thread Sergiu Dumitriu
On 12/17/2009 08:46 AM, AlonsoIR wrote:
> * by default {{html}} is supposed to contains valid html,  never
> closed is not valid, if you want to start  in an html block and
> close it in another html block you have to use {{html clean="false"}}
> (i guess that's your main issue here)
>
> If i put this into the code, dont work, now it renders like plain text
> instead of a link.
>
> [CODE]
>
> {{velocity}}
> $xwiki.ssfx.use("/portal/site/css/estilo.css")
> {{/velocity}}
>
> {{html}}
>
> 
>
> 
> 
> 
> {{html clean="false"}}
> [[Introduccion>>Main.Introduccion]]
> {{/html}}

The idea was to replace the {{html}} from the start with {{html 
clean="false"}}, not to add another {{html macro inside the document.

And it will still fail because by default the {{html}} macro doesn't 
further parse the wiki syntax, you would have to use {{html 
wiki="true"}}. So, combining the two parameters, you'd need something 
like this:

{{velocity}}
$xwiki.ssfx.use("/portal/site/css/estilo.css")
{{/velocity}}

{{html wiki="true" clean="false"}}





  [[Introduccion>>Main.Introduccion]]
...

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWIKIRCS Table

2009-12-17 Thread Sergiu Dumitriu
On 12/17/2009 02:35 PM, Beutler, Ingo wrote:
> Hi,
>
>
> I have the problem, that the XWIKIRCS table has too many entries.
>
> Is it possible to make it smaller without problems, e.g. by deleting
> entries?

Yes, but you won't be able to revert later. You can also reset the 
history for specific documents, by visiting:

http://localhost:8080/xwiki/bin/reset/Some/Document

> Is there a way to stop the growth of this table, e.g. disabling the
> document history?

You can completely disable the history. The needed configuration should 
already be in xwiki.cfg, commented out:

#-# Whether the document versioning feature is activated or not
# xwiki.store.versioning=1

Uncomment the line and change "1" with "0", as in:

xwiki.store.versioning=0

Alternatively, you can write a scheduler task that runs once a week and 
resets the history for the documents with at least 50 versions, or 
delete all versions older than one month, for example.
-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Contributed macro column for syntax 2.0

2009-12-17 Thread Jerome Velociter
On 12/17/09 3:54 PM, Jeremie BOUSQUET wrote:
> Hello,
>
> Good news as I created one, but had problems with flow in page that seem to
> be solved in this one, thanks to {{section}} I believe.
>
> But I see a little issue with this {{column}} and {{section}} macros, I
> pasted sample code in a page, and it works, but if I edit in WYSIWYG mode,
> it seems I have no way to edit the content of the {{section}}. Editing the
> macro properties just allow to modify the "justify" option, but to change
> the columns inside, you have to go for Wiki edit mode.
>
> If you want I can add it in JIRA ... Do you feel it as an issue or an
> improvement ? (or maybe just an issue from my side)
>

Indeed, there is a bug. Very likely on the macro side. Please create a 
JIRA issue, I'll fix it and releases 1.0.1

BTW the macro is in SVN, at 
http://svn.xwiki.org/svnroot/xwiki/contrib/projects/xwiki-macro-column/ 
if you want to contribute to it :)

Note that even with the bug fixed, we still have the general problem of 
how to edit rich macro content with the WYSIWYG. We've discussed this 
several times on the lists but sofar haven't moved forward nor decided 
on anything.

Cheers,
Jerome.

> Thanks and regards,
> Jeremie
>
> 2009/12/16 Jerome Velociter
>
>
>> Hello dear all,
>>
>> I've contributed a {{column}} macro for syntax 2.0 on code.xwiki.org.
>>
>> You can check it out at
>> http://code.xwiki.org/xwiki/bin/view/Macros/Column20Macro
>>
>> Please report any issue you would have with it as well as feature
>> requests on http://jira.xwiki.org/jira/browse/XCONTRIB under the "Column
>> Macro 2.0" component. (Doing this will help making the macro better and
>> possibly integrating it later as a bundled macro with XE).
>>
>> Thanks and Regards,
>> Jerome.
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>  
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Configure/modify preview or editor page?

2009-12-17 Thread Sergiu Dumitriu
On 12/17/2009 05:54 PM, Joel wrote:
>
> Greetings, list
>
> I wonder if it possible to configure xwiki to have the preview and editor to
> share a page as mediawiki have theirs?
>
> I hope I'm not the n:th person asking this or not; I'm new to the list and
> was not able to find an archive with search functions.

You mean having the preview on top and after it the editor? Nobody 
requested it so far, and personally I find it to be a worse solution 
than the current XWiki way. Still, if you really like that UI better, it 
would be somewhat easy to implement.

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Configure/modify preview or editor page?

2009-12-17 Thread Joel

Greetings, list

I wonder if it possible to configure xwiki to have the preview and editor to 
share a page as mediawiki have theirs? 

I hope I'm not the n:th person asking this or not; I'm new to the list and   
was not able to find an archive with search functions.

Regards, Joel Forsberg
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Contributed macro column for syntax 2.0

2009-12-17 Thread Jeremie BOUSQUET
Hello,

Good news as I created one, but had problems with flow in page that seem to
be solved in this one, thanks to {{section}} I believe.

But I see a little issue with this {{column}} and {{section}} macros, I
pasted sample code in a page, and it works, but if I edit in WYSIWYG mode,
it seems I have no way to edit the content of the {{section}}. Editing the
macro properties just allow to modify the "justify" option, but to change
the columns inside, you have to go for Wiki edit mode.

If you want I can add it in JIRA ... Do you feel it as an issue or an
improvement ? (or maybe just an issue from my side)

Thanks and regards,
Jeremie

2009/12/16 Jerome Velociter 

> Hello dear all,
>
> I've contributed a {{column}} macro for syntax 2.0 on code.xwiki.org.
>
> You can check it out at
> http://code.xwiki.org/xwiki/bin/view/Macros/Column20Macro
>
> Please report any issue you would have with it as well as feature
> requests on http://jira.xwiki.org/jira/browse/XCONTRIB under the "Column
> Macro 2.0" component. (Doing this will help making the macro better and
> possibly integrating it later as a bundled macro with XE).
>
> Thanks and Regards,
> Jerome.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWIKIRCS Table

2009-12-17 Thread Beutler, Ingo
Hi,


I have the problem, that the XWIKIRCS table has too many entries.

Is it possible to make it smaller without problems, e.g. by deleting
entries?

Is there a way to stop the growth of this table, e.g. disabling the
document history?


Thanks,
Ingo
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How To Change Default Appearance Of Code Macro (For Java)

2009-12-17 Thread Carlo Camerino
thanks a lot,

i will take a look at jira issue.

carlo

On Thu, Dec 17, 2009 at 4:25 PM, Thomas Mortagne
wrote:

> On Thu, Dec 17, 2009 at 09:12, Vincent Massol  wrote:
> >
> > On Dec 17, 2009, at 9:06 AM, Thomas Mortagne wrote:
> >
> >> On Thu, Dec 17, 2009 at 08:49, Vincent Massol 
> >> wrote:
> >>>
> >>> On Dec 17, 2009, at 8:31 AM, Thomas Mortagne wrote:
> >>>
>  On Wed, Dec 16, 2009 at 19:18, Carlo Camerino <
> carlo.camer...@gmail.com
> > wrote:
> > hmm, thanks
> >
> > actually was able to edit the css in other parts of the code.
> > anyway i'll try to see what i could do.
> > maybe i could tweak css a bit. although most of the styles are
> > inline as
> > i've noticed.
> 
>  Code macro use inline style for syntax colors only, if you want to
>  change the general style of the box you are supposed to do it
>  at .code
>  and .box css classes level.
> >>>
> >>> That said I agree we should make our default style nicer and I like
> >>> the style pointed out by Carlo. We could even propose several default
> >>> styles. At the very minimum we should provide the CSS configurations
> >>> in the doc for the code macro.
> >>
> >> Maybe the code box general style needs improvements but that's skin
> >> related issue, not really code macro.
> >
> > Boxing style and code macro style are different things. IMO they
> > should be different by default. But yes maybe technically it means
> > passing different css class info to the box macro when called from the
> > code macro.
>
> Has i said code macro is using .box and .code class so yes you can
> have a style different than other box, box is simply the default
> style.
>
> >
> > Thanks
> > -Vincent
> >
> >>> Carlo, when you succeed in writing the correct CSS could you post it
> >>> on http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20 ?
> >>>
> >>> Thanks
> >>> -Vincent
> >>>
>  If what you want is to changes the colors there is not yet any
>  configuration for it yet in code macro (see
>  http://jira.xwiki.org/jira/browse/XWIKI-3866) but you can still
>  change
>  the default style of pygments as it explained in
>  http://jira.xwiki.org/jira/browse/XWIKI-3866
> 
> >
> > On Thu, Dec 17, 2009 at 2:10 AM, Jerome Velociter
> >  wrote:
> >
> >> Note that it's easy to create a new code macro that would use a
> >> client-side library for coloring (or even an external service).
> >>
> >> Check out
> >> http://platform.xwiki.org/xwiki/bin/view/DevGuide/
> >> WikiMacroTutorial for
> >> more info.
> >>
> >> Jerome.
> >>
> >> On 12/16/09 7:04 PM, Carlo Camerino wrote:
> >>> Hi,
> >>>
> >>> I would like to know if there is a way to change the default
> >>> appearance
> >> of
> >>> the code macro.
> >>> Can I make it look like the one in confluence or the one in moin?
> >>>
> >>> thanks
> >>> carlo
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
>
>
> --
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] extended history view

2009-12-17 Thread Vincent Massol
Hi John,

On Dec 17, 2009, at 9:31 AM, John Bober wrote:

>
> Hi,
>
>
> Thanks for replying.
>
> I thought of something in the general-settings.
>
> An Example form PHPwiki:
>
> http://n2.nabble.com/file/n4180184/Explorer.jpg
>
> And the same Page in history-view with the xwiki:
>
> http://n2.nabble.com/file/n4180184/Explorer_xwiki.jpg
>
>
> I think compared to the PHP-Wiki it is difficult to understand the  
> changes
> and where they're made. It would be nice if would be possible to  
> chance the
> view of the xwiki to something like the PHP-Wiki.

I have some comments:

* I think it's easier to see the changes in the XWiki view since they  
are shown inline. You don't have to visually parse the full line to  
see where they were made.
* The XWiki diff is more user-friendly, the PHP diff you show is  
actually the result of running the "diff -u" unix command which is a  
bit technical for non tech users
* Actually in your screenshot I don't even understand why there are 3  
lines that appear modified but visually they look the same... ;)
* However I also agree that we should have some context showing lines  
that were unchanged around the change.

Thanks
-Vincent

>
>
> My colleague thought even further.
>
> Something like this:
>
>
>
>   content
>   Author
>
>
>
>   content 1
>   1. Author
>
>
>
>   content 2
>   2. Author
>
>
>
>   content 3
>   1. Author
>
>
>
> At first I thought there would be something like an menu in the  
> Admin-space,
> but now I guess I was too spoiled ^^.
>
> Also I don't think I can easily change something like that and it  
> isn't a
> major problem.
>
>
> Thanks
>
> John
>
>
> Bubulina wrote:
>>
>> Hello
>> I am not sure i understood what u are asking, but:
>> -if u want to divide a page in 2 columns. only that page..so you  
>> cannot
>> use the change of layout from xwiki, you can easily edit the page in
>> question in the object mode. (?editor=object) and from the  right  
>> side you
>> can see that u can add a "stylesheetclass" and there u can  
>> add .css . here
>> in you declare your 2 columns and everything else u want to have in  
>> page,
>> just like u are creating a simple html file that uses a css file.  
>> Next:
>> Save
>>
>> -- to see the author and dates and pages that were modified, use the
>> xwiki: "#includeInContext("Main.RecentChanges")". it's something like
>> this:
>> {{velocity}}
>> {{html}}
>>
>> ## Set variables to limit recent changes to the current space and 10
>> items.
>> #set($rcSpace = [$doc.space])
>> #set($rcChangesNb = 10)
>> #includeInContext("Main.RecentChanges")
>>
>> {{/html}}
>> {{/velocity}}
>>
>> - if you want to get the contents of a page, you can use this:
>> #set($docContent = $xwiki.getDocument($pageName).content)
>> (http://n2.nabble.com/get-content-of-page-td3992676.html#a3992676)
>>
>> Hope this helps
>>
>>
>>
>> -
>>
>> John Bober wrote:
>>>
>>> Hi,
>>>
>>> I'm a Newbe and courrently working with an xwiki. I really like  
>>> the look
>>> and gadgets, I'm only a little disapointed from the history.
>>> Currently it shows only the deletet and the added Text. Is there any
>>> posibility to generaly show the rest of the content?
>>> It would really help, I didn't get what is actually changed and  
>>> what not.
>>>
>>>
>>>
>>> By the way, a colleague of mine thought of special view:
>>> A Table-Style with the content on the left and the autor on the  
>>> right. So
>>> one can easly get who is responsible for some very brilliant  
>>> content =^D
>>> .
>>>
>>> Thanks in advance.
>>> John Bober
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Problem creating a link to a page with custom css. NEWBEE

2009-12-17 Thread AlonsoIR

Thx for your help, i really appreciate it!


Marius Dumitru Florea wrote:
> 
> AlonsoIR wrote:
>> Hi Mr Mortagne, thx for reply.
>> 
>> 
>> 
>> There is several issues in your content:
>> * all you put in your page content will ends up inside a  unless
>> you are specifically using ?xpage=plain so you cant use  here
>> 
>> Ok, body tags wipe out!
>> 
>> * by default {{html}} is supposed to contains valid html,  never
>> closed is not valid, if you want to start  in an html block and
>> close it in another html block you have to use {{html clean="false"}}
>> (i guess that's your main issue here)
>> 
>> If i put this into the code, dont work, now it renders like plain text
>> instead of a link.
> 
> See http://code.xwiki.org/xwiki/bin/view/Macros/HTMLMacro .
> 
>> 
>> [CODE]
>> 
>> {{velocity}}
>> $xwiki.ssfx.use("/portal/site/css/estilo.css")
>> {{/velocity}}
>> 
> 
>> {{html}}
> change this to
> 
> {{html wiki="true"}}
> 
>> 
>> 
>> 
>> 
>> 
>>
> 
>> {{html clean="false"}} 
> drop this
> 
>>[[Introduccion>>Main.Introduccion]]
> 
>> {{/html}}
> drop this too.
> 
> and make sure you escape any XWiki 2.0 special symbols that you don't 
> want to be interpreted. See 
> http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HEscapes
> 
> Hope this helps,
> Marius
> 
>>
>> 
>> # Guía Rápida 
>> # Objetivos 
>> # Descripción 
>> # Noticias 
>> # RSS 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>  
>> 
>>   
>> 
>>
>> 
>>  MADES (Marco de Desarrollo y Mantenimiento de Aplicaciones)
>> 
>>  es una referencia para los actores implicados en el desarrollo de
>> aplicaciones software en el ámbito de la Consejería de Sanidad y
>> Dependencia
>> de la Junta de Extremadura. Ofrece un punto de partida para el uso de
>> tecnologías probadas bajo directrices que marcan criterios de calidad y
>> homogeneización en los desarrollos y proponiendo un marco metodológico en
>> la
>> operativa de los proyectos.
>> 
>>  # >> leer más 
>> 
>>  
>> 
>>
>> 
>>
>> 
>> 
>> 
>>  Arquitectura MADES
>> 
>>  Marco Tecnológico
>> 
>>  
>> 
>># Infraestructura 
>> 
>># Librerías 
>> 
>># Área de entrega 
>> 
>># Criterios de Desarrollo   
>> 
>>  
>> 
>>  
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>  Políticas y procedimientos
>> 
>>  Marco Metodológico
>> 
>>  
>> 
>># Metodología 
>> 
>># Plantillas de documentación 
>> 
>># Material de referencia   
>> 
>>  
>> 
>> 
>> 
>>  
>> 
>>
>> 
>>  
>> 
>>  
>> 
>> 
>> 
>>  
>> 
>>
>> 
>>
>> 
>> 
>> 
>> Zona de descargas
>> 
>> 
>> 
>>  # Entorno de Desarrollo 
>> 
>>  # Plantillas de Documentación 
>> 
>>  # Manuales 
>> 
>>  # Ejemplos 
>> 
>>  # Guía rápida a MADES 
>> 
>>  # Proyecto Piloto 
>> 
>># Repositorio de Código Fuente 
>> 
>> 
>> 
>>  # Bibliografía 
>> 
>>  # Herramienta de Verificación 
>> 
>>  # Actualización de reglas 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> 
>> 
>> 
>>
>> 
>> 
>> 
>>  Gestión de Proyectos
>> 
>>   
>> 
>>   
>> 
>>   
>> 
>>   
>> 
>>  
>> 
>> Usuario
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> Login
>> 
>> 
>> 
>> > class="boton" alt="Enviar" title=  "Enviar">
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>   
>> 
>>   
>> 
>> 
>> 
>> 
>> 
>>   
>> 
>> 
>> 
>>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>  
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> (c) Junta de Extremadura 2009
>> 
>> 
>> 
>> 
>> {{/html}}
>> 
>> [/CODE]
>> 
>> Why don't you use wiki syntax instead of html ? It would be much easier
>> IMO
>> 
>> The main reason is that i m part of the team, design team has make the
>> html
>> and css files, so i have to integrate it into xwiki. 
>> 
>> Could you help me a bit more?
>> 
>> regards
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Problem-creating-a-link-to-a-page-with-custom-css-NEWBEE-tp4174746p4180243.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] extended history view

2009-12-17 Thread John Bober

Hi, 


Thanks for replying.

I thought of something in the general-settings. 

An Example form PHPwiki:

http://n2.nabble.com/file/n4180184/Explorer.jpg 

And the same Page in history-view with the xwiki:

http://n2.nabble.com/file/n4180184/Explorer_xwiki.jpg 


I think compared to the PHP-Wiki it is difficult to understand the changes
and where they're made. It would be nice if would be possible to chance the
view of the xwiki to something like the PHP-Wiki.


My colleague thought even further.

Something like this:

  

content
Author
   
  

content 1
1. Author
  
  

content 2
2. Author
  
  

content 3
1. Author
  


At first I thought there would be something like an menu in the Admin-space,
but now I guess I was too spoiled ^^. 

Also I don't think I can easily change something like that and it isn't a
major problem. 


Thanks 

John


Bubulina wrote:
> 
> Hello
> I am not sure i understood what u are asking, but:
> -if u want to divide a page in 2 columns. only that page..so you cannot
> use the change of layout from xwiki, you can easily edit the page in
> question in the object mode. (?editor=object) and from the  right side you
> can see that u can add a "stylesheetclass" and there u can add .css . here
> in you declare your 2 columns and everything else u want to have in page,
> just like u are creating a simple html file that uses a css file. Next:
> Save
> 
> -- to see the author and dates and pages that were modified, use the
> xwiki: "#includeInContext("Main.RecentChanges")". it's something like
> this:
> {{velocity}}
> {{html}}
> 
> ## Set variables to limit recent changes to the current space and 10
> items.
> #set($rcSpace = [$doc.space])
> #set($rcChangesNb = 10)
> #includeInContext("Main.RecentChanges")
> 
> {{/html}}
> {{/velocity}}
> 
> - if you want to get the contents of a page, you can use this:
> #set($docContent = $xwiki.getDocument($pageName).content) 
> (http://n2.nabble.com/get-content-of-page-td3992676.html#a3992676)
> 
> Hope this helps
> 
> 
> 
> -
> 
> John Bober wrote:
>> 
>> Hi, 
>> 
>> I'm a Newbe and courrently working with an xwiki. I really like the look
>> and gadgets, I'm only a little disapointed from the history.
>> Currently it shows only the deletet and the added Text. Is there any
>> posibility to generaly show the rest of the content? 
>> It would really help, I didn't get what is actually changed and what not.
>> 
>> 
>> 
>> By the way, a colleague of mine thought of special view:
>> A Table-Style with the content on the left and the autor on the right. So
>> one can easly get who is responsible for some very brilliant content =^D
>> .
>> 
>> Thanks in advance.
>> John Bober
>> 
>> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/extended-history-view-tp4169050p4180184.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How To Change Default Appearance Of Code Macro (For Java)

2009-12-17 Thread Thomas Mortagne
On Thu, Dec 17, 2009 at 09:12, Vincent Massol  wrote:
>
> On Dec 17, 2009, at 9:06 AM, Thomas Mortagne wrote:
>
>> On Thu, Dec 17, 2009 at 08:49, Vincent Massol 
>> wrote:
>>>
>>> On Dec 17, 2009, at 8:31 AM, Thomas Mortagne wrote:
>>>
 On Wed, Dec 16, 2009 at 19:18, Carlo Camerino  wrote:
> hmm, thanks
>
> actually was able to edit the css in other parts of the code.
> anyway i'll try to see what i could do.
> maybe i could tweak css a bit. although most of the styles are
> inline as
> i've noticed.

 Code macro use inline style for syntax colors only, if you want to
 change the general style of the box you are supposed to do it
 at .code
 and .box css classes level.
>>>
>>> That said I agree we should make our default style nicer and I like
>>> the style pointed out by Carlo. We could even propose several default
>>> styles. At the very minimum we should provide the CSS configurations
>>> in the doc for the code macro.
>>
>> Maybe the code box general style needs improvements but that's skin
>> related issue, not really code macro.
>
> Boxing style and code macro style are different things. IMO they
> should be different by default. But yes maybe technically it means
> passing different css class info to the box macro when called from the
> code macro.

Has i said code macro is using .box and .code class so yes you can
have a style different than other box, box is simply the default
style.

>
> Thanks
> -Vincent
>
>>> Carlo, when you succeed in writing the correct CSS could you post it
>>> on http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20 ?
>>>
>>> Thanks
>>> -Vincent
>>>
 If what you want is to changes the colors there is not yet any
 configuration for it yet in code macro (see
 http://jira.xwiki.org/jira/browse/XWIKI-3866) but you can still
 change
 the default style of pygments as it explained in
 http://jira.xwiki.org/jira/browse/XWIKI-3866

>
> On Thu, Dec 17, 2009 at 2:10 AM, Jerome Velociter
>  wrote:
>
>> Note that it's easy to create a new code macro that would use a
>> client-side library for coloring (or even an external service).
>>
>> Check out
>> http://platform.xwiki.org/xwiki/bin/view/DevGuide/
>> WikiMacroTutorial for
>> more info.
>>
>> Jerome.
>>
>> On 12/16/09 7:04 PM, Carlo Camerino wrote:
>>> Hi,
>>>
>>> I would like to know if there is a way to change the default
>>> appearance
>> of
>>> the code macro.
>>> Can I make it look like the one in confluence or the one in moin?
>>>
>>> thanks
>>> carlo
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-17 Thread Thomas Mortagne
On Thu, Dec 17, 2009 at 09:07, PERINAUD Christophe
 wrote:
> Thomas,
>
> Maybe i missed something but i did what is described in the link you provided 
> and i have something strange.
> When i log with my id in the virtual wiki, i have my first name/last name 
> displayed (so it's able to read data from the main wiki). That's ok. But the 
> link behind this is wrong :
>
> http://mslucommunity.kbl.lu/xwiki/xwiki/bin/view/XWiki/bb03545
>
> Instead of
>
> http://mslucommunity.kbl.lu/xwiki/bin/view/XWiki/bb03545

That's one of the "important issues that as been fixed around the
switch between wikis" i was referring to.

>
> I searched in previous emails and only found a bug on a regular expression 
> set in the xwiki.cfg but it seems to be corrected for virtual path mode
>
>
>
>> -Message d'origine-
>> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org]
>> De la part de Thomas Mortagne
>> Envoyé : mercredi 16 décembre 2009 17:31
>> À : XWiki Users
>> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
>>
>> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
>>  wrote:
>> > Hello all,
>> >
>> > Our system has some problems when a user logs in the main
>> wiki and goes to a virtual wiki.
>> > It creates the Xwiki. page but not like a usual
>> user page. It's just a blank one.
>>
>> Never heard of something like that, do you have anything in the log
>> when you try to log in ?
>>
>> What multiwiki mode are you using ? domain name
>> (http://wiki1.host/xwiki/bin/view/) based or path based
>> (http://host/xwiki/wiki/wik1i/view/) ?
>>
>> >
>> > The authentication process is done using LDAP process.
>> >
>> > Also is there a way to disable the login function only on
>> the main wiki ? If yes, what will happen if a user tries to
>> connect on a virtual wiki and it fails ? Because when this
>> situation occured, the user is redirected to the login page
>> of the main wiki and not the virtual one.
>>
>> I you want all your LDAP user profiles to be created/updated only on
>> the main wiki see
>> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
>> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
>> storegisteredonlyonmainwiki
>>
>> >
>> > Thank you
>> >
>> > Christophe Périnaud
>> > Windows Server 2003 SP2 in a VMWare instance
>> > Oracle 10g
>> > Java 1.6.0_12
>> > Xwiki 2.0.3 from the pack Jetty/HSQL
>> >
>> >
>> >
>> --
>> --
>> >
>> > This e-mail is intended only for the addressee named above.
>> It does not bind the sender, except in the case of an
>> existing written convention with the addressee. This e-mail
>> may contain material that is confidential and privileged for
>> the sole use of the intended recipient. Any review, reliance
>> or distribution by others or forwarding without express
>> permission is strictly prohibited and may be unlawful. If you
>> are not the intended recipient, please contact the sender and
>> delete all copies.
>> >
>> > While reasonable precautions have been taken to ensure that
>> this e-mail and any attachments are free from any computer
>> virus or similar defect, no liability will be accepted in
>> that respect. Anyone accessing this e-mail must take their
>> own precautions as to security and virus protection.
>> >
>> > KBL European Private Bankers S.A., 43 boulevard Royal
>> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
>> > ___
>> > users mailing list
>> > users@xwiki.org
>> > http://lists.xwiki.org/mailman/listinfo/users
>> >
>>
>>
>>
>> --
>> Thomas Mortagne
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
> 
>
> This e-mail is intended only for the addressee named above. It does not bind 
> the sender, except in the case of an existing written convention with the 
> addressee. This e-mail may contain material that is confidential and 
> privileged for the sole use of the intended recipient. Any review, reliance 
> or distribution by others or forwarding without express permission is 
> strictly prohibited and may be unlawful. If you are not the intended 
> recipient, please contact the sender and delete all copies.
>
> While reasonable precautions have been taken to ensure that this e-mail and 
> any attachments are free from any computer virus or similar defect, no 
> liability will be accepted in that respect. Anyone accessing this e-mail must 
> take their own precautions as to security and virus protection.
>
> KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, 
> R.C.S. Luxembourg B 6395, T (352) 47 97 1
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___

Re: [xwiki-users] How To Change Default Appearance Of Code Macro (For Java)

2009-12-17 Thread Vincent Massol

On Dec 17, 2009, at 9:06 AM, Thomas Mortagne wrote:

> On Thu, Dec 17, 2009 at 08:49, Vincent Massol   
> wrote:
>>
>> On Dec 17, 2009, at 8:31 AM, Thomas Mortagne wrote:
>>
>>> On Wed, Dec 16, 2009 at 19:18, Carlo Camerino >>> wrote:
 hmm, thanks

 actually was able to edit the css in other parts of the code.
 anyway i'll try to see what i could do.
 maybe i could tweak css a bit. although most of the styles are
 inline as
 i've noticed.
>>>
>>> Code macro use inline style for syntax colors only, if you want to
>>> change the general style of the box you are supposed to do it  
>>> at .code
>>> and .box css classes level.
>>
>> That said I agree we should make our default style nicer and I like
>> the style pointed out by Carlo. We could even propose several default
>> styles. At the very minimum we should provide the CSS configurations
>> in the doc for the code macro.
>
> Maybe the code box general style needs improvements but that's skin
> related issue, not really code macro.

Boxing style and code macro style are different things. IMO they  
should be different by default. But yes maybe technically it means  
passing different css class info to the box macro when called from the  
code macro.

Thanks
-Vincent

>> Carlo, when you succeed in writing the correct CSS could you post it
>> on http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20 ?
>>
>> Thanks
>> -Vincent
>>
>>> If what you want is to changes the colors there is not yet any
>>> configuration for it yet in code macro (see
>>> http://jira.xwiki.org/jira/browse/XWIKI-3866) but you can still  
>>> change
>>> the default style of pygments as it explained in
>>> http://jira.xwiki.org/jira/browse/XWIKI-3866
>>>

 On Thu, Dec 17, 2009 at 2:10 AM, Jerome Velociter
  wrote:

> Note that it's easy to create a new code macro that would use a
> client-side library for coloring (or even an external service).
>
> Check out
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/
> WikiMacroTutorial for
> more info.
>
> Jerome.
>
> On 12/16/09 7:04 PM, Carlo Camerino wrote:
>> Hi,
>>
>> I would like to know if there is a way to change the default
>> appearance
> of
>> the code macro.
>> Can I make it look like the one in confluence or the one in moin?
>>
>> thanks
>> carlo
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-17 Thread PERINAUD Christophe
Thomas,

Maybe i missed something but i did what is described in the link you provided 
and i have something strange.
When i log with my id in the virtual wiki, i have my first name/last name 
displayed (so it's able to read data from the main wiki). That's ok. But the 
link behind this is wrong :

http://mslucommunity.kbl.lu/xwiki/xwiki/bin/view/XWiki/bb03545

Instead of 

http://mslucommunity.kbl.lu/xwiki/bin/view/XWiki/bb03545

I searched in previous emails and only found a bug on a regular expression set 
in the xwiki.cfg but it seems to be corrected for virtual path mode 

 

> -Message d'origine-
> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] 
> De la part de Thomas Mortagne
> Envoyé : mercredi 16 décembre 2009 17:31
> À : XWiki Users
> Objet : Re: [xwiki-users] Authentication problems with virtual wikis
> 
> On Wed, Dec 16, 2009 at 15:37, PERINAUD Christophe
>  wrote:
> > Hello all,
> >
> > Our system has some problems when a user logs in the main 
> wiki and goes to a virtual wiki.
> > It creates the Xwiki. page but not like a usual 
> user page. It's just a blank one.
> 
> Never heard of something like that, do you have anything in the log
> when you try to log in ?
> 
> What multiwiki mode are you using ? domain name
> (http://wiki1.host/xwiki/bin/view/) based or path based
> (http://host/xwiki/wiki/wik1i/view/) ?
> 
> >
> > The authentication process is done using LDAP process.
> >
> > Also is there a way to disable the login function only on 
> the main wiki ? If yes, what will happen if a user tries to 
> connect on a virtual wiki and it fails ? Because when this 
> situation occured, the user is redirected to the login page 
> of the main wiki and not the virtual one.
> 
> I you want all your LDAP user profiles to be created/updated only on
> the main wiki see
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthen
> ticationUseCases#HI27minmultiwikienvironmentandIwantmyLDAPuser
> storegisteredonlyonmainwiki
> 
> >
> > Thank you
> >
> > Christophe Périnaud
> > Windows Server 2003 SP2 in a VMWare instance
> > Oracle 10g
> > Java 1.6.0_12
> > Xwiki 2.0.3 from the pack Jetty/HSQL
> >
> >
> > 
> --
> --
> >
> > This e-mail is intended only for the addressee named above. 
> It does not bind the sender, except in the case of an 
> existing written convention with the addressee. This e-mail 
> may contain material that is confidential and privileged for 
> the sole use of the intended recipient. Any review, reliance 
> or distribution by others or forwarding without express 
> permission is strictly prohibited and may be unlawful. If you 
> are not the intended recipient, please contact the sender and 
> delete all copies.
> >
> > While reasonable precautions have been taken to ensure that 
> this e-mail and any attachments are free from any computer 
> virus or similar defect, no liability will be accepted in 
> that respect. Anyone accessing this e-mail must take their 
> own precautions as to security and virus protection.
> >
> > KBL European Private Bankers S.A., 43 boulevard Royal 
> L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> 
> 
> 
> -- 
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 


This e-mail is intended only for the addressee named above. It does not bind 
the sender, except in the case of an existing written convention with the 
addressee. This e-mail may contain material that is confidential and privileged 
for the sole use of the intended recipient. Any review, reliance or 
distribution by others or forwarding without express permission is strictly 
prohibited and may be unlawful. If you are not the intended recipient, please 
contact the sender and delete all copies.

While reasonable precautions have been taken to ensure that this e-mail and any 
attachments are free from any computer virus or similar defect, no liability 
will be accepted in that respect. Anyone accessing this e-mail must take their 
own precautions as to security and virus protection.

KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. 
Luxembourg B 6395, T (352) 47 97 1
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How To Change Default Appearance Of Code Macro (For Java)

2009-12-17 Thread Thomas Mortagne
On Thu, Dec 17, 2009 at 08:49, Vincent Massol  wrote:
>
> On Dec 17, 2009, at 8:31 AM, Thomas Mortagne wrote:
>
>> On Wed, Dec 16, 2009 at 19:18, Carlo Camerino > > wrote:
>>> hmm, thanks
>>>
>>> actually was able to edit the css in other parts of the code.
>>> anyway i'll try to see what i could do.
>>> maybe i could tweak css a bit. although most of the styles are
>>> inline as
>>> i've noticed.
>>
>> Code macro use inline style for syntax colors only, if you want to
>> change the general style of the box you are supposed to do it at .code
>> and .box css classes level.
>
> That said I agree we should make our default style nicer and I like
> the style pointed out by Carlo. We could even propose several default
> styles. At the very minimum we should provide the CSS configurations
> in the doc for the code macro.

Maybe the code box general style needs improvements but that's skin
related issue, not really code macro.

>
> Carlo, when you succeed in writing the correct CSS could you post it
> on http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20 ?
>
> Thanks
> -Vincent
>
>> If what you want is to changes the colors there is not yet any
>> configuration for it yet in code macro (see
>> http://jira.xwiki.org/jira/browse/XWIKI-3866) but you can still change
>> the default style of pygments as it explained in
>> http://jira.xwiki.org/jira/browse/XWIKI-3866
>>
>>>
>>> On Thu, Dec 17, 2009 at 2:10 AM, Jerome Velociter
>>>  wrote:
>>>
 Note that it's easy to create a new code macro that would use a
 client-side library for coloring (or even an external service).

 Check out
 http://platform.xwiki.org/xwiki/bin/view/DevGuide/
 WikiMacroTutorial for
 more info.

 Jerome.

 On 12/16/09 7:04 PM, Carlo Camerino wrote:
> Hi,
>
> I would like to know if there is a way to change the default
> appearance
 of
> the code macro.
> Can I make it look like the one in confluence or the one in moin?
>
> thanks
> carlo
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Problem creating a link to a page with custom css. NEWBEE

2009-12-17 Thread Marius Dumitru Florea
AlonsoIR wrote:
> Hi Mr Mortagne, thx for reply.
> 
> 
> 
> There is several issues in your content:
> * all you put in your page content will ends up inside a  unless
> you are specifically using ?xpage=plain so you cant use  here
> 
> Ok, body tags wipe out!
> 
> * by default {{html}} is supposed to contains valid html,  never
> closed is not valid, if you want to start  in an html block and
> close it in another html block you have to use {{html clean="false"}}
> (i guess that's your main issue here)
> 
> If i put this into the code, dont work, now it renders like plain text
> instead of a link.

See http://code.xwiki.org/xwiki/bin/view/Macros/HTMLMacro .

> 
> [CODE]
> 
> {{velocity}}
> $xwiki.ssfx.use("/portal/site/css/estilo.css")
> {{/velocity}}
> 

> {{html}}
change this to

{{html wiki="true"}}

> 
> 
> 
> 
> 
>

> {{html clean="false"}} 
drop this

>[[Introduccion>>Main.Introduccion]]

> {{/html}}
drop this too.

and make sure you escape any XWiki 2.0 special symbols that you don't 
want to be interpreted. See 
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HEscapes

Hope this helps,
Marius

>
> 
> # Guía Rápida 
> # Objetivos 
> # Descripción 
> # Noticias 
> # RSS 
> 
> 
> 
> 
> 
> 
> 
>  
> 
>   
> 
>
> 
>  MADES (Marco de Desarrollo y Mantenimiento de Aplicaciones)
> 
>  es una referencia para los actores implicados en el desarrollo de
> aplicaciones software en el ámbito de la Consejería de Sanidad y Dependencia
> de la Junta de Extremadura. Ofrece un punto de partida para el uso de
> tecnologías probadas bajo directrices que marcan criterios de calidad y
> homogeneización en los desarrollos y proponiendo un marco metodológico en la
> operativa de los proyectos.
> 
>  # >> leer más 
> 
>  
> 
>
> 
>
> 
> 
> 
>  Arquitectura MADES
> 
>  Marco Tecnológico
> 
>  
> 
># Infraestructura 
> 
># Librerías 
> 
># Área de entrega 
> 
># Criterios de Desarrollo   
> 
>  
> 
>  
> 
> 
> 
> 
> 
> 
> 
>  Políticas y procedimientos
> 
>  Marco Metodológico
> 
>  
> 
># Metodología 
> 
># Plantillas de documentación 
> 
># Material de referencia   
> 
>  
> 
> 
> 
>  
> 
>
> 
>  
> 
>  
> 
> 
> 
>  
> 
>
> 
>
> 
> 
> 
> Zona de descargas
> 
> 
> 
>  # Entorno de Desarrollo 
> 
>  # Plantillas de Documentación 
> 
>  # Manuales 
> 
>  # Ejemplos 
> 
>  # Guía rápida a MADES 
> 
>  # Proyecto Piloto 
> 
># Repositorio de Código Fuente 
> 
> 
> 
>  # Bibliografía 
> 
>  # Herramienta de Verificación 
> 
>  # Actualización de reglas 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
>
> 
> 
> 
>  Gestión de Proyectos
> 
>   
> 
>   
> 
>   
> 
>   
> 
>  
> 
> Usuario
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Login
> 
> 
> 
>  class="boton" alt="Enviar" title=  "Enviar">
> 
> 
> 
> 
> 
> 
> 
>   
> 
>   
> 
> 
> 
> 
> 
>   
> 
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> (c) Junta de Extremadura 2009
> 
> 
> 
> 
> {{/html}}
> 
> [/CODE]
> 
> Why don't you use wiki syntax instead of html ? It would be much easier IMO
> 
> The main reason is that i m part of the team, design team has make the html
> and css files, so i have to integrate it into xwiki. 
> 
> Could you help me a bit more?
> 
> regards
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Problem creating a link to a page with custom css. NEWBEE

2009-12-17 Thread Thomas Mortagne
2009/12/17 AlonsoIR :
>
> Hi Mr Mortagne, thx for reply.
>
>
>
> There is several issues in your content:
> * all you put in your page content will ends up inside a  unless
> you are specifically using ?xpage=plain so you cant use  here
>
> Ok, body tags wipe out!
>
> * by default {{html}} is supposed to contains valid html,  never
> closed is not valid, if you want to start  in an html block and
> close it in another html block you have to use {{html clean="false"}}
> (i guess that's your main issue here)
>
> If i put this into the code, dont work, now it renders like plain text
> instead of a link.

By default {{html}} macros does not allow wiki syntax since it's
supposed to be used for very specific html content. If you want to
enable wiki syntax parsing use wiki=true

Did you looked at http://code.xwiki.org/xwiki/bin/view/Macros/HTMLMacro ?

>
> [CODE]
>
> {{velocity}}
> $xwiki.ssfx.use("/portal/site/css/estilo.css")
> {{/velocity}}
>
> {{html}}
>
> 
>
> 
> 
>   
> {{html clean="false"}}
>   [[Introduccion>>Main.Introduccion]]
> {{/html}}

Why are you putting an {{html}} macro inside another {{html}} macro ?

As i explained to you the goal of clean="false" is to do things like

{{html clean=false}}
 start list here
{{/html}}

some non html wiki content

{{html clean=false}}
end here
{{/html}}

>
> 
>    # Guía Rápida 
>    # Objetivos 
>    # Descripción 
>    # Noticias 
>    # RSS 
> 
> 
>
> 
>
>
>
>  
>
>
>
>   
>
>     MADES (Marco de Desarrollo y Mantenimiento de Aplicaciones)
>
>     es una referencia para los actores implicados en el desarrollo de
> aplicaciones software en el ámbito de la Consejería de Sanidad y Dependencia
> de la Junta de Extremadura. Ofrece un punto de partida para el uso de
> tecnologías probadas bajo directrices que marcan criterios de calidad y
> homogeneización en los desarrollos y proponiendo un marco metodológico en la
> operativa de los proyectos.
>
>  # >> leer más 
>
>
>
>   
>
>   
>
>    
>
>     Arquitectura MADES
>
>     Marco Tecnológico
>
>     
>
>       # Infraestructura 
>
>       # Librerías 
>
>       # Área de entrega 
>
>       # Criterios de Desarrollo 
>
>     
>
>
>
>
>
>    
>
>    
>
>     Políticas y procedimientos
>
>     Marco Metodológico
>
>     
>
>       # Metodología 
>
>       # Plantillas de documentación 
>
>       # Material de referencia 
>
>     
>
>    
>
>
>
>   
>
>
>
>  
>
>
>
>  
>
>
>
>   
>
>
>
>    Zona de descargas
>
>    
>
>     # Entorno de Desarrollo 
>
>     # Plantillas de Documentación 
>
>     # Manuales 
>
>     # Ejemplos 
>
>     # Guía rápida a MADES 
>
>     # Proyecto Piloto
>
>       # Repositorio de Código Fuente 
>
>    
>
>     # Bibliografía 
>
>     # Herramienta de Verificación 
>
>     # Actualización de reglas 
>
>    
>
>
>
>
>
>   
>
>
>
>   
>
>
>
>     Gestión de Proyectos
>
>
>
>      
>
>      
>
>      
>
>
>
>        Usuario
>
>        
>
>
>
>        
>
>
>
>        Login
>
>        
>
>         class="boton" alt="Enviar" title=  "Enviar">
>
>
>
>        
>
>
>
>      
>
>      
>
>
>
>
>
>      
>
>
>
>   
>
>
>
>
>
>
>
>  
>
>
>
>
>
> 
>
>
>
> 
>
>
>
> (c) Junta de Extremadura 2009
>
>
>
>
> {{/html}}
>
> [/CODE]
>
> Why don't you use wiki syntax instead of html ? It would be much easier IMO
>
> The main reason is that i m part of the team, design team has make the html
> and css files, so i have to integrate it into xwiki.
>
> Could you help me a bit more?
>
> regards
> --
> View this message in context: 
> http://n2.nabble.com/Problem-creating-a-link-to-a-page-with-custom-css-NEWBEE-tp4174746p4180066.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users