User Tools

Site Tools


playground:playground

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
playground:playground [2022/05/08 11:32] – add testing contents of terminal display finetunes peterguoplayground:playground [2022/12/24 07:33] – [bboard reply example] hc9
Line 1: Line 1:
-====== Proposed SDF wiki splash page ======+====== SDF Wiki Playground ======
  
-  * :!: [[a_cleaner_front_page_--_push_most_things_into_sub-menus|A cleaner Front PagePush most things into sub-menus on pages linking to start page]] +{{:mastodon.png?nolink&400|}} 
-  * [[relabel site as Knowledge Base front page]] Maybe generalize front page as a "User Knowledge Base" that just happens to also feature tutorials, and allow/encourage simpler help and tips tricks, rather than just full-blown tutorials? +===== Proposed SDF wiki splash page =====
-  * Optional real colo: [[https://wiki.sdf.org/doku.php?id=tuner-01:tuner-01_prototype_-_ver._0.9.0|SDF tutorial Tuner-01]]+
  
-====== Headline ======+|[[proposed_sdf_wiki_splash_page|Proposed SDF wiki splash page]]|<nowiki>https://wiki.sdf.org/doku.php?id=playground:proposed_sdf_wiki_splash_page</nowiki>|
  
-  * [[SDF Basics]]-- seeing if this page can have a lot of non-basics and repetitive links stripped from it and moved either to subsections on  [[playground:a_cleaner_front_page_--_push_most_things_into_sub-menus|Welcome to SDF User Contributed Tutorials]] or to [[:sdf_advanced_tutorials|Advanced Topics]] +  * The content was moved and remains intact.
-  * [[playground:menu_of_SDF_offerings|Keeping track of the massive menu of SDF offerings]] - something a bit more organized than the hierarchy of membership levels +
-====== Inserting Images ======+
  
-==== boxed image w/ caption & rollover: ====+===== Proposed SDF wiki other page =====
  
- {{ :playground:ipaq-4.jpg?nolink&400 |old Compaq dialup Internet appliances}} +|[[proposed_sdf_wiki_other_page|Proposed SDF wiki other page]]|<nowiki>https://wiki.sdf.org/doku.php?id=playground:proposed_sdf_wiki_other_page</nowiki>|
-|  old Compaq dialup Internet appliances  |+
  
-<code> +  * Some bullet item about the other page.
-|  {{ :playground:ipaq-4.jpg?nolink&400 |old Compaq dialup Internet appliances}} +
-|  old Compaq dialup Internet appliances +
-</code>+
  
 +----
  
-====== Terminal Display finetunes ======+=== some wiki format practice ===
  
-===== Display your local languages in console terminal =====+^ Service ^  available at membership level  ^^^  further action required  ^^^ 
 +^ ^ user ^ ARPA ^ MetaARPA ^ self-service (e.g., log in to maint) ^ email membership ^ prepay for the desired timespan ^
  
-To display your own languages, e.g. Chinese, Janpanes in console, you would need to enable UTF-8 encoding, and this could be done by changing the environment variable value of $LANG.+----
  
-You could firstly test this in your shell: 
  
-<code type this to your shell command line> +====== Verification practice ======
-LANG=en_US.UTF-8 +
-export LANG +
-</code>+
  
-Or,+  * Further editing practice to see what a table might look like. 
 +  * The //<nowiki><nowiki></nowiki>// was added to the [[:mastodon_and_the_fediverse|active or live link]]. 
 +  * The two //Example// formats were modified for clarity for the [[:mastodon_and_the_fediverse|active or live link]]. 
 +  * The [[:sdf_voip_client#android_native_client|SDF VoIP Client]] tutorial has examples of a similar text and image relationship. 
 +  * The changes have not been viewed from a mobile device (possible problem?). ✔
  
-<code type this to your shell command line> +//Example: <a rel="me" href="<nowiki>https://mastodon.sdf.org/@SDF</nowiki>">Mastodon</a>//
-export LANG="en_US.UTF-8" +
-</code>+
  
-Once this is done, you should be able to view your own languages with less or vim, and your email program alpine should also properly showing your langues in the inbox as well as in the email contents.+^Example:
 +|''<a rel="me" href="<nowiki>https://mastodon.sdf.org/@SDF</nowiki>">Mastodon</a>''  |
  
-{{:playground:alpine_inbox_shows_chinese.png?600|}}+//Example Verification  <nowiki>https://sdf.org/mastodon</nowiki> //
  
-Then, to make lifer easier, add the below two lines to your ~/.profile, so every login the ksh shell will automatically do this for you.  +^Example:^^ 
 +|Verification  |''<nowiki>https://sdf.org/mastodon</nowiki>''  |
  
-<file add the following two lines to your ~/.profile file> +^Example:^^ 
-LANG=en_US.UTF-8 +|Website|''<nowiki>https://</nowiki>'' ((//Your external website, where the copied HTML// can be loaded from.))  | 
-export LANG +|Verification  |''<nowiki>https://sdf.org/mastodon</nowiki>''  |
-</file>+
  
-===== Enable color scheme in Vim =====+__Self Verification__
  
-In SDF.org Unix console, by default, the Vim is only showing black and whtie, even you enable it in Vim by using ":syntax enable" +Mastodon allows individuals to self verify their accounts using their own website The procedure is very simplejust follow these steps:
-The reason could be Vim could not detech the correct type of your terminal, and by default in SDF.org Unix this is DEC vt100which is not supporting colors, so solution will be set the environment variable $TERM to terminal types of supporting colors, e.g. "xterm-color" terminal type.+
  
-<code type this to your shell command line> +1. Visit [[https://mastodon.sdf.org/settings/profile|https://mastodon.sdf.org/settings/profile]] and copy the Verification HTML
-export TERM="xterm-color" +
-</code>+
  
-Now reopen Vim, you should see the color is switched on.+^Example:
 +|''<a rel="me" href="<nowiki>https://mastodon.sdf.org/@SDF</nowiki>">Mastodon</a>''  |
  
-Then, to make lifer easier, add the below two lines to your ~/.profile, so every login the ksh shell will automatically do this for you.  +{{ :screenshot_2022-12-21_at_11.48.27_am.png?direct&200 |}} 
 +2. Save that HTML in a post or index.html file that you can link to.
  
-<file add the following two lines to your ~/.profile file+3. In your Mastodon profile, add the Profile Metadata "Verification" and the URL to your external website where the copied HTML can be loaded from 
-TERM=xterm-color + 
-export TERM +^Example:^^ 
-</file>+|Website|''<nowiki>https://</nowiki>'' ((//Your external website, where the copied HTML// can be loaded from.))  | 
 +|Verification  |''<nowiki>https://sdf.org/mastodon</nowiki>''  | 
 + 
 +{{ :screenshot_2022-12-21_at_11.48.49_am.png?direct&200 |}} 
 +4. Save Changes 
 + 
 +Once you'd done that, a verification worker will be scheduled to check that URL.  If the HTML tag is found as copied from your profile, the Verification will be highlighted in green. 
 + 
 +//Please note: since verification is scheduled it may take sometime before the task is complete.// 
 + 
 +{{ :screenshot_2022-12-21_at_11.47.40_am.png?direct&200 |}}
  
playground/playground.txt · Last modified: 2023/07/25 17:06 by peteyboy