Warning: session_write_close(): write failed: No space left on device (28) in /services/http/users/b/bamlab/wiki/doku.php on line 119

Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) in /services/http/users/b/bamlab/wiki/doku.php on line 119
wiki [Berkeley Autonomous Microsystems Lab]
Warning: parse_ini_file() has been disabled for security reasons in /services/http/users/b/bamlab/wiki/inc/StyleUtils.php on line 100

User Tools

Site Tools


wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki [2020/11/30 03:53]
dteal
wiki [2020/11/30 07:13] (current)
dteal [Namespaces]
Line 7: Line 7:
 Every wiki on the internet uses a slightly different software, so they work slightly differently. [[https://en.wikipedia.org|Wikipedia]] uses the MediaWiki software, [[https://tvtropes.org/|TV Tropes]] uses PmWiki, and [[https://starwars.fandom.com/wiki/Main_Page|Wookieepedia]] uses a heavily modified MediaWiki. Every wiki on the internet uses a slightly different software, so they work slightly differently. [[https://en.wikipedia.org|Wikipedia]] uses the MediaWiki software, [[https://tvtropes.org/|TV Tropes]] uses PmWiki, and [[https://starwars.fandom.com/wiki/Main_Page|Wookieepedia]] uses a heavily modified MediaWiki.
  
-This wiki, https://bamlab.berkeley.edu/wiki/, uses [[https://www.dokuwiki.org/manual|DokuWiki]].+This wiki, https://bamlab.berkeley.edu/wiki/, uses [[https://www.dokuwiki.org/manual|DokuWiki]], so pages are edited with DokuWiki-specific syntax, etc.
  
 ===== How to Get an Editing Account ===== ===== How to Get an Editing Account =====
Line 13: Line 13:
 Right now, this wiki is set up such that only logged-in users can edit pages. But user accounts are shared between [[https://bamlab.berkeley.edu|the main Wordpress group website]] and this wiki, so the same username and password work on both. To get a user account, email the [[webmaster]] with your desired username and email; they will quickly create an account, and an automated email will be sent to you to set a password. This way, you can more easily edit both the WordPress site (which requires user registration) and this wiki. Right now, this wiki is set up such that only logged-in users can edit pages. But user accounts are shared between [[https://bamlab.berkeley.edu|the main Wordpress group website]] and this wiki, so the same username and password work on both. To get a user account, email the [[webmaster]] with your desired username and email; they will quickly create an account, and an automated email will be sent to you to set a password. This way, you can more easily edit both the WordPress site (which requires user registration) and this wiki.
  
-Anyone---graduate students, undergraduate students, etc.---is more than welcome.+Anyone---graduate students, undergraduate students, etc.---is more than welcome to an account, even if they rarely use itThe more people collaborating, the better!
  
 ===== How to Edit a Page ===== ===== How to Edit a Page =====
  
 You should see icons along the right hand side of every page. After logging into the wiki, clicking the top icon should allow you to edit the page. You should see icons along the right hand side of every page. After logging into the wiki, clicking the top icon should allow you to edit the page.
 +
 +Pages are edited as plain text with special syntax for formatting, and then converted to pretty website by the DokuWiki engine once saved.
 +
 +If you'd like, you can experiment with assorted syntax on the [[playground:playground]] page.
  
 ==== Editing Syntax ==== ==== Editing Syntax ====
  
-See the [[https://www.dokuwiki.org/wiki:syntax|DokuWiki syntax guide]].+**READ THE [[https://www.dokuwiki.org/wiki:syntax|DokuWiki syntax guide]]!**
  
-You can also read through the [[https://www.dokuwiki.org/manual|DokuWiki manual]].+(for more depth, you can also read through the entire [[https://www.dokuwiki.org/manual|DokuWiki manual]]). 
 + 
 +For example, make a bulleted list by indenting items with two spaces and an asterisk: 
 + 
 +  * item one 
 +  * item two 
 + 
 +<code> 
 +  * item one 
 +  * item two 
 +</code> 
 + 
 +Or create links to other pages in this wiki: 
 + 
 +[[home|Home Page]] 
 + 
 +<code>[[home|Home Page]]</code> 
 + 
 +Or create links to other websites on the internet: 
 + 
 +[[https://www.berkeley.edu|Berkeley]] 
 + 
 +<code>[[https://www.berkeley.edu|Berkeley]]</code> 
 + 
 +=== Images and Video === 
 + 
 +You can upload images with the [[https://bamlab.berkeley.edu/wiki/wiki?do=media&ns=|media manager]] (see the link at the top right of the website). 
 + 
 +However: ONLY UPLOAD SMALL IMAGES! 
 + 
 +The website server gives us a maximum space of 5GB, so uploading large images and videos will use up that space quickly and have to be removed. Unfortunately, there's not currently an easy way around this other than to use small images, or to link to bigger images and videos and presentations stored on Box or something. Even then, Berkeley may transition away from Box in the next couple years, in which case those links could be broken
  
 === LaTeX Support === === LaTeX Support ===
Line 32: Line 66:
  
 $$\int_0^\infty e^{-x}\,dx=1$$ $$\int_0^\infty e^{-x}\,dx=1$$
 +
 +<code>$$\int_0^\infty e^{-x}\,dx=1$$</code>
  
 === Complex Text Layout === === Complex Text Layout ===
Line 51: Line 87:
 The Move plugin can rename a page and update references linking to it. See [[https://www.dokuwiki.org/plugin:move|the user manual]]. The Move plugin can rename a page and update references linking to it. See [[https://www.dokuwiki.org/plugin:move|the user manual]].
  
 +Go to a page, then mouse over the edit page button. In the drop-down menu that appears, select the rename pages tool to rename the page.
 +
 +==== Namespaces ====
 +
 +Pages can be made in "namespaces", which are just like folders. These appear in the sitemap, and can help organize pages into categories. For example, the [[about:onboarding|onboarding]] page is in the "about" namespace.
 +
 +However, most pages are not in a namespace because they don't help organize a sufficiently big wiki, as some pages might reasonably belong in more than one namespace. This also makes page URLs simpler.
wiki.1606737189.txt.gz · Last modified: 2020/11/30 03:53 by dteal