Differences
This shows you the differences between two versions of the page.
admin:todo [2008/08/20 06:31] 127.0.0.1 external edit |
admin:todo [2015/05/27 02:06] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== TODO List ====== | ||
- | |||
- | |||
- | * Try to look up syntax from [[wiki: | ||
- | |||
- | * Use [[http:// | ||
- | |||
- | * For old SEP pages, copy the HTML source | ||
- | |||
- | < | ||
- | <!-- BEGIN FILE BODY --> | ||
- | and | ||
- | <!-- +++++ END OF BODY +++++ --> | ||
- | </ | ||
- | |||
- | to the wiki converter. | ||
- | |||
- | * At the end of each page, use the following code (without spaces) to include the global footer we are using | ||
- | < | ||
- | {{page> | ||
- | </ | ||
- | |||
- | * For most of the following section, in addition to main sidebar, there is a secondary sidebar which needs to be modified based of pages you are adding and what we have in old webpage. | ||
- | |||
- | |||
- | |||
- | \\ \\ | ||
- | |||
- | ==== Incomplete Sections ==== | ||
- | * **Research** section: Main research page, theses, New and old reports have been converted. Fix the links in all of them. >> **Adam** | ||
- | * **Software** Sections: Many pages are still not converted to wiki including SEPlib stuff and Tex. >> **Abdulah** | ||
- | * **Internal info** section needs to be converted completely including SEP Computing, Communications, | ||
- | |||
- | |||
- | |||
- | \\ \\ | ||
- | |||
- | ==== Completed Sections ==== | ||
- | * **About SEP** section is completely converted to Wiki. | ||
- | * **People** section is completely converted to Wiki. | ||
- | |||
- | * **Course ** section is almost converted to wiki. | ||
- | |||
- | * **Meetings** (2001-2008) are converted to wiki (Tranfers PDFs and Slides). | ||
- | |||
- | \\ \\ | ||
- | |||
- | ===== Tips and Tricks ===== | ||
- | * See also our [[admin: | ||
- | |||
- | === New Pages === | ||
- | To make a new page (e.g.: | ||
- | |||
- | |||
- | === File Access Permissions === | ||
- | Note that permissions for all files and folders should be set by **chmod -R 777 * ** and the ownership is suggested to be different than '' | ||
- | |||
- | |||
- | === Media === | ||
- | Media including image files, pdfs, compressed files can be uploaded by //Add image and other files// button in wiki page editor (make sure you upload the media to the coressponding folder of the current page) or can be copied directly to ''/ | ||
- | |||
- | |||
- | == Alignments of Images == | ||
- | You can use blank spaces in the curly brackets to set the alignment of the image.\\ | ||
- | < | ||
- | Right: | ||
- | Center: | ||
- | Left: {{wiki: | ||
- | </ | ||
- | \\ | ||
- | |||
- | === Non-parsed blocks === | ||
- | You can use tags to skip parsing the wiki. Check the examples below. | ||
- | |||
- | < | ||
- | < | ||
- | < | ||
- | |||
- | |||
- | \\ \\ | ||
- | |||
- | ===== Template & Layout Tricks ====== | ||
- | Also you can take a look at [[http:// | ||
- | |||
- | |||
- | **Change the header and footer color:** In ''/ | ||
- | < | ||
- | ; arctic template LAYOUT-COLORS | ||
- | . | ||
- | __header_background__ | ||
- | __footer_background__ | ||
- | . | ||
- | </ | ||
- | |||
- | \\ | ||
- | **Insert a figure instead of the backlink (Top right):** In ''/ | ||
- | < | ||
- | 1.Default: | ||
- | - [[<?php tpl_link(wl($ID,' | ||
- | 2.Modification | ||
- | - <?php print '<a href="' | ||
- | </ | ||
- | |||
- | \\ | ||
- | **Change the color of sidebar and table headers:** In ''/ | ||
- | < | ||
- | __text_alt__ | ||
- | __background_alt__ = "# | ||
- | </ | ||
- | |||
- | \\ | ||
- | **Change the color of entries in sidebar:** In ''/ | ||
- | < | ||
- | ; these are used for links | ||
- | . | ||
- | __existing__ | ||
- | </ | ||
- | |||
- | The following modification may also work: In ''/ | ||
- | < | ||
- | div.dokuwiki div.sidebar_box h1 a { | ||
- | color: #000066; | ||
- | } | ||
- | </ | ||
- | |||
- | \\ | ||
- | **Change the width of sidebar:** In ''/ | ||
- | < | ||
- | - div.dokuwiki div.left_sidebar { | ||
- | float: left; | ||
- | width: 15%; | ||
- | padding: 0.2em 0.5em 0 0; | ||
- | border-right: | ||
- | </ | ||
- | Change div.right.sidebar similarly if you have set the sidebar on the right side of the page. | ||
- | |||
- | |||
- | \\ | ||
- | **Change the width of search box:** In ''/ | ||
- | < | ||
- | div.dokuwiki # | ||
- | width: 135px; ; or 94% | ||
- | } | ||
- | </ | ||
- | |||
- | \\ | ||
- | **Change the fontsize in the main header:** In ''/ | ||
- | < | ||
- | - div.dokuwiki .logo { | ||
- | margin: 0.2em; | ||
- | font-size: 230%; | ||
- | </ | ||
- | |||
- | \\ | ||
- | **Change the headline text color:** In ''/ | ||
- | < | ||
- | /* general headline setup */ | ||
- | . | ||
- | . | ||
- | . | ||
- | - div.dokuwiki a.nolink { | ||
- | /* background:# | ||
- | color: __headline_color__ !important; | ||
- | </ | ||
- | |||
- | |||
- | \\ \\ | ||
- | |||
- | |||
- | ====== Plugins ====== | ||
- | |||
- | ==== Installed ==== | ||
- | plugins can only be installed by wiki admins. For a list of plugins see [[http:// | ||
- | |||
- | * [[http:// | ||
- | < | ||
- | | ||
- | </ | ||
- | |||
- | * [[http:// | ||
- | |||
- | * [[http:// | ||
- | |||
- | * [[http:// | ||
- | |||
- | * [[http:// | ||
- | < | ||
- | | ||
- | </ | ||
- | |||
- | * [[http:// | ||
- | < | ||
- | Same alignment rules as media | ||
- | | ||
- | | ||
- | | ||
- | </ | ||
- | |||
- | * [[http:// | ||
- | < | ||
- | <box width classes colours | title text> contents text </ | ||
- | </ | ||
- | |||
- | * [[http:// | ||
- | < | ||
- | < | ||
- | ... | ||
- | XML/SWF Slideshow code | ||
- | You can use media link like {{XXX.jpg}}. | ||
- | You can use wiki link like [[XXX: | ||
- | You can include your PHP script by < | ||
- | ... | ||
- | </ | ||
- | |||
- | < | ||
- | < | ||
- | <image url=' | ||
- | < | ||
- | </ | ||
- | </ | ||
- | </ | ||
- | |||
- | * [[http:// | ||
- | < | ||
- | ~~DISCUSSION~~ | ||
- | ~~DISCUSSION: | ||
- | ~~DISCUSSION: | ||
- | |||
- | OR | ||
- | |||
- | {{threads> | ||
- | [namespace] The namespace for which you want a discussion thread list; | ||
- | : is the top namespace, | ||
- | . is the same namespace as the page lies in, | ||
- | * the whole wiki. | ||
- | </ | ||
- | |||
- | * [[http:// | ||
- | < | ||
- | {{blog> | ||
- | {{archive> | ||
- | </ | ||
- | \\ | ||
- | |||
- | * [[http:// | ||
- | < | ||
- | <poll [id]> | ||
- | [question] | ||
- | |||
- | * [option] | ||
- | * [option] | ||
- | * ... | ||
- | </ | ||
- | </ | ||
- | |||
- | |||
- | \\ | ||
- | * [[http:// | ||
- | < | ||
- | Align Left: | ||
- | #;; | ||
- | This would be aligned left. | ||
- | #;; | ||
- | Align Right: | ||
- | ;;# | ||
- | This is aligned right. | ||
- | ;;# | ||
- | Align Center: | ||
- | ;#; | ||
- | This is aligned center. | ||
- | ;#; | ||
- | </ | ||
- | |||
- | |||
- | ==== Considerable ==== | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||
- | * [[http:// | ||