User Tools

Site Tools


hstarwiki:cust:gen:editwiki

About Editing this wiki

If you want to edit this wiki, at this time, it is best to contact Brandon Towne. You can easily talk to him via email:
playdeadvideo@gmai.com

Simple syntax

here is some syntax that you can refer to for basics. Of course, you can follow the link to the DokuWiki page about syntax

https://www.dokuwiki.org/wiki:syntax

one of the best ways to learn how this works is to just start editing a page and do preview or save to see how it will look.


Brandons Basic Syntax aka, Markup: Below is an example of how a page would look in markup mode, but feel free to view the “source of this page” (tab on right with 3 icons, top icon, also the edit icon)

====== Title ======
Makes a level 1 header, for each subsequent header, subract = from each side (see 6 here on each side, so a level 2 would be 5 and 5)

[[subfolder:namespace|Actual link title]]
Links

[[index#internal|within page section link]]
Note:Use exact title, with spaces is ok

<email@address.com>

Description here
  * bullets
  * in edit mode, can hit enter to auto create the next bullet.



//italics//
Which can maess things up for addresses

\\ pagebreaks for new paragraph (dont forget, you must do a space after \\ ) you can not just hit return or else it will not make a new line

<nowiki>will be displayed as is</nowiki>
%%this should work the same%%

This box is by using
<code> at the begining
and this at the end: </ code> But without the space between forward slash and code.

Wiki development and Deployment

this section is about the instructions of how to create potions of this wiki for customers, or an entirely seperate wiki for companies.

Issolated User access

This is how you can create access for a client without accessing full interface

  1. Add user in Admin pannel
  2. choose group, usually same is user, but sometimes for multiple users of a company/organization
  3. Go to ACL (access Control List) and restrict access to indavidual pages.

Creating a new wiki

  • Create new company wiki
  • ???
  • Win

Headline

Good link resources:

https://www.flickr.com/photos/dkeats/5732992512/sizes/o/
To change the logo, you just have to find the dir of logo.png and replace it. Easiest with FTP client. Requirements:

  • png
  • 128 x 128
  • named exactly:
  • logo.png
  • ex dir:
  • /public_html/lib/tpl/vector/static/3rd/dokuwiki/logo.png

Bootstrap3

Bootstrap 3 is a template for the style. Here are some info and changes:

To change logo height in navbar:
  • edit :
  • /dokuroot/lib/tpl/bootstrap3/tpl_navbar.php,
  • find line: $logo_size = 'height="20"'; (line 40)

Adding Documents

When adding documents that need to be viewed or downloaded publically, you need to put them in the link:
[[hstarwiki:cust:gen:documentexample.extension|document title]]
Otherwise they can not be viewed by public

Pages

Here are some page links in case the drop down is not working

Backing up and upgrad

as of 2021, here are instructions on how to back up your wiki and then upgrade it. The backup instructions are here:
https://www.dokuwiki.org/faq:backup
First you need to ssh into your system.

ssh btowne@mendiculus.info 

password is in gmail
Then you need to zip up your entire folder. it is in the public HTML folder and located located at:

/home/btowne/public_html

You can use this command to make the backup. Feel free to figure out what zcpfv mean and change it. Whne you are ssh into the server, this is the command you want to do right in the root of where you landed.

tar zcpfv dokuwiki-backup2021-05-03.tar.gz /public_html

That is pretty much it. you can then get that backup file and put it whereever is safe.

hstarwiki/cust/gen/editwiki.txt · Last modified: 2021-05-03 T 19:41 by admin