Site Home  »  How to Use This Wiki

How to Use This Wiki

Tags:  

How to contribute content or edit a wiki page

  1. Sign up for a Zoho account.
  2. Sign in to Zoho by either clicking the "Sign in" link at the bottom of the wiki or using the Zoho login page.
  3. Read the following important guidelines.

There is no locking or checkout feature in Zoho Wiki to prevent multiple contributors from working on the same page simultaneously. Every time a user saves their work, Zoho Wiki creates a new version of the page, so no work should be lost. However, only the latest version is displayed.

AVOID DUPLICATING EFFORTS

We strongly recommend that users follow these guidelines to avoid wasting hours of effort.

Look at the top of the page that you would like to edit. If there is a big yellow box like the following:

This page is currently under development by DEVELOPER NAME.
Please contact wiki@lassosoft.com to coordinate development efforts.

then don't edit it. Someone else is working on it.

If there is no big yellow warning, and you would like to "stake your claim" to edit the page, then do the following.

  1. Copy the above warning snippet.
  2. Browse to any page in the Lasso Documentation wiki (except the Home page).
  3. Click the Edit button at the top of the page you want to edit.
  4. Paste the snippet into the WYSIWYG editor to "stake your claim" to the page.
  5. Click the "Save and Close" button. This sends notifications by email to all interested parties who are subscribed to or tracking the wiki page.
  6. When you are done, delete the warning to remove your claim.

Inserting Programming Code

There are two types of code formats: block and inline.

Code Block Formatting

  1. Start a new blank line.
  2. From the Style select menu, select "Formatted".
  3. Paste or type your code.
View the video demonstration.

Code Inline Formatting

  1. Place the insertion point where you will insert inline code.
  2. Click the "Insert HTML" button.
  3. Enter your HTML code in the dialog window, using the "<code></code>" tags.
  4. Click the Insert button.

View the video demonstration.

Credits and Bylines

You are welcome to provide a credit or byline to your contribution. Please follow these guidelines.

  • one contributor, one link
  • unobtrusive
  • images and videos may have watermarks or indicia
  • use standard byline credits, e.g., "authored by Steve Piercy, with contributions by Brad Lindsay"

Receive Notifications of Changes to the Wiki

You must have a Zoho account and be logged in to activate notifications.

  • To receive email notification of all changes to this wiki, click the link at the bottom of every page labeled "Watch this wiki".
  • To receive email notification of changes to a page, click the link at the lower left of the page labeled "Watch this page".
  • To subscribe via RSS of changes to a page, click the link at the lower left of the page labeled "RSS of this page".

How to download this wiki

There are three paths to the page to download this wiki.

At the top of the page, there is a navigation bar. Click Wiki > Dashboard. At the bottom of the Recently changed pages list, click the tiny link labeled "More »".

Recently Changed > Wiki > Desktop

In the left-hand navigation, there is a section labeled "Recently Changed". At the bottom is a green link labeled "More". Click this link to view a list of pages to select for download.

Recently Changed > More

Alternatively click the link: Download the entire wiki as either a PDF or Word document.

There is a bug that we have reported regarding downloading all the files as PDF (Word is OK), and are awaiting a response from Zoho. Please see this post in the Zoho forums on wikis: "Exporting multiple pages as PDF results in corrupt download, but Word export is fine".

There is a bug the we have reported regarding the ability to download the wiki as a PDF in the proper page order and hierarchy. Please see this post in the Zoho forums on wikis: "Non-administrators cannot export PDF of wiki in proper page order or hierarchy"

You may also use wget to download this wiki over HTTP. Thanks to Richard Taubo for the following. You will need wget, a *nix utility.

Download whole site First Time

 

mkdir ~/Desktop/LassoWiki && cd ~/Desktop/LassoWiki
/usr/local/wget/bin/wget -r -k -l inf -nv -Dlassosoft.wiki.zoho.com http://lassosoft.wiki.zoho.com/

 

Download whole site Second Time and later

 

cd ~/Desktop/LassoWiki
/usr/local/wget/bin/wget -r -k -N -l inf -nv -Dlassosoft.wiki.zoho.com http://lassosoft.wiki.zoho.com/

 

Description

-D = Download only on lassosoft.wiki.zoho.com

-r = recursive (all links)

-l inf = infinite levels

-k = convert non-relative links to relative links

-N = Check if a file exists. If it does, and the remote file is older, Wget will not download it

-nv = show only basic information and errors

Installation instructions for wget

 

cd /usr/local/src
sudo mkdir wget && cd wget
sudo curl -O http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
sudo tar xzvf wget-latest.tar.gz

 

(You might want to check the http://ftp.gnu.org/gnu/wget/wget-1.12.tar.gz.sig file for authenticity as well.)

 

cd wget-1.12
sudo ./configure --prefix=/usr/local/wget
sudo make
sudo make install

 

How to submit comments

  1. Browse to the page on which you wish to submit a comment. Authentication is not required.
  2. Click the link "Post a comment".

How to suggest a new wiki page

Only Editors and Administrators can create a new wiki page. To suggest a new wiki page, do the following.

  1. Visit the Suggest a New Wiki Page.
  2. Either submit a comment or edit the page.
  3. The Editors and Administrators will review your comments or edits and respond accordingly.

Post a comment

Your Name or E-mail ID (mandatory)


Note: Your comment will be published after approval of the owner.





 RSS of this page