Skip to content

Commit 6011f96

Browse files
author
Peter Åstrand (astrand)
committed
Rename README.txt to README.rst and convert to reStructuredText
1 parent 3ec76bd commit 6011f96

File tree

15 files changed

+24
-24
lines changed

15 files changed

+24
-24
lines changed

README.txt README.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ JPEG codec.
1919
Legal
2020
=====
2121

22-
Incomplete and generally out of date copyright list:
22+
Incomplete and generally out of date copyright list::
2323

2424
Copyright (C) 1999 AT&T Laboratories Cambridge
2525
Copyright (C) 2002-2005 RealVNC Ltd.
@@ -50,7 +50,7 @@ All Platforms
5050

5151
All versions of TigerVNC contain the following programs:
5252

53-
vncviewer - the cross-platform TigerVNC Viewer, written using FLTK.
53+
* vncviewer - the cross-platform TigerVNC Viewer, written using FLTK.
5454
vncviewer connects to a VNC server and allows you to interact
5555
with the remote desktop being displayed by the VNC server. The
5656
VNC server can be running on a Windows or a Unix/Linux machine.
@@ -61,7 +61,7 @@ Windows-Specific
6161

6262
The Windows version of TigerVNC contains the following programs:
6363

64-
winvnc - the TigerVNC Server for Windows. winvnc allows a Windows desktop to
64+
* winvnc - the TigerVNC Server for Windows. winvnc allows a Windows desktop to
6565
be accessed remotely using a VNC viewer.
6666

6767
winvnc may not work if the Fast User Switching or Remote Desktop features are
@@ -73,23 +73,23 @@ Unix/Linux-Specific (not Mac)
7373

7474
The Unix/Linux version of TigerVNC contains the following programs:
7575

76-
Xvnc - the TigerVNC Server for Unix. Xvnc is both a VNC server and an X
76+
* Xvnc - the TigerVNC Server for Unix. Xvnc is both a VNC server and an X
7777
server with a "virtual" framebuffer. You should normally use the
7878
vncserver script to start Xvnc.
7979

80-
vncserver - a wrapper script which makes starting Xvnc more convenient.
80+
* vncserver - a wrapper script which makes starting Xvnc more convenient.
8181
vncserver requires Perl.
8282

83-
vncpasswd - a program which allows you to change the VNC password used to
83+
* vncpasswd - a program which allows you to change the VNC password used to
8484
access your VNC server sessions (assuming that VNC authentication
8585
is being used.) The vncserver script will automatically launch
8686
this program if it detects that VNC authentication is in use and
8787
a VNC password has not yet been configured.
8888

89-
vncconfig - a program which is used to configure and control a running
89+
* vncconfig - a program which is used to configure and control a running
9090
instance of Xvnc.
9191

92-
x0vncserver - an inefficient VNC server which continuously polls any X
92+
* x0vncserver - an inefficient VNC server which continuously polls any X
9393
display, allowing it to be controlled via VNC. It is intended
9494
mainly as a demonstration of a simple VNC server.
9595

cmake/BuildPackages.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ endif() #UNIX
8787
#
8888

8989
install(FILES ${CMAKE_SOURCE_DIR}/LICENCE.TXT DESTINATION ${DOC_DIR})
90-
install(FILES ${CMAKE_SOURCE_DIR}/README.txt DESTINATION ${DOC_DIR})
90+
install(FILES ${CMAKE_SOURCE_DIR}/README.rst DESTINATION ${DOC_DIR})

contrib/packages/rpm/el5/SPECS/tigervnc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ fi
10001000

10011001
%files -f %{name}.lang
10021002
%defattr(-,root,root,-)
1003-
%doc README.txt
1003+
%doc README.rst
10041004
%{_bindir}/vncviewer
10051005
%{_datadir}/applications/*
10061006
%{_mandir}/man1/vncviewer.1*

contrib/packages/rpm/el6/SPECS/tigervnc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ fi
408408

409409
%files -f %{name}.lang
410410
%defattr(-,root,root,-)
411-
%doc README.txt
411+
%doc README.rst
412412
%{_bindir}/vncviewer
413413
%{_datadir}/applications/*
414414
%{_mandir}/man1/vncviewer.1*

contrib/packages/rpm/el7/SPECS/tigervnc.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ fi
340340

341341
%files -f %{name}.lang
342342
%defattr(-,root,root,-)
343-
%doc %{_docdir}/%{name}-%{version}/README.txt
343+
%doc %{_docdir}/%{name}-%{version}/README.rst
344344
%{_bindir}/vncviewer
345345
%{_datadir}/applications/*
346346
%{_mandir}/man1/vncviewer.1*

java/com/tigervnc/vncviewer/VncViewer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public class VncViewer extends javax.swing.JApplet
6565
public static final String aboutText =
6666
new String("TigerVNC Java Viewer v%s (%s)%n"+
6767
"Built on %s at %s%n"+
68-
"Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)%n"+
68+
"Copyright (C) 1999-2017 TigerVNC Team and many others (see README.rst)%n"+
6969
"See http://www.tigervnc.org for information on TigerVNC.");
7070

7171
public static String version = null;

po/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (GETTEXT_XGETTEXT_EXECUTABLE)
2424
--keyword=_
2525
--keyword=p_:1c,2
2626
--keyword=N_
27-
"--copyright-holder=TigerVNC Team and many others \(see README.txt\)"
27+
"--copyright-holder=TigerVNC Team and many others \(see README.rst\)"
2828
2929
--sort-by-file
3030
--add-location

po/tigervnc.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) YEAR TigerVNC Team and many others (see README.txt)
2+
# Copyright (C) YEAR TigerVNC Team and many others (see README.rst)
33
# This file is distributed under the same license as the PACKAGE package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -560,7 +560,7 @@ msgstr ""
560560
msgid ""
561561
"TigerVNC Viewer %d-bit v%s\n"
562562
"Built on: %s\n"
563-
"Copyright (C) 1999-%d TigerVNC Team and many others (see README.txt)\n"
563+
"Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
564564
"See http://www.tigervnc.org for information on TigerVNC."
565565
msgstr ""
566566

release/makemacapp.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ install -m 644 $SRCDIR/release/tigervnc.icns "$APPROOT/Contents/Resources/"
6565
install -m 644 release/Info.plist "$APPROOT/Contents/"
6666

6767
install -m 644 $SRCDIR/LICENCE.TXT $TMPDIR/dmg/
68-
install -m 644 $SRCDIR/README.txt $TMPDIR/dmg/
68+
install -m 644 $SRCDIR/README.rst $TMPDIR/dmg/
6969

7070
hdiutil create -fs HFS+ -volname $PACKAGE_NAME-$VERSION \
7171
-srcfolder "$TMPDIR/dmg" \

release/tigervnc.iss.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Source: "@CMAKE_CURRENT_BINARY_DIR@\win\wm_hooks\wm_hooks.dll"; DestDir: "{app}"
3030
Source: "@CMAKE_CURRENT_BINARY_DIR@\win\vncconfig\vncconfig.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
3131
#endif
3232
Source: "@CMAKE_CURRENT_BINARY_DIR@\vncviewer\vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion restartreplace;
33-
Source: "@CMAKE_SOURCE_DIR@\README.txt"; DestDir: "{app}"; Flags: ignoreversion
33+
Source: "@CMAKE_SOURCE_DIR@\README.rst"; DestDir: "{app}"; Flags: ignoreversion
3434
Source: "@CMAKE_SOURCE_DIR@\LICENCE.TXT"; DestDir: "{app}"; Flags: ignoreversion
3535

3636

@@ -49,7 +49,7 @@ Name: "{group}\VNC Server (Service-Mode)\Start VNC Service"; FileName: "{app}\wi
4949
Name: "{group}\VNC Server (Service-Mode)\Stop VNC Service"; FileName: "{app}\winvnc4.exe"; Parameters: "-noconsole -stop";
5050
#endif
5151
Name: "{group}\License"; FileName: "write.exe"; Parameters: "LICENCE.TXT"; WorkingDir: "{app}"; Flags: "useapppaths"
52-
Name: "{group}\Read Me"; FileName: "write.exe"; Parameters: "README.txt"; WorkingDir: "{app}"; Flags: "useapppaths"
52+
Name: "{group}\Read Me"; FileName: "write.exe"; Parameters: "README.rst"; WorkingDir: "{app}"; Flags: "useapppaths"
5353
Name: "{group}\Uninstall TigerVNC"; FileName: "{uninstallexe}"; WorkingDir: "{app}";
5454

5555
#ifdef BUILD_WINVNC

unix/xserver/hw/vnc/xvnc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ from the X Consortium.
8686
#include "site.h"
8787

8888
#define XVNCVERSION "TigerVNC 1.8.80"
89-
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)\n" \
89+
#define XVNCCOPYRIGHT ("Copyright (C) 1999-2017 TigerVNC Team and many others (see README.rst)\n" \
9090
"See http://www.tigervnc.org for information on TigerVNC.\n")
9191

9292
#define VFB_DEFAULT_WIDTH 1024

vncviewer/vncviewer.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static const char *about_text()
9999
snprintf(buffer, sizeof(buffer),
100100
_("TigerVNC Viewer %d-bit v%s\n"
101101
"Built on: %s\n"
102-
"Copyright (C) 1999-%d TigerVNC Team and many others (see README.txt)\n"
102+
"Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n"
103103
"See http://www.tigervnc.org for information on TigerVNC."),
104104
(int)sizeof(size_t)*8, PACKAGE_VERSION,
105105
BUILD_TIMESTAMP, 2017);

vncviewer/vncviewer.rc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ BEGIN
5252
#endif
5353
VALUE "FileVersion", "@RCVERSION@\0"
5454
VALUE "InternalName", "vncviewer\0"
55-
VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)\0"
55+
VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.rst)\0"
5656
VALUE "LegalTrademarks", "TigerVNC\0"
5757
VALUE "OriginalFilename", "vncviewer.exe\0"
5858
VALUE "PrivateBuild", "\0"

win/vncconfig/vncconfig.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ BEGIN
472472
#endif
473473
VALUE "FileVersion", __RCVERSIONSTR
474474
VALUE "InternalName", "vncconfig\0"
475-
VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)\0"
475+
VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.rst)\0"
476476
VALUE "LegalTrademarks", "TigerVNC\0"
477477
VALUE "OriginalFilename", "vncconfig.exe\0"
478478
VALUE "PrivateBuild", "\0"

win/winvnc/winvnc.rc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ BEGIN
8686
#endif
8787
VALUE "FileVersion", __RCVERSIONSTR
8888
VALUE "InternalName", "winvnc\0"
89-
VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)\0"
89+
VALUE "LegalCopyright", "Copyright (C) 1999-2017 TigerVNC Team and many others (see README.rst)\0"
9090
VALUE "LegalTrademarks", "TigerVNC\0"
9191
VALUE "OriginalFilename", "winvnc4.exe\0"
9292
VALUE "PrivateBuild", "\0"

0 commit comments

Comments
 (0)