~ubuntu-branches/ubuntu/intrepid/moin/intrepid-updates

« back to all changes in this revision

Viewing changes to wiki/underlay/pages/HelpMiscellaneous(2f)FrequentlyAskedQuestions/revisions/00000001

  • Committer: Bazaar Package Importer
  • Author(s): Sivan Greenberg
  • Date: 2006-07-09 19:28:02 UTC
  • Revision ID: james.westby@ubuntu.com-20060709192802-oaeuvt4v3e9300uj
Tags: 1.5.3-1ubuntu1
* Merge new debian version.
* Reapply Ubuntu changes:
    + debian/rules:
      - Comment out usage of control.ubuntu.in (doesn't fit!).
    + debian/control.in:
      - Dropped python2.3 binary package.
    + debian/control:
      - Dropped python2.3 binary, again.
      - Dropped python2.3-dev from Build-Depends-Indep.
    + debian/patches/001-attachment-xss-fix.patch:
      - Dropped this patch. It's now in upstream's distribution.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
 
131
131
http://c2.com/sig/inter/wikibase.gif
132
132
 
 
133
==== How do I create a new Template page? ====
 
134
 
 
135
Templates are pages that show up automatically as options when you create a blank page.  Any page that ends in the word Template (see `page_template_regex`) will automatically show up in the list.  Hence, if you want certain types of pages to have a similar format (similar headings, organization, etc.), you just define a page that ends in Template, and when creating pages of this type, select that template and edit it.  The wiki fills in the starting content for you.  Templates are editable wiki pages like any other.
 
136
 
 
137
To create a Template page, just create a new page called <something>Template.
 
138
 
133
139
==== Adding documents in an intranet ====
134
140
If you're using MoinMoin on an intranet, it may be useful to make links to documents on file shares available to everyone reading your wiki. For example:
135
141
{{{
195
201
 
196
202
I usually set up an "Admin''''''Page", where I put macros for these, as well as information about the real physical location of the pages, and macros for orphan pages or other things an adminstrator for the wiki might want to look at. 
197
203
 
 
204
=== How do I delete a user? ===
 
205
 
 
206
The best way (since version 1.5.2) is as a MoinMoin:SuperUser to switch to the user that should be deleted from UserPreferences,  select  "Disable this account forever" and klick on "Save".
 
207
 
198
208
=== Can I restore a page from an older version? ===
199
209
 
200
210
 1. click on [[GetText(Info)]] (or the little "i" icon) in the top-right corner.
202
212
 
203
213
For being allowed to revert pages, you will have to log in (through UserPreferences).
204
214
 
205
 
=== How do I create a new Template page? ===
206
 
 
207
 
Templates are pages that show up automatically as options when you create a blank page.  Any page that ends in the word Template (see `page_template_regex`) will automatically show up in the list.  Hence, if you want certain types of pages to have a similar format (similar headings, organization, etc.), you just define a page that ends in Template, and when creating pages of this type, select that template and edit it.  The wiki fills in the starting content for you.  Templates are editable wiki pages like any other.
208
 
 
209
 
To create a Template page, just create a new page called <something>Template.
 
215
== Developer help ==
 
216
 
 
217
=== Where to start as a coder? ===
 
218
 
 
219
If you want to help programming you can do that by:
 
220
 
 
221
 1. Learn Python if you do not already know it: PythonInfo:BeginnersGuide
 
222
 2. Learn the basics of MoinMoin on the page MoinMoin:MoinDev
 
223
 
 
224
=== Where to start as a designer or translator? ===
 
225
 
 
226
If you are not a coder but want to help anyway you can help at:
 
227
 
 
228
 * MoinMoin:MoinDev/ThemeDevelopment - development of CSS themes and corresponding (X)HTML structure.
 
229
 * MoinMoin:MoinDev/Translation - translation of the interface and help pages
 
230
 
 
231
=== MoinMoin Diagnosis ===
 
232
 
 
233
If you think you have found an error or ancounted a problem you can do some tests. Real bugs often show you an error page. You should then save this page go to MoinMoin:MoinMoinBugs, search if you find a page that looks similar and then make a new bug page with the traceback attached
 
234
 
 
235
You can test your wiki when attaching {{{?action=test}}} to the standard URL. You then get a page called "MoinMoin Diagnosis" that gives a lot of of information. Most of it will only make sense for developers, but if you are one of those or a Python geek you might find this useful.
 
236
 
 
237
 
210
238
----
211
239
If your question is not answered on this page, see MoinMoin:MoinMoinQuestions.