mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
[SYSSETUP] syssetup.rc improve URLs (#5810)
Reformat those URLs in a way that allows new lines to be added, or existing lines to be removed or changed, without the need to touch any neighbor line. This will also allow git blame to work much better in the future. Fix outdated URLs: http://www.icu-project.org -> http://icu.unicode.org https://fedorahosted.org/liberation-fonts -> http://pagure.io/liberation-fonts I checked: all of the URLs do still work as good as before. * Update ext2fsd links in syssetup.rc and media/doc
This commit is contained in:
parent
d831bc4fab
commit
9360423cc2
2 changed files with 18 additions and 2 deletions
|
@ -33,7 +33,22 @@ IDI_ICON5 ICON "resources/5.ico"
|
||||||
|
|
||||||
STRINGTABLE
|
STRINGTABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_ACKPROJECTS "Wine - http://www.winehq.org\nFreeType - http://www.freetype.org\nSYSLINUX - http://syslinux.zytor.com\nMinGW - http://www.mingw.org\nBochs - http://bochs.sourceforge.net\nMesa3D - http://www.mesa3d.org\nadns - http://www.gnu.org/software/adns\nICU - http://www.icu-project.org/\nGraphApp - http://enchantia.com/software/graphapp/\nExt2 - http://www.ext2fsd.com/\nGNU FreeFont - http://savannah.gnu.org/projects/freefont/\nDejaVu Fonts - http://dejavu.sourceforge.net\nLiberation(tm) Fonts - https://fedorahosted.org/liberation-fonts/\nBtrfs - https://github.com/maharmstone/btrfs\nTango Desktop Project - http://tango.freedesktop.org/Tango_Desktop_Project"
|
IDS_ACKPROJECTS "Wine - http://winehq.org\
|
||||||
|
\nFreeType - http://freetype.org\
|
||||||
|
\nSYSLINUX - http://syslinux.zytor.com\
|
||||||
|
\nMinGW - http://mingw.org\
|
||||||
|
\nBochs - http://bochs.sourceforge.net\
|
||||||
|
\nMesa3D - http://mesa3d.org\
|
||||||
|
\nadns - http://gnu.org/software/adns\
|
||||||
|
\nICU - http://icu.unicode.org\
|
||||||
|
\nGraphApp - http://enchantia.com/software/graphapp\
|
||||||
|
\nExt2 - http://sourceforge.net/projects/ext2fsd\
|
||||||
|
\nGNU FreeFont - http://savannah.gnu.org/projects/freefont\
|
||||||
|
\nDejaVu Fonts - http://dejavu.sourceforge.net\
|
||||||
|
\nLiberation(tm) Fonts - http://pagure.io/liberation-fonts\
|
||||||
|
\nBtrfs - https://github.com/maharmstone/btrfs\
|
||||||
|
\nTango Desktop Project - http://tango.freedesktop.org/Tango_Desktop_Project\
|
||||||
|
"
|
||||||
END
|
END
|
||||||
|
|
||||||
IDR_GPL RT_TEXT "COPYING"
|
IDR_GPL RT_TEXT "COPYING"
|
||||||
|
|
|
@ -93,7 +93,8 @@ Path: drivers/filesystems/ext2
|
||||||
Path: sdk/lib/fslib/ext2lib
|
Path: sdk/lib/fslib/ext2lib
|
||||||
Used Version: 0.69
|
Used Version: 0.69
|
||||||
License: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later.html)
|
License: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later.html)
|
||||||
URL: http://www.ext2fsd.com
|
URL: https://web.archive.org/web/20210516213924/http://www.ext2fsd.com
|
||||||
|
URL: https://sourceforge.net/projects/ext2fsd
|
||||||
|
|
||||||
Title: NFSv4.1 Client for Windows
|
Title: NFSv4.1 Client for Windows
|
||||||
Path: base/services/nfsd
|
Path: base/services/nfsd
|
||||||
|
|
Loading…
Reference in a new issue