[Xfce4-commits] [apps/xfce4-terminal] 01/01: Update URLs to use https protocol
noreply at xfce.org
noreply at xfce.org
Fri Apr 13 03:25:51 CEST 2018
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-terminal.
commit 34254a6ee7e424d14e5783268f929b4e4cc7e275
Author: Igor <f2404 at yandex.ru>
Date: Thu Apr 12 21:25:21 2018 -0400
Update URLs to use https protocol
Also update README and HACKING files
---
HACKING | 14 +++++++-------
README | 2 +-
autogen.sh | 2 +-
configure.ac.in | 2 +-
doc/README | 22 +++++++++++-----------
terminal/terminal-util.c | 2 +-
6 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/HACKING b/HACKING
index 440ee94..2a501b8 100644
--- a/HACKING
+++ b/HACKING
@@ -1,7 +1,7 @@
Bug tracking system
===================
-Terminal uses the bug tracking system at http://bugzilla.xfce.org/
+Xfce Terminal uses the bug tracking system at https://bugzilla.xfce.org/
hosted and maintained by the Xfce Project.
@@ -11,11 +11,11 @@ Patches
Please submit patches to the Xfce bug tracking system. Your patch
should be in unified diff format (the -u option to GNU diff).
-Please and send a patch against a recent version of this package. Patches
+Please create and send a patch against a recent version of this package. Patches
against the GIT master branch are most preferable. You can always
access the master branch from
- http://git.xfce.org/apps/xfce4-terminal/
+ https://git.xfce.org/apps/xfce4-terminal/
or clone the repository with GIT
@@ -26,7 +26,7 @@ Feature requests
================
Please file feature requests to the Xfce bug tracking system
-(http://bugzilla.xfce.org, classification Apps, product Xfce4-terminal)
+(https://bugzilla.xfce.org, classification Apps, product Xfce4-terminal)
with a Severity of enhancement. Make sure that your feature request
wasn't reported already before; requesting a feature several times
won't increase the chance that it gets added.
@@ -40,7 +40,7 @@ Coding Style
- Always expand tabs. This differs from the GNU suggestion, but is
necessary!
- Don't follow the philosophy "If it works, it's right" that most
- open source projects follow, instead Terminal's philosophy is
+ open source projects follow, instead Xfce Terminal's philosophy is
"It doesn't work unless it's right".
@@ -55,5 +55,5 @@ Release process
5) Run make dist-check to create the tarball.
6) Reset terminal_version_tag in configure.ac.in.
7) Push the changes (inclusing new tag).
- 8) Add new version to bugzilla product at http://bugzilla.xfce.org
- 9) Release on releases.xfce.org.
+ 8) Add new version to bugzilla product at https://bugzilla.xfce.org/.
+ 9) Release on https://releases.xfce.org/.
diff --git a/README b/README
index 55d850a..acef85a 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ How to report bugs?
===================
Bugs should be reported to the Xfce bug tracking system
-(http://bugzilla.xfce.org, product Xfce4-terminal). You will
+(https://bugzilla.xfce.org, product Xfce4-terminal). You will
need to create an account for yourself.
Please read the HACKING file for information on where to send changes
diff --git a/autogen.sh b/autogen.sh
index 72ab6b9..66054a4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,7 @@ autogen.sh: You don't seem to have the Xfce development tools (at least
version $XDT_REQURED_VERSION) installed on your system, which
are required to build this software.
Please install the xfce4-dev-tools package first; it is available
- from http://www.xfce.org/.
+ from https://www.xfce.org/.
EOF
exit 1
}
diff --git a/configure.ac.in b/configure.ac.in
index d50464b..fbf2077 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -34,7 +34,7 @@ AC_COPYRIGHT([Copyright (c) 2003-2011
os-cillation e.K. All rights reserved.
Written by Benedikt Meurer <benny at xfce.org>.])
-AC_INIT([xfce4-terminal], [terminal_version], [http://bugzilla.xfce.org/])
+AC_INIT([xfce4-terminal], [terminal_version], [https://bugzilla.xfce.org/])
AC_REVISION([@REVISION@])
AC_PREREQ([2.50])
AC_ARG_PROGRAM()
diff --git a/doc/README b/doc/README
index fc68035..25aa03a 100644
--- a/doc/README
+++ b/doc/README
@@ -1,23 +1,23 @@
-Terminal Documentation
-======================
+Xfce Terminal Documentation
+===========================
-A bit of information about how to handle the documentation in Terminal
+A bit of information about how to handle the documentation in Xfce Terminal
for both maintainers and translators.
Building Documentation
----------------------
-If you download a release of Terminal, you don't need to build the
+If you download a release of Xfce Terminal, you don't need to build the
documentation, because the (translated) HTML pages are already
included in the tarball.
However, if you make a clone from GIT or you add your own translation
and you want to see the result; you have to generate the documentation
during the build. This can be done by following the steps below:
- * Make sure you have the xfce-dev-tools, gnome-doc-utils (for xml2po)
+ * Make sure you have the xfce4-dev-tools, gnome-doc-utils (for xml2po)
and libxslt (for xsltproc) packages installed.
- * Create a GIT clone; "git clone git://git.xfce.org/apps/terminal".
+ * Create a GIT clone; "git clone git://git.xfce.org/apps/xfce4-terminal".
* Run "./autogen.sh --enable-gen-doc" and make sure the build
configuration shows "Generate documentation: yes".
* Run "make" and "make DESTDIR=/some/prefix install".
@@ -26,7 +26,7 @@ during the build. This can be done by following the steps below:
Updating the po(t) files
------------------------
-Normally this is only needed when the Terminal.xml file is edited, but
+Normally this is only needed when the xfce4-terminal.1.xml file is edited, but
in case you wonder:
* ./autogen.sh --enable-gen-doc
@@ -36,10 +36,10 @@ in case you wonder:
Adding New Translations
-----------------------
-New translations can easily be added by translating the doc/po/Terminal.pot
-file in Transifex [https://translations.xfce.org]. Before you submit your
-translated po file, make sure it passes the build process without errors
-and warnings. See more information about this in the "Building
+New translations can easily be added by translating the doc/po/xfce4-terminal.pot
+file in Transifex [https://docs.xfce.org/contribute/translate/start]. Before you
+submit your translated po file, make sure it passes the build process without
+errors and warnings. See more information about this in the "Building
Documentation" section above (you can run "make clean && make" in the doc/
directory to rebuild the documentation).
After running "make", check for the errors and warnings of your translation
diff --git a/terminal/terminal-util.c b/terminal/terminal-util.c
index 8ff6b93..3669269 100644
--- a/terminal/terminal-util.c
+++ b/terminal/terminal-util.c
@@ -87,7 +87,7 @@ terminal_util_show_about_dialog (GtkWindow *parent)
"program-name", PACKAGE_NAME,
"translator-credits", _("translator-credits"),
"version", PACKAGE_VERSION,
- "website", "http://docs.xfce.org/apps/terminal/start",
+ "website", "https://docs.xfce.org/apps/terminal/start",
"website-label", _("Visit Xfce Terminal website"),
NULL);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list