From e595830fab0316f9121f1dba6e56dc6542718e114b2c8a1c8cd10d49abfe8078 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 12 Apr 2025 00:42:01 -0400 Subject: [PATCH] Rename user-facing bits of Dillo to Flenser. I dunno if I got them all. This is also now version 0.0.0 --- ChangeLog | 3 + Makefile.am | 8 +- configure.ac | 4 +- doc/user_help.in.html | 140 +++++++++--------- dpi/bookmarks.c | 18 +-- dpi/cookies.c | 8 +- dpi/downloads.cc | 2 +- dpid/dpi.c | 4 +- dpid/dpi_socket_dir.c | 4 +- dpid/dpid.c | 8 +- dpid/dpid.h | 2 +- dpid/dpid_common.h | 6 +- dpid/dpidc.c | 4 +- dpip/dpip.c | 2 +- ...hyphenation => flenser-install-hyphenation | 4 +- dillo.desktop => flenser.desktop | 2 +- dillorc => flenserrc | 28 ++-- install-dpi-local | 2 +- src/IO/about.c | 2 +- src/IO/dpi.cc | 4 +- src/IO/tls_mbedtls.c | 2 +- src/IO/tls_openssl.cc | 10 +- src/Makefile.am | 12 +- src/cookies.cc | 2 +- src/domainrc | 4 +- src/{dillo.cc => flenser.cc} | 10 +- src/paths.cc | 4 +- src/paths.hh | 2 +- src/styleengine.cc | 2 +- src/uicmd.cc | 4 +- src/version.cc | 3 +- test/unit/cookies.c | 6 +- 32 files changed, 161 insertions(+), 155 deletions(-) rename dillo-install-hyphenation => flenser-install-hyphenation (97%) rename dillo.desktop => flenser.desktop (94%) rename dillorc => flenserrc (95%) rename src/{dillo.cc => flenser.cc} (98%) diff --git a/ChangeLog b/ChangeLog index 362d9b5..ed6919c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Flenser project ============================================================================= +flenser-0.0.0 [Feb 28, 2025] + flenser-3.2.0 [Feb 28, 2025] +- Forked from dillo. @@ -10,6 +12,7 @@ flenser-3.2.0 [Feb 28, 2025] - The coding style and related guides are hereby "abolished". - The general architecture of modules and such will remain unchanged for now. - I'll start by moving to smart pointers and RAII anywhere I can. + - Not really version 3.2.0. I'll roll the version back to 0. ============================================================================= Dillo project diff --git a/Makefile.am b/Makefile.am index ced4a8c..b18864c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,13 @@ SUBDIRS = lout dw dlib dpip src doc dpid dpi test -dist_bin_SCRIPTS = dillo-install-hyphenation +dist_bin_SCRIPTS = flenser-install-hyphenation -EXTRA_DIST = README.md Doxyfile dillorc install-dpi-local d_size.h +EXTRA_DIST = README.md Doxyfile flenserrc install-dpi-local d_size.h -sysconf_DATA = dillorc +sysconf_DATA = flenserrc desktopdir = $(datadir)/applications -desktop_DATA = dillo.desktop +desktop_DATA = flenser.desktop appicon48dir = $(datadir)/icons/hicolor/48x48/apps/ appicon48_DATA = icons/48x48/dillo.png diff --git a/configure.ac b/configure.ac index 3b6bf18..f359704 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ dnl Process this file with aclocal, autoconf and automake. -AC_INIT([dillo], [3.2.0]) +AC_INIT([flenser], [0.0.0]) dnl Detect the canonical target build environment AC_CANONICAL_TARGET AM_INIT_AUTOMAKE -AC_CONFIG_SRCDIR([src/dillo.cc]) +AC_CONFIG_SRCDIR([src/flenser.cc]) AC_CONFIG_HEADERS([config.h]) sysconfdir=${sysconfdir}/${PACKAGE} diff --git a/doc/user_help.in.html b/doc/user_help.in.html index e5715e0..4eaa006 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -2,7 +2,7 @@ - Dillo User Manual + Flenser User Manual