On Wed, Nov 26, 2008 at 10:05 PM, Diego Andrés Sanabria Martin
(diegueus9) <[EMAIL PROTECTED]> wrote:
> My point is to use the text of lorem2.com for the current lorem ipsum
> tag, this text is more effective for test the divs.
Unless you speak Latin, it's unlikely noone will notice the difference
between randomly mixed latin words and words placed in the correct
order.
> I suggest to replace this text with the options of lorem2.com offline
> or more options for the tag lorem, somthing like
> {% lorem short-para %}
> {% lorem long-para %}
Short and Long are very unprecise things, 10 words? 20? 50? You can
now <p>{% lorem 250 w %}</p> to have a paragraph of some custom length
(it's up to you if this is short or long) and {% lorem 1 p %} to let
django decide about the paragraph length.
> {% lorem short-list %}
> {% lorem long-list %}
That's too "generic", would it be an Ordered or Unordered list? I'd
like to apply custom classes to the <li> tags, ...
> Using the text of this website.
Althought we could say the text there is just as random as ours, we do
not know for sure; And unless it's an exact copy of the original Lorem
Ipsum text there maybe a copyright holder behind the text on the
website ;)
> Sorry again, my english is bad.
No problem ;)
Now, seriously, the django.contrib.webdesign tags are there to help in
getting random stuff in templates to help people during the design of
their webpages, so you want *text*, only text. The tagging to put
around the text is up to your. The exception being the paragraphs, as
it's common to have a bunch of paragraphs toghether.
I still really see no benefit in using the text you say or any other
"more perfect lipsum generator". My latin knowledge is limited enought
to not spot the difference ;) I'd even agree to print random English
words, but it won't show up as nice ;)
Regards,
Marc
--
http://www.marcfargas.com - will be finished someday.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---