Changeset 90 in code


Ignore:
Timestamp:
May 4, 2025, 2:19:10 AM (5 weeks ago)
Author:
Izuru Yakumo
Message:

Ayaya, why did I do that again?

Location:
trunk
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LICENSE

    r77 r90  
    22
    33Copyright (c) 2014 Serge Zaitsev <hello@zserge.com>
    4 Copyright (c) 2023 Izuru Yakumo <yakumo.izuru@chaotic.ninja>
     4Copyright (c) 2023 Izuru Yakumo <eternal-servant@yakumo.dev>
    55
    66Permission is hereby granted, free of charge, to any person obtaining a copy
  • trunk/Makefile

    r89 r90  
    55DATE ?= `date -u +%F`
    66GOOS ?= `${GO} env GOOS`
    7 VERSION ?= 1.0F
     7VERSION ?= 1.0F+${REV}
     8REV ?= `svn info --show-item revision || git rev-list --all | wc -l`
    89build:
    910        ${GO} build ${GOFLAGS} ./cmd/aya
  • trunk/aya.1

    r84 r90  
    5252due to disgust with how the project
    5353turned out to be.
     54.Pp
    5455Later on, features from the original
    5556program were reimplemented and
     
    7778is maintained by
    7879.An Izuru Yakumo
    79 .Aq Mt yakumo.izuru@chaotic.ninja
     80.Aq Mt eternal-servant@yakumo.dev
    8081.Pp
    8182.Nm zs
     
    8485.Aq Mt hello@zserge.com
    8586.Sh BUGS
    86 If you find any, please report them to
    87 .Aq Mt aya-dev@chaotic.ninja
     87Always seems to generate HTML5 no matter what
     88DOCTYPE you place in the layout file.
     89.Pp
     90This has to be a problem with
     91.Nm blackfriday
  • trunk/version.go

    r86 r90  
    1414
    1515// PrintVersion only displays the obvious
    16 func PrintVersion(){
    17         fmt.Printf("%s", Version)
     16func PrintVersion() string {
     17        return fmt.Sprintf("%s", Version)
    1818}
    1919
Note: See TracChangeset for help on using the changeset viewer.