<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.old.lustre.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abond</id>
	<title>Obsolete Lustre Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.old.lustre.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abond"/>
	<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=Special:Contributions/Abond"/>
	<updated>2026-04-14T20:10:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=Submitting_Patches&amp;diff=9053</id>
		<title>Submitting Patches</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=Submitting_Patches&amp;diff=9053"/>
		<updated>2009-12-15T13:39:06Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;&#039;&#039;NOTICE:&#039;&#039;&#039;&#039;&#039;  The transition from CVS to Git will take place on Monday, December 14.  For more information about the transition, see the [[Git Transition Notice]]. For details about how to migrate to Git, see [[Migrating to Git]]. Until the transition takes place, you can access information about using CVS at [[Accessing CVS]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
When you are ready to have your patch reviewed, follow the process described below for submitting it using Bugzilla.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note:&#039;&#039;&#039;&#039;&#039; It is sometimes desirable to solicit reviews of a patch on the [mailto:lustre-devel@lists.lustre.org lustre-devel] mailing list to expose the patch to a wider audience. However, this will &#039;&#039;NOT&#039;&#039; put the patch on track to being accepted into the Lustre repository.&lt;br /&gt;
&lt;br /&gt;
=== Submitting Patches for Review ===&lt;br /&gt;
&lt;br /&gt;
To have your changes accepted into a mainline Lustre branch, your code must be reviewed and approved by senior Lustre engineers.  Following these steps will speed up review of your changes and increase the likelihood of success:&lt;br /&gt;
&lt;br /&gt;
1. Read, complete, and return the form found at [http://wiki.lustre.org/images/c/cd/Sun_Contributor_Agreement_1_5.pdf Contributor Agreement]. We cannot accept your contributions without this form. See [[Contribution_Policy|Contribution Policy]] for more information.&lt;br /&gt;
&lt;br /&gt;
2. Testing the patch is required before it can be submitted. The patch must include any new tests specific to the bug/feature. See [[Testing Lustre Code]] for specific details.  If you have completed testing of the patch, set the &amp;quot;acc-sm_passed_&#039;&#039;release&#039;&#039;&amp;quot; flag to &amp;quot;+&amp;quot; for the branch(es) that passed testing in step 4 below.&lt;br /&gt;
&lt;br /&gt;
3. Generate a patch with &#039;&#039;diff -upN&#039;&#039;, &#039;&#039;git diff&#039;&#039;,  or &#039;&#039;git format-patch&#039;&#039;.  Please do not send other kinds of patches unless your reviewer requests them.&lt;br /&gt;
&lt;br /&gt;
The command for generating a patch is:&amp;lt;pre&amp;gt;&lt;br /&gt;
[lustre]$ git diff {basebranch} &amp;gt; {patchname}.diff&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
where &#039;&#039;{basebranch}&#039;&#039; is the branch you are patching against (&#039;&#039;b1_6&#039;&#039;, &#039;&#039;b1_8&#039;&#039;, or &#039;&#039;master&#039;&#039;).  Note this patch will include committed and uncommitted changes on your branch.  If you have nicely squashed your commit history, feel free to use &#039;&#039;git format-patch&#039;&#039;.  If you are unfamiliar with this process, use &#039;&#039;git diff&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If sending changes with &#039;&#039;git format-patch&#039;&#039; we ask that you follow the standard commit message format when making your commits, so that the patch can more easily be identified in the future.  If you are doing a rebase, you will get a chance to modify/combine your commit messages.  Commit messages for final patches should look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
b=&amp;lt;bugno&amp;gt; &amp;lt;Single line summary of change&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;In depth description&amp;gt;&lt;br /&gt;
&lt;br /&gt;
i=&amp;lt;inspector1&amp;gt;&lt;br /&gt;
i=&amp;lt;inspector2&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are not using git format-patch, then simply adding the above lines at the start of the submission email is enough.&lt;br /&gt;
&lt;br /&gt;
4. Find or file a bug corresponding to your contribution in [http://bugzilla.lustre.org/ Bugzilla].  For more information about Bugzilla, see the [[Developers_Guide_to_Bugzilla_for_Lustre|Developers Guide to Bugzilla]], the [https://bugzilla.lustre.org/page.cgi?id=bug-writing.html Bugzilla - Bug Writing Guidelines], or the [https://bugzilla.lustre.org/docs/html/using.html Bugzilla User Guide].&lt;br /&gt;
&lt;br /&gt;
* Provide the patch as an Attachment (click on &amp;quot;Add an Attachment&amp;quot;)&lt;br /&gt;
* Select the &amp;quot;patch&amp;quot; box.&lt;br /&gt;
** If submitting a new bug with a patch attached, follow normal bug submission procedures. The support team will assign the bug and inspections as appropriate.&lt;br /&gt;
** If working with an Lustre internal engineer, under &amp;quot;Flags&amp;quot; set the &#039;&#039;inspection&#039;&#039; flag to &amp;quot;?&amp;quot;  and copy the email address of the engineer into the adjacent &#039;&#039;Requestee:&#039;&#039; field.&lt;br /&gt;
** If you have not been collaborating with someone on the Lustre team and don&#039;t know who should review your work, assign the inspection to &#039;&#039;lustre-rmg-team@sun.com&#039;&#039;&lt;br /&gt;
* Click on &amp;quot;commit&amp;quot; to submit the attachment and inspection request.&lt;br /&gt;
&lt;br /&gt;
5. One or more reviewers will submit comments regarding your patch. Iterate the patch until you receive inspection approval or the bug is closed.&lt;br /&gt;
&lt;br /&gt;
6. Once you have approval, mail the patch to [mailto:lustre-gate-20@sun.com lustre-gate-20], [mailto:lustre-gate-20@sun.com lustre-gate-16], or [mailto:lustre-gate-16@sun.com lustre-gate-18] (for Lustre 2.0, 1.6, or 1.8 respectively). Include the bug number and reviewer in the commit message, along with a concise description of the change.&lt;br /&gt;
&lt;br /&gt;
regular user (unprotected page) --[[User:Ab|Ab]] 13:33, 15 December 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
editor user (protected page) --[[User:Abond|Abond]] 13:38, 15 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=Submitting_Patches&amp;diff=9052</id>
		<title>Submitting Patches</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=Submitting_Patches&amp;diff=9052"/>
		<updated>2009-12-15T13:38:09Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;&#039;&#039;NOTICE:&#039;&#039;&#039;&#039;&#039;  The transition from CVS to Git will take place on Monday, December 14.  For more information about the transition, see the [[Git Transition Notice]]. For details about how to migrate to Git, see [[Migrating to Git]]. Until the transition takes place, you can access information about using CVS at [[Accessing CVS]].&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
When you are ready to have your patch reviewed, follow the process described below for submitting it using Bugzilla.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;Note:&#039;&#039;&#039;&#039;&#039; It is sometimes desirable to solicit reviews of a patch on the [mailto:lustre-devel@lists.lustre.org lustre-devel] mailing list to expose the patch to a wider audience. However, this will &#039;&#039;NOT&#039;&#039; put the patch on track to being accepted into the Lustre repository.&lt;br /&gt;
&lt;br /&gt;
=== Submitting Patches for Review ===&lt;br /&gt;
&lt;br /&gt;
To have your changes accepted into a mainline Lustre branch, your code must be reviewed and approved by senior Lustre engineers.  Following these steps will speed up review of your changes and increase the likelihood of success:&lt;br /&gt;
&lt;br /&gt;
1. Read, complete, and return the form found at [http://wiki.lustre.org/images/c/cd/Sun_Contributor_Agreement_1_5.pdf Contributor Agreement]. We cannot accept your contributions without this form. See [[Contribution_Policy|Contribution Policy]] for more information.&lt;br /&gt;
&lt;br /&gt;
2. Testing the patch is required before it can be submitted. The patch must include any new tests specific to the bug/feature. See [[Testing Lustre Code]] for specific details.  If you have completed testing of the patch, set the &amp;quot;acc-sm_passed_&#039;&#039;release&#039;&#039;&amp;quot; flag to &amp;quot;+&amp;quot; for the branch(es) that passed testing in step 4 below.&lt;br /&gt;
&lt;br /&gt;
3. Generate a patch with &#039;&#039;diff -upN&#039;&#039;, &#039;&#039;git diff&#039;&#039;,  or &#039;&#039;git format-patch&#039;&#039;.  Please do not send other kinds of patches unless your reviewer requests them.&lt;br /&gt;
&lt;br /&gt;
The command for generating a patch is:&amp;lt;pre&amp;gt;&lt;br /&gt;
[lustre]$ git diff {basebranch} &amp;gt; {patchname}.diff&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
where &#039;&#039;{basebranch}&#039;&#039; is the branch you are patching against (&#039;&#039;b1_6&#039;&#039;, &#039;&#039;b1_8&#039;&#039;, or &#039;&#039;master&#039;&#039;).  Note this patch will include committed and uncommitted changes on your branch.  If you have nicely squashed your commit history, feel free to use &#039;&#039;git format-patch&#039;&#039;.  If you are unfamiliar with this process, use &#039;&#039;git diff&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If sending changes with &#039;&#039;git format-patch&#039;&#039; we ask that you follow the standard commit message format when making your commits, so that the patch can more easily be identified in the future.  If you are doing a rebase, you will get a chance to modify/combine your commit messages.  Commit messages for final patches should look like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
b=&amp;lt;bugno&amp;gt; &amp;lt;Single line summary of change&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;In depth description&amp;gt;&lt;br /&gt;
&lt;br /&gt;
i=&amp;lt;inspector1&amp;gt;&lt;br /&gt;
i=&amp;lt;inspector2&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are not using git format-patch, then simply adding the above lines at the start of the submission email is enough.&lt;br /&gt;
&lt;br /&gt;
4. Find or file a bug corresponding to your contribution in [http://bugzilla.lustre.org/ Bugzilla].  For more information about Bugzilla, see the [[Developers_Guide_to_Bugzilla_for_Lustre|Developers Guide to Bugzilla]], the [https://bugzilla.lustre.org/page.cgi?id=bug-writing.html Bugzilla - Bug Writing Guidelines], or the [https://bugzilla.lustre.org/docs/html/using.html Bugzilla User Guide].&lt;br /&gt;
&lt;br /&gt;
* Provide the patch as an Attachment (click on &amp;quot;Add an Attachment&amp;quot;)&lt;br /&gt;
* Select the &amp;quot;patch&amp;quot; box.&lt;br /&gt;
** If submitting a new bug with a patch attached, follow normal bug submission procedures. The support team will assign the bug and inspections as appropriate.&lt;br /&gt;
** If working with an Lustre internal engineer, under &amp;quot;Flags&amp;quot; set the &#039;&#039;inspection&#039;&#039; flag to &amp;quot;?&amp;quot;  and copy the email address of the engineer into the adjacent &#039;&#039;Requestee:&#039;&#039; field.&lt;br /&gt;
** If you have not been collaborating with someone on the Lustre team and don&#039;t know who should review your work, assign the inspection to &#039;&#039;lustre-rmg-team@sun.com&#039;&#039;&lt;br /&gt;
* Click on &amp;quot;commit&amp;quot; to submit the attachment and inspection request.&lt;br /&gt;
&lt;br /&gt;
5. One or more reviewers will submit comments regarding your patch. Iterate the patch until you receive inspection approval or the bug is closed.&lt;br /&gt;
&lt;br /&gt;
6. Once you have approval, mail the patch to [mailto:lustre-gate-20@sun.com lustre-gate-20], [mailto:lustre-gate-20@sun.com lustre-gate-16], or [mailto:lustre-gate-16@sun.com lustre-gate-18] (for Lustre 2.0, 1.6, or 1.8 respectively). Include the bug number and reviewer in the commit message, along with a concise description of the change.&lt;br /&gt;
&lt;br /&gt;
regular user (unprotected page) --[[User:Ab|Ab]] 13:33, 15 December 2009 (UTC)&lt;br /&gt;
test --[[User:Abond|Abond]] 13:38, 15 December 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=GetInvolved:Get_Involved&amp;diff=6359</id>
		<title>GetInvolved:Get Involved</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=GetInvolved:Get_Involved&amp;diff=6359"/>
		<updated>2009-07-01T18:45:05Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Find out about what the Lustre Community is doing, and get involved.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;categoryLeft&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;strong&amp;gt;Community&amp;lt;/strong&amp;gt;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Lustre user community events and resources.&lt;br /&gt;
&lt;br /&gt;
* Sign up for one or more [[Mailing_Lists|Lustre Mailing Lists]]&lt;br /&gt;
* [[Lustre_User_Group|Lustre User Group 2009]] Lustre community&#039;s premier event to learn and share knowledge about Lustre technology.&lt;br /&gt;
** [[Lug_08|Lustre User Group 2008]] Agenda, presentations and panel discussions from the 2008 program (slide decks and videos available).&lt;br /&gt;
** [[Lug_07|Lustre User Group 2007]] Agenda and presentations from the 2007 program (slide decks available). &lt;br /&gt;
** [[Lug_06|Lustre User Group 2006]] Agenda and presentations from the 2006 program (slide decks available).&lt;br /&gt;
* Developers, find out how to [[Contribution_Policy|contribute code or test]].&lt;br /&gt;
* Read case studies and other [[Lustre_Publications|Lustre publications]], including Lustre engineering presentations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;categoryRight&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;strong&amp;gt;Community Development Projects&amp;lt;/strong&amp;gt;&amp;lt;/big&amp;gt; &lt;br /&gt;
Interesting projects from the Lustre user community that are available for public use.&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.lustre.org/images/d/d9/Lustre-amanda.pdf Backup and Recovery: Amanda and Lustre] Use an Amanda client to back up a Lustre filesystem from Lustre clients.(PDF)&lt;br /&gt;
* [http://sourceforge.net/projects/lmt LLNL - Lustre Monitoring Tool] Tracks activity of server nodes (MDS, OSS and portals routers) for one or more Lustre filesystems.&lt;br /&gt;
* [http://www.bullopensource.org/lustre/ Bull - Open Source Tools for Lustre] Manage one or more Lustre filesystems from an administrative node.&lt;br /&gt;
* [http://shine-wiki.async.eu/wiki/Home CEA Administration Tool for Lustre 1.6] Set up and manage a Lustre filesystem on a cluster.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;categoryRight&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;strong&amp;gt;Lustre Centres of Excellence&amp;lt;/strong&amp;gt;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Find out about active Lustre Centres of Excellence (LCEs).&lt;br /&gt;
&lt;br /&gt;
* [http://ornl-lce.clusterfs.com/index.php?title=Main_Page  Lustre Centre of Excellence at Oak Ridge National Laboratory]&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Other Lustre Centers of Excellence are located at: Naval Research Laboratory. &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Additionally, there are several Lustre Development Centers that work with Sun to make significant code and testing contributions to Lustre and the Lustre Community. These centers are located at CEA, Juelich, LLNL, and Sandia.&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=GetInvolved:Get_Involved&amp;diff=6358</id>
		<title>GetInvolved:Get Involved</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=GetInvolved:Get_Involved&amp;diff=6358"/>
		<updated>2009-07-01T18:44:49Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Find out about what the Lustre Community is doing, and get involved..&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;categoryLeft&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;strong&amp;gt;Community&amp;lt;/strong&amp;gt;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Lustre user community events and resources.&lt;br /&gt;
&lt;br /&gt;
* Sign up for one or more [[Mailing_Lists|Lustre Mailing Lists]]&lt;br /&gt;
* [[Lustre_User_Group|Lustre User Group 2009]] Lustre community&#039;s premier event to learn and share knowledge about Lustre technology.&lt;br /&gt;
** [[Lug_08|Lustre User Group 2008]] Agenda, presentations and panel discussions from the 2008 program (slide decks and videos available).&lt;br /&gt;
** [[Lug_07|Lustre User Group 2007]] Agenda and presentations from the 2007 program (slide decks available). &lt;br /&gt;
** [[Lug_06|Lustre User Group 2006]] Agenda and presentations from the 2006 program (slide decks available).&lt;br /&gt;
* Developers, find out how to [[Contribution_Policy|contribute code or test]].&lt;br /&gt;
* Read case studies and other [[Lustre_Publications|Lustre publications]], including Lustre engineering presentations.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;categoryRight&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;strong&amp;gt;Community Development Projects&amp;lt;/strong&amp;gt;&amp;lt;/big&amp;gt; &lt;br /&gt;
Interesting projects from the Lustre user community that are available for public use.&lt;br /&gt;
&lt;br /&gt;
* [http://wiki.lustre.org/images/d/d9/Lustre-amanda.pdf Backup and Recovery: Amanda and Lustre] Use an Amanda client to back up a Lustre filesystem from Lustre clients.(PDF)&lt;br /&gt;
* [http://sourceforge.net/projects/lmt LLNL - Lustre Monitoring Tool] Tracks activity of server nodes (MDS, OSS and portals routers) for one or more Lustre filesystems.&lt;br /&gt;
* [http://www.bullopensource.org/lustre/ Bull - Open Source Tools for Lustre] Manage one or more Lustre filesystems from an administrative node.&lt;br /&gt;
* [http://shine-wiki.async.eu/wiki/Home CEA Administration Tool for Lustre 1.6] Set up and manage a Lustre filesystem on a cluster.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;categoryRight&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;strong&amp;gt;Lustre Centres of Excellence&amp;lt;/strong&amp;gt;&amp;lt;/big&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Find out about active Lustre Centres of Excellence (LCEs).&lt;br /&gt;
&lt;br /&gt;
* [http://ornl-lce.clusterfs.com/index.php?title=Main_Page  Lustre Centre of Excellence at Oak Ridge National Laboratory]&lt;br /&gt;
&amp;lt;p&amp;gt;&lt;br /&gt;
Other Lustre Centers of Excellence are located at: Naval Research Laboratory. &lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Additionally, there are several Lustre Development Centers that work with Sun to make significant code and testing contributions to Lustre and the Lustre Community. These centers are located at CEA, Juelich, LLNL, and Sandia.&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=File:LustreFS.flv&amp;diff=4901</id>
		<title>File:LustreFS.flv</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=File:LustreFS.flv&amp;diff=4901"/>
		<updated>2008-09-15T11:24:55Z</updated>

		<summary type="html">&lt;p&gt;Abond: test file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test file&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=File:TsingHua-3.gif&amp;diff=3860</id>
		<title>File:TsingHua-3.gif</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=File:TsingHua-3.gif&amp;diff=3860"/>
		<updated>2007-08-02T13:41:11Z</updated>

		<summary type="html">&lt;p&gt;Abond: test&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1769</id>
		<title>User:Abond/cfslustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1769"/>
		<updated>2007-05-07T11:11:54Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt; &amp;lt;/script&amp;gt;&#039;);&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1767</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1767"/>
		<updated>2007-05-06T21:24:48Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Original version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your &#039;&#039;User:YourUsername/cfslustre.js&#039;&#039; page:  [http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit Special:Mypage/cfslustre.js],&lt;br /&gt;
otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your &#039;&#039;User:YourUsername/cfslustre.js&#039;&#039; page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1766</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1766"/>
		<updated>2007-05-06T21:23:22Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Original version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your &#039;&#039;User:YourUsername/cfslustre.js&#039;&#039; page:  [http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit Special:Mypage/cfslustre.js],&lt;br /&gt;
otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/cfslustre.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1765</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1765"/>
		<updated>2007-05-06T21:22:16Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Original version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your &#039;&#039;User:YourUsername/cfslustre.js&#039;&#039; page:  [http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit Special:Mypage/cfslustre.js],&lt;br /&gt;
otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1764</id>
		<title>User:Abond/cfslustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1764"/>
		<updated>2007-05-06T19:39:24Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt; &amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&lt;br /&gt;
var wikEdSkipBrowserTest = true;&lt;br /&gt;
var wikEdShowSourceButton = true;&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1763</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1763"/>
		<updated>2007-05-06T19:26:09Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Original&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your &#039;&#039;User:YourUsername/cfslustre.js&#039;&#039; page:  [http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit Special:Mypage/cfslustre.js],&lt;br /&gt;
otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1762</id>
		<title>User:Abond/cfslustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1762"/>
		<updated>2007-05-06T18:52:23Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt; &amp;lt;/script&amp;gt;&#039;);&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1761</id>
		<title>User:Abond/cfslustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1761"/>
		<updated>2007-05-06T18:40:02Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt; &lt;br /&gt;
+ var wikEdSkipBrowserTest = true; var wikEdShowSourceButton = true; &amp;lt;/script&amp;gt;&#039;);&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1760</id>
		<title>User:Abond/cfslustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1760"/>
		<updated>2007-05-06T18:30:45Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt; &amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
var wikEdSkipBrowserTest = true;&lt;br /&gt;
var wikEdShowSourceButton = true; &lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1759</id>
		<title>User:Abond/cfslustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1759"/>
		<updated>2007-05-06T18:19:58Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt; &amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;script&amp;gt;&lt;br /&gt;
var wikEdSkipBrowserTest = true;&lt;br /&gt;
var wikEdShowSourceButton = true; &lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1758</id>
		<title>User:Abond/cfslustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1758"/>
		<updated>2007-05-06T18:10:46Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
+ var wikEdSkipBrowserTest = true;&lt;br /&gt;
+ var wikEdShowSourceButton = true; &amp;lt;/script&amp;gt;&#039;);&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1757</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1757"/>
		<updated>2007-05-06T17:52:07Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your &#039;&#039;User:YourUsername/cfslustre.js&#039;&#039; page:  [http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit Special:Mypage/cfslustre.js],&lt;br /&gt;
otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1756</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1756"/>
		<updated>2007-05-06T17:42:17Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your &#039;&#039;User:YourUsername/cfslustre.js&#039;&#039;: [http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit Special:Mypage/cfslustre.js] page, &lt;br /&gt;
otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1755</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1755"/>
		<updated>2007-05-06T17:41:38Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your [http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit|Special:Mypage/cfslustre.js] page, &lt;br /&gt;
otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1754</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1754"/>
		<updated>2007-05-06T17:39:44Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your [&#039;&#039;User:YourUsername/cfslustre.js&#039;&#039;  http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit|Special:Mypage/cfslustre.js] page. , otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1753</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1753"/>
		<updated>2007-05-06T17:38:26Z</updated>

		<summary type="html">&lt;p&gt;Abond: /* wiki.lustre.org version */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;wiki.lustre.org version&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your [&#039;&#039;User:YourUsername/cfslustre.js&#039;&#039;  http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit|Special:Mypage/cfslustre.js] page. , otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 // install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
 &lt;br /&gt;
 document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
 + &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
 + &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1752</id>
		<title>User:Abond</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond&amp;diff=1752"/>
		<updated>2007-05-06T14:35:19Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to set up wikEd ==&lt;br /&gt;
&lt;br /&gt;
(http://en.wikipedia.org/wiki/User:Cacycle/wikEd#Installation) :&lt;br /&gt;
&lt;br /&gt;
=== wiki.lustre.org version ===&lt;br /&gt;
&lt;br /&gt;
1. Log in under your username&lt;br /&gt;
&lt;br /&gt;
2. Click the following link to edit your [&#039;&#039;User:YourUsername/cfslustre.js&#039;&#039;  http://wiki.lustre.org/index.php?title=Special:Mypage/cfslustre.js&amp;amp;action=edit|Special:Mypage/cfslustre.js] page. , otherwise open the respective page by hand&lt;br /&gt;
&lt;br /&gt;
3. Add the following code to that edit page:&lt;br /&gt;
&lt;br /&gt;
// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;br /&gt;
&lt;br /&gt;
If there is already code on your User:YourUsername/monobook.js page, please make sure not to paste the installation code between /*...*/ tags.&lt;br /&gt;
&lt;br /&gt;
5. Save the page&lt;br /&gt;
&lt;br /&gt;
6. Refresh your browser&#039;s cache: hold down Shift while clicking Reload (or press Ctrl-Shift-R)&lt;br /&gt;
&lt;br /&gt;
7. The wikEd logo  should now be displayed on top of every page next to the log out link&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1738</id>
		<title>User:Abond/cfslustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfslustre.js&amp;diff=1738"/>
		<updated>2007-05-04T18:10:18Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
	<entry>
		<id>http://wiki.old.lustre.org/index.php?title=User:Abond/cfs_lustre.js&amp;diff=1737</id>
		<title>User:Abond/cfs lustre.js</title>
		<link rel="alternate" type="text/html" href="http://wiki.old.lustre.org/index.php?title=User:Abond/cfs_lustre.js&amp;diff=1737"/>
		<updated>2007-05-04T17:08:34Z</updated>

		<summary type="html">&lt;p&gt;Abond: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;// install [[User:Cacycle/wikEd]] in-browser text editor&lt;br /&gt;
document.write(&#039;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;&#039;&lt;br /&gt;
+ &#039;http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&#039;&lt;br /&gt;
+ &#039;&amp;amp;action=raw&amp;amp;ctype=text/javascript&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&#039;);&lt;/div&gt;</summary>
		<author><name>Abond</name></author>
	</entry>
</feed>