Difference between revisions of "Projects using Lazarus - Web"

From Lazarus wiki
Jump to navigationJump to search
m (Remove duped heading; adjust heading level)
(Added new project entries)
Line 1: Line 1:
 
== FoxWhois ==
 
== FoxWhois ==
 +
 
[https://foxwhois.com/en/ FoxWhois] is a bulk domains checker. Does not require installation. There are free (foxwhois free) and paid (foxwhois pro) version. FoxWhois free scans .COM, .RU/.SU/.РФ domains for availability and whois data. FoxWhois pro has more advanced functionality. The software is multilingual (via i18n): currently supports English and Russian languages.
 
[https://foxwhois.com/en/ FoxWhois] is a bulk domains checker. Does not require installation. There are free (foxwhois free) and paid (foxwhois pro) version. FoxWhois free scans .COM, .RU/.SU/.РФ domains for availability and whois data. FoxWhois pro has more advanced functionality. The software is multilingual (via i18n): currently supports English and Russian languages.
  
== EasyBBS ==
+
== Open Sitemap Builder ==
[https://github.com/rbmuc/EasyBBS EasyBBS] is a modern bulletin board system. Installed in 10 minutes, it might be the forum for classes or clubs. Content can be text, images or links. If everything is said, EasyBBS builds a conclusion and is uninstalled in 5 minutes. Location- and Online- views deliver "community spirit". Source code included (German/English). Please join us, we need a French and Italian version.
 
  
== Open Sitemap Builder ==
 
 
[https://xn--90abhbolvbbfgb9aje4m.xn--p1ai/%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82/%D0%BF%D1%80%D0%BE%D1%87%D0%B5%D0%B5/open-sitemap-builder.html Open Sitemap Builder] - Cross-platform program for creating sitemap.xml sitemap without restrictions on the number of pages. The map format is supported as HTML, XML, CSV and simple list. There are English and Russian versions. Developed in the Object Pascal programming language in the FreePascal compiler using the Lazarus development environment. The source code is published and distributed under the BSD license.
 
[https://xn--90abhbolvbbfgb9aje4m.xn--p1ai/%D0%B8%D0%BD%D1%82%D0%B5%D1%80%D0%BD%D0%B5%D1%82/%D0%BF%D1%80%D0%BE%D1%87%D0%B5%D0%B5/open-sitemap-builder.html Open Sitemap Builder] - Cross-platform program for creating sitemap.xml sitemap without restrictions on the number of pages. The map format is supported as HTML, XML, CSV and simple list. There are English and Russian versions. Developed in the Object Pascal programming language in the FreePascal compiler using the Lazarus development environment. The source code is published and distributed under the BSD license.
 +
 +
== WandS ==
 +
 +
[http://sourceforge.net/projects/wands/ WandS] (Wake and Shutdown) is a program for webmasters or sysadmins for taking control of servers at datacenters. With WandS, you can shutdown or wake up any server or server group at any time through SSH or SMB.
 +
 +
== WikiHelp ==
 +
 +
[http://www.ullihome.de/wiki/Softwareprojects/WikiHelp/index WikiHelp] is a small tool that generates HTML pages from a Wiki. It downloads the content automatically and converts the WikiText pages into HTML. Most WikiText features are useable including images, tables and so on.
 +
 +
== Xidel ==
 +
 +
A platform independent [http://videlibri.sourceforge.net/xidel.html command line tool] to download webpages and extract data from them, using XPath 2 / XQuery expressions, CSS 3 selectors or custom pattern-matching templates. It is kind of an example for my [[Projects_using_Lazarus#Internet_Tools|internet tools]].
  
 
[[Category:Lazarus]]
 
[[Category:Lazarus]]

Revision as of 10:02, 25 July 2020

FoxWhois

FoxWhois is a bulk domains checker. Does not require installation. There are free (foxwhois free) and paid (foxwhois pro) version. FoxWhois free scans .COM, .RU/.SU/.РФ domains for availability and whois data. FoxWhois pro has more advanced functionality. The software is multilingual (via i18n): currently supports English and Russian languages.

Open Sitemap Builder

Open Sitemap Builder - Cross-platform program for creating sitemap.xml sitemap without restrictions on the number of pages. The map format is supported as HTML, XML, CSV and simple list. There are English and Russian versions. Developed in the Object Pascal programming language in the FreePascal compiler using the Lazarus development environment. The source code is published and distributed under the BSD license.

WandS

WandS (Wake and Shutdown) is a program for webmasters or sysadmins for taking control of servers at datacenters. With WandS, you can shutdown or wake up any server or server group at any time through SSH or SMB.

WikiHelp

WikiHelp is a small tool that generates HTML pages from a Wiki. It downloads the content automatically and converts the WikiText pages into HTML. Most WikiText features are useable including images, tables and so on.

Xidel

A platform independent command line tool to download webpages and extract data from them, using XPath 2 / XQuery expressions, CSS 3 selectors or custom pattern-matching templates. It is kind of an example for my internet tools.