Tagged Questions
The plaintext tag has no wiki summary.
13
votes
8answers
748 views
Why are plain text passwords bad, and how do I convince my boss that his treasured websites are in jeopardy?
I've always been of the impression that storing passwords in a database as plain text is (as someone else here put it) a Very Bad Thing™.
Historically, most of our server-side coding needs have been ...
8
votes
5answers
7k views
Converting HTML to plain text in PHP for e-mail
I use TinyMCE to allow minimal formatting of text within my site. From the HTML that's produced, I'd like to convert it to plain text for e-mail. I've been using a class called html2text, but it's ...
7
votes
3answers
3k views
How to send password securely over HTTP?
If on a login screen user submits a form with his username and password, the password is sent in plain text (even with POST, correct me if I am wrong).
So the question is what is the right way to ...
6
votes
8answers
269 views
Looking for a crappy email client
I wrote some code to send email as both HTML & Text, and I am having having trouble testing it.
On Thunderbird and Outlook, there is an option to view as plain-text, however I have a feeling that ...
6
votes
5answers
295 views
Scalable, fast, text file backed database engine?
I am dealing with large amounts of scientific data that are stored in tab separated .tsv files. The typical operations to be performed are reading several large files, filtering out only certain ...
4
votes
1answer
95 views
Should I use mysql to keep logs, or just dump to a text file
I am creating a site which will make lots of searches and I need to log data about every search that is made for later analysis.
I anticipate ultimately having load distributed between a number of ...
4
votes
2answers
481 views
Formatting a table in a plain text email in C#
I'm trying to send data in a tabular format via email and I was just told that some of our clients can't receive HTML formatted emails, which is what I was using. I tried to manage this using tabs, ...
4
votes
6answers
436 views
Security risk in storing SQL login info in PHP code?
First time reader, first time poster (woo!)
So I've been implementing my login scripts for an informal website. Not likely to be compromised, but just to be safe, I'd like to ask if there's a ...
4
votes
8answers
8k views
How to remove duplicate words from a plain text file using linux command
I have a plain text file with words, which are separated by comma, for example:
word1, word2, word3, word2, word4, word5, word 3, word6, word7, word3
i want to delete the duplicates and to become:
...
3
votes
2answers
75 views
A library in Java that can transform an HTML text into plain text?
The problem is simple, I want to transform a HTML text to plain text, thinks like putting line-breaks where is the <br> or title tags, number or markers on lists, etc.
I'm using BoilerPipe at ...
3
votes
2answers
534 views
use xsl to output plain text
I needed to use XSL to generate simple plain text output from XML. Since I didn't find any good, concise example online, I decided to post my solution here. Any links referring to a better example ...
3
votes
1answer
230 views
Securely storing a password locally that is used for web service
I have an application that authenticates against a third party web service by sending a username and password. At the moment I'm typing the password on a winform each time I start the application - ...
3
votes
2answers
61 views
Huge amount of plaintext data for parsing experiment
I am developing a parser in ruby which parses some nonuniform text data. Can anybody tell me, where I can get a good number of plaintext data for that?
3
votes
3answers
519 views
Rendering Plaintext as HTML maintaining whitespace – without <pre>
Given any arbitrary text file full of printable characters, how can this be converted to HTML that would be rendered exactly the same (with the following requirements)?
Does not rely on any but the ...
3
votes
2answers
740 views
C# mvc2 create an plain text email in code
I need to create an plain-test email in code. This is required because the information in the email will be read by an application.
I've created the following value in an constant string as setup for ...
3
votes
5answers
398 views
Rendering plain text through PHP
For some reason, I want to serve my robots.txt via a PHP script. I have setup apache so that the robots.txt file request (infact all file requests) come to a single PHP script.
The code I am using to ...
3
votes
5answers
2k views
Convert HTML to plain text in Java
I need to convert HTML to plain text. My only requirement of formatting is to retain new lines in the plain text. New lines should be displayed not only in the case of < br > but other tags, eg. ...
3
votes
3answers
2k views
AS3 / AIR - Creating a plain text file?
is it possible to create a plain text file with AS3 or AIR?
example: i would like to create a plain text file named "MyTextFile.txt", have it contain text that reads "This is my text file." and save ...
3
votes
1answer
141 views
XSLT 1 Plain Text Spacing
Using Perl's XML::LibXSLT necessitates that I use XSLT 1.0, which means that I am stuck without XSLT 2.0 features. Is there a way that I can still pad text cleanly in a plain-text output from my ...
3
votes
4answers
553 views
Language for plain text documentation
I think about storing project documentation in plain text format. The primary reasons/requirements are:
easy for source controls systems to manage and track versions;
simple to edit (any text ...
3
votes
2answers
926 views
Best way to convert HTML to plaintext using Python
I'm working on a project that involves converting a large amount of HTML content to plain/text. I have a custom-written module that does the job OK, but I'm wondering if there's some standard tools to ...
3
votes
3answers
754 views
Justified plain text from HTML
I need a plain text representation of an arbitrary HTML file (e.g., a blog post). So far that's not a problem, there are dozens of HTML to txt converters. However, the text in paragraphs (read "p ...
2
votes
2answers
166 views
send plain/text email and getting =0D=0A in email response from server
When i send a email from my site to Uniform http://co.za registrar and cc myself in the mail i get an email returned from them that they received the email, but cannot find some of the information as ...
2
votes
1answer
325 views
RichEdit not respecting PlainText with pasted content
I create a new application, drop on a TRichedit and set the PlainText property to true. I then run the application and paste some rich formatted text into the RichEdit.
I would expect it to display ...
2
votes
1answer
363 views
XSLT to output plain text table
I'm working on an XSL template to convert an XHTML/hResume document to plain text, and I'm having trouble with the table layout (no, not layout tables). At the moment I've got the following, using the ...
2
votes
1answer
480 views
How to get CakePHP to render plain text with line feeds?
I need one of my controller actions to return a list of names, on name per line, as plain text. The reason for this is so that it can be consumed by the JQuery autocomplete plugin which expects this ...
2
votes
1answer
220 views
Visualise Workflow Diagram from plain text
Assuming there is a plain text with description of the workflow (Just plain English in some predefined format).
Are there any tools (better online) to visualize the flow based on a plain text?
What ...
2
votes
1answer
606 views
Fetching plain text in Yahoo Pipes
I have a Yahoo pipe taking the Atom feed from a Google group, and I want to do some processing on the message's full text (running various regular expressions to extract data). I can get a message's ...
2
votes
5answers
239 views
Best way to store urls locally
I am creating an RSS reader as a hobby project, and at the point where the user is adding his own URL's.
I was thinking of two things.
A plaintext file where each url is a single line
SQLite where ...
1
vote
1answer
251 views
Extracting the body of an email from mbox file, decoding it to plain text regardless of Charset and Content Transfer Encoding
I am trying to use Python 3 to extract the body of email messages from a thunderbird mbox file. It is an IMAP account.
I would like to have the text part of the body of the email available to process ...
1
vote
0answers
101 views
Which is faster reading binary data or just plain text data?
I have some data that I know its exact structure. It has to be inserted in files second by second.
The structs contain fields of double, but they have different names. The same number of struct have ...
1
vote
1answer
323 views
UTF-8 to String in Java
i am having a little problem with the UTF-8 charset. I have a UTF-8 encoded file witch i want to load and analyze. I am using BufferedReader to read the file line by line.
BufferedReader buffReader = ...
1
vote
0answers
299 views
Reading very large text files. ReadLn alternative? [closed]
Possible Duplicate:
Delphi: Alternative to using Reset/ReadLn for text file reading
I'm using Delphi to read some very large plain text files (>1.5 GB). I find AssignFile+ReadLn combination ...
1
vote
4answers
311 views
PHP cURL getting plaintext
I'm using cURL in PHP to get webpage content and it's working great. But my program now requires me to get only plain-text from the target site, instead of HTML. I've looked extensively for this but ...
1
vote
1answer
125 views
How can I create a basic human readable plain text representation of XHTML using Java?
Given some simple XHTML, I'd like to create a human readable plain text version of it. This would involve removing all HTML tags, but adding or preserving some whitespace.
For example, this input:
...
1
vote
2answers
119 views
docx - markup / markup - docx conversion
I have to store some documents in the docx format, but can't stand using msword: I would like to edit some kind of plain text markup, anything except stuff based on XML (I don't like that either) and ...
1
vote
2answers
159 views
What encoding does Outlook use for plain text messages?
I need to decode e-mails saved from Outlook as Text Only. Unfortunately they're not in plain ISO-8859-1 since they contain special "smart quote" characters. Does the codepage used by Outlook have a ...
1
vote
3answers
321 views
How to get plaintext from the response of a WebRequest class in C#
I want to get plain text using WebRequest class, just like what we get when we use webbrowser1.Document.Body.InnerText . I have tried the following code
public string request_Resource()
{
...
1
vote
1answer
303 views
RoR: How to get an empty/new line in a plain text email
I'm trying to get an empty line in a plain text email. I've tried with \n\n and with \r\n but in both cases, these characters are just displayed as normal text, instead of an empty line.
What am I ...
1
vote
2answers
325 views
Show hyperlinks in javascript alert
Is it possible to show hyperlinks in javascript alerts?
I mean, if I do something like
alert("<a href='http://stackoverflow.com'>LINK</a>");
the alert will show only the plain text ...
1
vote
1answer
96 views
Looking for DOM-independent JavaScript templating system works \w plain text
Is there a templating library/system/engine/technique written in javascript that:
Doesn't screw up plain-text (non-html) templates ( like tabs and line breaks )
But also works with HTML
Doesn't have ...
1
vote
3answers
444 views
Alternative to CSV?
I intend to build a RESTful service which will return a custom text format. Given my very large volumes of data, XML/JSON is too verbose. I'm looking for a row based text format.
CSV is an obvious ...
1
vote
1answer
399 views
RegEx to find in-line images in a plain text email message
Certain mail clients allow for the sender to place images directly in the body of their email (instead of as a traditional attachment). When I receive one of these emails in my application, I need to ...
1
vote
4answers
158 views
Showing plain PHP code in a HTML page
And I'm talking (especially) forums here - [PHP]code here[/PHP] - style. Some forums escape double quotes or other "dangerous characters" and others don't.
What is the best method? What are you guys ...
1
vote
3answers
950 views
Drupal - How to change input format for comments?
This issue irritates me much.
Somehow after installing wysiwig editor my comment body form turned into rich.. bla bla area.
I do not want this but I can not find the place where to turn back comment ...
1
vote
2answers
202 views
Is there a difference between plain text emails, and multipart emails with only plain text?
I'm using Rails to send emails and I just want to send a plain text email (there is no corresponding HTML part).
I've noticed that if I just have one file named email.text.plain.erb it actually ...
1
vote
1answer
429 views
Including a plain text file with XSLT 1.0
How can I include the content of a plain text file in a result document from within an XSLT 1.0 stylesheet? I.e., just like document(), but without parsing it:
<xsl:value-of ...
1
vote
1answer
316 views
My multipart email script sends HTML messages just fine, but the plain text alternative doesn't not work, what may be wrong?
I have a script set up to send out multipart emails; plain text and html messages. The HTML messages work just fine, but when I used an email client that only does plain text the plaint text message ...
1
vote
3answers
101 views
How to stop jQuery from returning tabs and spaces from formated code on .html() .val() .text() etc
I've got an html table:
<table><tr>
<td>M1</td>
<td>M2</td>
<td>M3</td>
<td>M4</td>
</tr></table>
and a simple jQ script:
...
1
vote
4answers
557 views
How can I extract URLs from plain text with Perl?
I need the Perl regex to parse plain text input and convert all links to valid HTML HREF links. I've tried 10 different versions I found on the web but none of them seen to work correctly. I also ...