Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
sean797 committed Dec 6, 2016
1 parent c2a5b9e commit 32ee56a
Show file tree
Hide file tree
Showing 36 changed files with 39 additions and 38 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

Tracer finds outdated running applications in your system
Copyright (C) 2013 Jakub Kadlcik
Copyright (C) 2016 Jakub Kadlcik

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions bin/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# tracer.py
# Tracer finds outdated running applications in your system
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down Expand Up @@ -31,4 +31,4 @@
sys.path[0] = toplevel

import tracer.main
tracer.main.run()
tracer.main.run()
2 changes: 1 addition & 1 deletion data/applications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- as 'static' will not be printed, cause only way how to restart them is reboot.
-
-
- Copyright (C) 2014 Jakub Kadlcik
- Copyright (C) 2016 Jakub Kadlcik
-
- This copyrighted material is made available to anyone wishing to use,
- modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion data/rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- * Find the rule for parent process
-
-
- Copyright (C) 2014 Jakub Kadlcik
- Copyright (C) 2016 Jakub Kadlcik
-
- This copyrighted material is made available to anyone wishing to use,
- modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Tracer documentation build configuration file, created by
# sphinx-quickstart on Thu Oct 9 22:32:04 2014.
# sphinx-quickstart on Thu Oct 9 22:32:04 2016.
#
# This file is execfile()d with the current directory set to its
# containing dir.
Expand Down Expand Up @@ -48,7 +48,7 @@

# General information about the project.
project = u'Tracer'
copyright = u'2014, FrostyX'
copyright = u'2016, FrostyX'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
3 changes: 2 additions & 1 deletion doc/source/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You got list of applications, but what next. There is ``-s`` or ``--show`` param
How to restart:
service apache2 restart

If you have any objections to described way how to restart it, please let me know.
Helpers for custom application can be defined in ``/etc/tracer/applications.xml`` & ``~/.config/tracer/applications.xml``. If you have any objections to the described way how to restart it, please `create an issue`_.

Interactive mode
----------------
Expand Down Expand Up @@ -214,3 +214,4 @@ Please read rest of that message. It describes what you can do

.. _pluginpath: http://akozumpl.github.io/dnf/api_conf.html#dnf.conf.Conf.pluginpath
.. _tracer’s issue tracker: https://github.com/FrostyX/tracer/issues
.. _create an issue: https://github.com/FrostyX/tracer/issues
2 changes: 1 addition & 1 deletion rel-eng/templates/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Version module generated with tito
# WARNING: !! Do not edit this file !!
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/controllers/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# default.py
# Defines DefaultController
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/controllers/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# helper.py
# Defines HelperController
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/controllers/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# resource.py
# Defines ResourceController
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# hooks.py
# Module providing hooks functionality
#
# Copyright (C) 2015 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# main.py
# Tracer finds outdated running applications in your system
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/packageManagers/dnf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# dnf.py
# Module to work with DNF package manager class
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/packageManagers/dpkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# dpkg.py
# Module to work with dpkg based package managers
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/packageManagers/ipackageManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ipackageManager.py
# This class should be inherited by any other package manager
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/packageManagers/portage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# portage.py
# Module to work with portage package manager class
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/packageManagers/rpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# rpm.py
# Base RPM package manager class
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/packageManagers/yum.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yum.py
# Module to work with YUM package manager class
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Module for defining paths to project directories. They are different when
# project is developed on git and when project is installed as a linux package
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# query.py
# Module providing quering operations to Tracer API
#
# Copyright (C) 2015 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/FilenameCleaner.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# way how to implement following methods. They are properly tested
# in `test_FilenameCleaner.py` so feel free to refactor them.
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/PackageManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Wrapper class for package managers.
# Provides their API and allows to use multiple package managers at once.
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/applications.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# applications.py
# Manager for applications file
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/args_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# args_parser.py
# Module for parsing console arguments
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# collections.py
# Define various kind of collections
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# exceptions.py
# Tracer exceptions module
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# lang.py
# Module working with language localizations
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# memory.py
# Module to work with files in memory
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# package.py
# Represents linux package
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# processes.py
# Module providing informations about processes
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/pycomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# pycomp.py
# Compatibility layer between python2 and python3
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# router.py
# Router chooses the right controller and its method and calls it
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# rules.py
# Manager for rules file
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Dont worry, only necessary data required for this application.
# Tracer *will not* store, collect or send your data anywhere.
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/resources/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# tracer.py
# Tracer finds outdated running applications in your system
#
# Copyright (C) 2013 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down
2 changes: 1 addition & 1 deletion tracer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Version module generated with tito
# WARNING: !! Do not edit this file !!
#
# Copyright (C) 2014 Jakub Kadlcik
# Copyright (C) 2016 Jakub Kadlcik
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions of
Expand Down

0 comments on commit 32ee56a

Please sign in to comment.