diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-13 21:46:01 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-13 21:46:01 +0100 |
commit | 2d239d5263bdb7eb235f9426a71f31d4d78fac55 (patch) | |
tree | a74bc8b34c8d54722f533cfc4587cfbf1581ba04 /docs | |
parent | Removed pdf, learning groff (diff) | |
download | joe-www-2d239d5263bdb7eb235f9426a71f31d4d78fac55.tar.gz joe-www-2d239d5263bdb7eb235f9426a71f31d4d78fac55.tar.bz2 joe-www-2d239d5263bdb7eb235f9426a71f31d4d78fac55.tar.xz joe-www-2d239d5263bdb7eb235f9426a71f31d4d78fac55.tar.zst joe-www-2d239d5263bdb7eb235f9426a71f31d4d78fac55.zip |
Doing some groff
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dergods_style_v0.1.ms | 83 |
1 files changed, 61 insertions, 22 deletions
diff --git a/docs/dergods_style_v0.1.ms b/docs/dergods_style_v0.1.ms index 1e27628..8740f20 100644 --- a/docs/dergods_style_v0.1.ms +++ b/docs/dergods_style_v0.1.ms @@ -1,29 +1,68 @@ -.defcolor blue rgb 0.1f 0.1f 1.0f -.defcolor red rgb #990000 +. +.defcolor blue rgb 0.1f 0.1f 1.0f +.defcolor bsdred rgb #990000 +.defcolor codered rgb #710000 +.defcolor grey rgb #aaaaaa +.defcolor black rgb #000000 +.de bsd +.gcolor bsdred +.. +.de end +.gcolor +.. +.de xa +.XA \n[xxx] +.. .color +.DA v0.1 +.gcolor bsdred .TL +.LG Dergods' Style and good practices for C/C++ projects +.gcolor .AU +.LG Joe +.bsd +.XS 1 +.bsd +.B +1. Introduction +.XA 1 +.B +2. Projects and version control +.xa 92 +.B + 2.1 Directories +.XE +.PX +.end +.gcolor bsdred +.NH 1 +.LG +Introduction +.gcolor .PP -My cool roff document . -aze&é"" -.PP -This is a new paragraph -It this going to be annoying? -I have to save twice. - -Is it ok now? -Maybe now? -Ok cool af - -Working -qweqwe - -Now we can write some text -.PP -Pretty -.CW "\m[red]cool and based\m[]" , -.gcolor blue -huh +The following is a description of +.gcolor bsdred +.B "Dergods' Style" +.gcolor +code and project +formatting to put in use if you work on Dergods' Realm-related code or if you +just need a personal good-looking norm to improve your code readablity. It +is heavily inspired by +.B \m[bsdred]FreeBSD®\m[] 's +.pdfhref W -D \ +https://www.freebsd.org/cgi/man.cgi?query=style&apropos=0&sektion=0&\ +manpath=FreeBSD+12.1-RELEASE+and+Ports&arch=default&format=html \ +-A \m[black],\m[] \ +\f(CW\m[codered]style(9)\m[]\f[] +.gcolor +with some changes. +.gcolor bsdred +.NH 1 +.LG +Projects and version control +.NH 2 +Directories .gcolor |