Thank you for your answer.
I solve my problem.
It was simple : just define aliases for the main wiki to solve it !
Cyril
-----Message d'origine-----
De : devs-bounces(a)xwiki.org [mailto:devs-bounces@xwiki.org] De la part de Thomas Mortagne
Envoyé : samedi 14 novembre 2009 17:55
À : XWiki Developers
Objet : Re: [xwiki-devs] configuration issue
On Fri, Nov 13, 2009 at 12:52, MOUZELER Cyril <Cyril.MOUZELER(a)kbl-bank.com> wrote:
> Hi all,
>
> I have installed xwiki enterprise manager on Windows in a Jetty
> Container based on Oracle. It works fine.
> But i 've got a problem to reach it in my web browser.
> My Windows server has an IP 10.10.10.10 for example and a name :
> xwiki-corner.domain.com for example.
> In my browser, I am not able to access to
> http://xwiki-corner.domain.com but http://10.10.10.10 works very well.
> I 've checked nslookup, ping ... this is not the problem: it seems to
> be a redirect issue...
> So could you help me ?
You can look at
http://manager.xwiki.org/xwiki/bin/view/AdminGuide/AccessWiki for how XWiki acces a wiki in a multiwiki environment.
>
>
>
> Cyril
>
> ----------------------------------------------------------------------
> ----------
>
> 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
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Thomas Mortagne
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
--------------------------------------------------------------------------------
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
Hi (Marius),
I've noticed the following pb on trunk this morning.
For ex edit the XE's sandbox home page.
When I single click on a macro, the viewport moves up (I see stuff
above the macro which I don't see anymore, it's just hidden below the
viewport).
Is that a known issue?
I'm in FF3.5.x
Thanks
-Vincent
Hello,
I discovered two problems with the blog.
[xwiki-enterprise-installer-windows-2.0.3.exe on Win XP Pro,
reproducible also on http://playground.xwiki.org/]
------------
Problem #1
1. go to the Blog page and create a new post
2. type anything in the Content and/or Summary fields and click Preview -
you won't see anything but a title
------------
Problem #2
1. go to the Blog page and create a new post
2. switch to the source editor and insert the following content in the
Content field:
1. o1 - first
1. o2 - second
1*. u1
1*. u2
1*. u3
1. o3 - third
3. click "Save & view"
4. so far, so good, the post is displayed ok, but now try to edit it - its
content will be messed up and look like this:
1. o1 - first
1. o2 - second
1*. u1
1*. u2
1*. u3
1. o3 - third
- as you see some characters are replaced with their codes. There are also
two newline characters that weren't present before.
------------
Another way to reproduce problem #2:
1. go to the Blog page and create a new post
2. switch to the source editor and insert the following content in the
Content field:
1. o1 - first
1. o2 - second
1*. u1
1*. u2
1*. u3
1. o3 - third
3. switch to the wysiwyg editor and then switch back to the source editor
------------
Neither of these problems occurs when I'm editing a "normal" wiki page (as
opposed to blog entry).
Am I doing something wrong or should I fill the bug report? :)
Kind regards
Lukasz
Hi,
Thanks for your answer.
In my xwiki.cfg usepath is already set to 1.
I think the problem is I do not know where I can configure : "you must first configure your wiki using the IP: add as an alias for the main wiki"; do I configure in xwiki system or in a config. File ?
Cyril
-----Message d'origine-----
De : devs-bounces(a)xwiki.org [mailto:devs-bounces@xwiki.org] De la part de Sergiu Dumitriu
Envoyé : vendredi 13 novembre 2009 18:35
À : XWiki Developers
Objet : Re: [xwiki-devs] configuration issue
On 11/13/2009 12:52 PM, MOUZELER Cyril wrote:
> Hi all,
>
> I have installed xwiki enterprise manager on Windows in a Jetty
> Container based on Oracle. It works fine.
> But i 've got a problem to reach it in my web browser.
> My Windows server has an IP 10.10.10.10 for example and a name :
> xwiki-corner.domain.com for example.
> In my browser, I am not able to access to
> http://xwiki-corner.domain.com but http://10.10.10.10 works very well.
> I 've checked nslookup, ping ... this is not the problem: it seems to
> be a redirect issue...
> So could you help me ?
Enterpise Manager means virtual wikis. There are two ways to make virtual wikis work: different URLs on the same domain, or different domains. By default it works with different domains. This means that the first part of the domain name is the wiki identifier, so XWiki searches for a wiki named "xwiki-corner", which does not exist.
If you want to keep a domain-based farm, you must first configure your wiki using the IP: add as an alias for the main wiki the domain name you're trying to use. After that, it should work fine.
If you want to switch to a path-based farm, edit xwiki.cfg and enable xwiki.virtual.usepath
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs
--------------------------------------------------------------------------------
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
Hi guys,
The cleanup made also some minor changes. Some of them were remarked by
Marius because he needs to change some values in order for the WYSIWYG tests
to pass.
I would like to know if anyone has some problems with:
1. paragraph text (Ps) is now aligned: justify instead of align: left;
(long text look better when they are justify )
2. definitions (DDs) are not displayed with italics anymore
(standard HTML dd are not original italic - this was a toucan thing)
Thanks,
Caty
Hi Raluca,
On Nov 17, 2009, at 12:00 AM, notifications(a)xwiki.org wrote:
[snip]
> Between 2009/11/16 09:35 and 2009/11/16 09:37, the document has been
> modified 4 times, by 1 user: Raluca Stavro
> A XWiki Enterprise instance contains by default a list[[list of
> SkinsSkins>>http://code.xwiki.org/xwiki/bin/view/Skins/]] like:
> * the (% class="sectionblockcodecolored"%)albatross(%
> %)class="sectionblockcodecolored"%)[[albatross>>http://code.xwiki.org/xwiki/bin/view/Skins/AlbatrossSkin
> ]](%%) Skin
> * the (% class="sectionblockcodecolored"%)toucan(%
> %)class="sectionblockcodecolored"%)[[toucan>>http://code.xwiki.org/xwiki/bin/view/Skins/ToucanSkin
> ]](%%) Skin
> <wiki.gif> enterprise
> <space.gif> XWiki
> <document.gif>WebPreferences <arrowup.gif> XWiki.WebPreferences
You should use the "code:Skins.WebHome" syntax since otherwise you're
hardcoding the format of URLs (and preventing automatic refactoring in
the future).
Thanks
-Vincent
Hi,
Among other things the goal is to be able to directly do
parser -> renderer
instead of
parser -> XDOM -> renderer
Thing is all our parsers (including Doxia and WikiModel parsers) are
streaming based. So For example we generate a XDOM from events in
theses so instead of converting WikiModel events and generate XDOM all
in once we would convert WikiModel events to XWiki events (i.e.
org.xwiki.rendering.listener.Listener) and generate the XDOM from
XWiki events.
Here are some use cases for this new feature:
* xml parser read events and need to generate a XDOM from them so
it would be nicer to have a common XDOMGeneratorListener to generate
XDOM from Listener instead of having one in xml parser another in
WikiModel, Doxia...
* when we convert from one syntax to another we don't execute
transformations so it would be better to have streaming conversion
support for this
* when we save XHTML content coming form WYSIWYG we don't execute
any macro so it would be better to use streaming parser here too
* some rendering tests are executed without transformations, could
be better to execute them in pure streaming
* streaming renders are not really usable without streaming
parsers, parser->render is way more common use case than someone
calling renderer events by hand
* could be useful in wiki importers too where we don't execute macros
* It's generally more consistent anyway to have streaming parser
since we have streaming renderer
Like for renderers I propose to have two different parsers components
interfaces for the block parser and the stream parser.
Basically all this means introducing:
public interface StreamParser
{
/**
* @return the wiki syntax the parser is implementing
*/
Syntax getSyntax();
/**
* @param source the content to parse
* @param listener receive event for each element
* @throws ParseException if the source cannot be read or an
unexpected error happens during the parsing. Parsers
* should be written to not generate any error as much
as possible.
*/
void parse(Reader source, Listener listener) throws ParseException;
}
(and internally refactor most of the parsers to use a common Listener
events based XDOMGeneratorListener).
Here is my +1
--
Thomas Mortagne
Hi (Guillaume),
This is related to the move page which is now using a combo box, thus
preventing creation of a new space. I remember I was against this (I'd
have preferred an auto suggest).
So imagine the following scenario:
- I have a MySpace.WebHome page
- I'd like to move this WebHome page to a new space: MySpace2.WebHome
How do I do this?
Thanks
-Vincent
With the help of Sergiu Dumitriu, Marius Dumitru Florea, Jerome
Velociter, Guillaume Lerouge, I finally struggled to create my first
XWiki Macro. Thank you.
http://code.xwiki.org/xwiki/bin/view/Macros/LightboxMacro
But the process is not without dramas.
1. The problem with {{velocity output="false"}} #if($context.action !=
'edit') {//velocity}}
2. Especially, http://jira.xwiki.org/jira/browse/XWIKI-4591
I'm new to XWiki. The 2.0 syntax and velocity is great. But the
documentation and tutorial is not enough. And there are some gottas. I
lose two nights of sleep to the job :(
I think it's better to write more documents. And so there will be
lesser unhappy newbie developers like me.
--
-- Currahee! We stand alone together!
Hi,
Today is supposed to be the 2.1M1 release day. However we have 2 big
commits waiting:
- cleaned Colibri CSS
- new action bar (http://82.233.128.14/xwiki/bin/view/Main/AllDocs)
I think it's best to wait for these commits since they can be done
today and we'll need all the feedback we can from users after they are
committed.
Thus I'm proposing to commit them now and postpone the release to this
coming Wednesday (18th of Nov 2009), without changing the 2.1RC1 date
(30th of Nov).
Here's my +1
Thanks
-Vincent
Hi,
For WCAG we need to add summary attributes to our tables. I'm
proposing to allow the user to pass such a summary to the livetable
macro through a new option.
For ex:
[...]
#set($options = { "className":"XWiki.XWikiUsers",
"translationPrefix" : "xe.index.users.",
"tagCloud" : true,
"rowCount": 15,
"summary: "the summary here" })
#livetable("userstable" $columns $columnsProperties $options)
WDYT? ok?
Thanks
-Vincent
Hi all,
I have installed xwiki enterprise manager on Windows in a Jetty
Container based on Oracle. It works fine.
But i 've got a problem to reach it in my web browser.
My Windows server has an IP 10.10.10.10 for example and a name :
xwiki-corner.domain.com for example.
In my browser, I am not able to access to http://xwiki-corner.domain.com
but http://10.10.10.10 works very well.
I 've checked nslookup, ping ... this is not the problem: it seems to be
a redirect issue...
So could you help me ?
Cyril
--------------------------------------------------------------------------------
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
I'm learning to implement a macro for Lightbox Application as
suggested by Guillaume.
So far I've read:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingMacros
And I have a question. Is it possible to have other macro parameter
types besides string? For examples, boolean, enumeration, filename,
image, color. And it's even better to have color picker, image picker
dialog automatically popped up when clicking.
I see the HTML macro have boolean parameters. How is it achieved?
Is is possible to reuse the image picker of the WYSIWYG editor?
--
-- Currahee! We stand alone together!
Hello all,
I think it would be nice to have the possibility to post-load some of
the JavaScript extensions, as a way to ease performance best practices
for developers. (See
http://developer.yahoo.com/performance/rules.html#postload for example).
It would also allow people to easily add hungry third party scripts
(like the google analytics tracker) in a non intrusive manner and not
sacrificing performance (no need to modify/override htmlfooter.vm for
example, a simple SX always-use will do).
I see different ways of doing that :
1) Either we say all document JSX are post-loaded, and we move the hook
down the DOM just before the closing </body> tag.
2) Either we have 2 hooks and we leave it as an option to be post-loaded.
My preference goes to 1), as I don't see any good use case where a
extension would need not to be post-loaded; and 2) is not so elegant to
implement with the current SX mecanism.
WDYT ?
(Note: I'm not talking about file-system extensions here (JSFX), though
the question could be asked for them as well - I need to give it more
thoughts)
Jerome.
Hi,
Here's a status of the past few days I have spent looking at fixing
our pages so that we pass the WCAG 1.0 tests (the automated part of it).
* I've fixed the home page so no more issues in it
* I've tested the other pages using http://www.tawdis.net/ingles.html?lang=en
and here's the results:
- priority 1: only 2 issues
- priority 2: about 162 * 7 = 1134 issues
- priority 3: about 120 issues
That's quite a lot but they are easy to fix. Most of them are about:
- tables missing summary attributes
- associate labels with <input> (using a <for>)
In order to reproduce it's very easy. Use this link to run TAW:
http://www.tawdis.net/taw3/descargas/jws/es/taw3.jnlp
Then run XE locally and feed it to TAW.
I need help to fix all these remaining issues.
Who can help me?
Thanks
-Vincent
Note that the Dutch guidelines add a bit more to WCAG 1.0 but not much
and passing WCAG is already a good first step.
I'm trying to use
http://code.xwiki.org/xwiki/bin/view/Applications/LightboxApplication,
but encountered an issue with the WYSIWYG editor.
When I input the following code in the SOURCE mode and afterward
switch to WYSIWYG mode and then switch back, some garbage is appended
at the end.
{{velocity output="false"}}
$xwiki.jsfx.use("js/scriptaculous/scriptaculous.js")
$xwiki.ssx.use("XWiki.Lightbox")
$xwiki.jsx.use("XWiki.Lightbox")
{{/velocity}}
Switching back to SOURCE mode, it becomes:
{{velocity output="false"}}
$xwiki.jsfx.use("js/scriptaculous/scriptaculous.js")
$xwiki.ssx.use("XWiki.Lightbox")
$xwiki.jsx.use("XWiki.Lightbox")
{{/velocity}}
(% id="overlay" style="display: none;" %)
(((
)))
(% id="lightbox" style="display: none;" %)
(((
(% id="outerImageContainer" style="width: 250px; height: 250px;" %)
(((
(% id="imageContainer" %)
(((
(% id="hoverNav" %)
(((
[[#||id="prevLink"]][[#||id="nextLink"]]
)))
(% id="loading" %)
(((
[[image:/xwiki/bin/download/XWiki/Lightbox/loading.gif]][[#||id="loadingLink"]]
)))
)))
)))
(% id="imageDataContainer" %)
(((
(% id="imageData" %)
(((
(% id="imageDetails" %)
(((
)))
(% id="bottomNav" %)
(((
[[image:/xwiki/bin/download/XWiki/Lightbox/closelabel.gif]][[#||id="bottomNavClose"]]
)))
)))
)))
)))
Question1 : Do you have any idea how to fix it?
Question2 : A suggestion. Lightbox is really a great extension. So I
think the standard [[image:picture.png||width="25" height="25"]]
should do something similar. WDYT?
--
-- Currahee! We stand alone together!
Hi,
While working on WCAG we've found that we need to hide some content so
that it's not displayed visually but it's used by assistive devices
(such as a web browser reader).
For example for label texts in compact forms (where we put the label
inside the field -e.g. the search box).
Another example are "skip content" and "got to top" features.
Thus I'd like to propose adding a new public CSS class called
"accessibility":
.accessibility {
display: none
}
We need a vote since it's public and would be used for example in the
form located in Main.Spaces. This means that all skins (ours or custom
skins done by users) must have it (or the label will be displayed).
WDYT?
Here's my +1
Thanks
-Vincent
PS: BTW this raises the question of public vs non public CSS classes.
Do we have a list somewhere? If not shouldn't we have one to let skin
authors know what class must absolutely exist and also to ensure we
don't use non public classes in document content or in templates (non
skin templates)?
Hi,
I started working on a proposal to redesign code.xwiki.orghttp://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiExtensionRepositoryRedesign
Please comment and/or modify this document.
The main thing would be to agree that there should be one "unique"
repository for anything related to XWiki.
If we agree on that, I would like to start a vote for the name. The name
could be I think any combination of a "prefix" or "suffix" or a magical
unrelated name.
* Possible Prefix
o Add-On
o Extension
o App
o Store
o Modules
o Plugins
* Possible Suffix
o Directory
o Repository
o Store
o Catalog
I believe we should make this not feel "technical" but understandable by
non technical users.
Any other ideas of prefixes or suffixes or other names before we start a
vote ?
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
We really need some way to show rollbacks in the notif email instead
of appearing as a normal edit....
-Vincent
On Nov 12, 2009, at 12:00 AM, notifications(a)xwiki.org wrote:
> Contents
> • dev
> • GoogleSummerOfCode
> • WebDAVApi2009
> • Main
> • XWiki Development Zone
> • view
> • The 2nd IEEE International Conference on Advanced Computer
> Control(ICACC 2010)
> • platform
> • Main
> • Second Generation Wiki
> • XWiki Platform
> • xwiki
> • FAQ
> • Howdoiconfigurexwikitoworkwithotherdbotherthanhsqldb
> • Essay Writing Help
> • XWiki
> • Emlipo
> • Gettingbackatsluts
> • HermesFausto
> • SarahMaeThomas
> • ScarlettXu
> • TALEBMohamed
> • Tinjoy
> • XWikiAllGroup
> • YueTao
> • armyjane
> • boulik
> • obamafunman
> Hello Developers,
>
> This message is sent by XWiki. Here are the documents in your
> watchlist that have been modified since the last notification:
> <wiki.gif> dev
> <space.gif> GoogleSummerOfCode
> <document.gif>WebDAVApi2009 <arrowup.gif>
> GoogleSummerOfCode.WebDAVApi2009
>
> On 2009/11/11 08:11, the document has been created by Gabriela Radu
> #includeForm("GoogleSummerOfCode.ProjectClassSheet")
> <object.gif>GoogleSummerOfCode.ProjectClass
> <string.png>workload:
> 2 man month
> <number.png>importance:
> 5
> <textarea.png>details:
> 1.1.1 Important Links
> * Initial project proposal : http://code.google.com/soc/2008/xwiki/appinfo.html?csaid=4052B352CB737DB4
> * Source repository : http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-webdav/
> * Installation guide : http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiWebDAV
> 1.1.1 Workplan
> {table}
> Goal|Status
> Create a maven project for the existing code base.| \[COMPLETE\]
> Modify the pom to deploy the webdav servlet easily (mvn jetty:run).|
> \[COMPLETE\]
> Fix / Implement basic browsing functionality.| \[COMPLETE\]
> Fix DAV properties of various file types.| \[COMPLETE\]
> Fix support for editing wiki files (GET / PUT).| \[COMPLETE\]
> Implement adding / removing pages / spaces (MKCOL / DELETE).| \
> [COMPLETE\]
> Modularise / Refactor the code base.| \[COMPLETE\]
> Implement integration-test support.| \[COMPLETE\]
> Implement renaming spaces / pages.| \[COMPLETE\]
> Implement adding / removing / renaming / moving attachments.| \
> [COMPLETE\]
> Migrate to XWIKI-1.6 core.| \[COMPLETE\]
> Implement handling a large number of entries in the attachments
> view.| \[COMPLETE\]
> Implement support for temporary (in-memory) files (file name begins
> with a ".").| \[COMPLETE\]
> Create an installation guide.| \[COMPLETE\]
> Modify the pom to build a jar (instead of a war).| \[COMPLETE\]
> Write a separate minimal war to respond to the OPTIONS request
> correctly (interoperability).| \[COMPLETE\]
> Handle large numbers of pages in spaces (A, B, C, D ... view).| \
> [COMPLETE\]
> Implement webdav-office integration. <font color="red">(New)</font>
> | <font color="red">\[INPROGRESS\]</font>
> Perform ineroperability testing and report / fix bugs.| <font
> color="red">\[INPROGRESS\]</font>
> Add global support for files starting with a "." (already
> implemented for pages).| \[PENDING\]
> Add support for directories starting with a "." or "(".| \[PENDING\]
> Implement Add / Remove member methods on all other views
> appropriately.| \[PENDING\]
> Add the library view. (+ verify the behaviour, write tests).| \
> [PENDING\]
> Replicate tests on all views.| \[PENDING\]
> Implement locking / versionning appropriately.| \[PENDING\]
> {table}
> <textarea.png>volunteers:
> Asiri Rathnayake
> <string.png>name:
> WebDAV API
> <string.png>leader:
> Ludovic Dubost
> <string.png>assignee:
> Asiri Rathnayake
> <boolean.png>active:
> Yes
> <staticlist.png>year:
> 2009
> <textarea.png>profile:
> http://www.xwiki.org/xwiki/bin/view/XWiki/asiri
> <object.gif>XWiki.TagClass
> <object.gif>XWiki.XWikiComments
> <string.png>author:
> xwiki:XWiki.amelentev
> <date.png>date:
> 20/03/2007 01:24:46
> <textarea.png>comment:
> In XWikiJCRStore it is available quite easy: http://jackrabbit.apache.org/doc/components/webdav.html
> <metadata.gif>parent: > GoogleSummerOfCode.WebHome
> <metadata.gif>author: > xwiki:XWiki.GabrielaRadu
> <metadata.gif>defaultLanguage: > en
> <space.gif> Main
> <document.gif>XWiki Development Zone <arrowup.gif> Main.WebHome
>
> On 2009/11/11 08:06, the document has been created by Vincent Massol
> #includeInContext("Community.WebHome")1 Welcome to your wiki
> **Note:* More development tools available at various [research
> papers>http://www.superiorpapers.com/]Welcome to your [second
> generation wiki>http://www.xwiki.org/]!
> It is an online, shared workspace that will allow you to collaborate
> effectively with others. You can use it for many purposes:
> * Project Management
> * Collaborative Writing
> * Efficient Document Sharing
> * Knowledge Management
> ... the only limit is your imagination!
> 1.1 How to start
> Maybe you are used to work with a wiki... and maybe not. If you
> would like to get used to the basics of wiki edition, we have
> created a [Sandbox space>Sandbox.WebHome] on this wiki. This space
> is meant to let you learn by yourself ;-)
> There are other steps that you may want to go through, such as :
> * Configuring your wiki by clicking on the ’Administration’ link at
> the top right.
> * Changing the layout and menu contents by using the [Panel
> Wizard>Panels.PanelWizard?forceLeftPanels=1&forceRightPanels=1]
> * Modifying this page, for example stating what your wiki is all
> about (You just have to click on the Edit button at the top left of
> this page).
> * Inviting your friends, family or co-workers to enjoy collaboration
> made easy.
> * Writing your documentation, sharing ideas, creating different
> spaces and organizing them the way you want.
> * And then [write some blog posts>Blog.WebHome] in order to
> summarize your work.
> For more information you can visit [the documentation on xwiki.org>http://www.xwiki.org/xwiki/bin/view/Main/Documentation
> ].
> This XWiki is yours, we hope you’ll enjoy it ...
> Congratulations,\\
> The XWiki Team
> <metadata.gif>author: xwiki:XWiki.armyjane > XWiki.Admin
> <metadata.gif>defaultLanguage: > en
> <space.gif> view
> <document.gif>The 2nd IEEE International Conference on Advanced
> Computer Control(ICACC 2010) <arrowup.gif> view.wiki
>
> Between 2009/11/11 08:27 and 2009/11/11 08:28, the document has been
> modified 3 times, by 1 user: scarlett xu
> ICACC is an annual International Conference on Advanced Computer
> Control by Institute of Electrical and Electronics Engineers?
> IEEE?,Engineers(IEEE), International Association of
> Computer Science and Information Technology (IACSIT) , Northeastern
> University(NEU), China. ICACC was started in 2009. The previous
> conference has been held successful in Singapore in 22-24 Jan. 2009.
> The ICACC 2009 proceedings have been compiled, cataloged and
> published by IEEE Computer Society, and it has been included into
> IEEE Computer Society Digital library (CSDL), IEEE Xplore, Ei
> Compendex, INSPEC and Thomson ISI Proceeding up to now .
> ?● Submission Deadline 20 November 2009
> ?● Author Notification 20 December 2009
> ?● Registration deadline 10 January 2010
> ?● Camera Ready 10 January 2010
> ?● Conference 27th-29th March 2010
> •• E-mail:icacc2010@hotmail.com (.pdf or .doc)
> •• Online Submission System ( .pdf)
> On 2009/11/11 08:27, the document has been created by scarlett xu
> Welcome to ICACC 2010
> ICACC is an annual International Conference on Advanced Computer
> Control by Institute of Electrical and Electronics Engineers?IEEE?,
> International Association of Computer Science and Information
> Technology (IACSIT) , Northeastern University(NEU), China. ICACC was
> started in 2009. The previous conference has been held successful in
> Singapore in 22-24 Jan. 2009. The ICACC 2009 proceedings have been
> compiled, cataloged and published by IEEE Computer Society, and it
> has been included into IEEE Computer Society Digital library (CSDL),
> IEEE Xplore, Ei Compendex, INSPEC and Thomson ISI Proceeding up to
> now .
> On the successful basis of ICACC 2009, The 2nd IEEE International
> Conference on Advanced Computer Control (ICACC 2010) will be held in
> Shenyang, China during 27th-29th March 2010. Shenyang is a well-
> known Chinese city in history and culture with about 1100ground and
> underground cultural relices. It is also the economical, cultural ,
> communication ,trade and commercial hub of the Northeastern region
> of China. The aim objective of ICACC 2010 is to provide a platform
> for researchers, engineers, academicians as well as industrial
> professionals from all over the world to present their research
> results and development activities in the fields of Advanced
> Computer Control, Automation, Database System, Communication
> Systems, and Applied Computer Science. This conference provides
> opportunities for the delegates to exchange new ideas and
> application experiences face to face, to establish business or
> research relations and to find global partners for future
> collaboration.
> Submitted conference papers will be reviewed by technical committees
> of the Conference. All accepted papers will also be published in the
> conference proceeding by IEEE, and will be indexed by EI Compendex,
> INSPEC, Thomson ISI, IEEE XploreTM. Selected best papers will be
> sent for publications in some International Journals which are
> indexed by SCI.
> Important Dates
> ? Submission Deadline 20 November 2009
> ? Author Notification 20 December 2009
> ? Registration deadline 10 January 2010
> ? Camera Ready 10 January 2010
> ? Conference 27th-29th March 2010
> Paper Submission
> • E-mail:icacc2010@hotmail.com (.pdf or .doc)
> • Online Submission System ( .pdf)
> Welcome to visit:[[name of link>>http://www.icacc.org]]
> <object.gif>XWiki.TagClass
> <metadata.gif>author: > xwiki:XWiki.ScarlettXu
> <metadata.gif>defaultLanguage: > en
> <wiki.gif> platform
> <space.gif> Main
> <document.gif>Second Generation Wiki <arrowup.gif>
> Main.SecondGenerationWiki
>
> On 2009/11/11 00:31, the document has been created by Sergiu Dumitriu
> 11.1 Second Generation Wiki
> Today most of user’s needs are not satisifed because it takes too
> long and it’s too costly to develop small applications. Actually
> lots of adhoc applications are developed today using tools like
> Microsoft Excel. However when it comes to developing a collaborative
> web application Excel is not the right tool. On the other hand a
> second generation wiki like XWiki is a perfect infrastructure for
> this. *XWiki is the toolkit for the web*!
> Chris Anderson introduced the concept of [Long Tail>http://en.wikipedia.org/wiki/Long_tail
> ]. Applying it to XWiki gives the following diagram:
> {image:xwikilongtail.png}
> What it means is that there are thousands and thousands of
> applications required by users that are *not* built today because of
> prohibitive complexity and costs. They would also take too long to
> build and their value would decrease as more and more time passes
> for their implementation. They need to be created here and now to
> have the highest possible value. XWiki is a cost-effective solution
> that allows non-developers to create those required applications
> quickly and in an organic manner.
> 1.1 Examples of applications
> * A blogging application
> * An RSS feed aggregator
> * Mashups. For example combining Google Maps with Delicious with
> Flickr with Google Base with Google Calendar with...
> * Collaborative authoring of documents in real time
> * Form-based applications to enter collections of items
> * A Poll/Survey application
> 1.1 Next step
> If you’re intested in learning how to write an application with
> XWiki, check the [Programming feature>Features.Programming] and also
> read some various [custom papers>http://www.superiorpapers.com/]
> then check out the [Developer’s Guide>DevGuide.WebHome].
> <attach.gif>xwikilongtail.png: 1.3 > null
> <metadata.gif>author: xwiki:XWiki.armyjane > xwiki:XWiki.vmassol
> <document.gif>XWiki Platform <arrowup.gif> Main.WebHome
>
> On 2009/11/11 08:07, the document has been created by Vincent Massol
> 1 XWiki PlatformWelcome to your wiki
> XWiki is a platform for developing collaborative web applications
> using the wiki paradigm. This is what makes XWiki a [second
> generation wiki>Main.SecondGenerationWiki].
> [XWiki Products>xwiki:Main.Forge] are based on the XWiki Platform
> which provides common services and UIWelcome to them.your [second
> generation wiki>http://www.xwiki.org/]!
> 1.1 FeaturesIt is an online, shared workspace that will allow you to
> collaborate effectively with others. You can use it for many purposes:
> Here’s the list of features offered by the XWiki Platform.* Project
> Management
> * Collaborative Writing
> * Efficient Document Sharing
> * Knowledge Management
> #includeInContext("Features.FeaturesExtract")... the only limit is
> your imagination!
> 1.1 Next StepsHow to start
> You can learn howMaybe you are used to develop on the XWiki Platform
> by reading the [Developer’s Guide>DevGuide.WebHome]work with a
> wiki... and more specifically start by reading onmaybe not. If you
> would like to get used to the [XWiki
> Architecture>DevGuide.Architecture]. basics of wiki edition, we have
> created a [Sandbox space>Sandbox.WebHome] on this wiki. This space
> is meant to let you learn by yourself ;-)
> You can also [learn howThere are other steps that you may want to
> administer the XWiki Platform>AdminGuide.WebHome].go through, such
> as :
> However the easiest way to get started is probably* Configuring your
> wiki by [downloading XWiki Enteprise>xwiki:Main.Download] and start
> editing pagesclicking on it to see how the applications bundled with
> it are made.’Administration’ link at the top right.
> * Changing the layout and menu contents by using the [Panel
> Wizard>Panels.PanelWizard?forceLeftPanels=1&forceRightPanels=1]
> * Modifying this page, for example stating what your wiki is all
> about (You just have to click on the Edit button at the top left of
> this page).
> * Inviting your friends, family or co-workers to enjoy collaboration
> made easy.
> * Writing your documentation, sharing ideas, creating different
> spaces and organizing them the way you want.
> * And then [write some blog posts>Blog.WebHome] in order to
> summarize your work.
> For more information you can visit [the documentation on xwiki.org>http://www.xwiki.org/xwiki/bin/view/Main/Documentation
> ].
> This XWiki is yours, we hope you’ll enjoy it ...
> Congratulations,\\
> The XWiki Team
> <attach.gif>xwiki-product.png: 1.4 > null
> <metadata.gif>author: xwiki:XWiki.armyjane > XWiki.Admin
> <metadata.gif>defaultLanguage: > en
> On 2009/11/11 00:34, the document has been modified by Sergiu Dumitriu
> <attach.gif>xwiki-product.png: 1.4 > 1.5
> <object.gif>XWiki.XWikiComments
> <metadata.gif>author:
> xwiki:XWiki.SvenHock
> <metadata.gif>comment:
> Test
> <metadata.gif>date:
> 2009-11-04 10:42:19.0
> <metadata.gif>author: xwiki:XWiki.armyjane > xwiki:XWiki.VincentMassol
> <wiki.gif> xwiki
> <space.gif> FAQ
> <document.gif>Howdoiconfigurexwikitoworkwithotherdbotherthanhsqldb
> <arrowup.gif> FAQ.Howdoiconfigurexwikitoworkwithotherdbotherthanhsqldb
>
> On 2009/11/11 11:08, the document has been created by Gabriela Radu
> #includeForm("XWiki.FAQClassSheet")
> <object.gif>XWiki.FAQClass
> <textarea.png>answer:
> 1. edit the hibernate.cfg.xml: uncomment the db u want to use, for
> instance mysql
> 2. add the mysql jar in the lib folder of xwiki
> 3. add the path to the jar in classpath(my computer-environmental
> variables-path)
> 4. stop and start server
> <string.png>question:
> How do i configure xwiki to work with other db other than hsqldb?
> <object.gif>XWiki.TagClass
> <metadata.gif>parent: > FAQ.WebHome
> <metadata.gif>author: > XWiki.GabrielaRadu
> <metadata.gif>defaultLanguage: > en
> <document.gif>Essay Writing Help <arrowup.gif> FAQ.TWiki
>
> On 2009/11/11 21:57, the document has been modified by Sarah Mae
> Thomas
> On 2009/11/11 21:56, the document has been created by Sarah Mae Thomas
> Good students are always aiming at high grades for their [[essay
> writing help>>http://www.bestessays.ca]] at school, college or
> university. With the increasing speed of development all over the
> world, every student is required to join the race of progress with
> the same pace. Teachers, instructors and lecturers put great burden
> of modernism and swiftness on students by assigning them various
> academic tasks such as essays, term papers, research papers,
> stories, theses and other educational activities, which are supposed
> to be submitted in a very short and unmanageable period of time.
> These essays must be of high quality and non-plagiarized. Such
> situation generates a number of difficulties in students’ life when
> writing an essay. Sometimes big tasks are expected to be completed
> within a very close deadline.
> <object.gif>XWiki.TagClass
> <metadata.gif>parent: > FAQ.HowToImportOtherWikiMarkups
> <metadata.gif>author: > XWiki.SarahMaeThomas
> <metadata.gif>defaultLanguage: > en
> <space.gif> XWiki
> <document.gif>Emlipo <arrowup.gif> XWiki.Emlipo
>
> On 2009/11/11 23:11, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiRights
> <users.png>users:
> XWiki.Emlipo
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> Emlipo
> <string.png>last_name:
> Emlipo
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.Emlipo
> <document.gif>Gettingbackatsluts <arrowup.gif>
> XWiki.Gettingbackatsluts
>
> On 2009/11/11 01:09, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiRights
> <users.png>users:
> XWiki.Gettingbackatsluts
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> Gettingbackatsluts
> <string.png>last_name:
> Gettingbackatsluts
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.Gettingbackatsluts
> <document.gif>HermesFausto <arrowup.gif> XWiki.HermesFausto
>
> On 2009/11/11 05:49, the document has been modified by Hermes Fausto
> <object.gif>XWiki.WatchListClass
> On 2009/11/11 05:49, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <boolean.png>allow:
> Allow
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <object.gif>XWiki.XWikiRights
> <boolean.png>allow:
> Allow
> <levels.png>levels:
> edit
> <users.png>users:
> XWiki.HermesFausto
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> Hermes
> <string.png>last_name:
> Fausto
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.HermesFausto
> <document.gif>SarahMaeThomas <arrowup.gif> XWiki.SarahMaeThomas
>
> On 2009/11/11 21:57, the document has been modified by Sarah Mae
> Thomas
> <object.gif>XWiki.WatchListClass
> On 2009/11/11 21:24, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <boolean.png>allow:
> Allow
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <object.gif>XWiki.XWikiRights
> <boolean.png>allow:
> Allow
> <levels.png>levels:
> edit
> <users.png>users:
> XWiki.SarahMaeThomas
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> Sarah Mae
> <string.png>last_name:
> Thomas
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.SarahMaeThomas
> <document.gif>ScarlettXu <arrowup.gif> XWiki.ScarlettXu
>
> On 2009/11/11 08:21, the document has been modified by scarlett xu
> <object.gif>XWiki.WatchListClass
> On 2009/11/11 08:20, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <boolean.png>allow:
> Allow
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <object.gif>XWiki.XWikiRights
> <boolean.png>allow:
> Allow
> <levels.png>levels:
> edit
> <users.png>users:
> XWiki.ScarlettXu
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> scarlett
> <string.png>last_name:
> xu
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.ScarlettXu
> <document.gif>TALEBMohamed <arrowup.gif> XWiki.TALEBMohamed
>
> On 2009/11/11 16:20, the document has been modified by TALEB Mohamed
> <object.gif>XWiki.WatchListClass
> <document.gif>Tinjoy <arrowup.gif> XWiki.Tinjoy
>
> On 2009/11/11 17:53, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiRights
> <users.png>users:
> XWiki.Tinjoy
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> tinjoy
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.Tinjoy
> <document.gif>XWikiAllGroup <arrowup.gif> XWiki.XWikiAllGroup
>
> On 2009/11/11 00:35, the document has been modified by Sergiu Dumitriu
> <object.gif>XWiki.XWikiGroups
> <metadata.gif>member:
> XWiki.armyjane
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.sandro32
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.nesadinic
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.Gettingbackatsluts
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.HermesFausto
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.YueTao
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.ScarlettXu
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.boulik
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.Tinjoy
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.SarahMaeThomas
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.Emlipo
> <object.gif>XWiki.XWikiGroups
> <string.png>member:
> XWiki.obamafunman
> <document.gif>YueTao <arrowup.gif> XWiki.YueTao
>
> On 2009/11/11 06:48, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiRights
> <users.png>users:
> XWiki.YueTao
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> Yue
> <string.png>last_name:
> Tao
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.YueTao
> <document.gif>armyjane <arrowup.gif> XWiki.armyjane
>
> On 2009/11/11 00:35, the document has been deleted by Sergiu Dumitriu
> <document.gif>boulik <arrowup.gif> XWiki.boulik
>
> On 2009/11/11 15:38, the document has been modified by Slavomír
> Varchula
> <object.gif>XWiki.WatchListClass
> On 2009/11/11 15:37, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <boolean.png>allow:
> Allow
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <object.gif>XWiki.XWikiRights
> <boolean.png>allow:
> Allow
> <levels.png>levels:
> edit
> <users.png>users:
> XWiki.boulik
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> Slavomír
> <string.png>last_name:
> Varchula
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.boulik
> <document.gif>obamafunman <arrowup.gif> XWiki.obamafunman
>
> On 2009/11/11 23:45, the document has been created by XWikiGuest
> #includeForm("XWiki.XWikiUserSheet")
> <object.gif>XWiki.XWikiRights
> <groups.png>groups:
> XWiki.XWikiAdminGroup
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiRights
> <users.png>users:
> XWiki.obamafunman
> <levels.png>levels:
> edit
> <boolean.png>allow:
> Allow
> <object.gif>XWiki.XWikiUsers
> <boolean.png>active:
> Yes
> <string.png>email:
> ******************
> <string.png>first_name:
> obamafunman
> <string.png>last_name:
> obamafunman
> <password.png>password:
> ******************
> <metadata.gif>parent: > XWiki.XWikiUsers
> <metadata.gif>author: > XWiki.obamafunman
> _______________________________________________
> notifications mailing list
> notifications(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications