start

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
start [2025/04/21 07:40] – [Júne's Wikistation] Júne Parkstart [2025/08/07 06:03] (current) – [Júne's Wikistation] Júne Park
Line 1: Line 1:
 ====== Júne's Wikistation ====== ====== Júne's Wikistation ======
- 
-{{:wiki:fb_covers_12_.png?nolink|}} 
  
 <php> <php>
-$min = 1                  // Minimum image number +$min = 10
-$max = 10                 // Maximum image number+$max = 38; 
 +$rand = rand($min, $max); 
 + 
 +// Build wiki image syntax 
 +$syntax = "{{:wiki:fb_covers_{$rand}_.png?nolink|}}";
  
-$randomNumber rand($min, $max);+// Use p_render to parse DokuWiki syntax into HTML 
 +global $ID; 
 +$instructions p_get_instructions($syntax); 
 +$rendered = p_render('xhtml', $instructions, $info);
  
-// Output the image HTML +// Output the rendered HTML 
-echo "{{:wiki:fb_covers_$randomNumber_.png?nolink|}}";+echo $rendered;
 </php> </php>
  
  
-<text type="warning">🧐 **Júne's {{fa>wikipedia-w?color=#cf8d2e}}ikistation**</text> is a {{mdi>collage?18&color=#005670}} collective platform to organize and manage personal & private information of Júne's. This {{fa>wikipedia-w}}iki is also for providing practical manuals {{mdi>book-multiple-variant?18&color=#0c3866}} of **<text type="danger">operating working machines</text>** and **<text type="success">solving technical problems</text>**.  {{fa>refresh?fa-spin&color=#caccd1}} ~~NOCACHE~~  <php> echo $_SERVER['REMOTE_ADDR']; echo ' with <sub>'; echo $_SERVER['HTTP_USER_AGENT']; echo '</sub>';</php>+<text type="warning">🧐 **Júne's {{fa>wikipedia-w?color=#cf8d2e}}ikistation**</text> is a {{mdi>collage?18&color=#005670}} collective platform to organize and manage personal & private information of Júne's. This {{fa>wikipedia-w}}iki is also for providing practical manuals {{mdi>book-multiple-variant?18&color=#0c3866}} of **<text type="danger">operating working machines</text>** and **<text type="success">solving technical problems</text>**.  {{fa>refresh?fa-spin&color=#caccd1}} ~~NOCACHE~~ You are currently asccessing from <php> 
 +$ip = $_SERVER['REMOTE_ADDR']; echo "<b>$ip</b>"; </php>
  
 ---- ----
Line 43: Line 49:
  
 </panel> </panel>
 +
 </accordion> </accordion>
 +
 +
 ---- ----
  
Line 219: Line 228:
  
 {{mdi>account-key?24&color=#B77FBE}} [[WEB:PGP_MAIL|Public keys for encrypted mail]]     {{fa>info-circle?color=#020202}}  {{mdi>account-key?24&color=#B77FBE}} [[WEB:PGP_MAIL|Public keys for encrypted mail]]     {{fa>info-circle?color=#020202}} 
-<sub> --- Updated on //2018/05/25 01:38//</sub>+<sub>  --- Updated on //2025/06/20 07:52// </sub>
   * **<sub>URL:</sub>** **''PGP.MESON.IN''**   * **<sub>URL:</sub>** **''PGP.MESON.IN''**
  
Line 334: Line 343:
 ===== ─ Something in the Cloud =====  ===== ─ Something in the Cloud ===== 
  
-== OMiCS (HMS loops) ==  +OMiCS (HMS loops)iOGEN (MGH loops)FiNCA (NUS loops)SYSBiO (Broad Connector)CLOUD.ONNi (YONSEI Connector)BOX.MESON (Personal Box)ATCG (DNA Datasets)SYNC (Data Collector)AIR (Secondary Box)LUNE & KOMEDA 
- +
-== iOGEN (MGH loops) ==  +
- +
-== FiNCA (NUS loops) ==  +
- +
-== SYSBiO (Broad Connector) ==  +
- +
-== CLOUD.ONNi (YONSEI Connector) ==  +
- +
-== BOX.MESON (Personal Box) ==  +
- +
-== ATCG (DNA Datasets) ==  +
- +
-== SYNC (Data Collector) ==  +
- +
-== AIR (Secondary Box) ==  +
- +
-== LUNE & KOMEDA == +
  
  
 ---- ----
  • start.1745221212
  • Last modified: 2025/04/21 07:40
  • by Júne Park