Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 3 and Version 4 of BaseSixtyFourExample

Show
Ignore:
Author:
jcc7 (IP: 192.149.244.9)
Timestamp:
11/07/06 14:02:49 (17 years ago)
Comment:

fixed newsgroup links

Legend:

Unmodified
Added
Removed
Modified
  • BaseSixtyFourExample

    v3 v4  
    1111== Purpose == 
    1212 
    13 Converts base64 encoded files found at the web interface (such as http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D) to the D newsgroup into binary files. (I tested it with http://www.digitalmars.com/drn-bin/wwwnews?D/22264.) 
     13Converts base64 encoded files found at the web interface (such as the [http://www.digitalmars.com/pnews/indexing.php?server=news.digitalmars.com&group=digitalmars.D main D newsgroup]) to the D newsgroup into binary files. (I tested it with [http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=22264 D:22264].) 
    1414 
    1515 
    1616== Instructions == 
    1717 
    18 Save the page that includes the base64 encoding as something like "wwwwnews.html". Call this program as "b64_to_bin.exe wwwnews.html". Rename "wwwnews.html.bin" to whatever the file name should be. 
     18Save the page that includes the base64 encoding as something like "post.html". Call this program as "b64_to_bin.exe post.html". Rename "post.html.bin" to whatever the file name should be. 
    1919 
    2020 
    7272}  
    7373}}} 
    74  
    75  
    76 == Source == 
    77  
    78 || Link || http://www.dsource.org/tutorials/index.php?show_example=81 || 
    79 || Posted by || jcc7 || 
    80 || Date/Time || Wed Dec 15, 2004 2:30 pm ||