项目作者: bartkessels

项目描述 :
APA Source generator built with GTK+ and C
高级语言: C
项目地址: git://github.com/bartkessels/apagenerator.git
创建时间: 2017-05-23T20:16:02Z
项目社区:https://github.com/bartkessels/apagenerator

开源协议:GNU General Public License v3.0

下载


APA Generator

Application to create APA strings to include in your reports.

Screenshots

APA Generator - Book
APA Generator - Webpage

What can I do with it?

You can easily create an APA strings for a book or webpage by simply
filling in the fields.

Required packages

Building

  • gcc
  • meson
  • python3
  • gtk3-devel
  • glib-devel

Installing

  • gtk3
  • glib

Features

  • Create APA source for a book
  • Create APA source for a webpage
  • Change APA string for both the book and the webpage

How to build

  1. $ meson build
  2. $ cd build
  3. $ ninja install

And then run apagenerator

Generate RPM package

  1. $ cd packaging/RPM
  2. $ spectool -g apagenerator.spec
  3. $ fedpkg --release f27 local

This will create a RPM file which you can install using your package manager.

Generate flatpak bundle

  1. $ cd data/packaging/flatpak
  2. $ flatpak-builder --repo=apagenerator_repo apagenerator net.bartkessels.apagenerator.json
  3. $ flatpak build-bundle apagenerator_repo apagenerator.flatpak net.bartkessels.apagenerator

This will create a flatpak bundle called apagenerator.flatpak. To install the flatpak bundle
just run the flatpak install command.

  1. $ flatpak install apagenerator.flatpak

COPR

If you have Fedora and don’t want to build APA Generator from source you can easily install it using dnf copr.

  1. $ dnf copr enable bartkessels/apagenerator
  2. $ dnf install apagenerator