User Tools

Site Tools


vps_-_plan9front_-_mailing_and_faces

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
vps_-_plan9front_-_mailing_and_faces [2021/09/29 08:24] – [9p mail] hc9vps_-_plan9front_-_mailing_and_faces [2022/07/19 20:57] (current) – removed hc9
Line 1: Line 1:
-====== create face.1 ====== 
- 
-Adding a face: 
- 
-<code> 
-cpu% jpg -c myface.jpg  | iconv -c m8 | resample -x 48 -y 48 > myface.1 
-</code> 
- 
-<code> 
-cpu% jpg -c myface.jpg  | resample -x 100 | crop -b 255 255 255 -i -30 | mug > myface.1 
-</code> 
- 
-|An optional example:|''<nowiki>jpg -c myface.jpg  | iconv -c k4 | resample -x 48 -y 48 > myface.1</nowiki>''| 
- 
-|x|Adding your face|https://9p.io/wiki/plan9/adding_your_face/index.html| 
- 
-===== quality control ===== 
- 
-Check the results with ''page'': 
- 
-<code> 
-cpu% page myface.1 
-</code> 
- 
-|x|If //myface.1// looks good, install it as ''/lib/face/people/$user.1'', in the ''/lib/face/people'' directory.| 
- 
-Then __**carefully**__ edit ''/lib/face/people/.dict'', adding the line: 
-|''sdf.org/$user $user.1''| 
- 
-|x|The .dict file is maintained in __alphabetical__ order.| 
- 
-<code> 
-cpu% acme /lib/face/people/.dict 
-</code> 
- 
-===== face location ===== 
- 
-This is a people face, __example only__: 
- 
-<code> 
-cpu% jpg -c USER.jpg  | resample -x 100 | crop -b 255 255 255 -i -30 | mug > /lib/face/people/USER.1 
-</code> 
- 
-This is a domains face, __example only__: 
- 
-<code> 
-cpu% jpg -c sdf.jpg  | resample -x 100 | crop -b 255 255 255 -i -30 | mug > /lib/face/domains/sdf.org.1 
-</code> 
- 
-====== 9p mail ====== 
- 
-Create the ''/mail/box/$user'' with ''mail -c''. This is only necessary once; it creates the $user mbox. 
- 
-<code> 
-cpu% mail -c 
-</code> 
- 
-Start acme to access the mbox. 
- 
-<code> 
-  % acme 
-</code> 
- 
-^Newcol Kill Putall Dump Exit^^ 
-|**New Cut Paste Snarf Sort Zerox Delcol**|:::| 
- 
-^Newcol Kill Putall Dump Exit^^^ 
-|**New Cut Paste Snarf Sort Zerox Delcol**|:::|⇐ Add //Mail// by typing ''Mail''.| 
- 
-^Newcol Kill Putall Dump Exit^^^ 
-|**New Cut Paste Snarf Sort Zerox Delcol Mail**|:::|⇐ Mouse button 2 press //Mail//.| 
- 
-^Newcol Kill Putall Dump Exit^ 
-|**New Cut Paste Snarf Sort Zerox Delcol Mail**| 
-|**///mail/fs/mbox//** **Del Snarf : Look Put Mail Delmesg Undelmesg Next**| 
- 
-^Newcol Kill Putall Dump Exit^^^ 
-|**New Cut Paste Snarf Sort Zerox Delcol Mail**| 
-|**///mail/fs/mbox//** **Del Snarf : Look Put Mail Delmesg Undelmesg Next**|:::|⇐ Mouse button 2 press //Mail// to compose a new mail.| 
-|1/|:::|⇐ Email messages arrive here.| 
- 
-^Newcol Kill Putall Dump Exit^^^ 
-|**New Cut Paste Snarf Sort Zerox Delcol Mail**| 
-|**///mail/fs/mbox//** **Del Snarf : Look Put Mail Delmesg Undelmesg Next**| 
-|2/|:::|⇐ Email messages arrive here.| 
-|1/| 
-|**///mail/fs/mbox/Compose.1//** **Del Snarf : Look Post :fmt**|:::|⇐ Mouse button 2 press //Post// to send the mail; //fmt// to format the mail.| 
-|To:| 
-|Subject:| 
-|[blank]| 
-|some text here|:::|⇐ Type the email text here.| 
- 
- 
-^Newcol Kill Putall Dump Exit^^^ 
-|**New Cut Paste Snarf Sort Zerox Delcol Mail**| 
-|**///mail/fs/mbox//** **Del Snarf : Look Put Mail Delmesg Undelmesg Next**| 
-|5/|:::|⇐ Mouse button 3 press #5 (//5///) to open the message.| 
-|4/| 
-|3/| 
-|2/| 
-|1/| 
- 
-===== mailing lists ===== 
- 
-|x|SDF hosts the //plan9-l// mailing list for participants in the Plan 9 Boot Camp. Email '[[=finding_help#the_definitive_guide_to_rtfming|majordomo]]' and 'subscribe plan9-l' to join.| 
- 
-A man page example: 
- 
-<code> 
-$ man majordomo 
-</code> 
- 
-^Newcol Kill Putall Dump Exit^^^ 
-|**New Cut Paste Snarf Sort Zerox Delcol Mail**| 
-|**///mail/fs/mbox//** **Del Snarf : Look Put Mail Delmesg Undelmesg Next**| 
-|1/|:::|⇐ Email messages arrive here.| 
-|**///mail/fs/mbox/Compose.1//** **Del Snarf : Look Post :fmt**|:::|⇐ Mouse button 2 press //Post// to send the mail; //fmt// to format the mail.| 
-|To: ''majordomo@sdf.org''| 
-|Subject:| 
-|[blank]| 
-|''subscribe plan9-l''|:::|⇐ Type the email text here.| 
- 
-|x|Plan 9 has active communities which mostly interact by email. You are encouraged to join the //[[https://9p.io/wiki/plan9/mailing_lists|9fans mailing list]]// where discussion about Plan 9, and related technologies occur.| 
- 
-=== create popmail: === 
- 
-|x|This is a DRAFT| 
- 
-Incomplete notes, regarding popmail on 9p, are located here: [[:playground:misc:plan_9_boot_camp_tea_note_presentation-notes|Notes from TEA NOTE #N Sunday August 22, 2021]]. 
  
vps_-_plan9front_-_mailing_and_faces.1632903884.txt.gz · Last modified: 2021/09/29 08:24 by hc9