Changeset 27 in code for trunk


Ignore:
Timestamp:
Dec 16, 2023, 11:04:17 PM (18 months ago)
Author:
yakumo.izuru
Message:

Documentation update and relicense as Beerware

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/.gitignore

    r6 r27  
    1 *
     1!/cmd/suwako
     2suwako
  • trunk/COPYING

    r1 r27  
    1 Freedom License v1 (2021年08月17日)
    2 
    3 全く無限的自由です。
    4 It's infinite freedom.
     1/*
     2 * ----------------------------------------------------------------------------
     3 * "THE BEER-WARE LICENSE" (Revision 42.1):
     4 * <yakumo.izuru@chaotic.ninja> wrote this file. As long as you retain this notice you
     5 * can do whatever you want with this stuff. If we meet some day, and you think
     6 * this stuff is worth it, you can buy me a bottle of sake in return Izuru Yakumo
     7 * ----------------------------------------------------------------------------
     8 */
  • trunk/Makefile

    r20 r27  
    11PREFIX ?= /usr/local
    22
    3 GOARCH ?= amd64
    43GOFLAGS ?= -v -ldflags "-w -X `go list`.Version=${VERSION} -X `go list`.Commit=${COMMIT} -X `go list`.Build=${BUILD}" -tags "static_build"
    5 GOOS ?= linux
    64
    75BRANCH = `git rev-parse --abbrev-ref HEAD`
     
    1917        install -Dm0755 suwako ${PREFIX}/bin/suwako
    2018        install -Dm0644 suwako.1 ${PREFIX}/share/man/man1/suwako.1
     19        install -Dm0644 suwako.conf.5 ${PREFIX}/share/man/man5/suwako.conf.5
    2120uninstall:
    2221        rm -f ${PREFIX}/bin/suwako
  • trunk/README.md

    r25 r27  
    88
    99**suwako**
    10 **-f**&nbsp;*from*
    11 **-t**&nbsp;*to*
    12 *input*
     10\[**-f**&nbsp;*from*]
     11\[**-t**&nbsp;*to*]
     12\[*input*]
    1313
    1414# DESCRIPTION
     
    1919It fully serves
    2020as a drop-in replacement.
    21 
    22 # CONFIGURATION
    23 
    24 **suwako**
    25 takes two variables, those being
    26 `SUWAKO_INSTANCE`
    27 and
    28 `SUWAKO_ENGINE`
    29 
    30 Both must be filled and placed
    31 on ~/.suwako/suwako.conf
    3221
    3322# USAGE
     
    4635> Text to be translated
    4736
     37# SEE ALSO
     38
     39suwako.conf(5)
     40
    4841# AUTHORS
    4942
    5043Izuru Yakumo &lt;[yakumo.izuru@chaotic.ninja](mailto:yakumo.izuru@chaotic.ninja)&gt;
    5144
    52 FreeBSD 13.2-RELEASE-p1 - October 21, 2023
     45# BUGS
     46
     47You cannot translate the string "version", this is
     48a direct consequence of using flaggy.
     49
     50FreeBSD 13.2-RELEASE-p4 - December 16, 2023
  • trunk/suwako.1

    r26 r27  
    77.Sh SYNOPSIS
    88.Nm
    9 .Fl f Ar from
    10 .Fl t Ar to
    11 .Ar input
     9.Op Fl f Ar from
     10.Op Fl t Ar to
     11.Op Ar input
    1212.Sh DESCRIPTION
    1313Self-explanatory, besides, this was made as
     
    1616It fully serves
    1717as a drop-in replacement.
    18 .Sh CONFIGURATION
    19 .Nm
    20 takes two keys, those being
    21 .Ev instance
    22 and
    23 .Ev engine
    24 .Pp
    25 Both must be filled and placed
    26 on ~/.suwako/suwako.conf
    2718.Sh USAGE
    2819.Bl -tag -width 11n -compact
     
    3526Text to be translated
    3627.El
     28.Sh SEE ALSO
     29.Xr suwako.conf 5
    3730.Sh AUTHORS
    3831.An Izuru Yakumo Aq Mt yakumo.izuru@chaotic.ninja
Note: See TracChangeset for help on using the changeset viewer.