Commit Graph

14 Commits

Author SHA1 Message Date
ba3a411ca3 daemon: Rename dring occurrences in code and file names to jamid.
Automated using the following commands:

  $ mv src/{dring,jami}
  $ git grep -l src/dring | xargs sed -i 's,src/dring,src/jami,g'
  $ git grep -l '#include "dring/' | \
    xargs sed -i 's,#include "dring/,#include "jami/,g'
  $ git grep -l 'dring.h' | xargs sed -i 's,dring.h,jami.h,g'

And finally,

  $ git grep -l 'dring' | xargs sed -i 's,dring,jami,g'

  $ files=$(find -name '*dring*' | sort)
  $ for f in $files; do mkdir -p "$(dirname "$f")"; \
      mv "$f" "$(echo $f | sed 's/dring/jami/g')"; done

To resolve a bad renaming favorably:

  $ git grep -l -i AlsaCarjami | \
    xargs sed -i -E 's/([Aa])lsaCarjami/\1lsaCardRingtone/g'

The above renaming command is not perfect, so some hand-tuning was
required to complete it.

* src/manager.cpp (Manager::ManagerPimpl::retrieveConfigPath):
Preserve the dring.yml configuration file name, until we add something
to migrate (rename) it to jami.yml.
* man/dring.pod: Delete.
* bin/dbus/jamid.pod: Move to ...
* man/jamid.pod: here.
* bin/dbus/meson.build (jamid_targets): Normalize man section to the
pre-existing 1 and adjust accordingly.
* src/jami/def.h (dring_EXPORTS): Rename to ...
(jami_EXPORTS): ... this.

change-Id: I9828be6da9c711ab2f22c4d1b9539fea89d7b6fb
2021-07-15 10:57:26 -04:00
20b1f1f920 man: fix typo and update link
Change-Id: I5a4804bd4edb785aba489a08f0a910301fd3881c
2020-02-27 12:51:04 -05:00
8b9940eb26 rename Ring to Jami
Removes refrences to project name in logs and comments where it doesn't
matter whether or not the name is specified.

Change-Id: I17f99390226929ee620bc479b203825389bb3d4d
2019-01-04 16:26:12 -05:00
c8578809b0 ring-client-gnome -> gnome-ring
Refer to the actual gnome-ring executable name
in the dring manpage.

Change-Id: I8a32c1c1124f10532fc824cafeb0a820cf01e571
2018-04-19 22:52:50 -04:00
bf105816ca Small cleanup of the ring-daemon introductory material
* CODING: Update wiki URLs and refresh content.
* ChangeLog: Fix typo.
* README: Likewise, and use HTTPS for URLs.
* doc/README: Rephrase.
* man/README.manpages: Fix typo.

Change-Id: I9d320ae2e5bdfacc84293001f08abb442da35fb5
Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
2018-01-09 13:04:30 -05:00
df929473d4 Manpage updates
Change-Id: Ie24d080475996b404ec2feba94683c1759aff6b4
Tuleap: #350
2016-04-08 16:19:36 -04:00
5236ab05a8 update Copyright header
- remove OpenSSL exception
- fix Savoir-faire Linux naming
- fix common Author: representation

Issue: #80663
Change-Id: I6c3b2ca1ed48ed474a0ecd5a30fe793526e11b00
2015-09-21 13:45:51 -04:00
8507024c70 daemon: move up daemon into top directory
Refs #68986

Change-Id: Ia95b140e4f4d6625d1df12d52a40414482b2e773
2015-03-20 15:56:31 -04:00
d61c109609 [#1212] Create sflphone-common at the root of the repository 2009-04-21 17:56:33 -04:00
d7586e4742 [#1212] Update the manpages generation - edit preinst maintainer script 2009-04-21 12:15:26 -04:00
303d73aa11 Use template version variable for manual 2009-04-02 17:41:27 -04:00
74e367446f improve manpages generation 2009-01-06 16:41:29 -05:00
d8e1ee4f8e Fix the Makefile.am in man directory, add a SEE ALSO section 2009-01-06 16:03:31 -05:00
5c4b79f63a Add man pages for sflphone 2008-12-09 13:51:52 -05:00