Tasks:Configuring the wiki server
From TeamFrednetWiki
|
2009 10 23 |
| Task title: | Tasks:Configuring the wiki server |
| Contact person: | fjb |
| Blueprint: | (None) |
| Persons working on this task: | Marc Brakels and John Pritchard |
| Start: | (ASAP) |
| End: | (ASAP) |
| Group: | Category:Tasks_(Open)-business |
| Product: | (Undefined) |
| Dependencies: | (Undefined) |
| Impact: | (Undefined) |
| Percent complete: | 50% |
| Man-hours Remaining: | 10 hours |
| Relate page: |
Category Page_of_Tasks:Configuring the wiki server not found
|
Description:
Contents |
Upload types
From mediawiki manual (upload file extensions), in LocalSettings.php change
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'ppt', 'pdf', 'doc', 'psd', 'mp3',
'xls', 'tgz', 'zip', 'swf', 'doc', 'odt', 'odc', 'odp', 'odg', 'mpp',
'java', 'c', 'h', 'asm', 'jar', 'jnlp', 'class', 'wrl', 'sat',
'obj', 'stl', 'xml');
Not sure what apache conf/mime.types would say but covering this, apache config may include
AddType image/png .png AddType image/gif .gif AddType image/jpeg .jpg AddType image/jpeg .jpeg AddType application/vnd.ms-powerpoint .ppt AddType application/pdf .pdf AddType application/msword .doc AddType application/photoshop .psd AddType audio/mpeg .mp3 AddType application/vnd.ms-excel .xls AddType application/x-gtar .tgz AddType application/zip .zip AddType application/x-shockwave-flash .swf AddType application/msword .doc AddType application/vnd.oasis.opendocument.text .odt AddType application/vnd.oasis.opendocument.chart .odc AddType application/vnd.oasis.opendocument.presentation .odp AddType application/vnd.oasis.opendocument.graphics .odg AddType application/vnd.ms-project .mpp AddType text/plain .java AddType text/plain .c AddType text/plain .h AddType text/plain .asm AddType application/x-java-archive .jar AddType application/x-java-jnlp-file .jnlp AddType application/x-java-vm .class AddType x-world/x-vrml .wrl AddType application/sat .sat AddType application/octet-stream .obj AddType application/octet-stream .stl AddType text/xml .xml
-- Jdp 12:14, 2 June 2009 (EDT)
The upload limit should be set higher(1mb).--Marc1990 04:32, 3 July 2009 (EDT)
Limit is now 2 mb
Extensions
To be done
A number of extensions to the wiki software has been requested for installation:
- A feed reader extension such as this one must be installed to allow us to e.g. 'stream' official blog feeds directly into the Newsroom.
- something to aid with the acronyms, Glossary
- something to ease creation of tutorials, like inserting multimedia files OggHandler, or embed video / audio
- timeline
?
- Variables Extension in order to define parameters of design.
--Joshua 18:29, 18 February 2009 (EST)
- I belive we don't need this
- charting capabilities , graphviz ? gnuplot ?
- integration with project management or bug tracking
- voting
- Painting, a collaborative sketching tool. --Justinw 17:48, 22 September 2009 (UTC)
To know what other extensions are being used on a MediaWiki project, users have to look at the Special:Version page, as example, the English Wikipedia extensions. Other sites' extensions: Blender, EduTech, StarWars, BattleStar, Semantic Web, JMars, France5.
--Pablo Pita 11:40, 18 April 2009 (EDT)
done
- MediaWiki formula rendering must be installed or enabled to render articles containing formulas (such as Forward Error Correction) properly.
- is working now see Manual:Math
- The CategoryTree extension must be installed to produce nice trees of categories.
--Anders Feder 13:51, 4 February 2009 (EST)
- Is installed
- Parser Functions in order to calculate results in the design process.
- Is installed
- Help software developers with extension for "coloring" source code, GeSHi
- is install
Cool.. KML features in wiki -- Jdp 12:05, 2 June 2009 (EDT)
Bugs
I'm also listing bugs here that must be fixed on the new server --Alexc 16:13, 20 February 2009 (EST)
- Image thumbnails are not regenerated when a new version of an image is uploaded.
Namespaces
The following namespaces need to be added to the wiki:
- 'Tasks' (or 'Task')
- 'Patterns' (or 'Pattern'), or
- 'Problems' (or 'Problem'), and
- 'Solutions' (or 'Solution')
- 'Portal'
- 'News'
--Anders Feder 04:10, 21 February 2009 (EST)
Other
- We need the new ChipIn widget embedded on MediaWiki:rawmsg-chipin2. The old one at MediaWiki:rawmsg-chipin is expired. --Anders Feder 00:51, 22 February 2009 (EST)
- Has been updated
