[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
slackdocs:offline_editing [2012/12/25 06:02 (UTC)] – added details about obtaining existing pages mfillpotslackdocs:offline_editing [2013/01/02 09:41 (UTC)] – [Obtaining Existing Wiki Pages] typo sycamorex
Line 1: Line 1:
 +<!-- 0.0.2 -->
 ====== Offline Wiki Editing ====== ====== Offline Wiki Editing ======
  
Line 26: Line 27:
 built-in function to ease the trouble. built-in function to ease the trouble.
  
-When in a webbrowser looking at the page you will need to append the synatax+When in a webbrowser looking at the page you will need to append the syntax
 **<nowiki>?do=export_raw</nowiki>** to the end of the url such as **<nowiki>?do=export_raw</nowiki>** to the end of the url such as
 [[http://docs.slackware.com/slackware:current?do=export_raw]]. [[http://docs.slackware.com/slackware:current?do=export_raw]].
Line 138: Line 139:
 from [[http://slackbuilds.org/repository/14.0/misc/xclip/|SlackBuilds.org]]. from [[http://slackbuilds.org/repository/14.0/misc/xclip/|SlackBuilds.org]].
  
-Issue the command <code>cat {filename} | xlcip -selection clipboard</code>+Issue the command <code>cat {filename} | xclip -selection clipboard</code>
  
 Then the complete document is in your clipboard, you can then paste it into Then the complete document is in your clipboard, you can then paste it into
 slackdocs:offline_editing ()