Showing posts with label wysiwyg. Show all posts
Showing posts with label wysiwyg. Show all posts

2011-02-20

fig-leafers and web 0.1

2.18: relig/fig-leafers/the web 0.1 of sociology:
. in the context of sociology or religion,
web 0.1 is the policy of information hiding:
anything that shouldn't be doable
shouldn't be mentionable (webbable) either;
. that strategy does have a valid psychological impact:
it is a constant reminder that some acts are so bad
you can't even think about them!
-- and it even has no side-affects,
if your dogs don't talk much anyway .

. it's meant to complement a traditional
representative form of gov':
one that lets elders do all the policy negotiations;
this is efficient because elders are
less tempted by the mere mention of unmentionables;
. it also enhances political security
by practicing the principle of least privilege:
ie, give subordinates only those powers that are
absolutely essential to doing their assigned function .

. web 0.1 is the real frontline
in the liberal vs conservative debate;
when they argue about biblical interpretation issues
(eg, creationism vs evolution):
it is about defending the fundamentalist's right to
practice the principle of least privilege .
[2.19:
. the term "(fig-leafer) is referring to the
Genesis story (3:7):
"( Then the eyes of both of them were opened,
and they realized that they were naked.
So they sewed fig leaves together
to make themselves loincloths. )
. "(fig-leafing) has previously described the idea
that worshipping privacy rights
is the original sin that spawns all others;
ie, we could insure proper childcare by
insisting on non-private (communal) parenting;
but we'd lose all our church members!
instead we lose many children
to devils both secret and bold .
. as the Great Rabbi noted (Luke 18:16-17):
without spending our whole life guided
-- starting from early childhood --
we cannot enter the Kingdom of God at all!
. he then mentions that no men are good; (Luke 18:19)
so, why are we maximizing our trust of them?
because, privacy -- our fig leaf --
is the root of all evil .
(life's not all bad;
as some of the bible's prophets remind us,
the devil and god are really the same
(it just depends on
which end of the holy gun you're on!);
for instance, all the hurts that men cause
will only insure that men also devlope
the war technology that will secure our
eternal survival in this physical universe
-- where new stars are being born eternally:
all we have to do is travel to empty space,
and by the time we get there
we'll have a fresh solar system waiting for us!
then our robots can charge up,
and grow some living brains
on a computer's stimulation matrix
allowing us to live inside a
dream synthesizer .)

. web 0.1 can actually be seen as
a variation of fig-leafing;
because, both privacy rights and unmentionables
are relying on information hiding
in order to secure domains of authority;
and, coincidentally, they are both
instruments of a religious military machine
whose economics are too overwhelmed with
out-breeding the enemy
to properly fund a careful debriefing
of what's been going on here,
and why it has to keep going on that way .
. privacy and information supression
are both part of an authoritarian hierarching
that will minimize authority conflicts,
and maximize group cohesion .

. the term "(occult) (hidden) is used by fig-leafers
ironicaly, to identify those who reveal the hidden .
(we usually think of occults as doing evil secretly;
but they are given that name by secret-keepers
for devilishly not keeping things secret!)
. for instance, prayer is an acceptable way
to interact with the supernatural;
other ways are secret (forbidden and unmentionable),
and therefore the domain of "(occults).

. the practice of denying women education
has sometimes been seen as fig-leafing;
but I'm betting it's really a combination of
30% protecting girls from unwed pregnancy,
and 70% an exciting atmosphere of sexual slavery .
. as an aside,
it's often assumed that islamic polygamy
is really about sexually enslaving women;
in fact, polygamy was the idea of the Prophet's wife
seen as a way to get the crude masses
to care for widows
-- the many widows made by perpetual wars
(so you might say it's more about enslaving
militant christians).]




2010-05-31

ubuntu's WYSIWYG web editors

web.addn/free html editors:
5.31: web:

>> Ubuntu >> Packages >> lucid >> web:

KompoZer WYSIWYG web page editing.
a complete Web Authoring System
that combines web file management
KompoZer is designed to be extremely easy to use,
making it ideal for non-technical computer users
who want to create an attractive, professional-looking web site
without needing to know HTML or web coding .

web based HTML WYSIWYG editor
TinyMCE is a platform independent web based
Javascript and HTML WYSIWYG editor control
released as Open Source under LGPL
by Moxiecode Systems AB.
It has the ability to convert HTML TEXTAREA fields
or other HTML elements to editor instances.
TinyMCE is very easy to integrate into
other Content Management Systems.
* Easy to integrate, takes only two lines of code.
* Customizable through themes and plugins.
* Customizable XHTML 1.0 output.
* Block invalid elements and force attributes.
* International language support (Language packs)
* Multiple browser support, Mozilla, MSIE, FireFox, Opera and Safari
. version 2 of tinymce is older version
the google web app way -- openware:
www.openwebware.com/
. a free cross-browser WYSIWYG editor
that's packed with every rich-text editing feature
you need to make your content management system
that much better.

Setting up openWYSIWYG is so easy,
you can quickly turn any html`textarea
into a powerful WYSIWYG editor
with just a few simple lines of code.

Packed with every rich text editing feature you need,
openWYSIWYG gives you total control over formatting your text.
The ultimate html`textarea replacement
for your content management system.
Coded Entirely in JavaScript
Regardless of what language you use to code your web applications,
openWYSIWYG will work.
openWYSIWYG is coded entirely in client side JavaScript,
so it will work with any web programming language .
other tools

Text-to-HTML conversion tool
Markdown is a text-to-HTML conversion tool for web writers. It allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).

Macro processor for HTML documents
Mp4h is a core component of the Website Meta Language (WML).
Mp4h is a macro processor for HTML documents,
with powerful programming features.
It allows definition and expansion of new tags
with a syntax familiar to HTML authors.

off-line HTML generation toolkit
WML (Website META Language) is a
free and extensible Webdesigner's off-line
HTML generation toolkit for Unix.
WML consists of a control frontend
driving up to nine backends
in a sequential pass-oriented filtering scheme.
Each backend provides one particular core language.
For maximum power WML additionally ships with
a well-suited set of include files
which provide higher-level features
build on top of the backends core languages.
While not trivial and idiot proof
WML provides most of the core features
real hackers always wanted for HTML generation.
Homepage: www.thewml.org/

Content management platform to maintain complex web sites
WebGUI is a content management platform based on
Apache, mod_perl and MySQL,
built to allow average business users
to build and maintain complex web sites.
It is modular, pluggable, and platform independent.
. get some detail$ . no mention of wysiwyg .

pretty print html
hindent

error-tolerant HTML parser for Python
The BeautifulSoup class turns arbitrarily bad HTML
into a tree-like nested tag-soup list of Tag objects
and text snippets.
A Tag object corresponds to an HTML tag.
It knows about the HTML tag's attributes,
and contains a representation of everything contained
between the original tag and its closing tag (if any).
It's easy to extract Tags that meet certain criteria.

HTML syntax checker and reformatter
Corrects markup in a way compliant with the latest standards,
and optimal for the popular browsers.
It has a comprehensive knowledge of the attributes
defined in the HTML 4.0 recommendation from W3C,
and understands the US ASCII, ISO Latin-1, UTF-8
and the ISO 2022 family of 7-bit encodings.
In the output:
* HTML entity names for characters are used when appropriate.
* Missing attribute quotes are added, and mismatched quotes found.
* Tags lacking a terminating '>' are spotted.
* Proprietary elements are recognized and reported as such.
* The page is reformatted, from a choice of indentation styles.
Tidy is a product of the World Wide Web Consortium.

check websites and HTML documents for broken links
linkchecker-gui

Makes an HTML site map from meta tags from other HTML pages
This Python script reads the META DESCRIPTION tags
from all HTML files under a directory
and generates a site map from them.
It can be easily configured with a simple dotfile.

5.21: about.com's take:

Aptana Studio Community edition:
"( Instead of focusing on the HTML,
Aptana focuses on the JavaScript
and other elements that allow you to create Rich Internet Applications.
One of the things I really like
is the outline view that makes it really easy to visualize the DOM.
This makes for easier CSS and JavaScript development.
If you are a developer creating Web 2.0 applications,
Aptana Studio is a good choice.)
5.31: not easy to find:
. for linux as app or eclipse plugin;
but not installable by ubuntu .

Screem:
"( Screem is a versatile text Web page editor and XML editor.
It recognizes the Doctype you're using
and validates and completes tags based on that.)
5.31: Screem ubuntu lucid download is missing:
--. for hardy but not lucid (the current release)
"(Unlike most other web site / HTML editors
SCREEM does not provide a WYSIWYG display of pages.)