from small one page howto to huge articles all in one place
 

search text in:




Other .linuxhowtos.org sites: www.linuxhowtos.org
toolsntoys.linuxhowtos.org



Last additions:
How to make X listen on port 6000

How to make X listen on port 6000

words:

34

views:

81724

userrating:

average rating: 1.2 (52 votes) (1=very good 6=terrible)


May, 25th 2007:
April, 26th 2007:
Apr, 10th. 2007:
Druckversion . pdf icon
You are here: Tips&Tricks

Querying Portage with etcat

This tip shows you how to use the etcat command to retrieve information on Portage, USE flags, package versions, and much more.

While there are other package query utilities such as qpkg or epm, etcat has some unique features. Some of these features include the ability to display the amount of disk space a particular package is using, the USE flags the package was compiled with, and the versions available for a package.

The first step is installing the app-admin/gentoolkit package from Portage. This installs etcat (among other utilities) to /usr/bin/.

Code Listing 1: Getting etcat>

# emerge app-admin/gentoolkit

To view the size of the package, use etcat size [package].

Code Listing 2: Displaying the size of a package

# etcat size mozilla
[ Results for search key : mozilla ]
[ Applications found : 4 ]  
  
 Only printing found installed programs.  
  
* mozilla-firebird-bin-0.5  
           Total Files : 338  
            Total Size : 20925.18 KB  
* mozilla-1.3-r1  
           Total Files : 3155  
            Total Size : 52073.05 KB  
  
# etcat size evolution  
[ Results for search key : evolution ]  
[ Applications found : 1 ]  
  
 Only printing found installed programs.  
  
* evolution-1.2.4  
           Total Files : 1421  
            Total Size : 33456.65 KB  
  
# etcat size fluxbox  
[ Results for search key : fluxbox ]  
[ Applications found : 1 ]  
  
 Only printing found installed programs.  
  
* fluxbox-0.1.14-r1  
           Total Files : 26  
            Total Size : 806.92 KB

To look at the USE flags a package was compiled with, use etcat uses [package]. For example, the following command shows which USE flags Postfix was compiled with.

Code Listing 3: Displaying USE flags

# etcat uses net-mail/postfix  
[ Colour Code : set unset ]  
[ Legend      : (U) Col 1 - Current USE flags        ]  
[             : (I) Col 2 - Installed With USE flags ]  
  
 U I [ Found these USE variables in : net-mail/postfix-2.0.9 ]  
 + + ssl     : Adds support for Secure Socket Layer connections  
 + + mysql   : Adds mySQL support  
 + + sasl    : Adds support for the Simple Authentication and Security Layer  
 + + ldap    : Adds LDAP support (Lightweight Directory Access Protocol)  
 - - ipv6    : Adds support for IP version 6  
 - - maildir : Adds support for maildir (~/.maildir) style mail spools  
 - - mbox    : Adds support for mbox (/var/spool/mail) style mail spools  
  
# etcat uses fluxbox  
[ Colour Code : set unset ]  
[ Legend      : (U) Col 1 - Current USE flags        ]  
[             : (I) Col 2 - Installed With USE flags ]  
  
 U I [ Found these USE variables in : x11-wm/fluxbox-0.1.14-r1 ]  
 - - kde      : Adds support for kde-base/kde (K Desktop Enviroment)  
 + + gnome    : Adds GNOME support  
 + + nls      : unknown  
 + - xinerama : Add support for XFree86's xinerama extension,
                which allows you to stretch  your display across
                multiple monitors  
 + + truetype : Adds support for FreeType and/or FreeType2 fonts

To see which versions of a specific package are available, use etcat versions [package]

Code Listing 4: Displaying available package versions

# etcat versions kde-base/kde  
[ Results for search key : kde-base/kde ]  
[ Applications found : 1 ]  
  
*  kde-base/kde :  
        [   ] kde-base/kde-2.2.2-r1 (2)  
        [   ] kde-base/kde-3.0.4 (3.0)  
        [   ] kde-base/kde-3.0.5a (3.0)  
        [   ] kde-base/kde-3.0.5b (3.0)  
        [   ] kde-base/kde-3.1.1a (3.1)  
        [   ] kde-base/kde-3.1.1 (3.1)  
        [   ] kde-base/kde-3.1.2 (3.1)  
        [   ] kde-base/kde-3.1 (3.1)  
  
# etcat versions net-mail/evolution  
[ Results for search key : net-mail/evolution ]  
[ Applications found : 1 ]  
  
*  net-mail/evolution :  
        [   ] net-mail/evolution-1.2.3 (0)  
        [  I] net-mail/evolution-1.2.4 (0)  
        [M~ ] net-mail/evolution-1.3.92 (2)  
        [M~ ] net-mail/evolution-1.4.0 (0)  
  
# etcat versions net-www/apache  
[ Results for search key : net-www/apache ]  
[ Applications found : 1 ]  
  
*  net-www/apache :  
        [   ] net-www/apache-1.3.27 (1)  
        [   ] net-www/apache-1.3.27-r1 (1)  
        [M~ ] net-www/apache-1.3.27-r2 (1)  
        [   ] net-www/apache-1.3.27-r3 (1)  
        [M~ ] net-www/apache-1.3.27-r4 (1)  
        [M~ ] net-www/apache-2.0.43-r1 (2)  
        [M~ ] net-www/apache-2.0.44 (2)  
        [M~ ] net-www/apache-2.0.45 (2)  
        [M~I] net-www/apache-2.0.46 (2)

Note: If you don't specify the category, etcat will try to find all possible matches in Portage. If the package name is common or occurs in many other package names, you may get a lot more output that you wanted.

For more detailed information, type man etcat. For a quick overview of available options, just type etcat.

From http://www.gentoo.org/news/en/gwn/20030623-newsletter.xml


rate this article:
current rating: average rating: 1.3 (25 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back



Support us on Content Nation

New Packages

- as rdf newsfeed
- as rss newsfeed
- as Atom newsfeed
2025-10-28
awscli - 1.42.60
Ebuild name:

app-admin/awscli-1.42.60

Description

Universal Command Line Environment for AWS

Added to portage

2025-10-28

boto3 - 1.40.60
Ebuild name:

dev-python/boto3-1.40.60

Description

The AWS SDK for Python

Added to portage

2025-10-28

botocore - 1.40.60
Ebuild name:

dev-python/botocore-1.40.60

Description

Low-level, data-driven core of boto 3

Added to portage

2025-10-28

brotli - 1.2.0
Ebuild name:

app-arch/brotli-1.2.0

Description

Generic-purpose lossless compression algorithm

Added to portage

2025-10-28

cfn-lint - 1.40.3
Ebuild name:

dev-python/cfn-lint-1.40.3

Description

CloudFormation Linter

Added to portage

2025-10-28

fcitx - 5.1.16
Ebuild name:

app-i18n/fcitx-5.1.16

Description

Fcitx 5 is a generic input method framework

Added to portage

2025-10-28

fcitx-anthy - 5.1.8
Ebuild name:

app-i18n/fcitx-anthy-5.1.8

Description

Japanese Anthy input methods for Fcitx5

Added to portage

2025-10-28

fcitx-chewing - 5.1.9
Ebuild name:

app-i18n/fcitx-chewing-5.1.9

Description

Chewing Wrapper for Fcitx.

Added to portage

2025-10-28

fcitx-chinese-addons - 5.1.10
Ebuild name:

app-i18n/fcitx-chinese-addons-5.1.10

Description

Addons related to Chinese, including IME previous bundled insi

Added to portage

2025-10-28

fcitx-configtool - 5.1.11
Ebuild name:

app-i18n/fcitx-configtool-5.1.11

Description

Configuration module for Fcitx

Added to portage

2025-10-28

fcitx-hangul - 5.1.8
Ebuild name:

app-i18n/fcitx-hangul-5.1.8

Description

Korean Hangul input method for Fcitx

Added to portage

2025-10-28

fcitx-m17n - 5.1.5
Ebuild name:

app-i18n/fcitx-m17n-5.1.5

Description

m17n-provided input methods for Fcitx5

Added to portage

2025-10-28

fcitx-rime - 5.1.12
Ebuild name:

app-i18n/fcitx-rime-5.1.12

Description

Chinese RIME input methods for Fcitx

Added to portage

2025-10-28

fcitx-sayura - 5.1.5
Ebuild name:

app-i18n/fcitx-sayura-5.1.5

Description

Fcitx-Sayura is a Sinhala input method for Fcitx input method framework

Added to portage

2025-10-28

fcitx-table-extra - 5.1.9
Ebuild name:

app-i18n/fcitx-table-extra-5.1.9

Description

Provides extra table for Fcitx, including Boshiamy, Zhengma, Cangj

Added to portage

2025-10-28

fcitx-unikey - 5.1.8
Ebuild name:

app-i18n/fcitx-unikey-5.1.8

Description

Unikey (Vietnamese Input Method) engine support for Fcitx

Added to portage

2025-10-28

fotocx - 25.4
Ebuild name:

media-gfx/fotocx-25.4

Description

Program for improving image files made with a digital camera

Added to portage

2025-10-28

freepg - 2.5.12_p1
Ebuild name:

app-crypt/freepg-2.5.12_p1

Description

GnuPG fork with improved RFC9850 compatibility

Added to portage

2025-10-28

gemato - 20.10-r1
Ebuild name:

app-portage/gemato-20.10-r1

Description

Stand-alone Manifest generation & verification tool

Added to portage

2025-10-28

google-api-core - 2.28.0
Ebuild name:

dev-python/google-api-core-2.28.0

Description

Core Library for Google Client Libraries

Added to portage

2025-10-28

gpg - 0
Ebuild name:

app-alternatives/gpg-0

Description

gpg symlink

Added to portage

2025-10-28

gpg - 1
Ebuild name:

app-alternatives/gpg-1

Description

gpg symlink

Added to portage

2025-10-28

insipid-sphinx-theme - 0.4.4
Ebuild name:

dev-python/insipid-sphinx-theme-0.4.4

Description

Insipid Sphinx theme

Added to portage

2025-10-28

jellyfin-bin - 10.11.1
Ebuild name:

www-apps/jellyfin-bin-10.11.1

Description

Jellyfin puts you in control of managing and streaming your media

Added to portage

2025-10-28

lark - 1.3.1
Ebuild name:

dev-python/lark-1.3.1

Description

Python module to propose a modern general-purpose parsing library for Python

Added to portage

2025-10-28

libime - 1.1.12
Ebuild name:

app-i18n/libime-1.1.12

Description

Fcitx5 Next generation of fcitx

Added to portage

2025-10-28

libqalculate - 5.8.1
Ebuild name:

sci-libs/libqalculate-5.8.1

Description

A modern multi-purpose calculator library

Added to portage

2025-10-28

linbox - 1.7.1
Ebuild name:

sci-libs/linbox-1.7.1

Description

C++ template library for integer and finite-field linear algebra

Added to portage

2025-10-28

monitoring-plugins - 2.4.0-r2
Ebuild name:

net-analyzer/monitoring-plugins-2.4.0-r2

Description

50+ standard plugins for Icinga, Naemon, Nagios, Shinken,

Added to portage

2025-10-28

mysql - 8.0.44
Ebuild name:

dev-db/mysql-8.0.44

Description

A fast, multi-threaded, multi-user SQL database server

Added to portage

2025-10-28

mysql - 8.4.7
Ebuild name:

dev-db/mysql-8.4.7

Description

Fast, multi-threaded, multi-user SQL database server

Added to portage

2025-10-28

nagios-plugins - 2.4.12-r3
Ebuild name:

net-analyzer/nagios-plugins-2.4.12-r3

Description

Official plugins for Nagios

Added to portage

2025-10-28

narwhals - 2.10.0
Ebuild name:

dev-python/narwhals-2.10.0

Description

Extremely lightweight compatibility layer between dataframe libraries

Added to portage

2025-10-28

nvidia-drivers - 580.94.06
Ebuild name:

x11-drivers/nvidia-drivers-580.94.06

Description

NVIDIA Accelerated Graphics Driver

Added to portage

2025-10-28

onlyoffice-bin - 9.1.0-r1
Ebuild name:

app-office/onlyoffice-bin-9.1.0-r1

Description

A free and open source office and productivity suite (binary ver

Added to portage

2025-10-28

pkixssh - 17.1.2
Ebuild name:

net-misc/pkixssh-17.1.2

Description

OpenSSH fork with X.509 v3 certificate support

Added to portage

2025-10-28

pypugjs - 6.0.1
Ebuild name:

dev-python/pypugjs-6.0.1

Description

Pug (Jade) syntax adapter for Django, Jinja2 and Mako templates

Added to portage

2025-10-28

pyspelling - 2.12
Ebuild name:

dev-python/pyspelling-2.12

Description

Spell checker automation tool

Added to portage

2025-10-28

qalculate-gtk - 5.8.1
Ebuild name:

sci-calculators/qalculate-gtk-5.8.1

Description

Modern multi-purpose calculator

Added to portage

2025-10-28

qalculate-qt - 5.8.1
Ebuild name:

sci-calculators/qalculate-qt-5.8.1

Description

Qt-based UI for libqalculate

Added to portage

2025-10-28

racket-mode - 9999
Ebuild name:

app-emacs/racket-mode-9999

Description

Emacs modes for Racket edit, REPL, check-syntax, debug, profile, and mor

Added to portage

2025-10-28

rainbow-delimiters - 2.1.5
Ebuild name:

app-emacs/rainbow-delimiters-2.1.5

Description

Highlight nested parentheses, brackets, and braces according to

Added to portage

2025-10-28

rainbow-mode - 1.0.6
Ebuild name:

app-emacs/rainbow-mode-1.0.6

Description

Colorize strings that represent colors inside Emacs buffers

Added to portage

2025-10-28

raku-mode - 0.2.1_p20211121
Ebuild name:

app-emacs/raku-mode-0.2.1_p20211121

Description

Major mode for editing Raku code

Added to portage

2025-10-28

reazon - 0.4.1
Ebuild name:

app-emacs/reazon-0.4.1

Description

GNU Emacs implementation of miniKanren, logic programming language

Added to portage

2025-10-28

sequoia-chameleon-gnupg - 0.13.1-r1
Ebuild name:

app-crypt/sequoia-chameleon-gnupg-0.13.1-r1

Description

Sequoia's reimplementation of the GnuPG interface

Added to portage

2025-10-28

smart-live-rebuild - 1.4.1-r1
Ebuild name:

app-portage/smart-live-rebuild-1.4.1-r1

Description

Check live packages for updates and emerge them as necessar

Added to portage

2025-10-28

telegram-desktop - 6.2.4
Ebuild name:

net-im/telegram-desktop-6.2.4

Description

Official desktop client for Telegram

Added to portage

2025-10-28

ueberzugpp - 2.9.8
Ebuild name:

media-gfx/ueberzugpp-2.9.8

Description

Drop in replacement for ueberzug written in C++

Added to portage

2025-10-28

uutils-coreutils - 0.3.0
Ebuild name:

sys-apps/uutils-coreutils-0.3.0

Description

GNU coreutils rewritten in Rust

Added to portage

2025-10-28

2025-10-27
bcmail - 1.82
Ebuild name:

dev-java/bcmail-1.82

Description

The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols

Added to portage

2025-10-27

bcpg - 1.82
Ebuild name:

dev-java/bcpg-1.82

Description

Java cryptography APIs

Added to portage

2025-10-27

bcpkix - 1.82
Ebuild name:

dev-java/bcpkix-1.82

Description

Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation

Added to portage

2025-10-27

bcprov - 1.82
Ebuild name:

dev-java/bcprov-1.82

Description

Java cryptography APIs

Added to portage

2025-10-27

bcutil - 1.82
Ebuild name:

dev-java/bcutil-1.82

Description

Java APIs for ASN.1 extension and utility APIs used to support bcpkix and bctl

Added to portage

2025-10-27

biglybt - 3.9.0.0-r1
Ebuild name:

net-p2p/biglybt-3.9.0.0-r1

Description

Feature-filled Bittorrent client based on Azureus

Added to portage

2025-10-27

blas-lapack-aux-wrapper - 1
Ebuild name:

sci-libs/blas-lapack-aux-wrapper-1

Description

BLAS/LAPACK wrappers for FlexiBLAS

Added to portage

2025-10-27

cairosvg - 2.8.2-r1
Ebuild name:

media-gfx/cairosvg-2.8.2-r1

Description

CLI and library to export SVG to PDF, PostScript, and PNG

Added to portage

2025-10-27

cargo-nextest - 0.9.108
Ebuild name:

dev-util/cargo-nextest-0.9.108

Description

Next-generation test runner for Rust

Added to portage

2025-10-27

cargo-tarpaulin - 0.34.1
Ebuild name:

dev-util/cargo-tarpaulin-0.34.1

Description

Cargo-Tarpaulin is a tool to determine code coverage achieved via t

Added to portage

2025-10-27

claude-code - 2.0.27
Ebuild name:

dev-util/claude-code-2.0.27

Description

Claude Code - an agentic coding tool by Anthropic

Added to portage

2025-10-27

cli11 - 2.6.1
Ebuild name:

dev-cpp/cli11-2.6.1

Description

Command line parser for C++11

Added to portage

2025-10-27

click-plugins - 1.1.1.2
Ebuild name:

dev-python/click-plugins-1.1.1.2

Description

Module for click to enable registering CLI commands via entry poin

Added to portage

2025-10-27

confuse - 2.0.1-r1
Ebuild name:

dev-python/confuse-2.0.1-r1

Description

A configuration library for Python that uses YAML

Added to portage

2025-10-27

courier-imap - 5.3.1
Ebuild name:

net-mail/courier-imap-5.3.1

Description

An IMAP daemon designed specifically for maildirs

Added to portage

2025-10-27

csvkit - 2.1.0-r1
Ebuild name:

dev-python/csvkit-2.1.0-r1

Description

A suite of utilities for converting to and working with CSV

Added to portage

2025-10-27

fast_gettext - 4.1.1
Ebuild name:

dev-ruby/fast_gettext-4.1.1

Description

GetText but 3.5x faster, 560x less memory, clean namespace and threadsa

Added to portage

2025-10-27

gcc - 16.0.0_p20251026
Ebuild name:

sys-devel/gcc-16.0.0_p20251026

Description

The GNU Compiler Collection

Added to portage

2025-10-27

gentoo-sources - 6.17.5-r1
Ebuild name:

sys-kernel/gentoo-sources-6.17.5-r1

Description

Full sources including the Gentoo patchset for the . kernel tre

Added to portage

2025-10-27

git-sources - 6.18_rc3
Ebuild name:

sys-kernel/git-sources-6.18_rc3

Description

The very latest -git version of the Linux kernel

Added to portage

2025-10-27

haruna - 1.6.0
Ebuild name:

media-video/haruna-1.6.0

Description

Video player built with Qt/QML and libmpv

Added to portage

2025-10-27

joycond - 0.1.0_p20250412
Ebuild name:

games-util/joycond-0.1.0_p20250412

Description

Daemon that uses hid-nintendo evdev devices to implement joycon

Added to portage

2025-10-27

json - 2.15.2
Ebuild name:

dev-ruby/json-2.15.2

Description

A JSON implementation as a Ruby extension

Added to portage

2025-10-27

jupyter-console - 6.6.3-r1
Ebuild name:

dev-python/jupyter-console-6.6.3-r1

Description

A terminal-based console frontend for Jupyter kernels

Added to portage

2025-10-27

jupyter-lsp - 2.3.0-r1
Ebuild name:

dev-python/jupyter-lsp-2.3.0-r1

Description

Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab

Added to portage

2025-10-27

jupyter-server-mathjax - 0.2.6-r1
Ebuild name:

dev-python/jupyter-server-mathjax-0.2.6-r1

Description

MathJax resources as a Jupyter Server Extension

Added to portage

2025-10-27

libblockdev - 3.4.0
Ebuild name:

sys-libs/libblockdev-3.4.0

Description

Library for manipulating block devices

Added to portage

2025-10-27

libnbd - 1.22.5-r1
Ebuild name:

sys-libs/libnbd-1.22.5-r1

Description

NBD client library in userspace

Added to portage

2025-10-27

libnbd - 1.23.4-r2
Ebuild name:

sys-libs/libnbd-1.23.4-r2

Description

NBD client library in userspace

Added to portage

2025-10-27

libnbd - 1.23.9-r1
Ebuild name:

sys-libs/libnbd-1.23.9-r1

Description

NBD client library in userspace

Added to portage

2025-10-27

mkdocs-htmlproofer-plugin - 1.4.0
Ebuild name:

dev-python/mkdocs-htmlproofer-plugin-1.4.0

Description

A MkDocs plugin that validates URLs in rendered HTML fil

Added to portage

2025-10-27

modemmanager - 1.24.2
Ebuild name:

net-misc/modemmanager-1.24.2

Description

Modem and mobile broadband management libraries

Added to portage

2025-10-27

mpvqt - 1.1.1
Ebuild name:

media-libs/mpvqt-1.1.1

Description

libmpv wrapper for QtQuick2 and QML

Added to portage

2025-10-27

musescore - 4.6.3
Ebuild name:

media-sound/musescore-4.6.3

Description

WYSIWYG Music Score Typesetter

Added to portage

2025-10-27

networkmanager - 1.54.1
Ebuild name:

net-misc/networkmanager-1.54.1

Description

A set of co-operative tools that make networking simple and straight

Added to portage

2025-10-27

openbsd-netcat - 1.234_p1
Ebuild name:

net-analyzer/openbsd-netcat-1.234_p1

Description

The OpenBSD network swiss army knife

Added to portage

2025-10-27

parser - 3.3.10.0
Ebuild name:

dev-ruby/parser-3.3.10.0

Description

A production-ready Ruby parser written in pure Ruby

Added to portage

2025-10-27

pgLatLon - 0.16
Ebuild name:

dev-db/pgLatLon-0.16

Description

Spatial database extension for the PostgreSQL

Added to portage

2025-10-27

php - 8.3.27
Ebuild name:

dev-lang/php-8.3.27

Description

The PHP language runtime engine

Added to portage

2025-10-27

php - 8.4.14
Ebuild name:

dev-lang/php-8.4.14

Description

The PHP language runtime engine

Added to portage

2025-10-27

postfix - 3.10.5
Ebuild name:

mail-mta/postfix-3.10.5

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2025-10-27

postfix - 3.11_pre20251026
Ebuild name:

mail-mta/postfix-3.11_pre20251026

Description

A fast and secure drop-in replacement for sendmail

Added to portage

2025-10-27

prowlarr-bin - 2.1.5.5216
Ebuild name:

www-apps/prowlarr-bin-2.1.5.5216

Description

An indexer manager/proxy to integrate with your various PVR apps

Added to portage

2025-10-27

pysnmp - 7.1.22
Ebuild name:

dev-python/pysnmp-7.1.22

Description

Python SNMP library

Added to portage

2025-10-27

radarr-bin - 6.0.3.10276
Ebuild name:

www-apps/radarr-bin-6.0.3.10276

Description

A fork of Sonarr to work with movies a la Couchpotato

Added to portage

2025-10-27

rake-compiler-dock - 1.10.0
Ebuild name:

dev-ruby/rake-compiler-dock-1.10.0

Description

Easy to use and reliable cross compiler environment for building

Added to portage

2025-10-27

redo+ - 1.19
Ebuild name:

app-emacs/redo+-1.19

Description

Redo/undo system for Emacs

Added to portage

2025-10-27

sbc - 2.1
Ebuild name:

media-libs/sbc-2.1

Description

Audio codec to connect bluetooth HQ audio devices as headphones or loudspeakers

Added to portage

2025-10-27

serpent - 1.42
Ebuild name:

dev-python/serpent-1.42

Description

A simple serialization library based on ast.literal_eval

Added to portage

2025-10-27

signal-desktop-bin - 7.75.1
Ebuild name:

net-im/signal-desktop-bin-7.75.1

Description

Allows you to send and receive messages of Signal Messenger on you

Added to portage

2025-10-27

tarlz - 0.28.1
Ebuild name:

app-arch/tarlz-0.28.1

Description

A parallel archiver combining tar and lzip

Added to portage

2025-10-27

vivaldi-snapshot - 7.7.3845.3
Ebuild name:

www-client/vivaldi-snapshot-7.7.3845.3

Description

A browser for our friends

Added to portage

2025-10-27

zope-schema - 8.1
Ebuild name:

dev-python/zope-schema-8.1

Description

Zope schema Architecture

Added to portage

2025-10-27

rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 87.0 ms