What would be a good offline alternative of the online Lipsum generator? It's frustrating when I'm not online and need some placeholder text for testing purpose. A CLI utility would be ideal, so that I can tailor the output to fit my needs.
|
|
|||
|
|
|
If you have python available, google code has a CLI generator. |
||
|
|
|
|
Slightly off-topic: try to avoid using lorem ipsum for layout testing! The letter frequencies in Latin are way different than in e.g. English or German. There's lots of 'i' and 'l', i.e. lots of narrow letters. |
||
|
|
|
|
Django's lipsum addon seemed pretty straightforward. As I didn't want to install python just to run this script, I ported it to php. Here's my PHP version: |
||
|
|
|
|
Apart from using the generated text in templates, I also had automatically generating INSERT queries for populating my database tables in mind. That's why I insisted on a CLI utility. I'll try those python scripts I guess. |
||
|
|
|
|
If you are on linux and have these tools:
:) Seiously, most of the time I just copy&paste from research papers and articles that interests me. They have good amount of text that show white rivers and sometimes as incomprehensible as "Lorem ipsum". |
||
|
|
|
At the bottom of the lorem ipsum generator you will find links to the generator for other usage. My understanding is the following can be used offline: But you may also find the following helpful:
Each of these, while requiring connectivity, reduce the load on the lipsum generator as they don't require loading the actual website. |
|||
|
|
|
Just checked and found that it pulls text from the website so it wouldn't work online... sorry about that, how about this though:
|
||
|
|
|
|
Textmate has a built in snippet to print this
From
|
||||
|
|
|
In Office 2007 apps, you can type in
with |
||
|
|
|
|
On http://www.lipsum.com there are links to several offline Lorem Ipsum generators, about halfway down the frontpage. Or you could write one of your own in a matter of minutes. Edit: This isn't accurate, I wrongfully assumed all of the linked lorem ipsum generators were offline ones, not only the LaTeX one. |
|||
|
|
|
|
Django includes the |
||
|
|
|
|
Word 2007 will produce a block of placeholder text when you type in =rand() and this hit the return/enter key. If you're looking for simple placeholder text, I'd go ahead and generate a bunch ahead of time and stick it in a text file. |
||
|
|
|
|
Generate a long section online. Save it to a txt file. Refer to txt file when offline. |
||
|
|
|
Not sure about a command line version but there is a firefox extension that does Lorem Ipsum: https://addons.mozilla.org/en-US/firefox/addon/2064 |
||
