FAQ

Differences between revisions 11 and 12
Revision 11 as of 2008-04-14 11:58:20
Size: 1486
Editor: 87
Comment:
Revision 12 as of 2008-08-06 16:24:05
Size: 1491
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[Include(Training/Header)]] <<Include(Training/Header)>>
Line 3: Line 3:
||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''[[BR]][[TableOfContents]]|| ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;">'''Contents'''<<BR>><<TableOfContents>>||
Line 5: Line 5:
Welcome to the [:Training] FAQ! The aim of this page is to provide an up to date list of common questions that we get about the [:Training] project. We encourage you to update this document when something is missing so it becomes a core source of information for the project. Welcome to the [[Training]] FAQ! The aim of this page is to provide an up to date list of common questions that we get about the [[Training]] project. We encourage you to update this document when something is missing so it becomes a core source of information for the project.
Line 11: Line 11:
See [:Training/KnowledgeBase#head-287f7e43d4d58a9972cca5cd4081b188a80953d4: Training Knowledgebase]. See [[Training/KnowledgeBase#head-287f7e43d4d58a9972cca5cd4081b188a80953d4| Training Knowledgebase]].
Line 14: Line 14:
See [:Training/GettingInvolved: Getting Involved] See [[Training/GettingInvolved| Getting Involved]]
Line 31: Line 31:
See [:Training/KnowledgeBase#head-f38c8334e94244d5541a77a896d14246b15f7a9e: Training Knowledgebase]. See [[Training/KnowledgeBase#head-f38c8334e94244d5541a77a896d14246b15f7a9e| Training Knowledgebase]].

Home

Getting Involved

Knowledge Base

FAQ

Contacts

NEXT TRAINING MEETING:
TBD (details)

Welcome to the Training FAQ! The aim of this page is to provide an up to date list of common questions that we get about the Training project. We encourage you to update this document when something is missing so it becomes a core source of information for the project.

General Questions

I'd like to translate the Ubuntu desktop course, where do I find information?

See Training Knowledgebase.

Is the Structure/Content of the Ubuntu desktop course, open for discussion? If so, where? How?

See Getting Involved

Is there an alternative to using Bazaar?

How does one download the files using wget?

wget 'https://wiki.ubuntu.com/Training?action=AttachFile&do=get&target=student.pdf' -O student.pdf

If you get the error "Unable to establish SSL connection." use --no-check-certificate:

wget --no-check-certificate 'https://wiki.ubuntu.com/Training?action=AttachFile&do=get&target=student.pdf' -O student.pdf

Bazaar and Launchpad

How can I start working on the Ubuntu desktop course?

See Training Knowledgebase.

Training/FAQ (last edited 2008-08-06 17:00:14 by localhost)