Sponsored Content
Top Forums Programming Open Source Google Code no longer supported at start of 2016 Post 302938458 by figaro on Monday 16th of March 2015 02:46:24 PM
Old 03-16-2015
Google Code no longer supported at start of 2016

As per the following announcement: ​Google Open Source Blog: Bidding farewell to Google Code

A lot of open source projects are hosted at Google Code, but it seems the market is concentrating. The loss will be similar to that of Google Code Search, which I wrote about earlier.
These 2 Users Gave Thanks to figaro For This Post:
 

3 More Discussions You Might Find Interesting

1. Web Development

Helpful Tip: Forcing Google to www.google.com

Helpful Tip! Sometimes when we are in another country, Google redirects our request for www.google.com to: www.google.co.in or to: www.google.co.th If you want to force Google to go to the US site, use: www.google.com/webhp (1 Reply)
Discussion started by: Neo
1 Replies

2. What is on Your Mind?

Welcome 2016, Happy New Year to All

Hello All, I wanted to wish Happy New Year 2016 to every one in this forum. May GOD gives us strength to do hard work, learn new things, enjoy each and every moment of our life, do new adventurous. Take care and enjoy. Here is a famous quote: Thanks, R. Singh "GOD helps those Who help... (1 Reply)
Discussion started by: RavinderSingh13
1 Replies

3. Shell Programming and Scripting

[: 2016-02-29: integer expression expected

Hi All, Seeking for your assistance on my error encountered below. I think there's no problem on my script but i'm encountering integer expression expected. i already put double quote on my variable but still the same error i encountered. #!/bin/sh TASKDATE=2016-02-10 VSQL_F="connect"... (6 Replies)
Discussion started by: znesotomayor
6 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 02:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy