Content Management/User Documentation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
*To register an account, select '''Register''' from the menu. |
*To register an account, select '''Register''' from the menu. |
||
*Enter required data, and press the create button. |
*Enter required data, and press the create button. |
||
**Alternately, select '''Submit Translation''' or '''Submit New Version''' from a content page. |
|||
Select '''Submit''' from the menu. |
Select '''Submit''' from the menu. |
||
*Enter a brief, descriptive title. |
*Enter a brief, descriptive title. |
||
Line 31: | Line 32: | ||
*Press '''Submit''' |
*Press '''Submit''' |
||
*Confirm entry. |
*Confirm entry. |
||
= Searching = |
|||
To search, visit the '''Search''' link. Search supports ''and'', ''or'', and grouping via quotation marks. |
|||
= Administering Content = |
= Administering Content = |
Revision as of 00:05, 5 December 2007
User Documentation
- User manual
- We will have a page on wiki for user manual.
- Help systems
- On all OLPC website webpages, there will be a link to user manual.
- Installation manuals
- Release notes
- List of features in final release.
Documentation v1.0
Viewing Content
- From the main page, select a category. From the list presented, select either a subcategory or a piece content. Repeat as necessary.
- After selecting a content item, you can view details and download the content.
- The content will either load in your browser or you will be presented with a dialog to download depending on browser configuration
Submitting Content
An account is required to submit content.
- To register an account, select Register from the menu.
- Enter required data, and press the create button.
- Alternately, select Submit Translation or Submit New Version from a content page.
Select Submit from the menu.
- Enter a brief, descriptive title.
- Press Browse and select the file to submit on your computer.
- In the Tags field, enter relevant keywords, space seperated.
- Select a category and language.
- Press Submit
- Confirm entry.
Searching
To search, visit the Search link. Search supports and, or, and grouping via quotation marks.
Administering Content
Access /admin/ Login using an account with administrative privileges.
Create/Read/Update/Delete as necessary.
Installation
- Ensure server is running Python 2.5 and Django 0.96.
- Copy files to a web-accessible directory.
- Open settings.py
- Set the absolute path variable at the top of the file. This path determines where static media is stored, and where all content is saved.
- Change other settings as needed (optional)
- Access /admin/, add categories, admins as necessary
Release Note
- v.10
- Overview: The OnLine Processing of Content system allows submission of content. Users can view all submitted content.
- Purpose: Initial release document.