Sponsored Content
The Lounge What is on Your Mind? New Registration Modal for UNIX.COM Post 303028853 by Neo on Wednesday 16th of January 2019 07:27:46 AM
Old 01-16-2019
Note:

Would love to get rid of that Google reCaptcha, but if I do, the spammer flood gate will open up.

I may test and move to Invisible reCaptcha:

Invisible reCAPTCHA | reCAPTCHA | Google Developers

This will make the registration process look better and we can record the Google reCaptcha risk score on the server side for each registration in the database and use that for a new "badge" .. :wink: :wink:
 

6 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Please remove my registration and last post from Unix Forums

Hi I obviously shouldn't have registered with this website for help, please can you remove my registration and last post. It has now been sorted elsewhere. Thanks (0 Replies)
Discussion started by: skylark167
0 Replies

2. Post Here to Contact Site Administrators and Moderators

How to delete registration please?

How do I delete my registration please? (1 Reply)
Discussion started by: amaitland
1 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Need help with forum registration

i can not register, please help me (1 Reply)
Discussion started by: friender@mail
1 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Problem with registration

When I'm trying to register it says that my e-mail adress )is banned by administrator. Why? Thanks PS The same problem occurs with other 2 adresses I have (1 Reply)
Discussion started by: Mihail
1 Replies

5. Forum Support Area for Unregistered Users & Account Problems

Registration request.

Hi, i got several questions regarding Solaris 10 configuration which i would like to ask here. Unfortunately Russia is blacklisted so I cannot register the normal way. My IP is: 5.19.nnn.nnn email: <removed> Thank you. (5 Replies)
Discussion started by: nongrato
5 Replies

6. Shell Programming and Scripting

Character first registration

friends I have the following code that works perfect while read linea do largo=${#linea} echo "largo es///////////: $largo " if then echo "Longitud De Registro Invalida" echo " $linea > ERROR DE LONGITUD" >> ... (2 Replies)
Discussion started by: tricampeon81
2 Replies
HTML2MARKDOWN(1)						   User Commands						  HTML2MARKDOWN(1)

NAME
html2markdown - converts a page of HTML into markdown. SYNOPSIS
html2markdown [options...] [(filename|url) [encoding]] DESCRIPTION
html2markdown downloads the specified HTML page, and converts it to text marked up with markdown. The source HTML page may be a local file or remote URL. If not specified, it will be read from standard input. The output is printed to standard output. If an encoding is specified, it will override any encoding information provided by the HTTP Server. When not specified, python-feedparser (if available) will be used to determine the source encoding. If not available, or when reading local files, the encoding is assumed to be UTF-8. OPTIONS
--ignore-emphasis Don't include any formatting for emphasis. --ignore-links Don't include any formatting for links. --ignore-images Don't include any formatting for images. -g, --google-doc Convert an html-exported Google Document. -d, --dash-unordered-list Use a dash rather than a star for unordered list items. -b BODY_WIDTH, --body-width=BODY_WIDTH Number of characters per output line, 0 for no wrap. -i LIST_INDENT, --google-list-indent=LIST_INDENT Number of pixels Google indents nested lists. -s, --hide-strikethrough Hide strike-through text. Only relevant when -g is specified as well. --version Show program's version number and exit. -h, --help Show a help message and exit. AUTHOR
This manpage was written for Debian, by Stefano Rivera <stefanor@debian.org>. html2markdown 3.200.1 January 2012 HTML2MARKDOWN(1)
All times are GMT -4. The time now is 05:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy