posted by Maxime Biais at Jan 11, 2006 12:22 PM
Quote
(quoted message not found : ls://dev.libresource.org/home/forum/5dc6220cc0a8001e00b961114887c17b/f275cf5bc0a8001e0113c6529f96f1b1)
There is a macro to list all supported macros: {list-of-macros}Macro | Description | Parameters |
---|---|---|
api | Generates links to Java or Ruby API documentation. | 1: class name, e.g. java.lang.Object or java.lang.Object@Java131 2: mode, e.g. Java12, Ruby, defaults to Java (optional) |
asin | Generates links to DVD/CD dealers or comparison services. Configuration is read from conf/asinservices.txt | 1: asin number |
blink | Blink a text. | the text |
bookmarks | Display the user bookmarks. | none |
box | Create a box in order to change the basic disposition. | 1. the box title (optional) 2. the floating behaviour (left or right) (optional) 3. the height of the box (px,%) (optional) 4. the width of the box (px,%) (optional) |
children | Display the current children list. | 1. uri= ...(optional) where you list the resources, the default uri is the current 2. groupby=… (optional) to group resources.The following value are available : type or owner or uri or creation or update or name 3. sort=… (optional) to sort resources. The values available are : type or owner or uri or creation or update or name 4. creation=...(optional) allows you to filter on the creation date. The values available are: Date (dd/MM/yyyy) or '+'/'-'/'!' followed by a Date(dd/MM/yyyy): allows to keep superior/inferior/exclude date 5. update=...(optional) allows you to filter on the modification date. The values available are: Date (dd/MM/yyyy) or '+'/'-'/'!' followed by a Date(dd/MM/yyyy): allows to keep superior/inferior/exclude date 6. type=...(optional) :allows you to filter resources with its type. The values available are : Project, Template, Timeline, Page, Repository, File, Forum, Thread, Message, Group, Synchronizer, BugTracker, Issue, Site, Survey, Form, DropBox 7. owner=...(optional):allows you to show only resources belonging to one user or many users. 8. limit=...(optional): allows you to limit the displayed resources 9. depth=...(optional): allows you to fix the depth of listed ressources 10. view=...(optional): to fix the view of displayed resources. The view available are : flat (default view) or count(to display the number of listed ressources) or tree(display resource following tree viewer) |
code | Displays a chunk of code with syntax highlighting, for example Java, XML and SQL. The none type will do nothing and is useful for unknown code types. | 1: syntax highlighter to use, defaults to java (optional) |
hello | Say hello example macro. | 1: name to print |
html | By pass wiki engine to allow HTML code in content | the html block |
api-docs | Displays a list of known online API documentations and mappings. | none |
file-path | Displays a file system path. The file path should use slashes. Defaults to windows. | 1: file path |
image | Display an image. | 1. the image URI 2. align (right ,left or center) (optional) 3. width (optional) 4. height (optional) |
inter-wiki | Displays a list of known InterWiki mappings. | none |
isbn | Generates links to book dealers or comparison services. Configuration is read from conf/bookservices.txt. | 1: isbn number |
link | Generate a weblink. | unexplained, lazy programmer, probably |
list-of-macros | Displays a list of available macros. | unexplained, lazy programmer, probably |
loginBox | Display a login box. | none |
mailto | Displays an email address. | 1: mail address |
menu | Include the menu of the specified URI | 1. The uri for the menu to be include |
news | Display a message thread as news. | 1. the thread URI 2. Max (optional) |
pre | Allow rigid text style. (Keep text formating) | none |
printField | Display a node forms fields values. | 1. (uri=) The uri on which you want to get the form value (Optional, by default=.) 2. (print=) Print or not the field label and the field value (Optional, by default=label, value, edit) 3. (field=) Print or not the specified field (Optional, by default will print all) |
quote | Display quotations. | 1: source (optional) 2: displayed description, default is Source (optional) |
quoteMessage | Quote a message in another message by referencing only the message URI. | 1. The message URI to quote. |
resource | Include the view of a LibreSource resource. | 1. the uri of the resource (mandatory) 2. the view (optional) 3. the action (optional) 4. noaction (optional) |
rfc | Generates links to RFCs. | unexplained, lazy programmer, probably |
rss | Include an RSS feed. | 1. the url of the rss feed (mandatory) |
searchBox | Display a search box. | 1. the URI pattern |
subProjects | Display the current subProjects list. | none |
summary | Create the summary of a wiki page. | 1. the page URI (optional) |
survey | Display results of a survey. | the survey URI |
table | Displays a table. | none |
tableForm | Display a table listing form results. | 1. (uri=) The uri on which you want to get the form value (Optional, by default use the local path) 2. (print=) Print additinal features such as a link to the data (goLink) or a link to get a CSV file (csvExport) (Optional, by default print all) 3. (field=) The list of field to show (Optional by default all) |
timeline | Display the first items of a timeline. | 1. the timeline URI 2. Max items (optional) |
user | Generate a link to the current user page, according 'action'. | 1. the action (optional) 2. the link label (optional) |
workspaces | Display the user workspaces. | none |
xref | Generates links to Java Xref source code. | 1: class name, e.g. java.lang.Object or java.lang.Object@Nanning 2: line number (optional) |
posted by Sebastien Jourdain at Jan 11, 2006 12:22 PM
Quote
Here is a wiki page that explain most of the LibreSource Wiki Syntaxe: ! wikiSyntaxe !
posted by Guest at Jan 11, 2006 12:22 PM
Quote
Hi,
Where can I find wiki tag that are supported in Libresource ?
I made a search but i just found some piece of syntax, not a full list…
Where can I find wiki tag that are supported in Libresource ?
I made a search but i just found some piece of syntax, not a full list…
posted by Sebastien Jourdain at Jan 11, 2006 12:22 PM
Quote
The text formatting is pretty simple for the moment, but can be extended without many difficulties. The problem come from the CSS. As all the look and placement is made by the CSS, when we add functionnalities of placement for pictures, for example, we need to extend our CSS to take care of that. And as you know Internet Explorer has a lot of trouble with CSS 2.For the picture positionning, it's already done, with the macro image which support left, center or right parameter. But the only the BlueCurve CSS take care of this information. And the the BlueCurve CSS is not supported by all the browsers.Q: Will the full Radeox engine be supported some time?Maybe but I can't tell you when.Q: Also the wiki syntax is only available in ...In fact the wiki syntaxe is available everywhere but we might have forgottent to call the wiki engine on some peace of code. Just tell us where and we will correct it.Regards
posted by Rüdiger Lincke at Jan 11, 2006 12:22 PM
Quote
Hello,
I wonder if there are some more possibilities for formating text, e.g. block text, chaning font, size, color.
Centering pictures, having text and pictures in the same line.I read that LibreSource uses the Radeox engine, but seems to implement, just the simple text filters, and only a few of the more advanced macros.Will the full Radeox engine be supported some time?Also the wiki syntax is only available in the Project Summary, wiki content, menu content (what is this, did not see it so far), forum messages and bugtracker issues. I think it would be also nice in the description of the download area, and maybe in most of the other places, where you can enter text.Maybe I should put this in the bug tracker.Thank you