Download newsflash plus
Author: m | 2025-04-25
Newsflash Plus download page. Newsflash is a Usenet binary reader. home; software catalogs; new downloads; rss feeds; Internet Tools Newsreaders Newsflash Plus. Newsflash Plus. Newsflash Plus download page. Newsflash is a Usenet binary reader.
newsflash-plus/README.md at master erdincay/newsflash-plus
Newsflash PlusThe world's best binary news reader!Build ConfigurationBuild configuration is defined as much as possible in the config file in this folder.It's assumed that either clang or gcc is used for a linux based build and msvc for windows.A C++11 compliant compiler is required.Only 32bit building is currently supported.Description of Modulesapp/newsflash applicationapp/gui/newsflash gui codeengine/generic downloader engine. provides a high level api to download data from the usenet.keygen/newsflash keygen codetools/par2cmdlinePar2cmdline is a tool to repair and verify par2 files. The original version was 0.4. The original version has stalled to version 0.4.ArchLinux packages par2 from which is a fork off the original par2.The Newsflash par2 has been updated to version 0.6.11("bump 0.6.11", is a tool to unrar .rar archives. Current version 5.21 beta2 Window/Application Framework/toolkit to be downloaded and extracted into third_party/third_party/boost_1_51_0High quality C++ libraries for stuff such as filesystem, parser generators etc. JSON library 0.8.1 zlib compression library. The current version is 1.2.5 protobuffer library 2.6.1 the protoc to compile the .proto files in the project.third_party/opensslSecure Socket Layer & Cryptography. Current version is 1.0.1g for LinuxStart by cloning the source $ git clone $ cd newsflash-plus $ mkdir dist_d $ mkdir distDownload and extract boost package boost_1_51_0, then build and install boost.build $ cd third_party/boost_1_51_0/tools/build/v2/ $ ./bootstrap.sh $ sudo ./b2 install $ bjam --version Boost.Build 2011.12-svnBuild openssl. nothing to be done for now since we're using the system opensslBuild QtNote that you must have XRender and fontconfig for nice looking font rendering in Qt.Install these packages.libx11-devlibext-devlibfontconfig-devlibxrender-devlibpng12-devopenssl-devlibgtk2.0-devlibgtk-3-devlibicu-devautoconfqt4-qmake $ cd third_party/qt-4.8.6 $ ./configure --prefix=~coding/qt-4.8.6 --no-qt3support --no-webkit $ make $ make installNOTE: if you get this Cryptic error:"bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory"it means that the script interpreter is shitting itself on windows style line endings, so you probably downloadedthe .zip file instead of the .tar.gz (you can fix this with dos2unix, but then also the executable bits are not setand configure will fail with some other cryptic error such as "no make or gmake was found bla bla".Build zlib $ cd third_party/zlib $ bjam releaseBuild protobuf $ cd third_party/protobuf $ ./configure $ make $ mkdir lib $ cp src/.libs/libprotobuf.a lib/libprotobuf.aWARNING: This might shit itself if aclocal has been updated to another version. It also requires GNU Autoconf, GNU m4 and Perl in order to run: Makefile:641: recipe for target 'aclocal.m4' failed"> WARNING: 'aclocal-1.14' is missing on your system. You should only need it if you modified 'acinclude.m4' or Newsflash Plus download page. Newsflash is a Usenet binary reader. home; software catalogs; new downloads; rss feeds; Internet Tools Newsreaders Newsflash Plus. Newsflash Plus. 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: It also requires GNU Autoconf, GNU m4 and Perl in order to run: Makefile:641: recipe for target 'aclocal.m4' failedYou can try to fix it by opening and editing protobuf/Makefileaclocal-1.14L240: ACLOCAL = ${SHELL} /home/enska/coding/newsflash/protobuf/missing aclocal-1.15L246: AUTOMAKE = ${SHELL} /home/enska/coding/newsflash/protobuf/missing automake-1.14L246: AUTOMAKE = ${SHELL} /home/enska/coding/newsflash/protobuf/missing automake-1.15">L240: ACLOCAL = ${SHELL} /home/enska/coding/newsflash/protobuf/missing aclocal-1.14L240: ACLOCAL = ${SHELL} /home/enska/coding/newsflash/protobuf/missing aclocal-1.15L246: AUTOMAKE = ${SHELL} /home/enska/coding/newsflash/protobuf/missing automake-1.14L246: AUTOMAKE = ${SHELL} /home/enska/coding/newsflash/protobuf/missing automake-1.15Build qjsonNOTE: I have edited the CMakeList.txt to have a custom Qt path. $ cd third_party/qjson $ cmake -G "Unix Makefiles" $ makeBuild zlib $ cd third_party/zlib $ bjam release Build par2cmdline $ cd tools/par2cmdline $ aclocal $ automake --add-missing $ autoconf $ ./configure $ sed -i 's/-g -O2/-O2/g' Makefile $ make $ cp par2 ~/coding/newsflash/dist $ cp par2 ~/coding/newsflash/dist_dBuild unrar $ cd tools/unrar $ make $ cp unrar ~/coding/newsflash/dist $ cp unrar ~/coding/newsflash/dist_dComments about ICU.Both Qt and boost.regex depend on ICU. So if ICU updates both Qt and boost.regex needs to be rebuilt.Building for WindowsNOTE About WindowsXP. To target WinXP we need /SUBSYSTEM:WINDOWS,5.01More information here: only 32bit build is supported. You'll need Microsoft Visual Studio 2013.Once you've installed visual studio open the VS2013 x86 Native Tools Commmand Prompt.Start by cloning the source $ git clone $ cd newsflash-plus $ mkdir dist_d $ mkdir distDownload and extract boost package boost_1_51_0, then build and install boost.build $ cd third_party/boost_1_51_0/tools/build/v2/ $ bootstrap.bat $ b2 $ set BOOST_BUILD_PATH=c:\boost-build\share\boost-build $ set PATH=%PATH%;c:\boost-build-engine\bin $ bjam --version Boost.Build 2011.12-svnBuild openssl. Install NASM and ActivePerl. that openssl does not maintain source code compatibility between versions. And this applieseven to minor versions. I.e. openssl 1.0.2 is source compatible with openssl 1.0.1Qt seems to want the 1.0.1x series. $ set PATH=%PATH%;"c:\Program Files (x86)\NASM" $ set PATH=%PATH%;"c:\Perl64\bin" $ cd third_party/openssl $ perl configure VC-WIN32 --prefix="%cd%\sdk" $ ms\do_nasm $ notepad ms\ntdll.mak * replace LFLAGS /debug with /release $ nmake -f ms\ntdll.mak $ nmake -f ms\ntdll.mak installBuild Qt $ cd third_party/qt-4.8.6 $ configure.exe -no-qt3support -no-webkit -debug-and-release -openssl -I "%cd%\..\openssl\sdk\include" -L "%cd%\..\openssl\sdk\lib" $ nmake $ nmake installBuild zlib $ cd third_party/zlib $ bjam releaseBuild protobuf library $ cd third_party/protobuf $ cd vsprojects $ msbuild protobuf.sln /p:Configuration=Release $ msbuild protobuf.sln /P/Configuration=DebugBuild qjsonNOTE: I have edited the CMakeList.txt to have a custom Qt path. $ cd third_party/qjson $ cmake -G "Visual Studio 12 2013" $ msbuild qjson.sln /p:Configuration=ReleaseBuild zlib $ cd third_party/zlib $ bjam releaseComments
Newsflash PlusThe world's best binary news reader!Build ConfigurationBuild configuration is defined as much as possible in the config file in this folder.It's assumed that either clang or gcc is used for a linux based build and msvc for windows.A C++11 compliant compiler is required.Only 32bit building is currently supported.Description of Modulesapp/newsflash applicationapp/gui/newsflash gui codeengine/generic downloader engine. provides a high level api to download data from the usenet.keygen/newsflash keygen codetools/par2cmdlinePar2cmdline is a tool to repair and verify par2 files. The original version was 0.4. The original version has stalled to version 0.4.ArchLinux packages par2 from which is a fork off the original par2.The Newsflash par2 has been updated to version 0.6.11("bump 0.6.11", is a tool to unrar .rar archives. Current version 5.21 beta2 Window/Application Framework/toolkit to be downloaded and extracted into third_party/third_party/boost_1_51_0High quality C++ libraries for stuff such as filesystem, parser generators etc. JSON library 0.8.1 zlib compression library. The current version is 1.2.5 protobuffer library 2.6.1 the protoc to compile the .proto files in the project.third_party/opensslSecure Socket Layer & Cryptography. Current version is 1.0.1g for LinuxStart by cloning the source $ git clone $ cd newsflash-plus $ mkdir dist_d $ mkdir distDownload and extract boost package boost_1_51_0, then build and install boost.build $ cd third_party/boost_1_51_0/tools/build/v2/ $ ./bootstrap.sh $ sudo ./b2 install $ bjam --version Boost.Build 2011.12-svnBuild openssl. nothing to be done for now since we're using the system opensslBuild QtNote that you must have XRender and fontconfig for nice looking font rendering in Qt.Install these packages.libx11-devlibext-devlibfontconfig-devlibxrender-devlibpng12-devopenssl-devlibgtk2.0-devlibgtk-3-devlibicu-devautoconfqt4-qmake $ cd third_party/qt-4.8.6 $ ./configure --prefix=~coding/qt-4.8.6 --no-qt3support --no-webkit $ make $ make installNOTE: if you get this Cryptic error:"bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory"it means that the script interpreter is shitting itself on windows style line endings, so you probably downloadedthe .zip file instead of the .tar.gz (you can fix this with dos2unix, but then also the executable bits are not setand configure will fail with some other cryptic error such as "no make or gmake was found bla bla".Build zlib $ cd third_party/zlib $ bjam releaseBuild protobuf $ cd third_party/protobuf $ ./configure $ make $ mkdir lib $ cp src/.libs/libprotobuf.a lib/libprotobuf.aWARNING: This might shit itself if aclocal has been updated to another version. It also requires GNU Autoconf, GNU m4 and Perl in order to run: Makefile:641: recipe for target 'aclocal.m4' failed"> WARNING: 'aclocal-1.14' is missing on your system. You should only need it if you modified 'acinclude.m4' or
2025-03-31'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: It also requires GNU Autoconf, GNU m4 and Perl in order to run: Makefile:641: recipe for target 'aclocal.m4' failedYou can try to fix it by opening and editing protobuf/Makefileaclocal-1.14L240: ACLOCAL = ${SHELL} /home/enska/coding/newsflash/protobuf/missing aclocal-1.15L246: AUTOMAKE = ${SHELL} /home/enska/coding/newsflash/protobuf/missing automake-1.14L246: AUTOMAKE = ${SHELL} /home/enska/coding/newsflash/protobuf/missing automake-1.15">L240: ACLOCAL = ${SHELL} /home/enska/coding/newsflash/protobuf/missing aclocal-1.14L240: ACLOCAL = ${SHELL} /home/enska/coding/newsflash/protobuf/missing aclocal-1.15L246: AUTOMAKE = ${SHELL} /home/enska/coding/newsflash/protobuf/missing automake-1.14L246: AUTOMAKE = ${SHELL} /home/enska/coding/newsflash/protobuf/missing automake-1.15Build qjsonNOTE: I have edited the CMakeList.txt to have a custom Qt path. $ cd third_party/qjson $ cmake -G "Unix Makefiles" $ makeBuild zlib $ cd third_party/zlib $ bjam release Build par2cmdline $ cd tools/par2cmdline $ aclocal $ automake --add-missing $ autoconf $ ./configure $ sed -i 's/-g -O2/-O2/g' Makefile $ make $ cp par2 ~/coding/newsflash/dist $ cp par2 ~/coding/newsflash/dist_dBuild unrar $ cd tools/unrar $ make $ cp unrar ~/coding/newsflash/dist $ cp unrar ~/coding/newsflash/dist_dComments about ICU.Both Qt and boost.regex depend on ICU. So if ICU updates both Qt and boost.regex needs to be rebuilt.Building for WindowsNOTE About WindowsXP. To target WinXP we need /SUBSYSTEM:WINDOWS,5.01More information here: only 32bit build is supported. You'll need Microsoft Visual Studio 2013.Once you've installed visual studio open the VS2013 x86 Native Tools Commmand Prompt.Start by cloning the source $ git clone $ cd newsflash-plus $ mkdir dist_d $ mkdir distDownload and extract boost package boost_1_51_0, then build and install boost.build $ cd third_party/boost_1_51_0/tools/build/v2/ $ bootstrap.bat $ b2 $ set BOOST_BUILD_PATH=c:\boost-build\share\boost-build $ set PATH=%PATH%;c:\boost-build-engine\bin $ bjam --version Boost.Build 2011.12-svnBuild openssl. Install NASM and ActivePerl. that openssl does not maintain source code compatibility between versions. And this applieseven to minor versions. I.e. openssl 1.0.2 is source compatible with openssl 1.0.1Qt seems to want the 1.0.1x series. $ set PATH=%PATH%;"c:\Program Files (x86)\NASM" $ set PATH=%PATH%;"c:\Perl64\bin" $ cd third_party/openssl $ perl configure VC-WIN32 --prefix="%cd%\sdk" $ ms\do_nasm $ notepad ms\ntdll.mak * replace LFLAGS /debug with /release $ nmake -f ms\ntdll.mak $ nmake -f ms\ntdll.mak installBuild Qt $ cd third_party/qt-4.8.6 $ configure.exe -no-qt3support -no-webkit -debug-and-release -openssl -I "%cd%\..\openssl\sdk\include" -L "%cd%\..\openssl\sdk\lib" $ nmake $ nmake installBuild zlib $ cd third_party/zlib $ bjam releaseBuild protobuf library $ cd third_party/protobuf $ cd vsprojects $ msbuild protobuf.sln /p:Configuration=Release $ msbuild protobuf.sln /P/Configuration=DebugBuild qjsonNOTE: I have edited the CMakeList.txt to have a custom Qt path. $ cd third_party/qjson $ cmake -G "Visual Studio 12 2013" $ msbuild qjson.sln /p:Configuration=ReleaseBuild zlib $ cd third_party/zlib $ bjam release
2025-03-28Protected]OR2. Buying a license here: you for downloading this font and I hope you find a use for it! NEWSFLASH font family designed by Unknown Designer has a total of 1 different styles. You can download the NEWSFLASH font to your computer or use it on your website. Please research the license information before using it. Unicode Blocks Basic Latin Supported Languages English, Zulu Lorem Ipsum is simply dummy text of the printing and typesetting industry. NEWSFLASH 400 ! ! " " # # $ $ % % & & ' ' ( ( ) ) * * + + , , - - . . / / 0 0 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 : : ; ; = = " data-char=">" data-dec="62">> > ? ? @ @ A A B B C C D D E E F F G G H H I I J J K K L L M M N N O O P P Q Q R R S S T T U U V V W W X X Y Y Z Z [ [ \ \ ] ] ^ ^ _ _ ` ` a a b b c c d d e e f f g g h h i i j j k k l l m m n n o o p p q q r r s s t t u u v v w w x x y y z z { { | | } } ~ ~ ¡ ¡ ¢ ¢ £ £ ˆ ˆ ˇ ˇ ˉ ˉ ˘ ˘ ˙ ˙ ˚ ˚ – – — — ‘ ‘ ’ ’ “ “ ” ” † † ‡ ‡
2025-03-28“I believe in one thing only, the power of human will.”Joseph Stalin NEWSFLASH Font Family To embed your selected fonts into a webpage, copy this code into the head of your HTML document. Standard rel="stylesheet"> @import @import url(' Specify in CSS Use the following CSS rules to specify these families font-family: 'NEWSFLASH', sans-serif; NEWSFLASH 400 Aa Bb Cc Dd Ee Ff Gg Hh Ii Jj Kk Ll Mm Nn Oo Pp Qq Rr Ss Tt Uu Vv Ww Xx Yy Zz Åå Ææ Çç Éé Øø Ññ Üü Žž 1234567890 ‘¿?’ “!” - – — (&) [*] {@} €£¥$¢ :;,. +÷×= Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris finibus blandit leo, nec convallis eros pulvinar et. Etiam non mi vitae lectus tincidunt cursus. Mauris non aliquam dolor Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris finibus blandit leo, nec convallis eros pulvinar et. Etiam non mi vitae lectus tincidunt cursus. Mauris non aliquam dolor Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris finibus blandit leo, nec convallis eros pulvinar et. Etiam non mi vitae lectus tincidunt cursus. Mauris non aliquam dolor Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris finibus blandit leo, nec convallis eros pulvinar et. Etiam non mi vitae lectus tincidunt cursus. Mauris non aliquam dolor Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris finibus blandit leo, nec convallis eros pulvinar et. Etiam non mi vitae lectus tincidunt cursus. Mauris non aliquam dolor License Free for personal useManufacturer High-Logic / Made with FontCreator Description This font, created by Darrell Flood, is free to use for personal use (tho I appreciate donations!)Please give as much as you honestly feel the font is worth to you.For commercial use you must purchase a license by either:1. Paying me at least $20 via PayPal to [email
2025-04-23