Menu

Tree [33924d] master /
 History

HTTPS access


File Date Author Commit
 etc 2015-01-05 Rouven Spreckels Rouven Spreckels [58fdcd] Made MIME type match both, '*.piml' and '*.pi'.
 m4 2014-12-29 Rouven Spreckels Rouven Spreckels [43cdfa] Added icon of MIME type.
 man 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 src 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 xdg 2015-01-13 Rouven Spreckels Rouven Spreckels [4e066f] Added an XDG Template of a PIML File.
 AUTHORS 2015-01-04 Rouven Spreckels Rouven Spreckels [c93640] Added ./configure options.
 COPYING 2013-08-22 Rouven Spreckels Rouven Spreckels [9e9907] Finalizing piconf-1.1.0 featuring data acquisit...
 ChangeLog 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 INSTALL 2014-12-29 Rouven Spreckels Rouven Spreckels [43cdfa] Added icon of MIME type.
 Makefile.am 2015-01-14 Rouven Spreckels Rouven Spreckels [33924d] Fixed indention for Makefile.am.
 Makefile.in 2015-01-14 Rouven Spreckels Rouven Spreckels [33924d] Fixed indention for Makefile.am.
 NEWS 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 README 2015-01-04 Rouven Spreckels Rouven Spreckels [4c3f9f] Updated README.
 aclocal.m4 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 compile 2014-12-29 Rouven Spreckels Rouven Spreckels [43cdfa] Added icon of MIME type.
 config.guess 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 config.h.in 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 config.sub 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 configure 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 configure.ac 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 depcomp 2014-12-29 Rouven Spreckels Rouven Spreckels [43cdfa] Added icon of MIME type.
 install-sh 2014-12-29 Rouven Spreckels Rouven Spreckels [43cdfa] Added icon of MIME type.
 ltmain.sh 2015-01-09 Rouven Spreckels Rouven Spreckels [9f3de5] Using external libpugixml.
 missing 2014-12-29 Rouven Spreckels Rouven Spreckels [43cdfa] Added icon of MIME type.

Read Me

##############################################################################
#  This file is part of piconf.                                              #
#                                                                            #
#  Copyright (C) 2013, 2014, 2015  Rouven Spreckels  <n3vu0r@nevux.org>      #
#                                                                            #
#  piconf is free software: you can redistribute it and/or modify            #
#  it under the terms of the GNU Affero General Public License version 3 as  #
#  published by the Free Software Foundation on 19 November 2007.            #
#                                                                            #
#  piconf is distributed in the hope that it will be useful,                 #
#  but WITHOUT ANY WARRANTY; without even the implied warranty of            #
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
#  GNU Affero General Public License for more details.                       #
#                                                                            #
#  You should have received a copy of the GNU Affero General Public License  #
#  along with piconf.  If not, see <http://www.gnu.org/licenses/>.           #
##############################################################################

 * Website

   <http://piconf.nevux.org/>

 * Install

   $ ./configure --sysconfdir=/etc --prefix=/usr

   ! Or without MIME type

     $ ./configure --sysconfdir=/etc --without-xdg-utils

   $ make
   $ sudo make install

 * Usage

   $ piconfm --help
   $ piconfs --help
   $ piconfx --help
   $ piconfz --help

 * Uninstall

   $ sudo make uninstall

 * Cross-Compile

   $ export ABI=arm-linux-gnueabi
   $ ./configure --disable-shared --host=$ABI --prefix=/usr/$ABI
   $ make

   ! No need to cross-compile libxslt if piconfx is not required

     --without-libxslt

   ! No need to cross-compile libncurses if piconfm is not required

     --without-libncurses

   ! Include fallbacks when cross-compiling libncurses making it standalone

     --disable-shared --with-fallbacks=ansi,cygwin,linux,vt100,vt220,xterm